.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: 400;
}

:root {
  --footer-background: #232f3e;
  --footer-color: #fff;
  --footer-color-hover: #fff;
}

@font-face {
  font-family: "FontBlack";
  src: url("../fonts/CFAstyStd-Black.eot");
  src: url("../fonts/CFAstyStd-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CFAstyStd-Black.woff2") format("woff2"),
    url("../fonts/CFAstyStd-Black.woff") format("woff"),
    url("../fonts/CFAstyStd-Black.ttf") format("truetype"),
    url("../fonts/CFAstyStd-Black.svg#CFAstyStd-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "FontLight";
  src: url("../fonts/CFAstyStd-Light.eot");
  src: url("../fonts/CFAstyStd-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CFAstyStd-Light.woff2") format("woff2"),
    url("../fonts/CFAstyStd-Light.woff") format("woff"),
    url("../fonts/CFAstyStd-Light.ttf") format("truetype"),
    url("../fonts/CFAstyStd-Light.svg#CFAstyStd-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "FontBold";
  src: url("../fonts/CFAstyStd-Bold.eot");
  src: url("../fonts/CFAstyStd-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CFAstyStd-Bold.woff2") format("woff2"),
    url("../fonts/CFAstyStd-Bold.woff") format("woff"),
    url("../fonts/CFAstyStd-Bold.ttf") format("truetype"),
    url("../fonts/CFAstyStd-Bold.svg#CFAstyStd-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "FontRegular";
  src: url("../fonts/CFAstyStd-Book.eot");
  src: url("../fonts/CFAstyStd-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CFAstyStd-Book.woff2") format("woff2"),
    url("../fonts/CFAstyStd-Book.woff") format("woff"),
    url("../fonts/CFAstyStd-Book.ttf") format("truetype"),
    url("../fonts/CFAstyStd-Book.svg#CFAstyStd-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  font-family: "FontRegular", sans-serif;
}
*,
:after,
:before {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
output,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: var(--color-link);
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

samp {
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

dt,
optgroup {
  font-weight: 700;
}

button,
hr,
input {
  overflow: visible;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a,
button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"],
legend {
  -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-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

.page-content.page-cms ul,
dl,
ol,
p,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #f6f6f6;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote,
figure {
  margin: 0 0 1rem;
}

a:focus,
a:hover {
  color: #198195;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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 {
  overflow: auto;
}

[role="button"] {
  cursor: pointer;
}

[role="button"],
a,
area,
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: #7a7a7a;
  caption-side: bottom;
}

caption,
th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
select,
textarea {
  line-height: inherit;
}

input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: inherit;
}

.h1,
.h2,
.h3 {
  font-weight: 700;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  line-height: 1.1;
}

.h5,
.h6 {
  font-weight: 700;
  color: inherit;
}

.h1,
h1 {
  font-size: 1.375rem;
}

.h2,
h2 {
  font-size: 1.3125rem;
}

.h3,
.h4,
h3,
h4 {
  font-size: 1.125rem;
}

.h5,
h5 {
  font-size: 1rem;
}

.h6,
body#checkout section.checkout-step .add-address a i,
h6 {
  font-size: 0.9375rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 3.125rem;
  font-weight: 600;
}

.display-2 {
  font-size: 2.188rem;
  font-weight: 400;
}

.display-3,
.display-4 {
  font-size: 1.563rem;
  font-weight: 400;
}

.display-4 {
  font-size: 1.25rem;
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-inline,
.list-unstyled {
  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: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #f6f6f6;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #f6f6f6;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.blockquote-reverse {
  padding-right: 1rem;
  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";
}

dl.row > dd + dt {
  clear: left;
}

.carousel-inner > .carousel-item > a > img,
.carousel-inner > .carousel-item > img,
.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #f6f6f6;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
}

code,
pre code {
  border-radius: 0;
}

code {
  color: #bd4147;
  background-color: #f7f7f9;
}

code,
kbd,
pre {
  font-size: 90%;
}

code,
kbd {
  padding: 0.2rem 0.4rem;
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #363a42;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid::after,
.container::after,
.row::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1 {
  float: left;
  width: 8.33333%;
}

.col-xs-2,
.col-xs-3 {
  float: left;
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4,
.col-xs-5 {
  float: left;
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6,
.col-xs-7 {
  float: left;
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8,
.col-xs-9 {
  float: left;
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  float: left;
  width: 83.33333%;
}

.col-xs-11 {
  float: left;
  width: 91.66667%;
}

.col-xs-12 {
  float: left;
  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-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%;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table td,
.table th {
  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: #fff;
}

.table-sm td,
.table-sm th {
  padding: 0.3rem;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #f6f6f6;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th,
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > td,
.table-success > th {
  background-color: #dff0d8;
}

.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > td,
.table-info > th {
  background-color: #d9edf7;
}

.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f2dede;
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.table-inverse,
.thead-inverse th {
  color: #fff;
  background-color: #363a42;
}

.thead-default th {
  color: #7a7a7a;
  background-color: #f6f6f6;
}

.table-inverse {
  color: #f6f6f6;
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
  border-color: #7a7a7a;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto;
}

.table-reflow thead,
.table-reflow tr {
  float: left;
}

.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.table-reflow td,
.table-reflow th {
  border-top: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
}

.table-reflow td:last-child,
.table-reflow th:last-child {
  border-right: 1px solid #f6f6f6;
}

.table-reflow tbody:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow thead:last-child tr:last-child th {
  border-bottom: 1px solid #f6f6f6;
}

.table-reflow tr td,
.table-reflow tr th {
  display: block !important;
  border: 1px solid #f6f6f6;
}

.form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border-radius: 0;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}

.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::placeholder {
  color: #999;
  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.5rem - 2px);
}

select.form-control:focus::-ms-value {
  color: #7a7a7a;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.9375rem;
}

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
}

.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;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-lg,
.form-control-static.form-control-sm,
.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,
.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 {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-sm > .input-group-btn > select.btn: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]),
select.form-control-sm:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

.input-group-lg > .input-group-btn > select.btn: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]),
select.form-control-lg:not([size]):not([multiple]) {
  height: 2.75rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.form-check + .form-check {
  margin-top: -0.25rem;
}

.form-check.disabled .form-check-label {
  color: #7a7a7a;
  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 {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-check-inline.disabled {
  color: #7a7a7a;
  cursor: not-allowed;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  background-size: 1.25rem 1.25rem;
}

.has-success .custom-control,
.has-success .form-check-inline,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #4cbb6c;
}

.has-success .form-control {
  border-color: #4cbb6c;
}

.has-success .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #96d7a9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #96d7a9;
}

.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#4cbb6c%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 .custom-control,
.has-warning .form-check-inline,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #ff9a52;
}

.has-warning .form-control {
  border-color: #ff9a52;
}

.has-warning .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd6b8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd6b8;
}

.has-warning .input-group-addon {
  color: #ff9a52;
  border-color: #ff9a52;
  background-color: #fff;
}

.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#ff9a52%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 .custom-control,
.has-danger .form-check-inline,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #ff4c4c;
}

.has-danger .form-control {
  border-color: #ff4c4c;
}

.has-danger .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b2;
}

.has-danger .input-group-addon {
  color: #ff4c4c;
  border-color: #ff4c4c;
  background-color: #fff;
}

.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#ff4c4c%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");
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -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;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn.focus {
  text-decoration: none;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary,
.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: transparent;
}

.btn-primary:hover {
  background-color: #666;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #666;
  border-color: transparent;
}

.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #666;
  border-color: transparent;
  background-image: none;
}

.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #18798d;
  border-color: transparent;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus {
  background-color: #999;
  border-color: transparent;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  background-color: #999;
  border-color: transparent;
}

.btn-secondary {
  color: #232323;
  background-color: #f6f6f6;
}

.btn-secondary,
.btn-tertiary {
  border-color: transparent;
}

.btn-secondary:hover,
.btn-tertiary:hover {
  color: #232323;
  background-color: #ddd;
  border-color: transparent;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-tertiary:focus,
.focus.btn-tertiary {
  color: #232323;
  background-color: #ddd;
  border-color: transparent;
}

.active.btn-tertiary,
.btn-secondary.active,
.btn-secondary:active,
.btn-tertiary:active,
.open > .btn-secondary.dropdown-toggle,
.open > .dropdown-toggle.btn-tertiary {
  color: #232323;
  background-color: #ddd;
  border-color: transparent;
  background-image: none;
}

.active.btn-tertiary:focus,
.active.btn-tertiary:hover,
.active.focus.btn-tertiary,
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.btn-tertiary:active.focus,
.btn-tertiary:active:focus,
.btn-tertiary:active:hover,
.open > .btn-secondary.dropdown-toggle.focus,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .dropdown-toggle.btn-tertiary:focus,
.open > .dropdown-toggle.btn-tertiary:hover,
.open > .dropdown-toggle.focus.btn-tertiary {
  color: #232323;
  background-color: #cbcbcb;
  border-color: transparent;
}

.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary:disabled.focus,
.btn-secondary:disabled:focus,
.btn-tertiary:disabled.focus,
.btn-tertiary:disabled:focus,
.disabled.btn-tertiary:focus,
.disabled.focus.btn-tertiary {
  background-color: #f6f6f6;
  border-color: transparent;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-tertiary:disabled:hover,
.disabled.btn-tertiary:hover {
  background-color: #f6f6f6;
  border-color: transparent;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
  background-image: none;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info:disabled.focus,
.btn-info:disabled:focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info.disabled:hover,
.btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-success {
  color: #fff;
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}

.btn-success:hover {
  color: #fff;
  background-color: #3a9a56;
  border-color: #389252;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #3a9a56;
  border-color: #389252;
}

.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3a9a56;
  border-color: #389252;
  background-image: none;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #318047;
  border-color: #256237;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success:disabled.focus,
.btn-success:disabled:focus {
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}

.btn-success.disabled:hover,
.btn-success:disabled:hover {
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}

.btn-warning {
  color: #fff;
  background-color: #ff9a52;
  border-color: #ff9a52;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ff7c1f;
  border-color: #ff7615;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ff7c1f;
  border-color: #ff7615;
}

.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff7c1f;
  border-color: #ff7615;
  background-image: none;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #fa6800;
  border-color: #d25700;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning:disabled.focus,
.btn-warning:disabled:focus {
  background-color: #ff9a52;
  border-color: #ff9a52;
}

.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
  background-color: #ff9a52;
  border-color: #ff9a52;
}

.btn-danger {
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.btn-danger:hover {
  color: #fff;
  background-color: #ff1919;
  border-color: #ff0f0f;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #ff1919;
  border-color: #ff0f0f;
}

.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1919;
  border-color: #ff0f0f;
  background-image: none;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #f40000;
  border-color: #c00;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger:disabled.focus,
.btn-danger:disabled:focus {
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.btn-danger.disabled:hover,
.btn-danger:disabled:hover {
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.btn-outline-primary {
  color: #ed1c24;
  background-image: none;
  background-color: transparent;
  border-color: #ed1c24;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #ed1c24;
  border-color: #ed1c24;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  color: #fff;
  background-color: #ed1c24;
  border-color: #ed1c24;
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ed1c24;
  border-color: #ed1c24;
}

.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active.focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.open > .btn-outline-primary.dropdown-toggle.focus,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #18798d;
  border-color: #125b6a;
}

.btn-outline-primary.disabled.focus,
.btn-outline-primary.disabled:focus,
.btn-outline-primary:disabled.focus,
.btn-outline-primary:disabled:focus {
  border-color: #79d6e8;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
  border-color: #79d6e8;
}

.btn-outline-secondary,
.btn-outline-secondary:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-outline-secondary {
  color: transparent;
  background-image: none;
}

.btn-outline-secondary:hover {
  color: #fff;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-outline-secondary.active.focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary:active.focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active:hover,
.open > .btn-outline-secondary.dropdown-toggle.focus,
.open > .btn-outline-secondary.dropdown-toggle:focus,
.open > .btn-outline-secondary.dropdown-toggle:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-outline-secondary.disabled.focus,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary:disabled.focus,
.btn-outline-secondary:disabled:focus {
  border-color: transparent;
}

.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:hover {
  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 {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info.active,
.btn-outline-info:active,
.open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info.active.focus,
.btn-outline-info.active:focus,
.btn-outline-info.active:hover,
.btn-outline-info:active.focus,
.btn-outline-info:active:focus,
.btn-outline-info:active:hover,
.open > .btn-outline-info.dropdown-toggle.focus,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

.btn-outline-info.disabled.focus,
.btn-outline-info.disabled:focus,
.btn-outline-info:disabled.focus,
.btn-outline-info:disabled:focus {
  border-color: #b0e1ef;
}

.btn-outline-info.disabled:hover,
.btn-outline-info:disabled:hover {
  border-color: #b0e1ef;
}

.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 {
  color: #fff;
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}

.btn-outline-success.active,
.btn-outline-success:active,
.open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}

.btn-outline-success.active.focus,
.btn-outline-success.active:focus,
.btn-outline-success.active:hover,
.btn-outline-success:active.focus,
.btn-outline-success:active:focus,
.btn-outline-success:active:hover,
.open > .btn-outline-success.dropdown-toggle.focus,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #318047;
  border-color: #256237;
}

.btn-outline-success.disabled.focus,
.btn-outline-success.disabled:focus,
.btn-outline-success:disabled.focus,
.btn-outline-success:disabled:focus {
  border-color: #96d7a9;
}

.btn-outline-success.disabled:hover,
.btn-outline-success:disabled:hover {
  border-color: #96d7a9;
}

.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 {
  color: #fff;
  background-color: #ff9a52;
  border-color: #ff9a52;
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff9a52;
  border-color: #ff9a52;
}

.btn-outline-warning.active.focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.active:hover,
.btn-outline-warning:active.focus,
.btn-outline-warning:active:focus,
.btn-outline-warning:active:hover,
.open > .btn-outline-warning.dropdown-toggle.focus,
.open > .btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #fa6800;
  border-color: #d25700;
}

.btn-outline-warning.disabled.focus,
.btn-outline-warning.disabled:focus,
.btn-outline-warning:disabled.focus,
.btn-outline-warning:disabled:focus {
  border-color: #ffd6b8;
}

.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled:hover {
  border-color: #ffd6b8;
}

.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 {
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.btn-outline-danger.active,
.btn-outline-danger:active,
.open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.btn-outline-danger.active.focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.active:hover,
.btn-outline-danger:active.focus,
.btn-outline-danger:active:focus,
.btn-outline-danger:active:hover,
.open > .btn-outline-danger.dropdown-toggle.focus,
.open > .btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #f40000;
  border-color: #c00;
}

.btn-outline-danger.disabled.focus,
.btn-outline-danger.disabled:focus,
.btn-outline-danger:disabled.focus,
.btn-outline-danger:disabled:focus {
  border-color: #ffb2b2;
}

.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled:hover {
  border-color: #ffb2b2;
}

.btn-link {
  font-weight: 400;
  color: #ed1c24;
  border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
  background-color: transparent;
}

.btn-link,
.btn-link:active,
.btn-link:focus {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #198195;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
  color: #f6f6f6;
  text-decoration: none;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

#order-items table,
#pagenotfound .page-content #search_widget,
#pagenotfound .page-not-found .search-widget input,
#products .page-not-found .search-widget input,
.advertising-block img,
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height;
  transition-property: height;
}

.collapsing,
.dropdown,
.dropup {
  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: #363a42;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #363a42;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f5f5f5;
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ed1c24;
  outline: 0;
}

.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
  color: #f6f6f6;
}

.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.open > .dropdown-menu {
  display: block;
}

.open > 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: 0.875rem;
  color: #f6f6f6;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn {
  float: left;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  margin-bottom: 0;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 2;
}

.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -0.5rem;
}

.btn-toolbar::after {
  content: "";
  display: table;
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 0.5rem;
}

.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-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn .caret {
  margin-left: 0;
}

.btn-group-lg > .btn .caret,
.btn-lg .caret {
  border-width: 0.3em 0.3em 0;
}

.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .caret {
  border-width: 0 0.3em 0.3em;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  width: 100%;
  max-width: 100%;
  float: none;
}

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both;
}

.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-group:not(:first-child):not(:last-child) > .btn,
.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: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="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 3;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon {
  white-space: nowrap;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #7a7a7a;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.25);
  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: 0.875rem;
  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: 0.9375rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child)
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle {
  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-group:not(:first-child) > .btn,
.input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn,
.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.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-group:active,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:hover,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  cursor: pointer;
}

.custom-control + .custom-control {
  margin-left: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0074d9;
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #84c6ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eee;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #767676;
  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#fff%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: #0074d9;
  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#fff%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#fff%27/%3E%3C/svg%3E");
}

.custom-controls-stacked .custom-control {
  float: left;
  clear: left;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.5rem - 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9;
  color: #7a7a7a;
  vertical-align: middle;
  background: #fff
    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#333%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #51a7e8;
  outline: 0;
}

.custom-select:focus::-ms-value {
  color: #7a7a7a;
  background-color: #fff;
}

.custom-select:disabled {
  color: #f6f6f6;
  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;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  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: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  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: #555;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 0 0 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: inline-block;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #f6f6f6;
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
  color: #f6f6f6;
  cursor: not-allowed;
  background-color: transparent;
}

.nav-inline .nav-item {
  display: inline-block;
}

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-pills::after,
.nav-tabs::after,
.navbar::after {
  content: "";
  display: table;
  clear: both;
}

.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs .nav-item + .nav-item {
  margin-left: 0.2rem;
}

.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  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,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
  color: #f6f6f6;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
  color: #7a7a7a;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-item {
  float: left;
}

.nav-pills .nav-item + .nav-item {
  margin-left: 0.2rem;
}

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0;
}

.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
  color: #fff;
  cursor: default;
  background-color: #ed1c24;
}

.nav-stacked .nav-item {
  display: block;
  float: none;
}

.nav-stacked .nav-item + .nav-item {
  margin-top: 0.2rem;
  margin-left: 0;
}

#checkout #search_widget,
#mobile_top_menu_wrapper .top-menu .collapse-icons .remove,
#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add,
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}

.navbar-full {
  z-index: 1000;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 0.9375rem;
  line-height: inherit;
}

.navbar-brand:focus,
.navbar-brand:hover,
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-divider,
.navbar-text {
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}

.navbar-divider {
  float: left;
  width: 1px;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden;
}

.navbar-divider::before {
  content: "\00a0";
}

.navbar-text {
  display: inline-block;
}

.navbar-toggler {
  width: 2.5em;
  height: 2em;
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1;
  background: no-repeat center center;
  background-size: 24px 24px;
  border: 1px solid transparent;
  border-radius: 0;
}

.breadcrumb::after,
.card-block::after,
.card-footer::after,
.card-header::after,
.modal-footer::after,
.modal-header::after,
.navbar-toggleable-lg::after,
.navbar-toggleable-md::after,
.navbar-toggleable-sm::after,
.navbar-toggleable-xl::after,
.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both;
}

.navbar-toggleable-xl {
  display: block;
}

.navbar-toggleable-xl .navbar-brand {
  display: block;
  float: none;
  margin-top: 0.5rem;
  margin-right: 0;
}

.navbar-toggleable-xl .navbar-nav {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-nav .nav-item {
  float: left;
}

.navbar-nav .nav-link {
  display: block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}

.navbar-nav .nav-item + .nav-item,
.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}

.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 .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .open > .nav-link:focus,
.navbar-light .navbar-nav .open > .nav-link:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  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");
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-toggler {
  color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-toggler:focus,
.navbar-dark .navbar-toggler:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .open > .nav-link,
.navbar-dark .navbar-nav .open > .nav-link:focus,
.navbar-dark .navbar-nav .open > .nav-link:hover {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  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");
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

.card {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card,
.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: #f5f5f5;
  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: #f5f5f5;
  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-bottom: -0.75rem;
  border-bottom: 0;
}

.card-header-pills,
.card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #ed1c24;
  border-color: #ed1c24;
}

.card-danger .card-footer,
.card-danger .card-header,
.card-info .card-footer,
.card-info .card-header,
.card-primary .card-footer,
.card-primary .card-header,
.card-success .card-footer,
.card-success .card-header,
.card-warning .card-footer,
.card-warning .card-header {
  background-color: transparent;
}

.card-success {
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-warning {
  background-color: #ff9a52;
  border-color: #ff9a52;
}

.card-danger {
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.card-outline-primary,
.card-outline-secondary {
  background-color: transparent;
  border-color: #ed1c24;
}

.card-outline-secondary {
  border-color: transparent;
}

.card-outline-info,
.card-outline-success {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  border-color: #4cbb6c;
}

.card-outline-danger,
.card-outline-warning {
  background-color: transparent;
  border-color: #ff9a52;
}

.card-outline-danger {
  border-color: #ff4c4c;
}

.card-inverse .card-footer,
.card-inverse .card-header {
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
  color: #fff;
}

.card-inverse .card-blockquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #fff;
}

.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);
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f6f6f6;
  border-radius: 0;
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #f6f6f6;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #f6f6f6;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}

.page-item {
  display: inline;
}

.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,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #ed1c24;
  border-color: #ed1c24;
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
  color: #f6f6f6;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #ed1c24;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
  color: #198195;
  background-color: #f6f6f6;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
}

.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.275rem 0.75rem;
  font-size: 0.875rem;
}

.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;
}

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}

.tag:empty {
  display: none;
}

.btn .tag {
  position: relative;
  top: -1px;
}

a.tag:focus,
a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.tag-default {
  background-color: #f6f6f6;
}

.tag-default[href]:focus,
.tag-default[href]:hover {
  background-color: #ddd;
}

.tag-primary {
  background-color: #ed1c24;
}

.tag-primary[href]:focus,
.tag-primary[href]:hover {
  background-color: #064f2a;
}

.tag-success {
  background-color: #4cbb6c;
}

.tag-success[href]:focus,
.tag-success[href]:hover {
  background-color: #3a9a56;
}

.tag-info {
  background-color: #5bc0de;
}

.tag-info[href]:focus,
.tag-info[href]:hover {
  background-color: #31b0d5;
}

.tag-warning {
  background-color: #ff9a52;
}

.tag-warning[href]:focus,
.tag-warning[href]:hover {
  background-color: #ff7c1f;
}

.tag-danger {
  background-color: #ff4c4c;
}

.tag-danger[href]:focus,
.tag-danger[href]:hover {
  background-color: #ff1919;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f6f6f6;
  border-radius: 0.3rem;
}

.jumbotron-hr {
  border-top-color: #ddd;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 2.5rem;
}

.alert-dismissible .close {
  position: relative;
  top: -0.125rem;
  right: -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: #232323;
}

.alert-warning hr {
  border-top-color: #ff8b39;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
  color: #843534;
}

.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}

.progress[value] {
  background-color: #eee;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0;
}

.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0;
}

.progress[value],
base::-moz-progress-bar {
  background-color: #eee;
  border-radius: 0;
}

.progress-striped[value]::-webkit-progress-value {
  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-striped[value]::-moz-progress-bar {
  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-striped[value]::-ms-fill {
  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-animated[value]::-webkit-progress-value {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-success[value]::-webkit-progress-value {
  background-color: #4cbb6c;
}

.progress-success[value]::-moz-progress-bar {
  background-color: #4cbb6c;
}

.progress-success[value]::-ms-fill {
  background-color: #4cbb6c;
}

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}

.progress-info[value]::-ms-fill {
  background-color: #5bc0de;
}

.progress-warning[value]::-webkit-progress-value {
  background-color: #ff9a52;
}

.progress-warning[value]::-moz-progress-bar {
  background-color: #ff9a52;
}

.progress-warning[value]::-ms-fill {
  background-color: #ff9a52;
}

.progress-danger[value]::-webkit-progress-value {
  background-color: #ff4c4c;
}

.progress-danger[value]::-moz-progress-bar {
  background-color: #ff4c4c;
}

.progress-danger[value]::-ms-fill {
  background-color: #ff4c4c;
}

.media,
.media-body {
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right {
  padding-left: 10px;
}

.media-left {
  padding-right: 10px;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list,
ul {
  padding-left: 0;
  list-style: none;
}

#wrapper .breadcrumb ol,
.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.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.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #f6f6f6;
  cursor: not-allowed;
  background-color: #f6f6f6;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #f6f6f6;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #ed1c24;
  border-color: #ed1c24;
}

.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,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #d0f1f7;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
  color: #333;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.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-danger .list-group-item-heading,
a.list-group-item-info .list-group-item-heading,
a.list-group-item-success .list-group-item-heading,
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading,
button.list-group-item-info .list-group-item-heading,
button.list-group-item-success .list-group-item-heading,
button.list-group-item-warning .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,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  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: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,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  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: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,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  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: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,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9 {
  padding-bottom: 42.85714%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.modal,
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-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.in .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;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  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: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.in {
  opacity: 0.9;
}

.tooltip.bs-tether-element-attached-bottom,
.tooltip.tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,
.tooltip.tooltip-top .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #ff4c4c;
}

.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bs-tether-element-attached-left .tooltip-inner::before,
.tooltip.tooltip-right .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #ff4c4c;
}

.tooltip.bs-tether-element-attached-top,
.tooltip.tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before,
.tooltip.tooltip-bottom .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #ff4c4c;
}

.tooltip.bs-tether-element-attached-right,
.tooltip.tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.bs-tether-element-attached-right .tooltip-inner::before,
.tooltip.tooltip-left .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: #fff;
  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, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  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: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover.bs-tether-element-attached-bottom,
.popover.popover-top {
  margin-top: -10px;
}

.popover.bs-tether-element-attached-bottom::after,
.popover.bs-tether-element-attached-bottom::before,
.popover.popover-top::after,
.popover.popover-top::before {
  left: 50%;
  border-bottom-width: 0;
}

.popover.bs-tether-element-attached-bottom::before,
.popover.popover-top::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-bottom::after,
.popover.popover-top::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}

.popover.bs-tether-element-attached-left,
.popover.popover-right {
  margin-left: 10px;
}

.popover.bs-tether-element-attached-left::after,
.popover.bs-tether-element-attached-left::before,
.popover.popover-right::after,
.popover.popover-right::before {
  top: 50%;
  border-left-width: 0;
}

.popover.bs-tether-element-attached-left::before,
.popover.popover-right::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-left::after,
.popover.popover-right::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}

.popover.popover-bottom {
  margin-top: 10px;
}

.popover.bs-tether-element-attached-top::after,
.popover.bs-tether-element-attached-top::before,
.popover.popover-bottom::after,
.popover.popover-bottom::before {
  left: 50%;
  border-top-width: 0;
}

.popover.bs-tether-element-attached-top::before,
.popover.popover-bottom::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-top::after,
.popover.popover-bottom::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}

.popover.bs-tether-element-attached-top .popover-title::before,
.popover.popover-bottom .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.bs-tether-element-attached-right,
.popover.popover-left {
  margin-left: -10px;
}

.popover.bs-tether-element-attached-right::after,
.popover.bs-tether-element-attached-right::before,
.popover.popover-left::after,
.popover.popover-left::before {
  top: 50%;
  border-right-width: 0;
}

.popover.bs-tether-element-attached-right::before,
.popover.popover-left::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-right::after,
.popover.popover-left::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0.2375rem 0.2375rem 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover::after,
.popover::before {
  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,
.carousel-inner,
.search-widget form {
  position: relative;
}

.carousel-inner {
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .carousel-item > a > img,
.carousel-inner > .carousel-item > img {
  line-height: 1;
}

#mobile_top_menu_wrapper
  .top-menu
  .collapse-icons[aria-expanded="true"]
  .remove,
#mobile_top_menu_wrapper .top-menu .collapse.in,
#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in,
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active,
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-control,
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .active.left,
.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev::before {
  content: "\2039";
}

.carousel-control .icon-next::before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  border-color: #7a7a7a;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

.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: #f7f7f9;
}

.bg-primary {
  background-color: #ed1c24 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #064f2a !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: #363a42 !important;
}

a.bg-inverse:focus,
a.bg-inverse:hover {
  background-color: #1f2126 !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%;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.float-xs-left {
  float: left !important;
}

.float-xs-right {
  float: right !important;
}

.float-xs-none {
  float: none !important;
}

.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-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 1rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-2 {
  margin: 1.5rem !important;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 1.5rem !important;
}

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 3rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1,
.px-1 {
  padding-left: 1rem !important;
}

.px-1 {
  padding-right: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-2 {
  padding: 1.5rem !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 1.5rem !important;
}

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3,
.px-3 {
  padding-left: 3rem !important;
}

.px-3 {
  padding-right: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-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: 400;
}

.font-weight-bold {
  font-weight: 700;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #7a7a7a !important;
}

a.text-muted:focus,
a.text-muted:hover {
  color: #616161 !important;
}

.text-primary {
  color: #ed1c24 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #064f2a !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: #363a42 !important;
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
  color: #1f2126 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xl-down,
.hidden-xs-up,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
  display: none !important;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../css/479700ea91d964d295d7.eot);
  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");
}

.material-icons {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-family: "Material Icons", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

body,
html {
  height: 100%;
}

.material-icons,
body {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.25em;
}

#header .top-menu a[data-depth="0"]:hover,
a:hover {
  color: #ed1c24;
  text-decoration: none;
}

.page-content.page-cms ul,
p {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #7a7a7a;
}

.custom-checkbox input[type="checkbox"] + span.color,
.variant-links .color,
label .color {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.3125rem 0.5rem 0.3125rem 0.3125rem;
  cursor: pointer;
  background-size: contain;
  border: 1px solid #979797;
}

.custom-checkbox input[type="checkbox"] + span.color.active,
.custom-checkbox input[type="checkbox"] + span.color:hover,
.variant-links .color.active,
.variant-links .color:hover,
label .color.active,
label .color:hover {
  border: 2px solid #232323;
}

.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
  border: 1px solid #979797;
}

.btn-primary,
.btn-secondary {
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-primary .material-icons,
.btn-secondary .material-icons,
.btn-tertiary .material-icons {
  margin-right: 0.625rem;
}

.btn-tertiary {
  padding: 0.25rem;
  margin: 0.25rem 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #7a7a7a;
  text-transform: lowercase;
  background-color: #f7f7f7;
}

.btn-tertiary .material-icons,
body#checkout section.checkout-step .step-edit .edit {
  font-size: 1rem;
}

.btn-tertiary:hover {
  border: 1px solid rgba(35, 35, 35, 0.2);
}

.btn-unstyle {
  padding: 0;
  text-align: inherit;
  background-color: transparent;
  border: 0;
}

.btn-unstyle:focus {
  outline: 0;
}

.block_newsletter form input[type="text"]:focus + button .search,
.btn-unstyle:focus .expand-more,
.search-widget form input[type="text"]:focus + button .search {
  color: #ed1c24;
}

.card {
  border: 0;
}

.label,
label {
  font-size: 0.875rem;
  color: #232323;
  text-align: right;
}

small.label,
small.value {
  font-size: 0.8125rem;
}

.form-control-label {
  padding-top: 0.625rem;
}

.form-control {
  padding: 0.5rem 1rem;
  color: #7a7a7a;
  background: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.form-control:focus {
  color: #232323;
  background-color: #fff;
  outline: 0.1875rem solid #ed1c24;
}

.input-group,
body#checkout .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group.focus {
  outline: 0.1875rem solid #ed1c24;
}

.input-group .form-control:focus {
  outline: 0;
}

.input-group .input-group-btn {
  display: block;
  width: auto;
}

.input-group .input-group-btn > .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0.25rem 1rem;
  margin-left: 0;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group .input-group-btn > .btn[data-action="show-password"] {
  padding: 0.78rem 1rem;
  background: var(--primary-color);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--primary-color);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--primary-color);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--primary-color);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--primary-color);
}

input:active::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder {
  color: #232323;
}

input:active::-moz-placeholder,
textarea:active::-moz-placeholder {
  color: #232323;
}

input:active:-ms-input-placeholder,
textarea:active:-ms-input-placeholder {
  color: #232323;
}

input:active:-moz-placeholder,
textarea:active:-moz-placeholder {
  color: #232323;
}

.form-control-select {
  height: 2.625rem;
  padding: 0 0.5rem;
  background: #f6f6f6
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=)
    no-repeat right 0.5rem center/1.25rem 1.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form-control-valign {
  padding-top: 0.5rem;
}

.form-control-comment {
  padding-top: 0.5rem;
  font-size: 0.875rem;
  color: #7a7a7a;
}

.form-control-submit.disabled {
  color: #fff;
  background: #5bc0de;
}

.form-group.has-error input,
.form-group.has-error select {
  outline: 0.1875rem solid #ff4c4c;
}

.form-group.has-error .help-block {
  color: #ff4c4c;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"],
.group-span-filestyle label,
.page-order-detail #order-infos ul,
body#checkout section.checkout-step hr {
  margin: 0;
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  background: #ed1c24;
  border-radius: 0;
}

.bootstrap-touchspin {
  display: inline-flex;
  float: left;
  width: auto;
}

.bootstrap-touchspin input:focus {
  outline: 0;
}

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
  float: left;
  width: 3rem;
  height: 2.5rem;
  padding: 0.175rem 0.5rem;
  color: #232323;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.bootstrap-touchspin .btn-touchspin {
  height: 1.3125rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

#order-items table tr.total-value,
.bootstrap-touchspin .btn-touchspin:hover {
  background-color: #f6f6f6;
}

.bootstrap-touchspin .input-group-btn-vertical {
  float: left;
  width: auto;
  color: #232323;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
  content: "\E5CE";
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
  content: "\E5CF";
}

.bootstrap-touchspin .input-group-btn-vertical i {
  top: 0.0625rem;
  left: 0.1875rem;
  font-size: 0.9375rem;
}

.radio-inline .custom-radio {
  margin-right: 0.5rem;
}

.radio-inline:first-of-type {
  margin-right: 1rem;
}

form section .form-informations {
  display: inline-block;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  color: #232323;
}

form section .form-informations-option,
form section .form-informations-title {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

form .form-control-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #232323;
}

.custom-radio {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  border: #979797 1px solid;
  border-radius: 50%;
}

.custom-radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
}

.custom-radio input[type="radio"]:checked + span {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ed1c24;
  border-radius: 50%;
}

.custom-checkbox input[type="checkbox"]:focus + span,
.custom-radio input[type="radio"]:focus + span {
  border-color: #7a7a7a;
}

.custom-checkbox {
  position: relative;
  word-break: break-word;
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  width: 18px;
  height: 18px;
  margin-top: 0.25rem;
  cursor: pointer;
  opacity: 0;
}

.custom-checkbox input[type="checkbox"] + span {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  pointer-events: none;
  cursor: pointer;
  border: 1px #979797 solid;
}

.custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  display: none;
  margin: -0.125rem;
  font-size: 1.25rem;
  color: #232323;
}

.custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
  display: block;
}

.custom-checkbox label,
body#checkout #delivery > label,
body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label,
body#checkout section.checkout-step #login-form .form-control-label {
  text-align: left;
}

.text-muted {
  font-size: 0.875rem;
}

.done {
  display: inline-block;
  padding: 0 0.8125rem;
  margin-right: 1.563rem;
  color: #4cbb6c;
}

.thumb-mask > .mask {
  position: relative;
  width: 3.438rem;
  height: 3.438rem;
  margin: 0.625rem 0;
  overflow: hidden;
  border: #f6f6f6 1px solid;
}

.thumb-mask > .mask img {
  width: 55px;
  height: 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: 500;
}

.definition-list dl dd,
.definition-list dl dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  padding: 0.625rem;
  margin: 0.125rem;
}

.help-block {
  margin-top: 0.625rem;
}

.btn.disabled,
.btn.disabled:hover {
  color: #ddd;
  background: #f6f6f6;
  opacity: 1;
}

.alert-warning .material-icons {
  padding-top: 0.3125rem;
  margin-right: 0.625rem;
  font-size: 2rem;
  color: #ff9a52;
}

.alert-warning .alert-text {
  padding-top: 0.625rem;
  font-size: 0.9375rem;
}

.alert-warning .alert-link {
  padding: 0.3125rem 1.25rem;
  margin-left: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #6c868e;
  border-width: 2px;
  border-radius: 2px;
}

.alert-warning ul li:last-child .alert-link {
  color: #fff;
}

.alert-warning .warning-buttons {
  margin-top: 0.3125rem;
}

.btn-tertiary-outline {
  color: #6c868e;
  background-color: transparent;
  background-image: none;
  border: 0.15rem solid #6c868e;
  border-color: #6c868e;
}

.btn-tertiary-outline:hover {
  color: #bbcdd2;
  border-color: #bbcdd2;
}

.alert {
  font-size: 0.8125rem;
}

.nav-item .nav-link,
.nav-item .nav-separtor {
  font-weight: 600;
  color: #7a7a7a;
}

#mobile_top_menu_wrapper .top-menu,
.nav-item .nav-link.active,
.nav-item .nav-separtor.active,
.page-addresses .address .address-footer a:hover,
body#checkout,
body#checkout section.checkout-step .add-address a {
  color: #232323;
}

.separator {
  margin: 0;
  border-color: rgba(0, 0, 0, 0.25);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (30px * 2));
}

.popover {
  font-family: inherit;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.ui-autocomplete.ui-front {
  z-index: 999;
}

.ps-alert-error {
  margin-bottom: 0;
}

.ps-alert-error .item {
  background-color: #ff4c4c;
}

.ps-alert-error .item,
.ps-alert-success .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  border: 2px #ff4c4c solid;
}

.ps-alert-error .item i,
.ps-alert-success .item i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 15px #ff4c4c solid;
}

.ps-alert-error .item i svg {
  width: 24px;
  height: 24px;
  background-color: #ff4c4c;
}

.ps-alert-success .item i svg {
  width: 24px;
  height: 24px;
}

.page-content.page-cms .ps-alert-error .item ul,
.page-content.page-cms .ps-alert-success .item ul,
.ps-alert-error .item .page-content.page-cms ul,
.ps-alert-error .item p,
.ps-alert-success .item .page-content.page-cms ul,
.ps-alert-success .item p {
  width: 100%;
  padding: 18px 20px;
  margin: 0;
  background-color: #fff;
}

.ps-alert-success {
  padding: 0.25rem 0.25rem 2.75rem;
}

.ps-alert-success .item,
.ps-alert-success .item i {
  border-color: #4cbb6c;
}

.ps-alert-success .item,
.ps-alert-success .item i svg {
  background-color: #4cbb6c;
}

#mobile_top_menu_wrapper .js-top-menu-bottom a,
.dropdown,
body#checkout section.checkout-step small {
  color: #7a7a7a;
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i,
.dropdown:hover .expand-more,
.page-my-account #content .links a:hover i,
.search-widget form button[type="submit"] .search:hover,
.top-menu .sub-menu a:hover {
  color: #ed1c24;
}

.dropdown .expand-more {
  color: #232323;
  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 {
  color: #232323;
  background: #fff;
  border: 0;
  outline: 0;
  -moz-appearance: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #ed1c24;
  text-decoration: none;
  background: 0 0;
}

.page-not-found .search-widget form,
.search-widget,
body#checkout section.checkout-step.-reachable.-complete h1 .done {
  display: inline-block;
}

.block_newsletter form input[type="text"],
.search-widget form input[type="text"] {
  min-width: 255px;
  padding: 10px;
  color: #7a7a7a;
  border: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.search-widget form input[type="text"]:focus {
  color: #232323;
  background: #fff;
  outline: 3px #ed1c24 solid;
}

/* .block_newsletter form button[type=submit],
.search-widget form button[type=submit] {
    position: absolute;
    right: .125rem;
    bottom: .3125rem;
    color: #7a7a7a;
    background: 0 0;
    border: 0
} */

.header-top .search-widgets form input[type="text"] {
  width: 100%;
  min-width: inherit;
  color: #9b9b9b;
  background: #f6f6f6;
}

.header-top .search-widgets form input[type="text"]:focus {
  background: #fff;
}

.header-top .search-widgets form button[type="submit"] {
  top: 50%;
  bottom: inherit;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-top #search_widget input {
  padding-right: 1rem;
}

.top-menu[data-depth="1"] {
  margin: 0.625rem;
}

.top-menu[data-depth="0"] {
  margin-bottom: 0;
}

.top-menu a:not([data-depth="0"]) {
  display: block;
  padding: 0.625rem;
  font-weight: 400;
  color: #7a7a7a;
}

.top-menu a.dropdown-submenu {
  font-weight: 600;
  color: #232323;
  text-transform: uppercase;
}

.top-menu a[data-depth="0"] {
  padding: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
}

.top-menu a[data-depth="1"],
.top-menu a[data-depth="2"] {
  padding: 0 0.625rem 0.625rem 0;
}

.top-menu .collapse {
  display: inherit;
}

.top-menu .sub-menu {
  z-index: 18;
  width: calc(100% - 30px);
  min-width: calc(100% - 30px);
  margin-left: 0.9375rem;
  border: 0;
  -webkit-box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.top-menu .sub-menu,
.top-menu .sub-menu.collapse {
  visibility: hidden;
  opacity: 0;
}

#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu,
.top-menu .sub-menu.collapse.in {
  visibility: visible;
  opacity: 1;
}

.top-menu .sub-menu ul[data-depth="1"] > li {
  float: left;
  margin: 0 1.25rem;
}

.top-menu .popover {
  max-width: inherit;
  border-radius: 0;
}

.popover.bs-tether-element-attached-top,
body#checkout #header .header-nav #_desktop_contact_link #contact-link,
body#checkout section.checkout-step .checkbox-field + .checkbox-field div {
  margin-top: 0;
}

#mobile_top_menu_wrapper {
  padding: 15px;
  background: #fff;
}

#mobile_top_menu_wrapper #top-menu,
#order-details ul li {
  margin-bottom: 0.625rem;
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
  display: inline-block;
  padding: 0;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
  padding: 0.625rem;
  border-bottom: 1px solid #f6f6f6;
}

#mobile_top_menu_wrapper .top-menu .collapse,
#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
  position: static;
  z-index: inherit;
  display: block;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="0"] > li {
  border-bottom: 1px solid #7a7a7a;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
  float: none;
  margin: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul,
body#checkout section.checkout-step #customer-form .radio-inline,
body#checkout section.checkout-step #delivery-address .radio-inline,
body#checkout section.checkout-step #invoice-address .radio-inline,
body#checkout section.checkout-step #login-form .radio-inline {
  padding: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu li > a {
  padding: 0.625rem;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
  padding-left: 1.25rem;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a {
  padding-left: 2.5rem;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {
  padding-left: 3.75rem;
}

#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector,
#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
  padding: 0.625rem;
}

#mobile_top_menu_wrapper
  .js-top-menu-bottom
  .language-selector-wrapper
  .language-selector,
.active_filters ul,
.pagination .page-list li,
body#checkout section.checkout-step .radio-field label {
  display: inline;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
  padding: 0 0.625rem;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
  display: block;
  width: 100%;
  padding: 0.625rem 0;
}

body#checkout #header .header-nav {
  max-height: none;
  padding: 0.9375rem 0;
  margin-bottom: 0;
  border: 0;
}

body#checkout #header .header-nav .logo {
  width: auto;
  max-height: 4.375rem;
}

body#checkout .cart-grid-right .card {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body#checkout .cart-grid-right .card .cart-total {
  background-color: inherit;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container {
  padding: 1rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

body#checkout
  .cart-grid-right
  .card
  .cart-summary-subtotals-container
  .cart-summary-line {
  margin-bottom: 0;
}

body#checkout
  .cart-grid-right
  .card
  .cart-summary-subtotals-container
  .cart-summary-line
  .label {
  font-size: 1rem;
  font-weight: 400;
}

body#checkout
  .cart-grid-right
  .card
  .cart-summary-subtotals-container
  .cart-summary-line
  .value {
  font-size: 1rem;
  font-weight: 600;
}

body#checkout
  .cart-grid-right
  .card
  .cart-summary-subtotals-container
  .cart-summary-line:not(:last-child) {
  margin-bottom: 0.825rem;
}

body#checkout .custom-checkbox > label {
  padding-left: 1.5rem;
}

body#checkout .custom-checkbox span {
  position: absolute;
  top: 0.025rem;
  left: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  margin-top: 0.1rem;
}

body#checkout a:hover {
  color: #1a8196;
}

body#checkout section#content {
  margin-bottom: 1.563rem;
}

body#checkout .container {
  min-height: 100%;
}

body#checkout section.checkout-step {
  padding: 0.625rem;
  background-color: #fff;
}

#block-reassurance li:last-child,
body#checkout section.checkout-step:last-child {
  border: 0;
}

body#checkout section.checkout-step .step-title {
  padding-bottom: 1.25rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

body#checkout section.checkout-step.-current + .checkout-step .step-title {
  padding-top: 1.25rem;
  border-top: 1px solid #ddd;
}

body#checkout section.checkout-step.-complete:first-of-type .step-title {
  padding-top: 0.625rem;
}

body#checkout section.checkout-step .content {
  padding: 0 2.313rem;
  padding-top: 1rem;
}

body#checkout section.checkout-step .step-edit {
  font-weight: 500;
  text-transform: lowercase;
}

body#checkout section.checkout-step .not-allowed,
body#checkout section.checkout-step.-unreachable .step-title {
  cursor: not-allowed;
  opacity: 0.5;
}

body#checkout section.checkout-step .content,
body#checkout section.checkout-step .done,
body#checkout section.checkout-step .step-edit,
body#checkout section.checkout-step.-current.-reachable.-complete .done,
body#checkout section.checkout-step.-current.-reachable.-complete .step-edit,
body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
  display: none;
}

body#checkout section.checkout-step.-current .step-title {
  cursor: default;
}

body#checkout section.checkout-step.-current.-reachable.-complete .step-number,
body#checkout section.checkout-step.-reachable.-current .step-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.js-payment-binary.disabled .accept-cgv,
body#checkout section.checkout-step.-current .content,
body#checkout section.checkout-step.-current.-reachable.-complete .content {
  display: block;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  margin-right: 0.65rem;
  font-size: 1rem;
  color: #fff;
  vertical-align: middle;
  background-color: #00c062;
  border: 0;
  border-radius: 50%;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  display: block;
  float: right;
  margin-right: 0.125rem;
  color: #7a7a7a;
  cursor: pointer;
}

.js-payment-binary,
.js-payment-binary .accept-cgv,
body#checkout section.checkout-step.-reachable.-complete .content {
  display: none;
}

body#checkout section.checkout-step .default-input {
  min-width: 40%;
}

body#checkout section.checkout-step .default-input[name="address1"],
body#checkout section.checkout-step .default-input[name="address2"] {
  min-width: 60%;
}

body#checkout section.checkout-step .radio-field {
  margin-top: 1.875rem;
}

body#checkout section.checkout-step .checkbox-field div {
  margin-top: 3.75rem;
}

body#checkout section.checkout-step .select-field div {
  padding: 0.625rem 3.125rem;
  background: #f6f6f6;
}

.block-promo .promo-code form,
.page-order table thead th,
.page-order-detail #order-products.return td.qty .select select,
body#checkout #order-summary-content .summary-selected-carrier .logo-container,
body#checkout section.checkout-step .form-footer {
  text-align: center;
}

body#checkout section.checkout-step #conditions-to-approve {
  padding-top: 1rem;
}

body#checkout section.checkout-step .payment-options label {
  display: table-cell;
}

body#checkout section.checkout-step .payment-options .custom-radio {
  margin-right: 0.5rem;
}

.page-order-detail .messages .message > div,
body#checkout section.checkout-step .payment-options .payment-option {
  margin-bottom: 0.5rem;
}

body#checkout section.checkout-step .step-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  font-size: 1rem;
  vertical-align: middle;
  border: 1px solid #232323;
  border-radius: 50%;
}

body#checkout section.checkout-step .address-selector {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body#checkout section.checkout-step .address-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  margin-bottom: 0.625rem;
  background: #f6f6f6;
  border: 3px solid transparent;
}

body#checkout section.checkout-step .address-item > header {
  min-height: 11.7rem;
}

body#checkout section.checkout-step .address-item.selected {
  background: #fff;
  border: #ed1c24 3px solid;
}

body#checkout section.checkout-step .address-alias {
  display: inline-block;
  margin-bottom: 0.625rem;
  font-weight: 600;
}

body#checkout section.checkout-step .address {
  margin-left: 1.563rem;
  font-weight: 500;
}

body#checkout section.checkout-step .radio-block {
  padding: 0.9375rem;
  text-align: left;
  cursor: pointer;
}

body#checkout section.checkout-step .custom-radio input[type="radio"] {
  width: 1.25rem;
  height: 1.25rem;
}

body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
  display: inline-block;
  margin: 0 0.3125rem;
  color: #7a7a7a;
}

body#checkout section.checkout-step .delete-address .delete,
body#checkout section.checkout-step .delete-address .edit,
body#checkout section.checkout-step .edit-address .delete,
body#checkout section.checkout-step .edit-address .edit {
  font-size: 1rem;
}

body#checkout section.checkout-step .address-footer {
  padding: 0.625rem;
  text-align: center;
}

body#checkout section.checkout-step #delivery-addresses,
body#checkout section.checkout-step #invoice-addresses,
body#checkout section.checkout-step .add-address {
  margin-top: 1.25rem;
}

body#checkout section.checkout-step .delivery-options > .row {
  border-right: 0.1rem solid #c3c3c3;
}

body#checkout section.checkout-step .delivery-options .delivery-option {
  min-height: 80px;
  padding: 0.9375rem 0;
  margin-bottom: 0.9375rem;
  background: #f6f6f6;
}

body#checkout section.checkout-step .delivery-options .delivery-option,
body#checkout section.checkout-step .delivery-options .delivery-option .carrier,
body#checkout
  section.checkout-step
  .delivery-options
  .delivery-option
  label
  > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body#checkout section.checkout-step .delivery-options .delivery-option label {
  margin-bottom: 0;
  text-align: inherit;
}

body#checkout
  section.checkout-step
  .delivery-options
  .delivery-option
  label
  .carrier {
  margin-left: 0;
}

body#checkout
  section.checkout-step
  .delivery-options
  .delivery-option
  label
  .carrier:not(.carrier-hasLogo)
  > .col-xs-12 {
  padding-left: calc(33.33333% + 15px);
}

body#checkout
  #order-summary-content
  .summary-selected-carrier
  .logo-container
  img,
body#checkout section.checkout-step .delivery-options .delivery-option img {
  width: 3.125rem;
}

body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-name {
  display: inline-block;
  margin-bottom: 0;
  text-align: left;
  word-break: break-word;
}

body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address,
body#checkout section.checkout-step #login-form {
  margin-top: 1.563rem;
  margin-left: 0.3125rem;
}

body#checkout #cart-summary-product-list,
body#checkout section.checkout-step .sign-in {
  font-size: 0.875rem;
}

body#checkout section.checkout-step .forgot-password {
  margin-left: 14.38rem;
}

body#checkout .additional-information {
  margin-top: 1.25rem;
  margin-left: 2.875rem;
  font-size: 0.875rem;
}

body#checkout .condition-label {
  padding-left: 1.625rem;
  margin-top: 0.625rem;
}

body#checkout .condition-label label {
  text-align: inherit;
}

body#checkout .cancel-address {
  display: block;
  margin: 0.625rem;
  color: #7a7a7a;
  text-decoration: underline;
}

body#checkout .modal-content {
  padding: 1.25rem;
  background-color: #f6f6f6;
}

body#checkout #cart-summary-product-list img {
  width: 3.125rem;
  border: #f6f6f6 1px solid;
}

.table-labeled td,
.table-labeled th,
body#checkout #cart-summary-product-list .media-body {
  vertical-align: middle;
}

body#checkout #order-summary-content {
  padding-top: 0.9375rem;
}

body#checkout #order-summary-content h4.h4 {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  color: #232323;
}

body#checkout #order-summary-content h4.black {
  color: #000;
}

body#checkout #order-summary-content h4.addresshead {
  margin-top: 0.1875rem;
}

body#checkout #order-summary-content .noshadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

body#checkout #order-summary-content #order-items {
  border-right: 0;
}

body#checkout #order-summary-content #order-items h3.h3 {
  margin-top: 1.25rem;
  color: #232323;
}

body#checkout #order-summary-content #order-items table tr:first-child td {
  border-top: 0;
}

body#checkout #order-summary-content .order-confirmation-table {
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border: 3px solid #e5e5e5;
  border-radius: 0;
}

body#checkout #order-summary-content .summary-selected-carrier {
  padding: 1rem;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}

body#checkout #order-summary-content .step-edit {
  display: inline;
  color: #7a7a7a;
}

body#checkout #order-summary-content .step-edit:hover {
  cursor: pointer;
}

#history .orders .order a h3,
body#checkout #order-summary-content a .step-edit {
  color: #7a7a7a;
}

body#checkout #delivery,
body#checkout #gift_message {
  max-width: 100%;
  border-color: #232323;
}

body#checkout #delivery textarea,
body#checkout #gift_message textarea {
  max-width: 100%;
  margin-bottom: 10px;
}

body#checkout #footer {
  padding: 0.9375rem;
  color: #7a7a7a;
  background: #232f3e;
}

body#checkout #hook-display-after-carrier {
  margin-top: 20px;
}

body#checkout #hook-display-after-carrier > [class^="col"] {
  display: inline-block;
  float: inherit;
}

body#checkout
  #hook-display-after-carrier
  > [class^="col"].links
  .row
  > [class^="col"] {
  width: auto;
}

#order-details {
  padding-left: 1.3rem;
  margin-top: 1.25rem;
}

#order-details > .card-title {
  margin-bottom: 1.875rem;
}

#order-details ul {
  margin-bottom: 1.25rem;
}

#order-items {
  border-right: #f6f6f6 1px solid;
}

#order-items .h3,
.page-addresses .address .address-footer a i,
.page-addresses .addresses-footer a i,
.page-footer .account-link i {
  font-size: 1rem;
}

#order-items hr {
  border-top-color: #232323;
}

#order-items table tr {
  height: 1.875rem;
}

#order-items table tr td {
  padding: 0.5rem;
  font-size: 0.875rem;
}

#order-items table tr td:last-child {
  text-align: right;
}

#order-items table tr.taxes td {
  text-align: left;
}

#order-items table tr.taxes td .value {
  padding-top: 0;
}

#order-items .order-line {
  margin-top: 1rem;
}

#order-items .image img {
  width: 100%;
  margin-bottom: 1rem;
  border: 1px solid gray-lighter;
}

#order-items .details,
#order-items .qty {
  margin-bottom: 1rem;
}

#order-items .details .customizations {
  margin-top: 0.625rem;
}

#order-confirmation #registration-form {
  width: 50%;
  margin: 0 auto 1rem;
}

.js-payment-binary.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.js-payment-binary.disabled::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: "";
}

.table-labeled .label {
  padding: 0.25rem 0.375rem;
  margin: 0.125rem;
  font-size: inherit;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  border-radius: 3px;
}

.page-order .table {
  margin-bottom: 0;
}

.page-order table td,
.page-order table th {
  padding: 0.5rem;
}

#authentication .tooltip.tooltip-bottom {
  padding: 0;
  margin: 0;
}

#authentication .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#authentication .custom-checkbox span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.9375rem;
  flex: 0 0 0.9375rem;
}

#authentication .custom-checkbox label {
  padding-left: 0.625rem;
}

#authentication .radio-inline,
#identity .radio-inline {
  padding: 0;
}

#authentication .radio-inline .custom-radio,
#identity .radio-inline .custom-radio {
  margin-right: 0;
}

.page-customer-account #content {
  padding: 1rem;
  background: #fff;
  font-size: 0.875rem;
  color: #7a7a7a;
}

.page-customer-account #content .order-actions a {
  padding: 0 0.125rem;
}

.page-customer-account #content .forgot-password {
  padding-bottom: 0.9375rem;
  margin-top: 1rem;
  font-size: 0.875rem;
  text-align: center;
}

.page-customer-account #content .no-account {
  font-size: 1rem;
  text-align: center;
}

.page-authentication #content,
.page-registration #content {
  padding: 1rem;
  background: #fff;
  max-width: 640px;
  margin: 0 auto;
}

.page-addresses .address {
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
  color: #232323;
  background: #fff;
}

.page-addresses .address .address-body {
  padding: 1rem;
}

.page-addresses .address .address-body h4,
.page-order-detail .addresses h4,
.page-order-detail h3 {
  font-size: 1rem;
  font-weight: 700;
}

.page-addresses .address .address-body address {
  min-height: 9rem;
}

.page-addresses .address .address-footer {
  padding: 0.5rem 1rem;
  border-top: 1px solid #7a7a7a;
}

.page-addresses .address .address-footer a {
  margin-right: 0.5rem;
  color: #7a7a7a;
}

.page-addresses .address .address-footer a span {
  font-size: 0.9375rem;
  vertical-align: middle;
}

.page-addresses .addresses-footer {
  margin: 0 0.9375rem;
}

#order-return-infos .thead-default th,
.page-addresses .addresses-footer a,
.page-addresses .addresses-footer a:hover,
.page-my-account #content .links a:hover {
  color: #232323;
}

.page-addresses .addresses-footer a span {
  margin-top: 0.625rem;
  font-size: 1rem;
  vertical-align: middle;
}

.page-order-detail #content {
  font-size: 0.875rem;
}

.page-order-detail .box {
  padding: 1rem;
  background: #fff;
  margin-bottom: 1rem;
}

.page-order-detail h3 {
  margin-bottom: 1rem;
  color: #232323;
  text-transform: uppercase;
}

.page-order-detail #order-history .history-lines .history-line {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f6f6f6;
}

.page-order-detail #order-history .history-lines .history-line:last-child {
  border-bottom: 0;
}

#history .orders .order .label,
.page-order-detail #order-history .history-lines .history-line .label {
  display: inline-block;
  padding: 0.25rem 0.375rem;
  margin: 0.25rem 0;
  color: #fff;
  border-radius: 3px;
}

.page-order-detail .addresses {
  margin: 0 -0.9375rem;
}

.page-order-detail #order-products.return {
  margin-bottom: 1rem;
}

.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 {
  float: left;
  width: 30%;
  padding-right: 0.5rem;
  text-align: right;
}

.page-order-detail #order-products.return td.qty .select {
  float: left;
  width: 70%;
  padding-left: 0.25rem;
  margin: -0.625rem 0;
}

.page-order-detail .order-items {
  padding: 0 !important;
}

.page-order-detail .order-items .order-item {
  padding: 1rem 1rem 0;
  border-bottom: 1px solid #f6f6f6;
}

.page-order-detail .order-items .order-item .checkbox {
  float: left;
  width: 30px;
  padding: 0 0.9375rem;
}

.page-order-detail .order-items .order-item .content {
  float: left;
  width: calc(100% - 30px);
  padding: 0 0.9375rem;
}

.page-order-detail .order-items .order-item .desc,
.page-order-detail .order-items .order-item .qty {
  margin-bottom: 1rem;
}

#blockcart-modal .cart-content .page-content.page-cms ul .label,
#blockcart-modal .cart-content .page-content.page-cms ul .value,
#blockcart-modal .cart-content p .label,
#blockcart-modal .cart-content p .value,
.page-content.page-cms #blockcart-modal .cart-content ul .label,
.page-content.page-cms #blockcart-modal .cart-content ul .value,
.page-order-detail .order-items .order-item .desc .name {
  font-weight: 600;
}

.page-order-detail .order-items .order-item .qty .q,
.page-order-detail .order-items .order-item .qty .s {
  margin-bottom: 0.25rem;
}

.page-order-detail .messages .message {
  margin-top: 0.5rem;
  border-bottom: 1px solid #f6f6f6;
}

#history .orders .order:last-child,
.page-order-detail .messages .message:last-child {
  border-bottom: 0;
}

#order-return-infos .customization,
.page-order-detail .customization {
  margin-top: 0.75rem;
}

.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;
}

.page-my-account #content .links a {
  display: inline-block;
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
  font-size: 1rem;
  font-weight: 700;
  color: #7a7a7a;
  text-align: center;
  text-transform: uppercase;
}

.page-my-account #content .links a span.link-item {
  display: block;
  height: 100%;
  padding: 1rem;
  background: #fff;
}

.page-my-account #content .links a i {
  display: block;
  width: 100%;
  padding-bottom: 3.4rem;
  font-size: 2.6rem;
  color: #232323;
}

#history .orders {
  margin: 0 -1rem;
}

#history .orders .order {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #f6f6f6;
}

.page-footer .account-link {
  margin-right: 1rem;
}

.page-footer .account-link span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.login-form {
  margin-top: 15px;
}

.forgotten-password {
  padding: 4px;
}

.forgotten-password .form-fields .center-email-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.forgotten-password .form-fields .center-email-fields button,
.forgotten-password .form-fields .email input {
  height: 38px;
}

.forgotten-password .form-fields .email {
  width: 430px;
  padding-right: 0;
  padding-left: 0;
}

.forgotten-password .form-fields label.required {
  width: 130px;
}

.send-renew-password-link {
  padding-right: 10px;
  padding-left: 10px;
}

.renew-password {
  margin-left: 10px;
}

.renew-password .email {
  padding-bottom: 30px;
}

.renew-password [type="submit"] {
  margin-left: 50px;
}

.carousel {
  margin-bottom: 1.5rem;
}

.carousel .direction {
  z-index: auto;
}

.carousel .carousel-inner {
  height: 340px;
}

.carousel .carousel-item {
  height: 100%;
}

.carousel .carousel-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.carousel .carousel-item .caption {
  position: absolute;
  bottom: 28px;
  left: 90px;
  max-width: 340px;
  color: #fff;
}

.carousel
  .carousel-item
  .caption
  .caption-description
  .page-content.page-cms
  ul,
.carousel .carousel-item .caption .caption-description p,
.page-content.page-cms
  .carousel
  .carousel-item
  .caption
  .caption-description
  ul {
  font-size: 1rem;
  color: #fff;
}

.carousel .carousel-item .caption .caption-description h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

.carousel .carousel-item .caption .display-1 {
  font-size: 3rem;
  font-weight: 700;
}

.carousel .carousel-item figure {
  display: inline-block;
  margin: 0;
}

.carousel .carousel-control {
  opacity: 1;
}

.lang-rtl #products .all-product-link .material-icons,
.lang-rtl .carousel .carousel-control .icon-next .material-icons,
.lang-rtl .carousel .carousel-control .icon-prev .material-icons,
.lang-rtl .featured-products .all-product-link .material-icons,
.lang-rtl .product-accessories .all-product-link .material-icons {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.carousel .carousel-control .icon-next::before,
.carousel .carousel-control .icon-prev::before {
  content: "";
}

.carousel .carousel-control .icon-next i,
.carousel .carousel-control .icon-prev i {
  font-size: 3.125rem;
  color: #fff;
}

.carousel .carousel-control .icon-prev {
  left: 1rem;
}

.carousel .carousel-control .icon-next {
  right: 2rem;
}

.carousel .carousel-control.left,
.carousel .carousel-control.right {
  background: 0 0;
}

.carousel-indicators .active {
  background-color: #7a7a7a;
}

#products .products,
.featured-products .products,
.product-accessories .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;
}

#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title {
  margin: 2.5rem 0;
  font-weight: 500;
  text-align: center;
}

#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  clear: both;
  font-weight: 500;
  color: #7a7a7a;
}

.product-miniature,
.product-miniature .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-miniature .product {
  padding: 0;
  margin: 0 0.8125rem;
}

.page-index .product-miniature .product,
.page-search .product-miniature .product {
  width: 25%;
  min-width: 250px;
}

.product-miniature .product-thumbnail {
  display: block;
}

.product-miniature .product-title a {
  font-size: 1rem;
  font-weight: normal;
  color: #4b4b4b;
  text-align: left;
  text-decoration: none;
  padding: 0 10px 0 0;
  margin: 0;
  display: block;
}

.product-miniature .thumbnail-container {
  position: relative;
  height: auto;
  overflow: hidden;
  background: #fff;
}

.product-miniature .thumbnail-container:focus .highlighted-informations,
.product-miniature .thumbnail-container:hover .highlighted-informations {
  top: calc(100% - 4.4rem);
}

.product-miniature .thumbnail-container:focus .highlighted-informations::after,
.product-miniature .thumbnail-container:hover .highlighted-informations::after {
  opacity: 1;
}

.product-miniature
  .thumbnail-container:focus
  .highlighted-informations.no-variants,
.product-miniature
  .thumbnail-container:hover
  .highlighted-informations.no-variants {
  top: calc(100% - 2.5rem);
}

.product-miniature .thumbnail-container .product-thumbnail {
  position: relative;
  height: calc(100% - 70px);
}

.product-miniature .thumbnail-container .product-thumbnail img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.product-miniature .product-title {
  margin-top: 0.7rem;
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize;
}

.product-miniature .product-price-and-shipping {
  font-weight: 700;
  color: #000000;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.product-miniature .product-price-and-shipping .discount-product {
  display: none;
}

.product-miniature .variant-links {
  position: relative;
  top: -0.25em;
  width: 100%;
  min-height: 2.5rem;
  padding-top: 0.1875rem;
  text-align: center;
  background: #fff;
}

.product-miniature .thumbnail-top {
  position: relative;
  overflow: hidden;
}

.product-miniature .highlighted-informations {
  position: absolute;
  top: 100%;
  z-index: 2;
  width: 100%;
  height: auto;
  /*    padding: .625rem 0; */
  text-align: center;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-miniature .highlighted-informations .quick-view {
  font-size: 1rem;
  color: #7a7a7a;
}

.product-miniature .highlighted-informations .quick-view:hover {
  color: #ed1c24;
}

.product-miniature .product-description {
  position: relative;
  bottom: 0;
  height: auto;
  padding: 0.25rem 0.5rem;
  background: #fff;
}

.product-miniature .product-flags li.product-flag.online-only {
  top: 13.1rem;
}

.product-miniature .comments_note {
  color: #7a7a7a;
  text-align: center;
}

.product-miniature .regular-price {
  display: inline-block;
  font-size: 0.875rem;
  color: #7a7a7a;
  text-decoration: line-through;
}

.product-miniature .count {
  position: relative;
  bottom: 0.5rem;
  font-weight: 700;
  color: #7a7a7a;
}

#custom-text {
  padding: 3.125rem;
  margin-bottom: 1.5rem;
  text-align: center;
  background: #fff;
  border-radius: 2px;
}

#custom-text h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #232323;
  text-transform: uppercase;
}

#custom-text .page-content.page-cms ul,
#custom-text p,
.page-content.page-cms #custom-text ul {
  font-size: 0.875rem;
  font-weight: 400;
  color: #232323;
}

#custom-text .page-content.page-cms ul .dark,
#custom-text p .dark,
.page-content.page-cms #custom-text ul .dark {
  font-size: 1.125rem;
  font-weight: 600;
  color: #232323;
}

#custom-text img {
  max-width: 100%;
  height: 100%;
}

.page-content.page-cms {
  padding: 1.25rem;
  text-align: justify;
  background: #fff;
}

.page-content.page-cms .cms-box img {
  max-width: 100%;
}

.page-content.page-cms ul {
  list-style: disc inside none;
}

#products {
  color: #7a7a7a;
}

#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: 1rem;
}

#products .up .btn-secondary,
#products .up .btn-tertiary {
  color: var(--primary-color);
  text-transform: inherit;
}

#products .up .btn-secondary .material-icons,
#products .up .btn-tertiary .material-icons {
  margin-right: 0;
}

.block-category {
  min-height: 13.75rem;
  margin-bottom: 1.563rem;
}

.block-category h1 {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.block-category .block-category-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-category
  .block-category-inner
  #category-description
  .page-content.page-cms
  ul,
.block-category .block-category-inner #category-description p,
.page-content.page-cms
  .block-category
  .block-category-inner
  #category-description
  ul {
  font-weight: 400;
  margin-bottom: 0;
  color: #232323;
  word-break: break-word;
}

.block-category .block-category-inner #category-description strong {
  font-weight: 400;
  color: #7a7a7a;
}

.block-category
  .block-category-inner
  #category-description
  .page-content.page-cms
  ul:first-child,
.block-category .block-category-inner #category-description p:first-child,
.page-content.page-cms
  .block-category
  .block-category-inner
  #category-description
  ul:first-child {
  margin-bottom: 1.25rem;
}

.block-category .block-category-inner .category-cover img {
  width: 141px;
  height: 180px;
}

.products-selection .sort-by-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-selection .sort-by {
  text-align: right;
  word-break: break-word;
  white-space: normal;
  padding-right: 5px;
}

.products-selection .total-products,
.products-selection h1 {
  padding-top: 0.625rem;
}

.page-content.page-cms .products-selection ul,
.page-content.page-cms .products-selection ul .select-title,
.page-content.page-cms .products-selection ul .sort-by,
.products-selection .page-content.page-cms ul,
.products-selection .page-content.page-cms ul .select-title,
.products-selection .page-content.page-cms ul .sort-by,
.products-selection .sort-by-row,
.products-selection .sort-by-row .select-title,
.products-selection .sort-by-row .sort-by,
.products-selection p,
.products-selection p .select-title,
.products-selection p .sort-by {
  font-size: 0.875rem;
}

.page-content.page-cms .products-selection ul .select-title i,
.page-content.page-cms .products-selection ul .sort-by i,
.page-content.page-cms .products-selection ul i,
.products-selection .page-content.page-cms ul .select-title i,
.products-selection .page-content.page-cms ul .sort-by i,
.products-selection .page-content.page-cms ul i,
.products-selection .sort-by-row .select-title i,
.products-selection .sort-by-row .sort-by i,
.products-selection .sort-by-row i,
.products-selection p .select-title i,
.products-selection p .sort-by i,
.products-selection p i {
  height: inherit;
  line-height: inherit;
}

.products-selection .filter-button .btn-secondary,
.products-selection .filter-button .btn-tertiary {
  padding: 0.75rem 0.5rem 0.6875rem;
}

.brands-sort,
.products-sort-order,
.suppliers-sort {
  color: #7a7a7a;
}

.brands-sort .select-title,
.products-sort-order .select-title,
.suppliers-sort .select-title {
  display: inline-block;
  width: 100%;
  padding: 0.625rem;
  color: #232323;
  cursor: pointer;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.brands-sort .select-list,
.products-sort-order .select-list,
.suppliers-sort .select-list {
  display: block;
  padding: 0.625rem 1.25rem;
  color: #232323;
}

.brands-sort .select-list:hover,
.products-sort-order .select-list:hover,
.suppliers-sort .select-list:hover {
  color: #fff;
  text-decoration: none;
  background: var(--secondary-color);
}

.brands-sort .dropdown-menu,
.products-sort-order .dropdown-menu,
.suppliers-sort .dropdown-menu {
  left: auto;
  width: 16.88rem;
  margin: 0;
  background: #f6f6f6;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.facet-dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  color: #7a7a7a;
  background: #f6f6f6;
  border: 3px solid transparent;
  -webkit-box-shadow: 1px 1px 1px 1px #f6f6f6;
  box-shadow: 1px 1px 1px 1px #f6f6f6;
}

.facet-dropdown.open {
  border: 0;
}

.facet-dropdown.open > .select-title {
  background: #f6f6f6;
  border: 3px solid #ed1c24;
}

.facet-dropdown .select-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0.625rem 0.625rem 0.625rem 1.25rem;
  margin-left: 0;
  color: #232323;
  cursor: pointer;
  background: #f6f6f6;
}

.facet-dropdown .select-title > i {
  margin-left: auto;
}

.facet-dropdown .select-list {
  display: block;
  padding: 0.625rem 1.25rem;
  color: #232323;
  background: #f6f6f6;
}

.facet-dropdown .select-list:hover {
  color: #fff;
  text-decoration: none;
  background: #ed1c24;
}

.facet-dropdown .dropdown-menu {
  left: auto;
  width: 100%;
  padding: 0;
  margin-top: 3px;
  background: #f6f6f6;
  border: 0;
  -webkit-box-shadow: 1px 1px 1px 1px #f6f6f6;
  box-shadow: 1px 1px 1px 1px #f6f6f6;
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
  padding: 1.563rem 1.25rem;
  margin-bottom: 1.563rem;
  background: #fff;
}

#search_filters > .h6,
#search_filters_brands > .h6,
#search_filters_suppliers > .h6 {
  font-size: 1.5rem;
  font-weight: 500;
}

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
  padding-top: 0.625rem;
}

#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
  display: block;
}

#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-title {
  font-size: 1rem;
  color: #232323;
}

#product-modal
  .modal-content
  .modal-body
  .image-caption
  .page-content.page-cms
  ul,
#product-modal .modal-content .modal-body .image-caption p,
#search_filters .facet .facet-label,
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label,
.page-content.page-cms
  #product-modal
  .modal-content
  .modal-body
  .image-caption
  ul,
.social-sharing ul {
  margin-bottom: 0;
}

#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
  display: inline-block;
  margin-top: 0.4375rem;
  font-size: 0.9375rem;
  color: #232323;
}

#search_filters_brands .facet,
#search_filters_suppliers .facet {
  padding-top: 0;
}

#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
  margin-bottom: 0.3125rem;
}

.pagination {
  width: 100%;
  font-size: 0.875rem;
}

.pagination > div:first-child {
  padding-left: 0;
  line-height: 2.5rem;
}

.pagination .page-list {
  padding: 0.375rem;
  margin-bottom: 0;
  background: #fff;
}

.pagination a {
  font-size: 1rem;
  padding: 5px 6px 5px 10px;
  border: 1px solid #ccc;
  text-align: center;
  margin-right: 5px;
  letter-spacing: 0;
  color: #000;
  border-radius: 50px;
}

.pagination .disabled {
  color: #7a7a7a;
  border-radius: 50px;
}

.pagination .current a {
  text-decoration: none;
  background: #daa520;
  border-color: #daa520;
  color: #fff;
  border-radius: 50px;
}

.active_filters {
  padding: 0.625rem 1.875rem 0;
  margin-bottom: 1.25rem;
  background: #dededd;
}

.active_filters .active-filter-title {
  display: inline;
  margin-right: 0.625rem;
  font-weight: 600;
}

.active_filters .filter-block {
  display: inline-block;
  padding: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 0.8125rem;
  color: #232323;
  background: #fff;
}

.active_filters .filter-block .close {
  margin-top: 0.1875rem;
  margin-left: 0.3125rem;
  font-size: 0.9375rem;
  color: #232323;
  opacity: 1;
}

.block-categories {
  padding: 1.563rem 1.25rem;
  margin-bottom: 1.563rem;
  background: #fff;
}

.block-categories .h6 {
  font-size: 1.5rem;
  font-weight: 500;
}

.block-categories .category-sub-menu {
  margin-top: 1rem;
}

.block-categories .category-sub-menu .category-sub-link {
  font-size: 0.875rem;
}

.block-categories .category-sub-menu li {
  position: relative;
}

.block-categories .category-sub-menu li[data-depth="1"] {
  margin-bottom: 0.625rem;
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
  display: inline-block;
  width: 100%;
  padding-bottom: 0.1875rem;
  margin: 0.3125rem 0 0;
  font-weight: 600;
}

.block-categories
  .category-sub-menu
  li:not([data-depth="0"]):not([data-depth="1"]) {
  padding-left: 0.3125rem;
}

.block-categories
  .category-sub-menu
  li:not([data-depth="0"]):not([data-depth="1"])::before {
  margin-right: 0.3125rem;
  content: "-";
}

.block-categories a,
.facets-title {
  color: #232323;
}

.block-categories .collapse-icons {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  cursor: pointer;
}

.block-categories .collapse-icons .remove,
.block-categories .collapse-icons[aria-expanded="true"] .add {
  display: none;
}

.block-categories .collapse-icons[aria-expanded="true"] .remove {
  display: block;
}

#subcategories ul li .subcategory-name:hover,
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover,
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover,
.cart-grid-body a.label:hover {
  color: var(--secondary-color);
}

.block-categories .arrows .arrow-down,
.block-categories .arrows .arrow-right {
  margin-left: 2px;
  font-size: 0.875rem;
  cursor: pointer;
}

.block-categories .arrows .arrow-down,
.block-categories .arrows[aria-expanded="true"] .arrow-right {
  display: none;
}

#manufacturer #main ul .brand-infos a,
.block-categories .arrows[aria-expanded="true"] .arrow-down {
  display: inline-block;
}

.advertising-block {
  margin-bottom: 1.563rem;
}

#subcategories {
  margin-bottom: 20px;
}

#subcategories .subcategory-heading {
  margin-bottom: 20px;
  font-weight: 500;
}

#subcategories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -10px;
}

#subcategories ul li {
  width: calc(100% / 4 - 20px);
  min-width: 200px;
  margin: 0px;
  text-align: center;
}

#subcategories ul li .subcategory-image {
  padding: 0 0 8px;
}

#subcategories ul li .subcategory-image a {
  display: block;
  padding: 9px;
}

#subcategories ul li .subcategory-image a img {
  max-width: 100%;
  vertical-align: top;
}

#subcategories ul li .subcategory-name {
  text-transform: uppercase;
}

#subcategories ul li .cat_desc {
  display: none;
}

#subcategories ul li:hover .subcategory-image a {
  padding: 5px;
  border: 5px solid #ed1c24;
}

#product #content {
  position: relative;
  margin: 0 auto;
}

.product-price {
  display: inline-block;
  max-width: 100%;
  /* color: #ad1f00; */
  color: var(--primary-color);
  font-weight: bold;
  font-size: 1.5rem;
}

#blockcart-modal,
#product-description-short {
  color: #232323;
}

#product-description-short ol,
#product-description-short ul {
  padding-left: 0;
  list-style-position: inside;
}

#product-description-short ol li,
#product-description-short ul li,
.product-information .product-description ol li,
.product-information .product-description ul li {
  font-size: 0.9375rem;
  color: #7a7a7a;
}

.product-information {
  font-size: 0.9375rem;
  color: #232323;
}

.product-information .manufacturer-logo {
  max-height: 4rem;
  margin-bottom: 1rem;
  border: 2px solid #f6f6f6;
}

.product-information .product-description img {
  max-width: 100%;
  height: auto;
}

.product-information .product-description ol,
.product-information .product-description ul {
  padding-left: 0.75rem;
  list-style-position: inside;
}

#product-description-short ul,
.product-information .product-description ul {
  list-style-type: disc;
}

.input-color {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  opacity: 0;
}

.input-container {
  position: relative;
}

.input-radio {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  border: 2px solid #232323;
}

.radio-label {
  display: inline-block;
  padding: 0.125rem 0.625rem;
  font-weight: 600;
  background: #fff;
  border: 2px solid #fff;
}

.product-actions .control-label {
  display: block;
  width: 100%;
  margin-bottom: 0.375rem;
}

.product-actions .add-to-cart {
  height: 2.75rem;
  padding-top: 0.625rem;
  line-height: inherit;
}

.product-actions .add-to-cart .material-icons {
  line-height: inherit;
}

.product-actions .product-add-to-cart {
  word-wrap: break-word;
}

.block-social ul,
.product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-quantity .add,
.product-quantity .qty {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
}
.product-quantity .add {
  width: 100%;
}
.product-actions .add-to-cart {
  width: 100%;
  max-width: 450px;
}

.product-quantity #quantity_wanted {
  width: 3rem;
  height: 2.75rem;
  padding: 0.175rem 0.5rem;
  color: #232323;
  background-color: #fff;
}

.product-quantity .input-group-btn-vertical {
  width: auto;
}

.product-quantity .input-group-btn-vertical .btn {
  padding: 0.5rem 0.6875rem;
}

.product-quantity .input-group-btn-vertical .btn i {
  top: 0.125rem;
  left: 0.1875rem;
  font-size: 1rem;
}

.product-quantity .btn-touchspin {
  height: 1.438rem;
}

.product-discounts {
  margin-bottom: 1.5rem;
}

.product-discounts > .product-discounts-title {
  font-size: 0.875rem;
  font-weight: 600;
}

.product-discounts > .table-product-discounts thead tr th {
  width: 33%;
  padding: 0.625rem 1.25rem;
  text-align: center;
  background: #fff;
  border: 0.3125rem #f6f6f6 solid;
}

.product-discounts > .table-product-discounts tbody tr {
  background: #f6f6f6;
}

.product-discounts > .table-product-discounts tbody tr:nth-of-type(even) {
  background: #fff;
}

.product-discounts > .table-product-discounts tbody tr td {
  padding: 0.625rem 1.25rem;
  text-align: center;
  border: 0.3125rem #f6f6f6 solid;
}

.product-prices {
  margin-top: 1.25rem;
}

.product-prices .tax-shipping-delivery-label {
  font-size: 0.8125rem;
  color: #7a7a7a;
  word-wrap: break-word;
}

.product-prices .tax-shipping-delivery-label .delivery-information {
  padding: 0 0 0 2px;
  font-weight: 700;
}

.product-prices .tax-shipping-delivery-label .delivery-information::before {
  padding: 0 2px 0 0;
  content: "-";
}

.product-customization small,
.product-discount {
  color: #7a7a7a;
}

.product-discount .regular-price {
  margin-right: 0.625rem;
  text-decoration: line-through;
}

.has-discount .discount {
  display: inline-block;
  padding: 0.125rem 0.625rem;
  margin-left: 0.625rem;
  font-size: 0.7rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--color-discount);
}

.has-discount .product-unit-price,
.product-unit-price {
  margin-bottom: 0;
  overflow: hidden;
  font-size: 0.8125rem;
  color: #7a7a7a;
  text-overflow: ellipsis;
}

.tabs {
  background: #fff;
}

.tabs .tab-pane {
  padding-top: 1.25rem;
}

.tabs .nav-tabs {
  border: 0;
  border-bottom: #f6f6f6 2px solid;
}

.tabs .nav-tabs .nav-link {
  color: #7a7a7a;
  border: 0 solid transparent;
}

.tabs .nav-tabs .nav-link.active {
  color: var(--color-tabs);
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  border: 0;
  border-bottom: var(--color-tabs) 3px solid;
}

.tabs .nav-tabs .nav-item {
  float: left;
  margin-bottom: -0.125rem;
}

.product-cover {
  position: relative;
  margin-bottom: 1.25rem;
}

#product-modal .modal-content .modal-body .product-cover-modal,
.product-cover img {
  background: #fff;
}

.product-cover .layer {
  position: absolute;
  top: 0;
  left: 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: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.product-cover .layer:hover {
  opacity: 1;
}

.product-cover .layer .zoom-in {
  font-size: 3.125rem;
  color: #fff;
}

#product-modal .modal-content {
  padding: 0;
  background: 0 0;
  border: 0;
}

#product-modal .modal-content .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -35%;
}

#product-modal .modal-content .modal-body .image-caption {
  width: 100%;
  padding: 0.625rem 1.25rem;
  background: #fff;
  border-top: #f6f6f6 1px solid;
}

#product-modal .modal-content .modal-body .thumbnails,
.block_newsletter form {
  position: relative;
}

#product-modal .modal-content .modal-body .mask {
  position: relative;
  z-index: 1;
  max-height: 49.38rem;
  margin-top: 2.188rem;
  overflow: hidden;
}

#product-modal .modal-content .modal-body .mask.nomargin {
  margin-top: 0;
}

#product-modal .modal-content .modal-body .product-images img {
  width: 9.25rem;
  cursor: pointer;
  background: #fff;
}

#product-modal .modal-content .modal-body .product-images img:hover {
  border: var(--color-image-border) 3px solid;
}

#product-modal .modal-content .modal-body .arrows {
  position: absolute;
  top: 0;
  right: 1.875rem;
  z-index: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

#product-modal .modal-content .modal-body .arrows .arrow-up {
  position: absolute;
  top: -2rem;
  opacity: 0.2;
}

#product-modal .modal-content .modal-body .arrows .arrow-down {
  position: absolute;
  bottom: -2rem;
}

#product-modal .modal-content .modal-body .arrows i {
  display: inline;
  font-size: 6.25rem;
}

#blockcart-modal .modal-header,
#product #block-reassurance {
  background: #fff;
}

#blockcart-modal .modal-header .close {
  opacity: 1;
}

#blockcart-modal .modal-header .close .material-icons {
  color: #363a42;
}

#blockcart-modal .modal-body {
  padding: 3.125rem 1.875rem;
  background: #fff;
}

#blockcart-modal .modal-body .divide-right span {
  display: inline-block;
  margin-bottom: 0.3125rem;
}

#blockcart-modal .modal-dialog {
  width: 100%;
  max-width: 1140px;
}

#blockcart-modal .product-image {
  display: block;
  width: 100%;
  max-width: 9.375rem;
  margin: 0 0 0 auto;
}

#blockcart-modal .modal-title {
  font-size: 1rem;
  font-weight: 400;
  color: #353943;
}

#blockcart-modal .modal-title i.material-icons {
  margin-right: 1.875rem;
  color: #4cbb6c;
}

#blockcart-modal .product-name {
  font-size: 1.125rem;
  color: #ed1c24;
}

#blockcart-modal .product-price {
  display: block;
  color: #363a42;
}

#blockcart-modal .cart-content .btn,
#stores .page-stores .store-item-footer li {
  margin-bottom: 0.625rem;
}

#blockcart-modal .cart-content .page-content.page-cms ul,
#blockcart-modal .cart-content p,
.page-content.page-cms #blockcart-modal .cart-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.5rem;
  color: #363a42;
}

#blockcart-modal .cart-content .page-content.page-cms ul.product-total,
#blockcart-modal .cart-content p.product-total,
.page-content.page-cms #blockcart-modal .cart-content ul.product-total {
  padding: 0.5rem;
  background-color: #f6f6f6;
}

#blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count,
#blockcart-modal .cart-content p.cart-products-count,
.page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count {
  font-size: 1rem;
  font-weight: 600;
  color: #6c868e;
}

#blockcart-modal .cart-content .page-content.page-cms ul.product-tax,
#blockcart-modal .cart-content p.product-tax,
.page-content.page-cms #blockcart-modal .cart-content ul.product-tax {
  display: inherit;
  font-size: 0.875rem;
}

#blockcart-modal .cart-content .cart-content-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#blockcart-modal .cart-content .cart-content-btn button {
  margin-right: 0.9rem;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
  white-space: inherit;
}

#blockcart-modal .divide-right {
  border-right: 1px solid #dbdbdb;
}

#wrapper .breadcrumb li,
.product-images > li.thumb-container {
  display: inline;
}

.product-images > li.thumb-container .thumb {
  margin-bottom: 0.625rem;
  cursor: pointer;
}

.images-container .product-images > li.thumb-container .thumb {
  margin-right: 0.8125rem;
}

.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover {
  border: var(--color-image-border) 3px solid;
}

#main .images-container .js-qv-mask {
  overflow: hidden;
  white-space: nowrap;
}

#main .images-container .js-qv-mask.scroll {
  width: calc(100% - 60px);
  margin: 0 auto;
}

.scroll-box-arrows {
  display: none;
}

.scroll-box-arrows.scroll {
  display: block;
}

.scroll-box-arrows i {
  position: absolute;
  bottom: 1.625rem;
  height: 100px;
  line-height: 100px;
  cursor: pointer;
}

.scroll-box-arrows .left {
  left: 0;
}

.scroll-box-arrows .right {
  right: 0;
}

#product-availability {
  display: flex;
  gap: 5px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.product-container #product-availability {
  display: inline;
}

#product-availability .material-icons {
  line-height: inherit;
}

#product-availability .product-available {
  color: #4cbb6c;
}

#product-availability .product-last-items,
#product-availability .product-unavailable {
  color: #ff9a52;
}

#product-details .label {
  font-size: 1rem;
  font-weight: 500;
  color: #232323;
}

.product-features > dl.data-sheet,
.product-flags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-features > dl.data-sheet {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  min-height: 2rem;
  padding: 0.325rem 0;
  margin-right: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  word-break: normal;
  border-bottom: 1px dashed #b5b5b550;
}
.product-features > dl.data-sheet dt.name {
  font-weight: 700;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
}

.product-customization .product-customization-item,
.product-variants > .product-variants-item {
  margin: 1.25rem 0;
}

.product-variants > .product-variants-item select {
  width: auto;
  padding-right: 1.875rem;
  background-color: #fff;
}

.product-variants > .product-variants-item ul li {
  margin-right: 0.625rem;
}

.product-variants > .product-variants-item .color {
  margin-top: 0;
  margin-left: 0;
}

.product-flags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: none;
}

.product-flags li.product-flag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.15rem 0.25rem;
  margin-top: 0.125rem;
  font-size: 0.7rem;
  color: #fff;
  text-transform: uppercase;
  word-break: break-word;
  pointer-events: auto;
  background: #182849;
}

.product-flags li.product-flag.online-only {
  position: absolute;
  top: 25rem;
  right: 0;
  z-index: 1;
  margin-top: 0;
  font-size: 0.8125rem;
}

.product-flags li.product-flag.online-only::before {
  margin: 0.3125rem;
  font-family: "Material Icons", Arial, sans-serif;
  vertical-align: middle;
  content: "\E30A";
}

.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
  background-color: var(--color-discount);
  font-size: 0.9rem;
  padding: 0.3rem 0.45rem;
}

.product-flags li.product-flag.on-sale {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-top: 0 !important;
  text-align: center;
  background: var(--color-discount);
  display: none;
}

.product-customization {
  margin: 2.5rem 0;
}

.product-customization .product-message {
  width: 100%;
  height: 3.125rem;
  padding: 0.625rem;
  resize: none;
  background: #f6f6f6;
  border: 0;
}

.product-customization .product-message:focus {
  background-color: #fff;
  outline: 0.1875rem solid #ed1c24;
}

.product-customization .file-input {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2.625rem;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}

.product-customization .customization-message {
  margin-top: 20px;
}

.product-customization .customization-message .customization-label {
  text-align: left;
  word-break: break-word;
}

.product-customization .custom-file {
  position: relative;
  display: block;
  width: 100%;
  height: 2.625rem;
  margin-top: 1.25rem;
  line-height: 2.625rem;
  color: #7a7a7a;
  text-indent: 0.625rem;
  background: #f6f6f6;
}

.product-customization .custom-file button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  height: inherit;
}

.product-pack {
  margin-top: 2.5rem;
}

.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: 0.875rem;
  color: #7a7a7a;
}

.product-pack .pack-product-container .pack-product-quantity {
  padding-left: 0.625rem;
  border-left: #f6f6f6 2px solid;
}

.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-refresh {
  margin-top: 1.25rem;
}

.social-sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 1.5rem;
}

.social-sharing li {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.5rem;
  cursor: pointer;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0.25rem 0.25rem;
  background-size: 2rem 2rem;
  border-radius: 50%;
}

.social-sharing li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.block-social ul li a:hover,
.social-sharing li a:hover {
  color: transparent;
}

.products-selection {
  margin-bottom: 1.25rem;
}

#header .header-nav .blockcart a,
.account-list a,
.products-selection .title {
  color: #7a7a7a;
}

.cart-grid {
  margin-bottom: 1rem;
}

#header #_desktop_logo h1,
#notifications ul,
.block-promo .page-content.page-cms ul,
.block-promo p,
.cart-items,
.page-content.page-cms .block-promo ul {
  margin-bottom: 0;
}

.cart-item {
  padding: 1rem 0;
}

.card-block {
  padding: 1.25rem 1.25rem 0.5rem;
}

.card-block.checkout {
  padding-top: 0;
  padding-bottom: 1.75rem;
}

.card-block.checkout .btn-primary {
  width: 100%;
  white-space: normal;
}

.card-block.cart-detailed-subtotals + .cart-summary-totals .cart-total {
  border-top: 1px solid #ddd;
}

.card-block.cart-summary-totals .cart-summary-line {
  padding: 0.5rem 0.2rem 0;
}

.card-block.cart-summary-totals .cart-summary-line:last-child {
  margin-bottom: 0;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total {
  padding: 1rem 0;
}

#product #block-reassurance span,
.card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
  font-weight: 700;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
  font-size: 1rem;
}

.card-block.cart-summary-totals .cart-summary-line span.sub {
  float: none;
  font-size: 0.88rem;
  text-align: left;
}

.cart-summary-line {
  margin-bottom: 0.315rem;
  clear: both;
}

.cart-summary-line::after {
  content: "";
  display: table;
  clear: both;
}

.cart-summary-line:not(:last-child) {
  margin-bottom: 1rem;
}

.cart-summary-line .label {
  padding-left: 0;
  font-weight: 400;
  color: #363a42;
  white-space: inherit;
}

.cart-summary-line .value {
  float: right;
  font-weight: 600;
  color: #232323;
}

.cart-summary-line.cart-summary-subtotals .label,
.cart-summary-line.cart-summary-subtotals .value {
  font-weight: 500;
}

.cart-summary-line .label,
.cart-summary-line .value {
  font-size: 1rem;
}

.cart-grid-body {
  margin-bottom: 0.75rem;
}

.cart-grid-body .card-block,
.cart-grid-body .cart-overview {
  padding: 1rem;
}

.cart-grid-body .card-block h1 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
}

.cart-grid-right .promo-discounts {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}

.cart-grid-right .promo-discounts .cart-summary-line .label {
  font-size: 1rem;
  color: #7a7a7a;
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code {
  color: #f49d6e;
  cursor: pointer;
}

.cart-grid-right .cart-summary-line.cart-subtotal-products .label,
.cart-grid-right .cart-summary-line.cart-subtotal-products .value {
  font-weight: 600;
}

.cart-grid-right .cart-summary-line.cart-subtotal-products .value {
  font-size: 1rem;
}

.block-promo {
  margin-bottom: 1rem;
}

.block-promo .promo-code {
  padding: 1rem;
}

.block-promo .promo-code .alert-danger {
  position: relative;
  display: none;
  margin-top: 1.25rem;
  color: #fff;
  background: #ff4c4c;
}

.block-promo .promo-code .alert-danger::after {
  position: absolute;
  bottom: 100%;
  left: 10%;
  width: 0;
  height: 0;
  margin-left: -10px;
  pointer-events: none;
  content: " ";
  border: solid transparent;
  border-width: 10px;
  border-bottom-color: #ff4c4c;
}

.block-promo .promo-input {
  width: 50%;
  height: 2.5rem;
  margin-right: -0.24rem;
  color: #232323;
  text-indent: 0.625rem;
  border: #7a7a7a 1px solid;
}

.block-promo .promo-input + button {
  margin-top: -4px;
  margin-left: -1px;
  text-transform: capitalize;
  border: 2px solid #ed1c24;
}

.block-promo .cart-summary-line .label,
.block-promo .promo-name {
  margin-bottom: 0;
  font-weight: 600;
  color: #ff9a52;
}

.block-promo .cart-summary-line .label a,
.block-promo .promo-name a {
  display: inline-block;
  font-weight: 500;
  color: #232323;
}

.block-promo .promo-name .cart-summary-line .label {
  font-weight: 500;
  color: #363a42;
}

.block-promo .promo-name .cart-summary-line span {
  color: #f49d6e;
}

.block-promo .promo-name .material-icons {
  margin-left: 0.4rem;
  font-size: 1.2rem;
}

.block-promo .promo-code-button {
  display: block;
  padding: 0 0 1rem;
  text-align: center;
}

.block-promo .promo-code-button.with-discounts {
  display: none;
}

.block-promo .promo-code-button.cancel-promo {
  margin-bottom: 0;
  color: #ed1c24;
}

.block-promo .promo-code-button.cancel-promo[aria-expanded="true"] {
  display: block;
  padding: 0;
  margin-top: 1rem;
}

.block-promo.promo-highlighted {
  padding: 0 1rem;
  margin-bottom: 0;
  text-align: center;
}

#stores .page-stores .store-picture img,
.product-line-grid-left img {
  max-width: 100%;
}

.product-line-grid-body > .product-line-info > .label {
  padding: 0;
  font-weight: 600;
  line-height: inherit;
  text-align: left;
  white-space: 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 {
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 500;
  color: #7a7a7a;
  text-overflow: ellipsis;
}

.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
  line-height: 36px;
  color: #232323;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
  display: inline-block;
  margin-top: 0.3125rem;
  color: #232323;
}

#block-reassurance {
  margin-top: 2rem;
}

#block-reassurance img {
  width: 1.563rem;
  margin-right: 0.625rem;
}

#block-reassurance li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

#block-reassurance li .block-reassurance-item {
  padding: 1rem 1.5rem;
}

.quickview .modal-dialog {
  width: calc(100% - 30px);
  max-width: 64rem;
}

.quickview .modal-content {
  width: 100%;
  min-height: 28.13rem;
  background: #f6f6f6;
}

.quickview .modal-header {
  padding: 0.625rem;
  border: 0;
}

.quickview .modal-body {
  min-height: 23.75rem;
}

.quickview .modal-footer {
  border-top: 1px solid rgba(122, 122, 122, 0.3);
}

.quickview .layer {
  display: none;
}

.quickview .product-cover img {
  width: 100%;
  height: auto;
}

.quickview .images-container {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 21.88rem;
}

.quickview .images-container .product-images > li.thumb-container .thumb {
  width: 100%;
  max-width: 4.938rem;
  height: auto;
  margin-bottom: 0.8125rem;
  background: #fff;
}

.quickview .mask {
  width: 35%;
  max-height: 22.5rem;
  margin-left: 0.625rem;
  overflow: hidden;
}

.quickview .arrows {
  position: absolute;
  top: 0;
  right: 5rem;
  bottom: 0;
  z-index: 0;
  max-height: 22.5rem;
}

.quickview .arrows .arrow-up {
  margin-top: -3.125rem;
  cursor: pointer;
  opacity: 0.2;
}

.quickview .arrows .arrow-down {
  position: absolute;
  bottom: -1.875rem;
  cursor: pointer;
}

.quickview .social-sharing {
  margin-top: 0;
  margin-left: 2.5rem;
}

#stores .page-stores {
  width: 85%;
  margin: 0 auto;
}

#stores .page-stores .store-item {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

#stores .page-stores .store-item-container,
#stores .page-stores .store-item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#stores .page-stores .store-item-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.875rem 0;
}

#stores .page-stores .store-item-container ul {
  margin-bottom: 0;
  font-size: 0.9375rem;
}

#stores .page-stores .store-item-container .divide-left {
  border-left: #f6f6f6 1px solid;
}

#stores .page-stores .store-item-container .divide-left tr {
  height: 1.563rem;
}

#stores .page-stores .store-item-container .divide-left td {
  padding-left: 0.375rem;
}

#stores .page-stores .store-item-container .divide-left th {
  text-align: right;
}

#stores .page-stores .store-item-container .store-description {
  font-size: 1rem;
}

#stores .page-stores .store-item-footer {
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}

#stores .page-stores .store-item-footer.divide-top {
  border-top: #f6f6f6 1px solid;
}

#stores .page-stores .store-item-footer div:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
}

#stores .page-stores .store-item-footer i.material-icons {
  margin-right: 0.625rem;
  font-size: 1rem;
  color: #7a7a7a;
}

#blockEmailSubscription_displayFooterBefore {
  float: inherit;
  width: 100%;
  margin: auto;
  text-align: center;
}

.block-contact .navbar-toggler .material-icons {
  color: #fff;
}

.account-list a:hover,
.block_newsletter form button[type="submit"] .search:hover {
  color: #ed1c24;
}

.block-contact-title,
.blockcms-title,
.myaccount-title,
.myaccount-title a {
  font-size: 1rem;
  font-weight: 700;
}

.block-social {
  text-align: right;
}

.block-social ul li {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.125rem;
  cursor: pointer;
  background-repeat: no-repeat;
}

.block-social ul li a {
  display: block;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.footer-container {
  padding-top: 2.5rem;
  border-top: 1px solid #3a4553;
  overflow: hidden;
}

.footer-container .h3,
.footer-container .h4 {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.footer-container li {
  margin-bottom: 0.3125rem;
}

.footer-container li a {
  cursor: pointer;
}

.links .collapse {
  display: inherit;
}

.contact-rich {
  color: #7a7a7a;
  word-wrap: break-word;
}

.contact-rich,
.contact-rich h4 {
  margin-bottom: 2rem;
}

.contact-rich .block {
  height: auto;
  overflow: hidden;
}

.contact-rich .block .icon {
  float: left;
  width: 3.5rem;
}

.contact-rich .block .icon i {
  font-size: 2rem;
}

.contact-rich .block .data {
  width: auto;
  overflow: hidden;
  font-size: 0.875rem;
  color: #232323;
}

.contact-rich .block .data.email {
  padding-top: 0.375rem;
}

.contact-rich .block a[href^="mailto:"] {
  margin-top: 1rem;
  clear: both;
}

.contact-form {
  width: 100%;
  padding: 1rem;
  color: #7a7a7a;
  background: #fff;
}

.contact-form h3,
.contact-rich h4 {
  color: #232323;
  text-transform: uppercase;
}

#pagenotfound #main .page-header,
#products #main .page-header {
  margin: 2rem 0 3rem;
}

#pagenotfound #main .page-content,
#products #main .page-content {
  margin-bottom: 10rem;
}

#pagenotfound .page-not-found,
#products .page-not-found {
  max-width: 570px;
  padding: 1rem;
  margin: 0 auto;
  overflow: auto;
  font-size: 0.875rem;
  color: #7a7a7a;
  background: #fff;
}

#pagenotfound .page-not-found h4,
#products .page-not-found h4 {
  margin: 0.5rem 0 1rem;
  font-size: 1rem;
  font-weight: 700;
}

#pagenotfound .page-not-found .search-widget,
#products .page-not-found .search-widget {
  float: none;
}

.customization-modal .modal-content {
  border: 1px solid #f6f6f6;
  border-radius: 0;
}

#footer .block_newsletter #block-newsletter-label,
.customization-modal .modal-content .modal-body {
  padding-top: 0;
}

.customization-modal .modal-content .modal-body .product-customization-line {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #f6f6f6;
}

.customization-modal
  .modal-content
  .modal-body
  .product-customization-line
  .label {
  font-weight: 600;
  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;
}

.sitemap-title {
  text-transform: capitalize;
}

#header .header-nav #_desktop_contact_link #contact-link,
.sitemap {
  margin-top: 0.9375rem;
}

.sitemap h2 {
  width: 100%;
  height: 35px;
  margin-left: -15px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #232323;
  text-transform: uppercase;
  border-bottom: 1px solid #7a7a7a;
}

.sitemap ul {
  margin-top: 20px;
  margin-left: -15px;
}

.sitemap ul.nested {
  margin-left: 20px;
}

.sitemap ul li {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.block_newsletter {
  max-width: 50rem;
  font-size: 0.875rem;
  padding: 20px 0;
}

/* .block_newsletter #block-newsletter-label {
    color: #fff
} */

.block_newsletter form .row .col-xs-12:last-of-type .page-content.page-cms ul,
.block_newsletter form .row .col-xs-12:last-of-type p,
.page-content.page-cms .block_newsletter form .row .col-xs-12:last-of-type ul {
  font-size: 0.75rem;
  color: #7a7a7a;
}

.block_newsletter
  form
  .row
  .col-xs-12:first-of-type
  .btn-primary:first-of-type {
  margin-left: 0.5rem;
}

.block_newsletter form input[type="email"] {
  width: 100%;
  padding: 11px;
  border: 1px solid #ddd;
}

.block_newsletter form input[type="email"]:focus {
  outline: 0;
}

.block_newsletter form input {
  height: 42px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#footer .block_newsletter .page-content.page-cms ul,
#footer .block_newsletter p,
.page-content.page-cms #footer .block_newsletter ul {
  padding-top: 0.625rem;
}

#left-column .block_newsletter {
  padding: 1.563rem 1.25rem;
  margin-bottom: 1.563rem;
}

#manufacturer #main 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;
}

#manufacturer #main ul .brand {
  position: relative;
  width: calc(20% - 10px);
  min-width: 210px;
  padding: 10px;
  margin: 5px;
  text-align: center;
  background: #fff;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

#manufacturer #main ul .brand:hover {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

#manufacturer #main ul .brand-products {
  display: none;
}

#manufacturer #main ul .brand-img {
  position: relative;
  width: 200px;
  margin: auto;
}

#manufacturer #main ul .brand-img a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}

#header {
  position: relative;
  z-index: 999;
  color: #000;
  background: #fff;
  border-bottom: 1px solid #cdcdcd;
}

#header .logo {
  max-width: 100%;
  height: auto;
}

/* #header a:hover {
    color: #ed1c24;
    text-decoration: none
} */

#header .menu,
#header .menu > ul > li {
  display: inline-block;
}

#header .header-nav {
  max-height: 50px;
}

#header .header-nav #menu-icon {
  margin: 0 1rem;
  vertical-align: middle;
  cursor: pointer;
}

#header .header-nav #menu-icon .material-icons {
  line-height: 50px;
}

#header .header-nav .right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#header .header-nav .currency-selector {
  margin-top: 0.9375rem;
  margin-left: 0.9375rem;
  white-space: nowrap;
}

#header .header-nav .user-info {
  margin-left: 2.5rem;
  text-align: right;
}

#header .header-nav .user-info .account {
  margin-left: 0.625rem;
}

#header .header-nav .language-selector,
#header .header-nav .user-info {
  margin-top: 0.9375rem;
  white-space: nowrap;
}

#header .header-nav .cart-preview.active {
  background: #ed1c24;
}

#header .header-nav .blockcart.active a:hover,
#header .header-nav .cart-preview.active a,
#header .header-nav .cart-preview.active i {
  color: #fff;
}

#header .header-nav .cart-preview .shopping-cart {
  color: #7a7a7a;
  vertical-align: middle;
}

#header .header-nav .cart-preview .body {
  display: none;
}

#header .header-nav .blockcart {
  height: 3rem;
  padding: 0.75rem;
  margin-left: 0.9375rem;
  text-align: center;
  white-space: nowrap;
  background: #f6f6f6;
}

#header .header-nav .blockcart a:hover {
  color: #ed1c24;
}

#header .header-nav .blockcart .header {
  margin-top: 0.125rem;
}

#header .header-nav #_desktop_contact_link {
  display: inline-block;
}

#header .header-nav .search-widget {
  margin-top: 0.2rem;
}

#header .header-nav .material-icons {
  line-height: inherit;
}

#header .header-nav .material-icons.expand-more {
  margin-left: -0.375rem;
}

#header .header-top > .container {
  position: relative;
}

#header .header-top > .container > .row:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .header-top .position-static {
  position: static;
}

#header .header-top a[data-depth="0"] {
  color: #7a7a7a;
  text-transform: uppercase;
}

#header .header-top .search-widget {
  float: right;
}

#header .top-menu-link {
  margin-left: 1.25rem;
}

#wrapper {
}

#wrapper .banner {
  display: block;
  margin-bottom: 1.5rem;
}

#wrapper .breadcrumb {
  padding: 0;
  background: 0 0;
}

#wrapper .breadcrumb[data-depth="1"] {
  display: none;
}

#wrapper .breadcrumb li::after {
  margin: 0.3125rem;
  color: #7a7a7a;
  content: "/";
}

#wrapper .breadcrumb li:last-child {
  margin: 0;
  color: #7a7a7a;
  content: "/";
}

#wrapper .breadcrumb li:last-child::after {
  content: "";
}

#main .page-content,
#main .page-footer,
#main .page-header {
  margin-bottom: 1.563rem;
}

#main .page-content h6 {
  margin-bottom: 1.125rem;
}

#main .page-content #notifications {
  margin-right: -15px;
  margin-left: -15px;
}

.progress {
  background: #dbdbdb;
}

.progress-bar {
  height: 100%;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

@media print {
  *,
  .page-content.page-cms ul::first-line,
  ::after,
  ::before,
  ::first-letter,
  blockquote::first-line,
  div::first-line,
  li::first-line,
  p::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;
  }

  blockquote,
  pre {
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }

  .page-content.page-cms ul,
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .tag {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }

  .visible-print-block {
    display: block !important;
  }

  .visible-print-inline {
    display: inline !important;
  }

  .visible-print-inline-block {
    display: inline-block !important;
  }

  .hidden-print {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .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-xs,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-sm-1 {
    float: left;
    width: 8.33333%;
  }

  .col-sm-2,
  .col-sm-3 {
    float: left;
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4,
  .col-sm-5 {
    float: left;
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6,
  .col-sm-7 {
    float: left;
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8,
  .col-sm-9 {
    float: left;
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    float: left;
    width: 83.33333%;
  }

  .col-sm-11 {
    float: left;
    width: 91.66667%;
  }

  .col-sm-12 {
    float: left;
    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%;
  }

  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .form-check,
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
  }

  .form-inline .form-check-label {
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }

  .navbar,
  .navbar-fixed-bottom,
  .navbar-fixed-top,
  .navbar-full,
  .navbar-sticky-top {
    border-radius: 0;
  }

  .navbar-toggleable-xs {
    display: block !important;
  }

  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }

  .card-deck .card {
    margin-bottom: 0;
  }

  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .card-deck .card,
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }

  .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),
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
  .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }

  .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%;
  }

  .jumbotron {
    padding: 4rem 2rem;
  }

  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }

  .modal-sm {
    max-width: 300px;
  }

  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }

  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .hidden-sm-up {
    display: none !important;
  }

  .header-top .search-widgets {
    max-width: 13rem;
  }

  .contact-rich .block a[href^="mailto:"] {
    font-size: 0.815rem;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .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-xs,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-md-1 {
    float: left;
    width: 8.33333%;
  }

  .col-md-2,
  .col-md-3 {
    float: left;
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4,
  .col-md-5 {
    float: left;
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6,
  .col-md-7 {
    float: left;
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8,
  .col-md-9 {
    float: left;
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    float: left;
    width: 83.33333%;
  }

  .col-md-11 {
    float: left;
    width: 91.66667%;
  }

  .col-md-12 {
    float: left;
    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%;
  }

  .navbar-toggleable-sm {
    display: block !important;
  }

  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .hidden-md-up {
    display: none !important;
  }

  .search-widget {
    min-width: 15.63rem;
  }

  #blockcart-modal .cart-content {
    padding-left: 2.5rem;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .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-xs,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-lg-1 {
    float: left;
    width: 8.33333%;
  }

  .col-lg-2,
  .col-lg-3 {
    float: left;
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4,
  .col-lg-5 {
    float: left;
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6,
  .col-lg-7 {
    float: left;
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8,
  .col-lg-9 {
    float: left;
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    float: left;
    width: 83.33333%;
  }

  .col-lg-11 {
    float: left;
    width: 91.66667%;
  }

  .col-lg-12 {
    float: left;
    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%;
  }

  .navbar-toggleable-md {
    display: block !important;
  }

  .modal-lg {
    max-width: 900px;
  }

  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .hidden-lg-up {
    display: none !important;
  }

  .carousel .carousel-indicators {
    display: none;
  }

  #product-modal .modal-content .modal-body .product-images {
    margin-left: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .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-xs,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl-1 {
    float: left;
    width: 8.33333%;
  }

  .col-xl-2,
  .col-xl-3 {
    float: left;
    width: 16.66667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4,
  .col-xl-5 {
    float: left;
    width: 33.33333%;
  }

  .col-xl-5 {
    width: 41.66667%;
  }

  .col-xl-6,
  .col-xl-7 {
    float: left;
    width: 50%;
  }

  .col-xl-7 {
    width: 58.33333%;
  }

  .col-xl-8,
  .col-xl-9 {
    float: left;
    width: 66.66667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    float: left;
    width: 83.33333%;
  }

  .col-xl-11 {
    float: left;
    width: 91.66667%;
  }

  .col-xl-12 {
    float: left;
    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%;
  }

  .navbar-toggleable-lg {
    display: block;
  }

  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .hidden-xl-up {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1360px;
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1600px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .navbar-toggleable-xs .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }

  .navbar-toggleable-xs .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .navbar-toggleable-xs .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }

  .hidden-xs-down {
    display: none !important;
  }

  .header-top-right {
    width: 100%;
    padding-right: 15px;
  }

  body#checkout section.checkout-step .content {
    padding: 0.9375rem 0;
  }

  #payment-confirmation button {
    font-size: 0.875rem;
  }

  #payment-confirmation button.btn {
    white-space: normal;
  }

  .product-miniature .thumbnail-container:focus .product-description::after,
  .product-miniature .thumbnail-container:hover .product-description::after {
    display: none;
  }

  .product-miniature .highlighted-informations {
    display: none;
  }

  .products-selection .filter-button {
    padding-left: 0;
  }

  #category #left-column #search_filters_wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }

  .cart-items {
    padding: 1rem 0;
  }

  .cart-item {
    border-bottom: 1px solid #f6f6f6;
  }

  .cart-item:last-child {
    border-bottom: 0;
  }

  .cart-grid-body .cart-overview {
    padding: 0;
  }

  .cart-grid-body .no-items {
    display: inline-block;
    padding: 1rem;
  }

  .product-line-grid-left {
    padding-right: 0 !important;
  }

  #stores .page-stores .store-item-container,
  #stores .page-stores .store-item-footer {
    display: block;
  }

  #stores .page-stores .store-item-container .divide-left {
    border-left: none;
  }

  #stores .page-stores .store-item-container .store-description a,
  #stores .page-stores .store-item-container .store-description address {
    margin-bottom: 0.5rem;
  }

  #stores .page-stores .store-item-footer.divide-top {
    border-top: #f6f6f6 1px solid;
  }

  #stores .page-stores .store-item-footer li {
    margin-bottom: 0.625rem;
  }

  #stores .page-stores .store-item-footer .card-block {
    padding: 0.75rem 0.75rem 0;
  }

  .sitemap {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }

  .navbar-toggleable-sm .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }

  .hidden-sm-down {
    display: none !important;
  }

  .header-top .search-widget {
    float: none;
  }

  .header-top .search-widget form {
    margin: 0 auto;
  }

  .header-top .search-widget form input[type="text"] {
    min-width: inherit;
    background: #fff;
  }

  .top-menu .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }

  body#checkout section.checkout-step .forgot-password {
    margin-bottom: 0.625rem;
    margin-left: 0;
  }

  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    float: none;
    margin-top: 0.25rem;
    margin-left: 1.25rem;
  }

  body#checkout #header .header-nav {
    max-height: none;
    padding: 0;
  }

  body#checkout section.checkout-step .content {
    padding: 0.9375rem;
  }

  body#checkout .form-group {
    margin-bottom: 0.5rem;
  }

  #order-items {
    margin-bottom: 2.5rem;
    border-right: 0;
  }

  #order-details .card-title,
  #order-items .card-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #f6f6f6;
  }

  #order-items hr {
    border-top-color: #f6f6f6;
  }

  .bold {
    font-weight: 600;
  }

  #order-details {
    padding-left: 0.9375rem;
  }

  body#checkout
    section.checkout-step
    .delivery-options
    .delivery-option
    label
    .carrier:not(.carrier-hasLogo)
    .col-xs-12 {
    padding-left: 0;
  }

  .forgotten-password .form-fields .center-email-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .forgotten-password .form-fields .center-email-fields button {
    width: calc(100% - 20px);
    margin: 10px;
  }

  .forgotten-password .form-fields .email {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .carousel .carousel-item .caption .display-1 {
    font-size: 1.3rem;
  }

  .carousel .carousel-control .icon-next i,
  .carousel .carousel-control .icon-prev i {
    font-size: 2rem;
  }

  #category #left-column #search_filters_wrapper {
    margin-right: -30px;
    margin-left: -30px;
  }

  #category #left-column #search_filter_controls,
  .products-selection h1 {
    margin-bottom: 1rem;
    text-align: center;
  }

  #category #left-column #search_filter_controls button {
    margin: 0 0.5rem;
  }

  #category #left-column #search_filters {
    padding: 0;
    margin-bottom: 20px;
    border-top: 1px solid #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #category #left-column #search_filters .ui-slider-horizontal {
    margin-bottom: 20px;
  }

  #category #left-column #search_filters .facet {
    padding-top: 0;
    border-bottom: 1px solid #f6f6f6;
  }

  #category #left-column #search_filters .facet .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }

  #category #left-column #search_filters .facet .title .collapse-icons .remove,
  #category
    #left-column
    #search_filters
    .facet
    .title[aria-expanded="true"]
    .collapse-icons
    .add {
    display: none;
  }

  #category #left-column #search_filters .facet .collapse.in,
  #category
    #left-column
    #search_filters
    .facet
    .title[aria-expanded="true"]
    .collapse-icons
    .remove {
    display: block;
  }

  #category #left-column #search_filters .facet .facet-title {
    color: #232323;
    text-transform: uppercase;
  }

  #category #left-column #search_filters .facet .h6 {
    display: inline-block;
    padding: 1.25rem;
    margin-bottom: 0;
  }

  #category #left-column #search_filters .facet .navbar-toggler {
    display: inline-block;
    height: inherit;
    padding: 0 0.625rem 0 0;
  }

  #category #left-column #search_filters .facet .collapse {
    display: none;
  }

  #category #left-column #search_filters .facet .facet-label a {
    margin-top: 0;
  }

  #category #left-column #search_filters .facet ul {
    margin-bottom: 0;
  }

  #category #left-column #search_filters .facet ul li {
    padding: 1.25rem;
    border-top: 1px solid #f6f6f6;
  }

  #category #search_filter_toggler {
    width: 100%;
  }

  .products-sort-order .select-title {
    margin-left: 0;
  }

  .products-selection h1 {
    padding-top: 0;
  }

  .products-selection .showing {
    padding-top: 1rem;
  }

  #subcategories ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #blockcart-modal .modal-body .divide-right span {
    display: block;
    padding: 0 0.5rem;
  }

  #blockcart-modal .product-name,
  #blockcart-modal .product-price {
    padding: 0 0.5rem;
  }

  #blockcart-modal .divide-right {
    border-right: none;
  }

  #blockcart-modal .modal-body {
    padding: 1rem;
  }

  .product-line-grid-body {
    margin-bottom: 1rem;
  }

  #stores .page-stores {
    width: 100%;
  }

  #stores .page-stores .store-item-container {
    padding: 1rem 0;
  }

  .block-contact #contact-infos {
    padding: 0.625rem;
    padding-top: 0;
  }

  .block-social ul {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }

  .block-social ul li {
    width: 2rem;
    height: 2rem;
    margin-right: 1.3rem;
    margin-bottom: 1.3rem;
    background-size: contain;
  }

  .footer-container {
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .footer-container .wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .footer-container .links .h3 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .links .collapse,
  .links .title .collapse-icons .remove,
  .links .title[aria-expanded="true"] .collapse-icons .add {
    display: none;
  }

  .links .collapse.in,
  .links .title[aria-expanded="true"] .collapse-icons .remove {
    display: block;
  }

  .links .title {
    padding: 0.625rem;
    cursor: pointer;
  }

  .links .navbar-toggler {
    display: inline-block;
    padding: 0;
  }

  .block_newsletter {
    padding-top: 1rem;
  }

  #header .top-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
  }

  #header .top-logo img {
    width: auto;
    max-height: 2rem;
  }

  #header .top-logo > h1 {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }

  .navbar-toggleable-md .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }

  .hidden-md-down {
    display: none !important;
  }

  #order-items .h3._desktop-title {
    display: none;
  }

  .done {
    padding: 0;
    margin-right: 0.625rem;
  }

  body#checkout section.checkout-step .address-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  #product-modal .modal-content .modal-body,
  body#checkout section.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%;
  }

  body#checkout
    section.checkout-step
    .delivery-options
    .delivery-option
    .carrier
    > .col-xs-12 {
    padding-left: 0;
  }

  .carousel {
    left: 50%;
    width: 100vw;
    padding-bottom: 0.5rem;
    margin-left: -50vw;
    background-color: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .carousel .carousel-control .icon-next,
  .carousel .carousel-control .icon-prev {
    width: auto;
    height: auto;
  }

  .carousel .carousel-item .caption {
    position: static;
    margin: 1.275rem auto 2.5rem;
    text-align: center;
  }

  .carousel .carousel-item .caption .display-1 {
    font-size: 2rem;
    font-weight: 500;
    color: #232323;
  }

  .carousel
    .carousel-item
    .caption
    .caption-description
    .page-content.page-cms
    ul,
  .carousel .carousel-item .caption .caption-description h3,
  .carousel .carousel-item .caption .caption-description p,
  .page-content.page-cms
    .carousel
    .carousel-item
    .caption
    .caption-description
    ul {
    color: #7a7a7a;
  }

  .carousel .carousel-item .caption .caption-description h3 {
    font-size: 1rem;
  }

  .carousel .direction {
    position: absolute;
    top: calc(50%);
    width: 100%;
  }

  .carousel .direction .carousel-control .icon-prev {
    left: 0;
    margin-left: 0;
  }

  .carousel .direction .carousel-control .icon-next {
    right: 0;
    margin-right: 0;
  }

  .carousel .direction .carousel-control i {
    background: rgba(122, 122, 122, 0.5);
  }

  .carousel-indicators li {
    width: 8px;
    height: 8px;
  }

  .carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 1px;
  }

  #block-cmsinfo {
    padding: 1.25rem 1.875rem;
  }

  #product-modal .modal-content .modal-body .product-cover-modal {
    max-width: 100%;
    height: auto;
  }

  #blockcart-modal .product-image {
    max-width: 70%;
    margin: 0 auto 1rem;
  }

  .product-cover img {
    width: 100%;
    height: auto;
  }

  #product-modal .modal-content .modal-body {
    margin-left: 0;
  }

  #product-modal .modal-content .modal-body .arrows {
    display: none;
  }

  #product-modal .modal-content .modal-body .image-caption {
    width: 100%;
  }

  #blockcart-modal .modal-dialog {
    width: calc(100% - 20px);
  }

  #blockcart-modal .modal-body {
    padding: 1.875rem;
  }

  .product-images > li.thumb-container > .thumb:not(.selected) {
    border: 0;
  }

  .block-social {
    text-align: center;
  }

  .block-contact {
    padding-left: 1.5rem;
  }

  #manufacturer #main 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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }

  .navbar-toggleable-lg .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .hidden-lg-down {
    display: none !important;
  }

  .carousel .carousel-inner {
    height: auto;
  }
}

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0;
  }

  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .progress[width="100%"] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .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-animated .progress-bar-striped {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
  }

  .progress-success .progress-bar {
    background-color: #4cbb6c;
  }

  .progress-info .progress-bar {
    background-color: #5bc0de;
  }

  .progress-warning .progress-bar {
    background-color: #ff9a52;
  }

  .progress-danger .progress-bar {
    background-color: #ff4c4c;
  }
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .carousel-item {
    -webkit-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-inner > .carousel-item.active.right,
  .carousel-inner > .carousel-item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner > .carousel-item.active.left,
  .carousel-inner > .carousel-item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner > .carousel-item.active,
  .carousel-inner > .carousel-item.next.left,
  .carousel-inner > .carousel-item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (max-width: 767px) {
  .category-cover {
    display: none;
  }

  .block-category {
    min-height: 0;
    margin-bottom: 0;
  }

  .card-block {
    padding: 0;
  }

  .card {
    background-color: inherit;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 360px) {
  .product-line-grid-right .price,
  .product-line-grid-right .qty {
    width: 100%;
  }
}
.g10 {
  gap: 10px;
}
#product #product-availability {
  padding: 3px 10px;
}
#product #product-availability.available {
  background: #017900;
  color: #fff;
}
#product #product-availability.out_of_stock {
  background: #7e0b0b;
  color: #fff;
}
#product #product-availability.low_stock {
  background: var(--secondary-color);
}
#product #product-availability.upon_order {
  background: #ffe200;
}

#product .product-miniature #product-availability {
  padding: 0;
  background: transparent;
  color: #000;
}
.product-details h3,
.product-description-container h3 {
  margin-bottom: 2rem;
}
.product-accessories {
  margin-top: 4rem;
}
.product_free_shipping {
  background: #f1eee8;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  text-transform: uppercase;
  max-width: 450px;
  margin-bottom: 2rem;
}
.product_free_shipping .icon {
  position: absolute;
  left: 25px;
  width: 32px;
  fill: #a96200;
}
.product_icons_promotions,
.product_icons_promotions div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.825rem;
  max-width: 500px;
}
.product_icons_promotions div {
  min-width: 50%;
}
.product_icons_promotions .icon {
  width: 24px;
  height: 24px;
  fill: #ca975c;
}
.icon24 {
  width: 24px;
  height: 24px;
}
.icon48 {
  width: 48px;
  height: 48px;
}
.sameProducts {
  margin: 20px 0;
}
.sameProducts .related_products .label {
  text-align: left;
  margin-bottom: 20px;
}
.featured-products h2 {
  margin-bottom: 20px;
}

.header-top {
  padding: 0 0 10px;
}

#content-wrapper {
  width: 100%;
}

/* #footer{
    background-color:var(--footer-background);
    color:var(--footer-color);
    font-size:13px;
} */
/* #footer h3,
#footer h4,
#footer .h3,
#footer .h4,
#footer a{
    color:var(--footer-color);
}
#footer a:hover{
    color:var(--footer-color-hover);
} */

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.variantsProductWrapper {
  background: #fff;
  width: 100%;
}

.product-variants-item {
  padding: 5px 0;
}
.product-miniature:hover .variantsProductWrapper {
  opacity: 1;
  animation: fadein 500ms;
}

.variantsProductWrapper ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}

.variantsProductWrapper .input-color:checked + span,
.variantsProductWrapper .input-color:hover + span,
.variantsProductWrapper .input-radio:checked + span,
.variantsProductWrapper .input-radio:hover + span {
  border: none;
}
.variantsProductWrapper .input-radio,
.variantsProductWrapper .radio-label {
  cursor: auto;
  font-size: 12px;
  font-weight: normal;
  border: none;
  padding: 0.15rem 0;
}
.variantsProductWrapper label {
  margin: 0;
}

.variantsProductWrapper .input-color:checked + span,
.variantsProductWrapper .input-color:hover + span,
.variantsProductWrapper .input-radio:checked + span,
.variantsProductWrapper
  .input-radio:hover
  + span
  .variantsProductWrapper
  .out-of-stock
  .input-radio,
.variantsProductWrapper .out-of-stock .input-radio:hover + span,
.variantsProductWrapper .out-of-stock .radio-label {
  cursor: auto !important;
  color: #c4c4c4 !important;
  background: linear-gradient(
    to top right,
    transparent 0,
    transparent calc(50% - 0.8px),
    #ccc 50%,
    transparent calc(50% + 0.8px),
    transparent
  ) !important;
  border: none;
}
.af_filter.a1 ul,
.af_filter.f3 ul {
  display: flex;
  flex-wrap: wrap;
}
.af_filter.a1 ul li,
.af_filter.f3 ul li {
  width: 50%;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ff9a52;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --primary-color: #0F0F0F;
  --secondary-color: #d5af67;
  --accent-color: #b58325;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #acaaa6;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.2;
}
.display-2 {
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.2;
}
.display-3 {
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.2;
}
.display-4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-xs-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12,
.col-xs-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0);
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffe3cf;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffcaa5;
}
.table-hover .table-warning:hover {
  background-color: #ffd4b6;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffd4b6;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.9375rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(2.40625rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #acaaa6;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      no-repeat center right 1.75rem/1.125rem 1.125rem;
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
      no-repeat center right 1.75rem/1.125rem 1.125rem;
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: var(--secondary-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary:hover {
  color: var(--primary-color);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: var(--secondary-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: var(--primary-color);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn-secondary:hover {
  color: var(--secondary-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: var(--secondary-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ff842c;
  border-color: #ff7c1f;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 136, 76, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ff7c1f;
  border-color: #ff7512;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 136, 76, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: var(--secondary-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ff9a52;
  border-color: #ff9a52;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 154, 82, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ff9a52;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 154, 82, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
/* .collapse:not(.show) {
  display: none;
} */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:first-child {
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}
.dropdown-item:last-child {
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.40625rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(2.40625rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.9375rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0 0 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.54688rem;
  padding-bottom: 0.54688rem;
  margin-right: 1rem;
  font-size: 0.9375rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0 - 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-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0 - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-top,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-bottom,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-header,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card {
  overflow: hidden;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion .card .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #ff9a52;
}
a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #ff7c1f;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: var(--primary-color);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #85502b;
  background-color: #ffebdc;
  border-color: #ffe3cf;
}
.alert-warning hr {
  border-top-color: #ffd4b6;
}
.alert-warning .alert-link {
  color: #5e391f;
}
.alert-danger {
  color: #721c24;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #85502b;
  background-color: #ffe3cf;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #85502b;
  background-color: #ffd4b6;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #85502b;
  border-color: #85502b;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #ff4c4c;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #ff4c4c;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #ff4c4c;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #ff4c4c;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #ff4c4c;
  border-radius: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ff9a52 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ff7c1f !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ff9a52 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0 !important;
}
.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-3by4::before {
  padding-top: 133.33333%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left,
.float-xs-left {
  float: left !important;
}
.float-right,
.float-xs-right {
  float: right !important;
}
.float-none,
.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: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ff9a52 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff6d06 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #acaaa6 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  from,
  to {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from,
  to {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from,
  to {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  from,
  to {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  11.1%,
  from,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
.elementor-animation-grow {
  transition-duration: 0.3s;
  transition-property: transform;
}
.elementor-iqit-banner:hover .elementor-animation-grow,
.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
  transform: scale(1.1);
}
.elementor-animation-shrink {
  transition-duration: 0.3s;
  transition-property: transform;
}
.elementor-iqit-banner .elementor-animation-shrink {
  transform: scale(1.1);
}
.elementor-iqit-banner:hover .elementor-animation-shrink {
  transform: scale(1);
}
.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
  transform: scale(0.9);
}
@keyframes elementor-animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes elementor-animation-pulse-banner {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(1);
  }
}
.elementor-iqit-banner:hover .elementor-animation-pulse {
  animation-name: elementor-animation-pulse-banner;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
  animation-name: elementor-animation-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes elementor-animation-pulse-grow {
  to {
    transform: scale(1.1);
  }
}
.elementor-iqit-banner:hover .elementor-animation-pulse-grow,
.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
  animation-name: elementor-animation-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes elementor-animation-pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.elementor-iqit-banner:hover .elementor-animation-pulse-shrink,
.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
  animation-name: elementor-animation-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes elementor-animation-push {
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.elementor-iqit-banner:hover .elementor-animation-push,
.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
  animation-name: elementor-animation-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-pop {
  50% {
    transform: scale(1.2);
  }
}
.elementor-iqit-banner:hover .elementor-animation-pop,
.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
  animation-name: elementor-animation-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.elementor-animation-bounce-in {
  transition-duration: 0.5s;
}
.elementor-iqit-banner:hover .elementor-animation-bounce-in,
.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.elementor-animation-bounce-out {
  transition-duration: 0.5s;
}
.elementor-iqit-banner:hover .elementor-animation-bounce-out,
.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.elementor-animation-rotate {
  transition-duration: 0.3s;
  transition-property: transform;
}
.elementor-iqit-banner:hover .elementor-animation-rotate,
.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
  transform: rotate(4deg);
}
.elementor-animation-grow-rotate {
  transition-duration: 0.3s;
  transition-property: transform;
}
.elementor-iqit-banner:hover .elementor-animation-grow-rotate,
.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover {
  transform: scale(1.1) rotate(4deg);
}
.elementor-animation-float {
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.elementor-iqit-banner:hover .elementor-animation-float,
.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
  transform: translateY(-8px);
}
.elementor-animation-sink {
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.elementor-iqit-banner:hover .elementor-animation-sink,
.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover {
  transform: translateY(8px);
}
@keyframes elementor-animation-bob {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@keyframes elementor-animation-bob-float {
  100% {
    transform: translateY(-8px);
  }
}
.elementor-iqit-banner:hover .elementor-animation-bob,
.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
  animation-name: elementor-animation-bob-float, elementor-animation-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
@keyframes elementor-animation-hang {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(8px);
  }
}
@keyframes elementor-animation-hang-sink {
  100% {
    transform: translateY(8px);
  }
}
.elementor-iqit-banner:hover .elementor-animation-hang,
.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
  animation-name: elementor-animation-hang-sink, elementor-animation-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.elementor-animation-skew {
  transition-duration: 0.3s;
  transition-property: transform;
}
.elementor-iqit-banner:hover .elementor-animation-skew,
.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover {
  transform: skew(-10deg);
}
.elementor-animation-skew-forward {
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}
.elementor-iqit-banner:hover .elementor-animation-skew-forward,
.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover {
  transform: skew(-10deg);
}
.elementor-animation-skew-backward {
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}
.elementor-iqit-banner:hover .elementor-animation-skew-backward,
.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover {
  transform: skew(10deg);
}
@keyframes elementor-animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.elementor-iqit-banner:hover .elementor-animation-wobble-vertical,
.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
.elementor-iqit-banner:hover .elementor-animation-wobble-horizontal,
.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-wobble-to-bottom-right {
  16.65% {
    transform: translate(8px, 8px);
  }
  33.3% {
    transform: translate(-6px, -6px);
  }
  49.95% {
    transform: translate(4px, 4px);
  }
  66.6% {
    transform: translate(-2px, -2px);
  }
  83.25% {
    transform: translate(1px, 1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.elementor-iqit-banner:hover .elementor-animation-wobble-to-bottom-right,
.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover {
  animation-name: elementor-animation-wobble-to-bottom-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-wobble-to-top-right {
  16.65% {
    transform: translate(8px, -8px);
  }
  33.3% {
    transform: translate(-6px, 6px);
  }
  49.95% {
    transform: translate(4px, -4px);
  }
  66.6% {
    transform: translate(-2px, 2px);
  }
  83.25% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.elementor-iqit-banner:hover .elementor-animation-wobble-to-top-right,
.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover {
  animation-name: elementor-animation-wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0deg);
  }
}
.elementor-animation-wobble-top {
  transform-origin: 0 100%;
}
.elementor-iqit-banner:hover .elementor-animation-wobble-top,
.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover {
  animation-name: elementor-animation-wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-wobble-bottom {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0deg);
  }
}
.elementor-animation-wobble-bottom {
  transform-origin: 100% 0;
}
.elementor-iqit-banner:hover .elementor-animation-wobble-bottom,
.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover {
  animation-name: elementor-animation-wobble-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0deg);
  }
}
.elementor-iqit-banner:hover .elementor-animation-wobble-skew,
.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover {
  animation-name: elementor-animation-wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}
.elementor-iqit-banner:hover .elementor-animation-buzz,
.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
  animation-name: elementor-animation-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes elementor-animation-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0deg);
  }
  100% {
    transform: translateX(-1px) rotate(0deg);
  }
}
.elementor-iqit-banner:hover .elementor-animation-buzz-out,
.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover {
  animation-name: elementor-animation-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
@keyframes checkbox-bounce {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
}
.elementor-animation-fade-out-20 {
  transition: opacity 0.3s ease-in-out;
}
.elementor-iqit-banner:hover .elementor-animation-fade-out-20,
.elementor-animation-fade-out-20:active,
.elementor-animation-fade-out-20:focus,
.elementor-animation-fade-out-20:hover {
  opacity: 0.8 !important;
}
.h3,
.h4,
h3,
h4 {
  font-size: 1.125rem;
}
.h2,
h2 {
  font-size: 1.25rem;
}
.lang-rtl * {
  direction: rtl !important;
}
.lang-rtl main {
  text-align: right !important;
}
body,
html {
  height: 100%;
}
body {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.25em;
}
.container {
  width: auto;
}
.medium-gutters {
  margin-right: -0.7rem;
  margin-left: -0.7rem;
}
.medium-gutters > .col,
.medium-gutters > [class*="col-"] {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
}
.small-gutters {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.small-gutters > .col,
.small-gutters > [class*="col-"] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.extra-small-gutters {
  margin-right: -0.3rem;
  margin-left: -0.3rem;
}
.extra-small-gutters > .col,
.extra-small-gutters > [class*="col-"] {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
.list-small-gutters {
  margin-right: -0.4rem;
  margin-left: -0.4rem;
}
.list-small-gutters > .col,
.list-small-gutters > [class*="col-"] {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}
@media (max-width: 767.98px) {
  #left-column {
    -ms-flex-order: 0;
    order: 0;
  }
  #left-column {
    margin-top: 2rem;
  }
}
input,
textarea {
  font-family: inherit;
}
input:required {
  box-shadow: none;
}
input::-ms-clear {
  display: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select,
.form-control-select {
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 13px) calc(1em + 0px),
    calc(100% - 8px) calc(1em + 0px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.custom-select2 {
  position: relative;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
.custom-select2 select,
.custom-select2 .form-control-select {
  background: none !important;
  position: relative;
  z-index: 2;
}
.custom-select2:after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0.6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 13px;
}
small.label,
small.value {
  font-size: 0.8rem;
}
.form-control-label {
  padding-top: 0.8rem;
}
.form-control {
  border: none;
  height: auto;
  padding: 0.6rem 1rem;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-appearance: none;
}
​ .form-control:focus {
  box-shadow: none;
}
.input-group.focus {
  outline: 0.1875rem solid #007bff;
}
.input-group .form-control:focus {
  outline: none;
}
.input-group .input-group-btn > .btn {
  border: 0;
  box-shadow: none;
  font-weight: 400;
  margin-left: 0;
  padding: 0.65625rem 1rem;
  text-transform: uppercase;
}
.form-control-select {
  height: 2.625rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 2rem;
}
.form-control-select::-ms-expand {
  display: none;
}
select.form-control:not([size]):not([multiple]) {
  height: 2.625rem;
}
.form-control-valign {
  padding-top: 0.5rem;
}
.form-control-comment {
  font-size: 0.8rem;
  opacity: 0.8;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.form-control-submit.disabled {
  background: #20c997;
  color: #fff;
}
.form-group.has-error input,
.form-group.has-error select {
  outline: 0.1875rem solid #dc3545;
}
.form-group.has-error .help-block {
  color: #dc3545;
}
.group-span-filestyle label {
  margin: 0;
}
.group-span-filestyle .btn-default,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.bootstrap-touchspin .group-span-filestyle .btn-touchspin {
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}
.bootstrap-touchspin input:focus {
  outline: none;
}
.bootstrap-touchspin .btn-touchspin {
  background-color: #fff;
  border: 1px solid #ced4da;
  height: calc(2.25rem + 2px) / 2.0625rem;
}
.bootstrap-touchspin .btn-touchspin:hover {
  background-color: rgba(160, 160, 160, 0.25);
}
.bootstrap-touchspin .input-group-btn-vertical {
  width: auto;
  display: block;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  height: 50%;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  height: 50%;
  border-top-color: transparent !important;
  margin-top: 0;
}
.bootstrap-touchspin .input-group-btn-vertical i {
  font-size: 1rem;
  left: 6px;
}
.radio-inline {
  margin-right: 0.8rem;
}
.custom-radio {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  margin-right: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.09);
}
.custom-radio input[type="radio"] {
  opacity: 0;
  cursor: pointer;
}
.custom-radio input[type="radio"]:checked + span {
  animation: checkbox-bounce 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.custom-radio label {
  display: inline;
}
.custom-checkbox {
  position: relative;
}
.custom-checkbox input[type="checkbox"] {
  margin-top: 4px;
  width: 16px;
  height: 16px;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  position: absolute;
}
.custom-checkbox input[type="checkbox"] + span {
  margin-right: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.09);
  text-align: center;
}
.custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  display: none;
  position: absolute;
  top: 2px;
  left: 1px;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 10px;
}
.custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
  animation: checkbox-bounce 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  display: block;
}
.custom-checkbox label {
  text-align: left;
  display: inline;
}
.input-color {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
}
.input-container {
  position: relative;
}
.input-radio {
  position: absolute;
  top: 0;
  cursor: pointer;
  opacity: 0;
  min-height: 1.5rem;
  min-width: 1.5rem;
  width: 100%;
  height: 100%;
  padding: 0 0.4rem;
}
.input-radio + span {
  padding: 2px 6px;
  line-height: calc(1.5rem - 4px);
}
.custom-checkbox input[type="checkbox"] + span:not(.color),
.custom-radio {
  border: 1px solid rgba(160, 160, 160, 0.25);
}
.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  padding: 0 4px;
  border: 2px solid rgba(160, 160, 160, 0.25);
  line-height: calc(1.5rem - 4px);
}
.color,
.radio-label,
.custom-checkbox input[type="checkbox"] + span.color {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  outline: 1px solid rgba(160, 160, 160, 0.25);
  cursor: pointer;
  background-size: contain;
  text-align: center;
  line-height: 1.8rem;
  margin-right: 2px;
}
.color.active,
.color:hover,
.radio-label.active,
.radio-label:hover,
.custom-checkbox input[type="checkbox"] + span.color.active,
.custom-checkbox input[type="checkbox"] + span.color:hover {
  border: 2px solid rgba(160, 160, 160, 0.25);
}
.radio-label {
  width: auto;
  height: auto;
  min-height: 1.5rem;
  min-width: 1.5rem;
}
.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
  border: 2px solid rgba(160, 160, 160, 0.25);
}
button {
  border-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
  font: inherit;
  overflow: visible;
  text-transform: none;
  padding: 0;
}
.btn {
  cursor: pointer;
  padding: 0.5rem 1.25rem;
}
.btn:focus {
  box-shadow: none;
}
.btn:disabled,
.btn[disabled] {
  cursor: no-drop;
}
.btn-primary:not(.btn-iconic) i,
.btn-secondary:not(.btn-iconic) i {
  margin-right: 0.5em;
}
.btn-group-lg > .btn,
.btn-lg,
.btn-group-lg > .btn {
  border-radius: 0;
  padding: 1rem 1.5rem;
  font-size: inherit;
}
.btn-group-sm > .btn,
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  border-radius: 0;
}
.btn-sm i,
.btn-group-sm > .btn i,
.btn-group-sm > .btn i {
  margin-right: 0 !important;
  vertical-align: middle;
}
.btn.disabled,
.btn:disabled,
.btn.disabled:hover {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-warning {
  transition: all 0.4s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn-warning {
    transition: none;
  }
}
.block-title {
  position: relative;
}
#left-column .block,
#right-column .block {
  margin-bottom: 2rem;
}
#footer .block {
  padding-bottom: 1rem;
}
.block-links ul > li {
  margin-bottom: 0.4rem;
}
.block-links ul > li:last-child {
  margin-bottom: 0;
}
.block-links li > ul {
  margin-top: 0.4rem;
}
.block-links ul > li a {
  display: inline-block;
  position: relative;
  padding-left: 12px;
}
.block-links ul > li a:before {
  content: "\f105";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  font: normal normal normal 14px/1 FontAwesome;
  line-height: inherit;
  font-size: 13px;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
.block-links ul > li a:hover:before {
  left: 3px;
}
.block-links-inline ul {
  display: inherit;
}
.block-links-inline ul > li {
  display: inline-block;
}
.block-links-inline ul > li:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 1.5em;
  width: 1px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  background-color: currentColor;
  opacity: 0.2;
}
.block-links-inline ul > li:last-child:after {
  display: none;
}
.social-links._topbar {
  vertical-align: middle;
}
.social-links > li {
  display: inline-block;
  padding: 0 0.2em 0 0;
}
.social-links > li:last-child {
  padding-right: 0;
}
.social-links > li.facebook > a,
.social-links > li.facebook > a:hover {
  color: #3b5998 !important;
}
.social-links > li.twitter > a,
.social-links > li.twitter > a:hover {
  color: #23c3fd !important;
}
.social-links > li.instagram > a,
.social-links > li.instagram > a:hover {
  color: #517fa3 !important;
}
.social-links > li.google > a,
.social-links > li.google > a:hover {
  color: #c73e2e !important;
}
.social-links > li.pinterest > a,
.social-links > li.pinterest > a:hover {
  color: #cb2027 !important;
}
.social-links > li.youtube > a,
.social-links > li.youtube > a:hover {
  color: #e82a34 !important;
}
.social-links > li.vimeo > a,
.social-links > li.vimeo > a:hover {
  color: #85c6fc !important;
}
.ps-emailsubscription-block .input-subscription {
  background: none;
  border: none;
}
.ps-emailsubscription-block .btn-subscribe {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0 1rem;
}
.psgdpr_consent_checkbox_span {
  min-width: 16px;
}
html {
  scroll-behavior: smooth;
}
ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  transition: opacity 0.2s cubic-bezier(0.7, 0, 0.3, 1),
    color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
button:focus {
  outline: none;
}
p {
  margin-bottom: 0.8rem;
}
hr {
  border-top: 1px solid rgba(160, 160, 160, 0.25);
}
.rte-content img {
  max-width: 100%;
  height: auto;
}
.rte-content p:last-child {
  margin-bottom: 0rem;
}
.rte-content ul {
  list-style-type: disc;
  padding: 0.6rem 0.6rem 0.6rem 2rem;
}
.rte-content ol {
  list-style-type: decimal;
  padding: 0.6rem 0.6rem 0.6rem 2rem;
}
.close {
  font-size: 2.1rem;
}
.page-title {
  position: relative;
}
.dropdown-menu {
  font-size: inherit;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background: none;
}
.h4 {
  font-weight: 700;
}
.card {
  background: none;
  border: 1px solid rgba(160, 160, 160, 0.25);
}
.text-muted {
  font-size: 0.8rem;
  color: currentColor !important;
  opacity: 0.8;
  line-height: 1.2em;
}
.text-default {
  font-size: 1rem;
}
.text-faded {
  opacity: 0.8;
}
.done {
  display: inline-block;
  margin-right: 0.5rem;
}
.definition-list dl {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.definition-list dl dt {
  font-weight: 400;
}
.definition-list dl dd,
.definition-list dl dt {
  box-flex: 0;
  -moz-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  background: rgba(204, 204, 204, 0.15);
  padding: 0.625rem;
  margin: 0.125rem;
}
.help-block {
  margin-top: 0.5rem;
}
.alert-warning .material-icons {
  color: #ff9a52;
  font-size: 2rem;
  margin-right: 0.5rem;
  padding-top: 0.2rem;
}
.alert-warning .alert-text {
  font-size: 0.9375rem;
  padding-top: 0.5rem;
}
.alert-warning .alert-link {
  border-radius: 2px;
  border-width: 2px;
  margin-left: 0.5rem;
  padding: 0.2rem 1rem;
  font-weight: 600;
  font-size: 0.8125rem;
  color: #6c868e;
}
.alert-warning ul li:last-child .alert-link {
  color: #fff;
}
.alert-warning .warning-buttons {
  margin-top: 0.2rem;
}
.alert-danger a:link:not(.btn),
.alert-danger a:visited:not(.btn) {
  color: #a94442 !important;
  text-decoration: underline;
}
.alert-danger a:hover:not(.btn) {
  color: #561c1b !important;
  text-decoration: none;
}
.table-striped tbody tr:nth-of-type(odd) {
  background: rgba(204, 204, 204, 0.15);
}
.thead-default th {
  background-color: rgba(204, 204, 204, 0.4);
}
.nav-tabs {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
}
.nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.nav-tabs .nav-link {
  border: none;
  opacity: 0.4;
  padding: 0 0 0.5em 0;
  font-size: 1.2rem;
  color: inherit;
  cursor: pointer;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: inherit;
  border: none;
  opacity: 1;
  border-bottom: 1px solid red;
}
.nav-tabs .nav-link.active {
  color: inherit;
  background: none;
  opacity: 1;
  border-bottom: 1px solid red;
}
.tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.tab-content > .tab-pane.active {
  height: auto;
  overflow: visible;
  visibility: visible;
}
.ps-alert-error {
  margin-bottom: 0;
}
.ps-alert-error .item,
.ps-alert-success .item {
  -ms-flex-align: center;
  align-items: center;
  border: 2px #ff4c4c solid;
  display: -ms-flexbox;
  display: flex;
  background-color: #ff4c4c;
  margin-bottom: 1rem;
}
.ps-alert-error .item i,
.ps-alert-success .item i {
  border: 15px #ff4c4c solid;
  display: -ms-flexbox;
  display: flex;
}
.ps-alert-error .item i svg,
.ps-alert-success .item i svg {
  background-color: #ff4c4c;
  width: 24px;
  height: 24px;
}
.ps-alert-error .item p,
.ps-alert-success .item p {
  background-color: #fff;
  margin: 0;
  padding: 18px 20px 18px 20px;
  width: 100%;
}
.ps-alert-success {
  padding: 0.25rem 0.25rem 2.75rem 0.25rem;
}
.ps-alert-success .item {
  border-color: #4cbb6c;
  background-color: #4cbb6c;
}
.ps-alert-success .item i {
  border-color: #4cbb6c;
}
.ps-alert-success .item i svg {
  background-color: #4cbb6c;
}
#manufacturer-description-wrapper > .card {
  border: none;
}
.btn-brands-more {
  display: none;
}
.btn-brands-more.collapsed {
  display: block;
}
.ms-alphabetical .ms-letter-selector {
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
  padding-bottom: 0.625rem;
}
.ms-alphabetical .ms-letter-selector > .ms-l-sep {
  padding: 0 0.25rem;
  opacity: 0.4;
}
.ms-alphabetical .ms-letter-list {
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
  padding: 1rem 0;
}
.ms-alphabetical .ms-letter-list:last-child {
  border-bottom: none;
}
.ms-alphabetical .ms-letter-list > .ms-letter {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.ms-alphabetical .ms-letter-brands ul {
  margin: 0;
}
.ms-grid .brand {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.ms-grid .brand-img {
  display: 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: #fff;
}
.dropdown-menu-custom {
  display: block;
  border: none !important;
  padding: 0;
  float: none;
  position: static;
  min-width: 0;
  height: 0;
  width: 0;
  margin: 0;
  background: none !important;
}
:not(.dropdown-menu-custom).dropdown-menu {
  padding: 0;
  margin: 0;
  display: block;
  min-width: 100%;
  transform-origin: top;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
.show > :not(.dropdown-menu-custom).dropdown-menu {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.dropdown-item {
  padding: 0.5em 0.8em;
}
.dropdown-item.current {
  font-weight: 700;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background: none;
  text-decoration: none;
}
.dropdown-item.active,
.dropdown-item:active {
  color: inherit;
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal {
  z-index: 999996;
}
.modal-backdrop {
  z-index: 999992;
}
.modal-backdrop.backdrop-second {
  z-index: 999989;
}
.modal-dialog {
  max-width: 700px;
  margin: 90px auto;
  padding: 1rem;
  left: 0;
  right: 0;
}
.modal-backdrop.show {
  opacity: 1;
}
.modal-content {
  border-radius: 0;
  border: none;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s;
}
.modal-open .modal {
  padding: 0 !important;
}
.modal.fade .modal-dialog {
  transform: translateY(0);
}
.modal.show .modal-content {
  transform: scale(1);
  opacity: 1;
}
.modal-title {
  font-size: 1.5rem;
}
@media (max-width: 575.98px) {
  .modal-dialog {
    padding: 0;
    margin: 0;
  }
  .modal-content {
    min-height: 100vh;
  }
}
#_desktop_iqitmegamenu-mobile {
  display: none !important;
}
#iqitmegamenu-mobile {
  clear: both;
  font-size: 1.2rem;
}
#iqitmegamenu-mobile li {
  position: relative;
}
#iqitmegamenu-mobile li ul {
  font-size: 0.9em;
  padding: 0.6em 0;
}
#iqitmegamenu-mobile li ul a {
  padding: 0.6em 3em 0.6em 1em;
}
#iqitmegamenu-mobile a {
  display: block;
  padding: 1em 3em 1em 1em;
  min-height: 3em;
}
#iqitmegamenu-mobile a:hover {
  opacity: 0.6;
}
#iqitmegamenu-mobile .mm-expand {
  width: 3rem;
  height: 1.55em;
  line-height: 1.55em;
  position: absolute;
  right: 0;
  font-size: 2em;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}
#iqitmegamenu-mobile .mm-expand > .close-icon {
  display: none;
}
#iqitmegamenu-mobile li ul {
  display: none;
  padding-left: 2rem;
  margin-left: -1rem;
}
#iqitmegamenu-mobile li.show > ul {
  display: block;
}
#iqitmegamenu-mobile li.show > .mm-expand > .close-icon {
  display: inline-block;
}
#iqitmegamenu-mobile li.show > .mm-expand > .expand-icon {
  display: none;
}
.col-mobile-menu-dropdown #_mobile_iqitmegamenu-mobile {
  position: absolute;
  left: 0;
  top: initial;
  z-index: 1000;
  width: 100%;
  transform-origin: top;
  animation-fill-mode: forwards;
  -webkit-transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
.col-mobile-menu-dropdown.show #_mobile_iqitmegamenu-mobile {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
  height: 100vh;
  position: fixed;
  z-index: 5005;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transform: translate3d(-115%, 0, 0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  width: 260px;
}
.col-mobile-menu-push.show #_mobile_iqitmegamenu-mobile {
  transform: translate3d(0, 0, 0);
}
.col-mobile-menu-push.show #mobile_menu_click_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.col-mobile-menu-push #iqitmegamenu-mobile {
  min-height: 100%;
}
#mobile-header-sticky.stuck
  .col-mobile-menu-dropdown
  #_mobile_iqitmegamenu-mobile {
  max-height: 94vh;
  overflow-x: hidden;
  height: auto;
}
.ns-box {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 999999;
  max-width: 380px;
  background: #2fb4d1;
  color: #fff;
  padding: 1rem;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  min-width: 250px;
}
.ns-box.ns-show {
  visibility: visible;
  opacity: 1;
}
.ns-box.ns-hide {
  visibility: hidden;
  opacity: 0;
}
.ns-effect-thumbslider .ns-box-inner {
  overflow: hidden;
}
.ns-effect-thumbslider .ns-thumb-wrap {
  float: left;
  width: 80px;
}
.ns-effect-thumbslider .ns-thumb {
  z-index: 2;
  position: relative;
}
.ns-effect-thumbslider .ns-content {
  padding-left: 1rem;
}
.ns-text-only .ns-content {
  padding: 0;
}
.ns-effect-thumbslider.ns-show .ns-content,
.ns-effect-thumbslider.ns-hide .ns-content {
  animation-name: animSlide;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.ns-effect-thumbslider.ns-show .ns-content {
  animation-delay: 0.5s;
}
.ns-effect-thumbslider.ns-hide .ns-content {
  animation-direction: reverse;
  animation-delay: 0.3s;
}
.ns-effect-thumbslider.ns-show .ns-delivery,
.ns-effect-thumbslider.ns-hide .ns-delivery {
  animation-name: animSlideDown;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.ns-effect-thumbslider.ns-show .ns-delivery {
  animation-delay: 0.5s;
}
.ns-effect-thumbslider.ns-hide .ns-delivery {
  animation-direction: reverse;
  animation-delay: 0.3s;
}
@keyframes animSlide {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes animSlideDown {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.ns-effect-thumbslider.ns-show .ns-thumb,
.ns-effect-thumbslider.ns-hide .ns-thumb {
  animation-name: bounceIn;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: both;
}
.ns-effect-thumbslider.ns-hide .ns-thumb {
  animation-direction: reverse;
  animation-delay: 0.3s;
}
.ns-box-danger {
  background-color: #f2dede !important;
  color: #a94442 !important;
}
.search-widget form {
  position: relative;
}
.search-widget .form-search-control {
  padding: 0.8rem 1rem;
  padding-right: 2rem;
}
.search-widget .search-btn {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 4;
  background: none;
  cursor: pointer;
  border: none;
  padding: 0 1em;
}
#header-search-btn .dropdown-search {
  padding: 1.5rem;
  min-width: 350px;
  max-width: 400px;
  right: 0;
  left: auto;
}
#header-search-btn .fullscreen-search {
  min-height: 100vh;
  visibility: hidden;
  opacity: 0;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
#header-search-btn .fullscreen-search #search_widget {
  margin: 0 auto;
  width: 80%;
  z-index: 2;
  position: relative;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
#header-search-btn .fullscreen-search #fullscreen-search-backdrop {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#header-search-btn .fullscreen-search .form-search-control {
  font-size: 1.5rem;
  padding: 1.7rem 1.5rem;
}
#header-search-btn .fullscreen-search .search-btn {
  font-size: 1.5rem;
}
#header-search-btn .fullscreen-search .autocomplete-suggestions {
  position: static;
  max-height: 450px;
}
#header-search-btn .fullscreen-search .autocomplete-suggestion img {
  margin-right: 1rem;
  max-width: 80px;
}
#header-search-btn.show .fullscreen-search {
  visibility: visible;
  opacity: 1;
}
#header-search-btn.show #search_widget {
  transform: scale(1);
  opacity: 1;
}
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  top: 100%;
  position: absolute;
  display: none;
  z-index: 999999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.autocomplete-suggestion {
  padding: 0.6rem;
  position: relative;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #333;
}
.autocomplete-suggestion b {
  font-weight: 400;
  color: #1f8dd6;
}
.autocomplete-suggestion img {
  margin-right: 0.6rem;
  max-width: 60px;
}
.autocomplete-suggestion .product-price {
  display: block;
}
.autocomplete-suggestion-show-all {
  text-align: center;
  font-weight: 700;
  padding: 1rem;
  background: rgba(204, 204, 204, 0.15);
  border-top: solid 1px rgba(105, 105, 105, 0.13);
}
body#checkout section.checkout-step {
  border: 1px rgba(160, 160, 160, 0.25) solid;
  padding: 1.4rem;
  opacity: 0.5;
}
body#checkout section.checkout-step .step-title {
  cursor: pointer;
  margin-bottom: 0;
}
body#checkout section.checkout-step .content {
  padding: 0 1rem;
}
body#checkout section.checkout-step .step-edit {
  font-weight: 400;
}
body#checkout section.checkout-step .not-allowed {
  cursor: not-allowed;
  opacity: 0.5;
}
body#checkout section.checkout-step .content,
body#checkout section.checkout-step .done,
body#checkout section.checkout-step .step-edit {
  display: none;
}
body#checkout section.checkout-step:hover {
  opacity: 1;
}
body#checkout section.checkout-step.-current {
  opacity: 1;
}
body#checkout section.checkout-step.-current .content {
  display: block;
}
body#checkout section.checkout-step.-current .step-title {
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
  margin-bottom: 1rem;
  margin-left: -1.4rem;
  margin-right: -1.4rem;
  padding: 0 1.4rem 1.4rem;
}
body#checkout section.checkout-step.-current.-reachable.-complete .done,
body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
  display: none;
}
body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
  display: inline-block;
}
body#checkout section.checkout-step.-current.-reachable.-complete .content {
  display: block;
}
body#checkout section.checkout-step.-unreachable .step-title {
  cursor: default;
}
body#checkout section.checkout-step.-reachable.-complete h1 .done {
  display: inline-block;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  cursor: pointer;
  display: block;
  float: right;
}
body#checkout section.checkout-step.-reachable.-complete .content {
  display: none;
}
body#checkout section.checkout-step .default-input {
  min-width: 40%;
}
body#checkout section.checkout-step .default-input[name="address1"],
body#checkout section.checkout-step .default-input[name="address2"] {
  min-width: 60%;
}
body#checkout section.checkout-step .radio-field {
  margin-top: 2rem;
}
body#checkout section.checkout-step .radio-field label {
  display: inline;
}
body#checkout section.checkout-step .checkbox-field div {
  margin-top: 3.75rem;
}
body#checkout section.checkout-step .checkbox-field + .checkbox-field div {
  margin-top: 0;
}
body#checkout section.checkout-step .select-field div {
  background: rgba(160, 160, 160, 0.25);
  padding: 0.625rem 3.125rem;
}
body#checkout section.checkout-step .form-footer {
  text-align: center;
}
body#checkout section.checkout-step #conditions-to-approve {
  padding-top: 1rem;
}
body#checkout section.checkout-step .payment-options .payment-option {
  margin-bottom: 0.5rem;
}
body#checkout section.checkout-step .payment-options .payment-option label {
  vertical-align: middle;
  margin: 0;
  max-width: 85%;
}
body#checkout section.checkout-step .step-number {
  display: inline-block;
}
body#checkout section.checkout-step .address-selector {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body#checkout section.checkout-step .address-item {
  border: rgba(160, 160, 160, 0.25) 1px solid;
  box-flex: 0;
  -moz-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  margin-bottom: 0.5rem;
}
body#checkout section.checkout-step .address-alias {
  display: inline-block;
  font-weight: 600;
}
body#checkout section.checkout-step .address {
  font-weight: 400;
  padding: 1rem;
}
body#checkout section.checkout-step .radio-block {
  padding: 0.8rem 1rem;
  text-align: left;
  margin: 0;
}
body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
  display: inline-block;
  margin: 0 0.4rem;
}
body#checkout section.checkout-step hr {
  margin: 0;
}
body#checkout section.checkout-step .address-footer {
  text-align: center;
  padding: 0.625rem;
}
body#checkout section.checkout-step #delivery-addresses,
body#checkout section.checkout-step #invoice-addresses {
  margin-top: 1.25rem;
}
body#checkout section.checkout-step .add-address {
  margin-top: 1.25rem;
}
body#checkout section.checkout-step .add-address a i {
  font-size: 0.9375rem;
}
body#checkout section.checkout-step .delivery-option {
  background: rgba(204, 204, 204, 0.15);
  padding: 1rem 0.8rem;
  margin-bottom: 1rem;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-left: 0;
  margin-right: 0;
}
body#checkout section.checkout-step .delivery-option > label {
  text-align: inherit;
  margin: 0;
}
body#checkout section.checkout-step .delivery-option > label > .row,
body#checkout
  section.checkout-step
  .delivery-option
  > label
  > .row
  > div:first-child
  > .row {
  -ms-flex-align: center !important;
  align-items: center !important;
}
body#checkout section.checkout-step .delivery-option > label > .row {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
body#checkout section.checkout-step .delivery-option > label > .row > .col {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
body#checkout
  section.checkout-step
  .delivery-option
  > label
  > .row
  > div:last-child {
  text-align: right;
  float: right;
}
body#checkout
  section.checkout-step
  .delivery-option
  > label
  > .row
  > div:first-child
  img {
  margin: 0 0.8rem 0 0;
}
body#checkout section.checkout-step .delivery-option .carrier-delay {
  font-size: 0.8rem;
  line-height: 1.2em;
}
body#checkout section.checkout-step .carrier-logo img {
  max-width: 100px;
}
body#checkout section.checkout-step #personal-information-step-login {
  background: rgba(204, 204, 204, 0.15);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
body#checkout section.checkout-step .forgot-password {
  text-align: center;
  margin-bottom: 1rem;
}
body#checkout #checkout-payment-step {
  margin-bottom: 1rem;
}
body#checkout .additional-information {
  font-size: 0.875rem;
  margin-left: 2.875rem;
  margin-top: 1.25rem;
}
body#checkout #conditions-to-approve label {
  text-align: inherit;
}
body#checkout #conditions-to-approve a:link {
  text-decoration: underline;
}
body#checkout .cancel-address {
  margin: 0.8rem;
  display: block;
  text-decoration: underline;
}
body#checkout #cart-summary-product-list .cart-summary-product {
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
  padding: 0.5rem 0;
}
body#checkout #cart-summary-product-list .cart-summary-product:last-child {
  border: none;
}
body#checkout #cart-summary-product-list .media-left {
  max-width: 40px;
}
body#checkout .cart-summary-totals .iqitfreedeliverycount {
  margin: 1rem 0 0 0;
}
body#checkout #order-summary-content {
  padding: 1rem;
  background: rgba(204, 204, 204, 0.15);
  margin-top: 1.5rem;
}
body#checkout #order-summary-content h4.black {
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
  padding-bottom: 0.6rem;
}
body#checkout #order-summary-content h5.h5 {
  margin-top: 0.6rem;
  margin-bottom: 1rem;
}
body#checkout #order-summary-content h5.addresshead {
  margin-top: 0.2rem;
}
body#checkout #order-summary-content .noshadow {
  box-shadow: none;
}
body#checkout #order-summary-content .address-block {
  margin-bottom: 1rem;
}
body#checkout #order-summary-content #order-items {
  border-right: 0;
}
body#checkout #order-summary-content #order-items h3.h3 {
  margin-top: 1.25rem;
}
body#checkout #order-summary-content #order-items table tr:first-child td {
  border-top: 0;
}
body#checkout #order-summary-content .order-confirmation-table {
  padding: 1rem;
  border: rgba(160, 160, 160, 0.25) 1px solid;
  border-radius: 0;
}
body#checkout #order-summary-content .order-confirmation-table td {
  padding: 0;
}
body#checkout #order-summary-content .summary-selected-carrier {
  margin-bottom: 0.75rem;
  border: rgba(160, 160, 160, 0.25) 1px solid;
  border-radius: 0;
  padding: 1rem;
}
body#checkout #order-summary-content .step-edit {
  display: inline;
}
body#checkout #order-summary-content .step-edit:hover {
  cursor: pointer;
}
body#checkout #gift_message {
  margin-bottom: 1rem;
}
.modal-terms {
  padding: 1rem;
}
#order-details ul {
  margin-bottom: 1rem;
}
#order-items table {
  width: 100%;
}
#order-items table tr {
  height: 2rem;
}
#order-items table tr td:last-child {
  text-align: right;
}
#order-items .order-line {
  margin-top: 1rem;
}
#order-items .image img {
  width: 100%;
  margin-bottom: 1rem;
}
#order-items .details {
  margin-bottom: 1rem;
}
#order-items .details .customizations {
  margin-top: 0.625rem;
}
#order-items .qty {
  margin-bottom: 1rem;
}
#order-items .totals {
  font-size: 1.3rem;
}
#order-confirmation #registration-form {
  margin-top: 2rem;
}
#order-confirmation .mail-sent-info {
  padding: 1rem;
  background: rgba(204, 204, 204, 0.15);
  margin-bottom: 1.5rem;
}
#order-confirmation #content-hook_order_confirmation {
  padding: 1rem 0;
}
#order-confirmation .order-confirmation-title-payment {
  border-right: 1px solid rgba(160, 160, 160, 0.25);
}
#order-confirmation #order-items table tr {
  height: auto;
}
@media (max-width: 991.98px) {
  .done {
    margin: 0;
    padding: 0;
  }
  body#checkout section.checkout-step .address-item {
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
  }
  .delivery-option {
    margin: auto;
  }
  .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
    text-align: left;
  }
  #order-confirmation #registration-form {
    width: 100%;
  }
}
.bold {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    float: none;
    margin-top: 0.5rem;
  }
  #order-items {
    border-right: 0;
    margin-top: 2rem;
  }
  #order-items hr {
    border-top-color: rgba(160, 160, 160, 0.25);
  }
  #order-details {
    border-top: 1px solid rgba(160, 160, 160, 0.25);
    padding-top: 2rem;
    margin-top: 1rem;
  }
}
@media (max-width: 575.98px) {
  body#checkout section.checkout-step .content {
    padding: 0.9375rem 0;
  }
  body#checkout section.checkout-step .delivery-option > label > .row {
    margin: 0;
  }
  body#checkout section.checkout-step .delivery-option-2 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .delivery-option > .col-sm-1:first-child {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding: 5px;
  }
  .delivery-option-2 > .row > .col-sm-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .delivery-option-2 > .row > .col-sm-4 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 0;
    padding-top: 8px;
  }
  .delivery-option-2 > .row > .col-sm-3 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0;
    padding-top: 8px;
  }
  #payment-confirmation button {
    font-size: 0.875rem;
  }
  #payment-confirmation button.btn {
    white-space: normal;
  }
}
.js-payment-binary {
  display: none;
}
.js-payment-binary .accept-cgv {
  margin-top: 10px;
  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;
}
#ps_checkout-hosted-fields-form .col-xs-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
#ps_checkout-hosted-fields-form .ps_checkout-info-wrapper {
  display: inline !important;
}
.ps_checkout-button {
  margin-top: 10px;
}
.table-labeled th {
  vertical-align: middle;
}
.table-labeled td {
  vertical-align: middle;
}
.table-labeled .label {
  font-size: inherit;
  padding: 0.25rem 0.375rem;
  margin: 0.125rem;
  color: #fff;
  display: inline-block;
}
.page-order .table {
  margin-bottom: 0;
}
.page-order table th {
  padding: 0.5rem;
}
.page-order table td {
  padding: 0.5rem;
}
.page-order table thead th {
  text-align: center;
}
#customer-form .custom-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#customer-form .custom-checkbox span {
  -ms-flex: none;
  flex: none;
}
#customer-form .custom-checkbox label {
  padding-left: 0.5rem;
}
#customer-form .custom-checkbox em {
  font-size: 0.8rem;
  opacity: 0.8;
}
#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;
}
.my-account-page-content-wrapper {
  border: 1px solid rgba(160, 160, 160, 0.25);
  padding: 1rem;
  margin: 0 auto;
}
.my-account-page-content-wrapper .my-account-side-links {
  border-right: 1px solid rgba(160, 160, 160, 0.25);
}
.my-account-page-content-wrapper .my-account-side-links > a {
  display: block;
  width: 100%;
  max-width: 100%;
  -ms-flex: 0;
  flex: 0;
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
  padding: 0.6rem;
}
.my-account-page-content-wrapper .my-account-side-links > a:last-child {
  border-bottom: none;
}
.page-customer-account #content {
  border: 1px solid rgba(160, 160, 160, 0.25);
  padding: 1rem;
  margin: 0 auto;
}
.page-customer-account #content .order-actions a {
  padding: 0 0.125rem;
}
.page-customer-account #content .forgot-password {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 1rem;
  padding-bottom: 0.9375rem;
}
.page-customer-account #content .no-account {
  text-align: center;
  font-size: 1rem;
}
.page-authentication #content {
  border: 1px solid rgba(160, 160, 160, 0.25);
  padding: 1rem;
  margin: 0 auto;
}
.page-addresses .address {
  border: 1px solid rgba(160, 160, 160, 0.25);
  margin-bottom: 1.875rem;
}
.page-addresses .address .address-body {
  padding: 1rem;
}
.page-addresses .address .address-body h4 {
  font-weight: 700;
}
.page-addresses .address .address-body address {
  min-height: 9rem;
}
.page-addresses .address .address-footer {
  border-top: 1px solid rgba(160, 160, 160, 0.25);
  padding: 0.5rem 1rem;
}
.page-addresses .address .address-footer a {
  margin-right: 0.5rem;
}
.page-addresses .address .address-footer a span {
  vertical-align: middle;
}
.page-addresses .addresses-footer {
  margin: 0 0.9375rem;
}
.page-addresses .addresses-footer a span {
  vertical-align: middle;
  margin-top: 0.5rem;
}
.page-order-detail .box {
  border: 1px solid rgba(160, 160, 160, 0.25);
  padding: 1rem;
  margin-bottom: 1rem;
}
.page-order-detail #order-infos ul,
.page-order-detail #order-infos2 ul {
  margin: 0;
}
.page-order-detail #order-history .history-lines .history-line {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
}
.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: 0.25rem 0;
  color: #fff;
  padding: 0.25rem 0.375rem;
}
.page-order-detail .addresses h4 {
  font-size: 1rem;
  font-weight: 700;
}
.page-order-detail #order-products.return {
  margin-bottom: 1rem;
}
.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: 1rem 1rem 0;
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
}
.page-order-detail .order-items .order-item .checkbox {
  width: 30px;
  float: left;
  padding: 0 0.9375rem;
}
.page-order-detail .order-items .order-item .content {
  width: calc(100% - 30px);
  float: left;
  padding: 0 0.9375rem;
}
.page-order-detail .order-items .order-item .desc {
  margin-bottom: 1rem;
}
.page-order-detail .order-items .order-item .desc .name {
  font-weight: 700;
}
.page-order-detail .order-items .order-item .qty {
  margin-bottom: 1rem;
}
.page-order-detail .order-items .order-item .qty .q {
  margin-bottom: 0.25rem;
}
.page-order-detail .order-items .order-item .qty .s {
  margin-bottom: 0.25rem;
}
.page-order-detail .messages .message {
  margin-top: 0.5rem;
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
}
.page-order-detail .messages .message:last-child {
  border-bottom: 0;
}
.page-order-detail .messages .message > div {
  margin-bottom: 0.5rem;
}
.page-order-detail .customization {
  margin-top: 0.75rem;
}
#order-return-infos .thead-default th {
  color: #414141;
}
#order-return-infos .customization {
  margin-top: 0.75rem;
}
#history .orders {
  margin: 0 -1rem;
}
#history .orders .order {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
}
#history .orders .order a h3 {
  color: #878787;
}
#history .orders .order .label {
  display: inline-block;
  margin: 0.25rem 0;
  padding: 0.25rem 0.375rem;
  color: #fff;
  border-radius: 3px;
}
#history .orders .order:last-child {
  border-bottom: 0;
}
#module-psgdpr-gdpr .psgdprinfo17 {
  overflow: hidden;
}
.login-form {
  margin-top: 15px;
}
@media (max-width: 575.98px) {
  .my-account-page-content-wrapper .my-account-side-links {
    border-right: none;
    border-bottom: 1px solid rgba(160, 160, 160, 0.25);
    padding-bottom: 1rem;
    margin-bottom: 1.6rem;
    margin-right: 3px;
    margin-left: 3px;
  }
}
.renew-password {
  margin-left: 10px;
}
.renew-password .email {
  padding-bottom: 30px;
}
.renew-password [type="submit"] {
  margin-left: 50px;
}
#products .products {
  transition: opacity 0.3s ease;
}
#products #facets-loader-icon {
  display: none;
}
#products.-facets-loading #facets-loader-icon {
  display: block;
  position: absolute;
  z-index: 10;
  padding-top: 0.5rem;
}
#products.-facets-loading .products {
  opacity: 0.4;
}
#products #infinity-loader-icon {
  text-align: center;
  padding: 3rem 2rem;
  display: none;
}
#products.-infinity-loading #infinity-loader-icon {
  display: block;
}
.product-miniature {
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease,
    outline 0.3s ease;
}
.product-miniature .iqitreviews-nb {
  display: none;
}
.product-miniature-small {
  position: relative;
}
.product-miniature-small .product-description {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.product-miniature-small .product-title {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.4rem;
}
.product-miniature-small .iqitreviews-simple {
  font-size: 0.8rem;
  line-height: 0.8rem;
  margin-bottom: 0.2rem;
}
.product-miniature-small .regular-price {
  text-decoration: line-through;
}
.product-miniature-small .product-price-and-shipping,
.product-miniature-small .product-add-cart {
  display: inline-block;
}
.product-miniature-small .btn-add-to-cart-small {
  border: none;
  background: none;
  cursor: pointer;
  color: currentColor;
}
.product-miniature-small:hover {
  z-index: 2;
}
.product-miniature-small-grid {
  text-align: center;
}
.product-miniature-small-grid .product-thumbnail img {
  margin: 0 auto;
}
.product-miniature-grid .product-functional-buttons {
  padding: 0.2rem 0.4rem;
  font-size: 0;
  line-height: 0;
  transition: opacity 0.2s cubic-bezier(0.7, 0, 0.3, 1),
    transform 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-width: 100px;
  text-align: center;
}
.product-miniature-grid .product-functional-buttons a {
  display: inline-block;
  padding: 0.4rem;
}
.product-miniature-grid .product-functional-buttons i {
  font-size: 1.2rem;
}
.product-miniature-grid .product-functional-buttons-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  transform: translate(-50%, 50%);
  opacity: 0;
}
.product-miniature-grid .product-availability {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  transition: opacity 0.2s cubic-bezier(0.7, 0, 0.3, 1),
    transform 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
.product-miniature-grid .input-group-add-cart {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.product-miniature-grid .input-group-add-cart .input-group {
  width: auto;
  margin-right: 5px;
}
@media (hover: hover) {
  .product-miniature-grid:hover .product-functional-buttons-bottom {
    transform: translate(-50%, 0%);
    opacity: 1;
  }
  .product-miniature-grid:hover .product-availability {
    transform: translate(-50%, 1rem);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.product-miniature-default {
  position: relative;
}
.product-miniature-default .thumbnail-container {
  position: relative;
}
.product-miniature-default .product-thumbnail {
  text-align: center;
  display: block;
  position: relative;
}
.product-miniature-default .product-thumbnail img {
  display: block;
  margin: 0 auto;
}
.product-miniature-default .product-flags {
  left: 0;
  top: 0;
}
.product-miniature-default li.product-flag {
  margin-top: 0.3rem;
  text-align: left;
}
.product-miniature-default li.product-flag:first-child {
  margin-top: 0;
}
.product-miniature-default .product-add-cart .input-group-add-cart {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.product-miniature-default .product-add-cart .input-qty {
  max-width: 50px;
  min-width: 25px;
  text-align: center;
  padding: 0 0.2em;
  -moz-appearance: textfield;
}
.product-miniature-default
  .product-add-cart
  .input-qty::-webkit-inner-spin-button,
.product-miniature-default
  .product-add-cart
  .input-qty::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.product-miniature-default .product-title {
  margin: 0;
  padding: 0;
}
.product-miniature-default .price-countdown {
  font-size: 0.8rem;
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
  white-space: nowrap;
}
.product-miniature-default .price-countdown .price-countdown-title {
  padding-right: 0;
}
.product-miniature-default .price-countdown .time-txt {
  display: none;
}
.product-miniature-default .variant-links .color {
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(161, 161, 161, 0.25);
  outline: none;
  background-repeat: no-repeat;
}
.product-miniature-default .regular-price {
  text-decoration: line-through;
}
.product-miniature-default:hover {
  z-index: 2;
}
.products.swiper-container
  .swiper-slide:not(.swiper-slide-visible)
  .product-miniature {
  box-shadow: none;
}
.products-grid .product-miniature-default {
  height: 100%;
}
.products-grid .product-miniature-default .product-description {
  padding-top: 0.8rem;
}
.products-grid .product-miniature-default .product-category-name {
  padding-bottom: 0.2rem;
}
.products-grid .product-miniature-default .product-reference,
.products-grid .product-miniature-default .product-brand {
  margin-top: -0.2rem;
}
.products-grid .product-miniature-default .iqitreviews-simple,
.products-grid .product-miniature-default .product-title,
.products-grid .product-miniature-default .product-reference,
.products-grid .product-miniature-default .product-brand {
  margin-bottom: 0.4rem;
}
.products-grid .product-miniature-default .product-available {
  display: none;
}
.products-grid .product-miniature-default .product-functional-buttons a:hover {
  opacity: 0.6;
}
.products-grid .product-miniature-layout-1 .products-variants,
.products-grid .product-miniature-layout-1 .product-price-and-shipping,
.products-grid .product-miniature-layout-3 .products-variants,
.products-grid .product-miniature-layout-3 .product-price-and-shipping {
  padding-bottom: 0.4rem;
}
.products-grid .product-miniature-layout-1 .product-description-short,
.products-grid .product-miniature-layout-3 .product-description-short {
  padding-bottom: 0.5rem;
}
.products-grid .product-miniature-layout-2 .product-miniature-right {
  text-align: right;
}
.products-grid .product-miniature-layout-2 .regular-price {
  display: block;
}
.products-grid .product-miniature-layout-2 .product-add-cart {
  padding-top: 0.6rem;
}
.products-grid .product-miniature-layout-2 .variant-links .color {
  width: 0.8rem;
  height: 0.8rem;
}
.products-grid .product-miniature-layout-2 .product-description-short {
  padding-top: 0.4rem;
}
.products-grid .product-miniature-layout-2 .price-countdown-wrapper {
  text-align: center;
  margin-bottom: 0.5rem;
}
.products-grid .product-miniature-layout-2 .price-countdown {
  margin-top: 0;
  display: block;
}
.products-grid .product-miniature-layout-2 .btn-product-list {
  white-space: normal;
}
.products-grid .product-miniature-layout-2 .iqitreviews-simple {
  font-size: 0.8rem;
}
.products-grid .product-miniature-layout-3 {
  text-align: center;
}
.products-grid .product-miniature-layout-3 .input-group-add-cart {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.products-grid .product-miniature-layout-3 .product-thumbnail,
.products-grid .product-miniature-layout-3 .thumbnail-container {
  position: static;
}
.products-grid .product-miniature-layout-3 .product-description {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.78);
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.products-grid .product-miniature-layout-3 .product-overlay-link {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
}
.products-grid .product-miniature-layout-3 .product-description-short {
  display: none !important;
}
.products-grid .product-miniature-layout-3 .product-flags {
  transition: opacity 0.3s ease;
}
.products-grid .product-miniature-layout-3 .product-add-cart form,
.products-grid .product-miniature-layout-3 .product-add-cart .btn-product-list,
.products-grid .product-miniature-layout-3 .variant-links,
.products-grid .product-miniature-layout-3 .product-functional-buttons-links {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.products-grid .product-miniature-layout-3 .product-functional-buttons {
  background: none !important;
}
.products-grid .product-miniature-layout-3 .iqitreviews-simple {
  font-size: 0.8rem;
}
.products-grid .product-miniature-layout-3 .product-add-cart {
  margin: 0.4rem 0;
}
.products-grid .product-miniature-layout-3:hover .product-flags {
  opacity: 0;
}
.products-grid .product-miniature-layout-3:hover .product-description {
  opacity: 1;
}
.products-grid .product-miniature-layout-3:hover .product-description-inner {
  transform: translateY(0%);
}
.product-miniature-list-row {
  margin: 0;
  padding: 1.4rem 0.7rem;
}
.product-miniature-list .product-price {
  font-size: 1.5rem;
}
.product-miniature-list .product-title,
.product-miniature-list .product-reference,
.product-miniature-list .product-brand {
  margin-bottom: 0.4rem;
}
.product-miniature-list .product-description-short {
  margin: 0.6rem 0;
}
.product-miniature-list .product-price-and-shipping {
  margin-bottom: 1rem;
}
.product-miniature-list .product-functional-buttons {
  margin-top: 1rem;
}
.product-miniature-list
  .product-functional-buttons
  .product-functional-buttons-links
  > a {
  padding-right: 0.6rem;
}
.product-miniature-list .input-group-add-cart .bootstrap-touchspin {
  margin-bottom: 10px;
}
.lazy-product-image.product-thumbnail-first {
  opacity: 0.3;
  transition: opacity 0.3s ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg" stroke="%23000"> <g fill="none" fill-rule="evenodd"> <g transform="translate(1 1)" stroke-width="2"> <circle stroke-opacity=".5" cx="18" cy="18" r="18"/> <path d="M36 18c0-9.94-8.06-18-18-18"> <animateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/> </path> </g> </g> </svg>');
}
.lazy-product-image.loaded {
  background-image: none;
  opacity: 1;
}
@media (max-width: 575.98px) {
  .product-miniature-list .col-description,
  .product-miniature-list .col-buy {
    padding-top: 1rem;
  }
}
.category-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
.category-image .category-description {
  margin-left: 2rem;
  position: absolute;
}
.category-description {
  margin-bottom: 2rem;
}
.product-list-subcategories {
  text-align: center;
  margin-bottom: 2rem;
}
.product-list-subcategories .subcategory-image {
  margin-bottom: 0.3rem;
}
.product-list-subcategories .subcategory-image:hover {
  opacity: 0.8;
}
.products-selection {
  margin: 1rem 0;
  padding: 0.8rem 0;
  border-top: 1px solid rgba(160, 160, 160, 0.25);
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
}
.products-selection .view-switcher {
  font-size: 18px;
}
.products-selection .view-switcher a {
  cursor: pointer;
  opacity: 0.5;
}
.products-selection .view-switcher a.current,
.products-selection .view-switcher a:hover {
  opacity: 1;
}
.products-selection .showing {
  margin-right: 0.5rem;
}
.products-selection .form-control {
  padding: 0.2rem 0.8rem;
}
.products-selection .products-nb-per-page .dropdown-menu {
  right: 0;
  left: auto;
}
.products-selection .products-sort-nb-dropdown {
  display: inline-block;
}
.products-selection .products-sort-nb-dropdown .dropdown-menu {
  right: 0;
  left: auto;
}
.select-title .select-title-name {
  max-width: 100px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  vertical-align: bottom;
}
.pagination-wrapper .pagination {
  margin: 0;
}
.pagination-wrapper-bottom {
  border-top: 1px solid rgba(160, 160, 160, 0.25);
  margin-top: 1rem;
  padding-top: 1rem;
}
.pagination {
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
}
.pagination .page-list {
  margin-bottom: 0;
}
.pagination .page-list li {
  display: inline-block;
  border: 1px solid rgba(160, 160, 160, 0.25);
  margin: 0 0.05rem;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
.pagination .page-list li.spacer {
  border: none;
}
.pagination .page-list a {
  display: block;
  padding: 0.4rem 0.8rem;
}
.block-categories ul > li {
  margin-bottom: 0;
}
.block-categories li {
  position: relative;
}
.block-categories li ul {
  margin-left: 0.5rem;
  font-size: 0.9em;
}
.block-categories .collapse-icons {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  cursor: pointer;
}
.block-categories .collapse-icons[aria-expanded="true"] .add {
  display: none;
}
.block-categories .collapse-icons[aria-expanded="true"] .remove {
  display: block;
}
.block-categories .collapse-icons .remove {
  display: none;
}
#products .products-select {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-align: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
  padding-top: 1rem;
}
#search_filters .facet:first-child,
#search_filters_brands .facet:first-child,
#search_filters_suppliers .facet:first-child {
  padding: 0;
}
#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
  display: block;
}
#search_filters .facet > ul,
#search_filters_brands .facet > ul,
#search_filters_suppliers .facet > ul {
  padding-bottom: 0.5rem;
}
#search_filters .facet > .facet-type-checkbox,
#search_filters .facet .facet-type-radio,
#search_filters_brands .facet > .facet-type-checkbox,
#search_filters_brands .facet .facet-type-radio,
#search_filters_suppliers .facet > .facet-type-checkbox,
#search_filters_suppliers .facet .facet-type-radio {
  max-height: 300px;
  overflow-x: auto;
}
#search_filters .facet .facet-label,
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
  margin-bottom: 0.3rem;
}
#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
  font-size: 0.9375rem;
}
#search_filters .facet_color,
#search_filters_brands .facet_color,
#search_filters_suppliers .facet_color {
  padding-left: 1px;
  padding-right: 1px;
}
#search_filters .facet_color > li,
#search_filters_brands .facet_color > li,
#search_filters_suppliers .facet_color > li {
  display: inline-block;
  position: relative;
  margin-bottom: 0.5rem;
}
#search_filters .facet_color > li .magnitude,
#search_filters_brands .facet_color > li .magnitude,
#search_filters_suppliers .facet_color > li .magnitude {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}
#search_filters .dropdown-menu-facet,
#search_filters_brands .dropdown-menu-facet,
#search_filters_suppliers .dropdown-menu-facet {
  padding: 1rem;
  white-space: nowrap;
  min-width: 200px;
}
#search_filters .dropdown-menu-facet::-webkit-scrollbar,
#search_filters_brands .dropdown-menu-facet::-webkit-scrollbar,
#search_filters_suppliers .dropdown-menu-facet::-webkit-scrollbar {
  width: 6px;
}
#search_filters .dropdown-menu-facet::-webkit-scrollbar-thumb,
#search_filters_brands .dropdown-menu-facet::-webkit-scrollbar-thumb,
#search_filters_suppliers .dropdown-menu-facet::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
}
#search_filters .facet-title-dropdown,
#search_filters_brands .facet-title-dropdown,
#search_filters_suppliers .facet-title-dropdown {
  cursor: pointer;
}
#search_filters.dropdown-search-filters .facet,
#search_filters_brands.dropdown-search-filters .facet,
#search_filters_suppliers.dropdown-search-filters .facet {
  padding: 0;
}
#search_filters.dropdown-search-filters .facet-dropdown,
#search_filters_brands.dropdown-search-filters .facet-dropdown,
#search_filters_suppliers.dropdown-search-filters .facet-dropdown {
  display: inline-block;
}
#search_filters.dropdown-search-filters .drop-icon,
#search_filters_brands.dropdown-search-filters .drop-icon,
#search_filters_suppliers.dropdown-search-filters .drop-icon {
  float: none;
  position: static;
}
.facet-dropdown .drop-icon {
  float: right;
  top: 2px;
  position: relative;
}
#active-search-filters {
  margin-top: 1rem;
}
.active_filters .active-filter-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.active_filters .filter-blocks {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.active_filters .filter-block {
  display: inline-block;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}
.active_filters .filter-block-all {
  margin-left: 0.3rem;
  padding-left: 0.5rem;
  border-left: 1px solid rgba(160, 160, 160, 0.25);
}
#facets_search_center_dropdown #search_filter_controls {
  display: none !important;
}
#facets_search_center {
  padding: 1rem 1rem 0 1rem;
  margin-bottom: 1rem;
  background: rgba(204, 204, 204, 0.15);
  display: none;
}
#facets_search_center #search_filters {
  margin-right: -15px;
  margin-left: -15px;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#facets_search_center #search_filters .facet {
  position: relative;
  min-height: 1px;
  padding: 0 15px 1rem 15px;
  width: 25%;
  min-width: 160px;
}
#facets_search_center #search_filter_controls {
  display: none !important;
}
#facets_search_center.show {
  display: block;
}
@media (max-width: 700px) {
  #facets_search_center #search_filters .facet {
    width: 33%;
  }
}
@media (max-width: 530px) {
  #facets_search_center #search_filters .facet {
    width: 50%;
  }
}
@media (max-width: 362px) {
  #facets_search_center #search_filters .facet {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #left-column #search_filter_controls,
  #right-column #search_filter_controls {
    text-align: center;
    margin-bottom: 1rem;
  }
  #left-column #search_filter_controls button,
  #right-column #search_filter_controls button {
    margin: 0 0.5rem;
  }
  #left-column #search_filters,
  #right-column #search_filters {
    margin-bottom: 0;
    box-shadow: none;
    padding: 1rem 0 0 0;
  }
  #left-column.-only-facet-search > *:not(#facets_search_wrapper),
  #right-column.-only-facet-search > *:not(#facets_search_wrapper) {
    display: none;
  }
  #search_filter_toggler {
    width: 100%;
  }
  #left-column #facets_search_wrapper {
    display: none;
  }
  #left-column.-only-facet-search #facets_search_wrapper {
    display: block;
  }
}
.product-cover {
  position: relative;
}
.product-cover .expander {
  cursor: pointer;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding: 0.6rem;
  z-index: 22;
}
.product-cover .expander > span {
  background: #fff;
}
.product-cover img {
  display: block;
  margin: 0 auto;
  cursor: -moz-grab;
}
.product-cover .product-lmage-large {
  position: relative;
}
.product-cover:hover .swiper-button-next,
.product-cover:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}
.product-images {
  margin: 0 -0.5rem;
}
.product-images .thumb-container {
  padding: 0 0.5rem;
}
.product-images img {
  cursor: pointer;
}
.product-images img:hover {
  opacity: 0.8;
}
.images-container {
  margin-bottom: 1.5rem;
}
.images-container .swiper-button-next,
.images-container .swiper-button-prev {
  opacity: 0;
  visibility: hidden;
}
.images-container .swiper-button-disabled {
  opacity: 0 !important;
  visibility: hidden !important;
}
.images-container-left .col-left-product-thumbs .mask {
  height: 100%;
  overflow: hidden;
}
#product-images-thumbs.swiper-container-vertical {
  margin-right: 1rem;
  position: absolute;
  height: calc(100% + 1.25rem);
  top: -0.5rem;
  overflow: hidden;
}
#product-images-thumbs.swiper-container-vertical .thumb-container {
  padding: 0.5rem 0;
  height: 100%;
}
#product-images-thumbs.swiper-container-vertical .img-fluid {
  height: 100%;
  width: auto;
}
#product-images-thumbs.swiper-container-vertical .swiper-button-arrow {
  transform: translateY(0);
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 2rem;
  padding: 0;
}
#product-images-thumbs.swiper-container-vertical .swiper-button-arrow:before {
  font-size: 2rem;
  line-height: 2rem;
}
#product-images-thumbs.swiper-container-vertical .swiper-button-prev {
  top: -20px;
}
#product-images-thumbs.swiper-container-vertical .swiper-button-prev:after {
  content: "\F106";
}
#product-images-thumbs.swiper-container-vertical .swiper-button-next {
  top: auto;
  bottom: -20px;
}
#product-images-thumbs.swiper-container-vertical .swiper-button-next:after {
  content: "\F107";
}
#product-images-thumbs.swiper-container-vertical:hover .swiper-button-arrow {
  opacity: 1;
  visibility: visible;
}
#product-images-thumbs.swiper-container-vertical:hover .swiper-button-prev {
  top: 1rem;
}
#product-images-thumbs.swiper-container-vertical:hover .swiper-button-next {
  bottom: 1rem;
}
#product-images-thumbs.swiper-container-horizontal {
  margin: 0 -0.5rem;
}
#product-images-thumbs.swiper-container-horizontal .thumb-container {
  padding: 0 0.5rem;
}
#product-images-thumbs.swiper-container-horizontal:hover .swiper-button-arrow {
  opacity: 1;
  visibility: visible;
}
.images-container-bottom .product-cover {
  margin-bottom: 1rem;
}
#product-modal .modal-dialog {
  max-width: 1000px;
  margin: auto;
  position: absolute;
}
#product-modal.fade .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
}
#product-modal .modal-header {
  z-index: 2;
}
#product-modal .modal-content {
  height: 100%;
}
#product-modal .modal-body {
  padding: 0;
}
#product-modal .easyzoom-modal {
  text-align: center;
}
#product-modal .easyzoom-modal > a {
  display: block;
  width: 100%;
}
#product-modal .product-cover-modal {
  width: auto;
  margin: 0 auto;
  max-height: calc(100vh - 200px);
}
#product-modal .easyzoom-flyout {
  z-index: 1;
}
#product-modal #thumbnails .product-images {
  opacity: 0;
  margin: 0.2rem -0.1rem;
  transition: opacity 0.15s;
}
#product-modal #thumbnails .product-images.swiper-container-initialized {
  opacity: 1;
}
#product-modal #thumbnails .swiper-container .swiper-button-arrow {
  opacity: 0;
  visibility: hidden;
}
#product-modal
  #thumbnails
  .swiper-container.swiper-container-initialized
  .swiper-button-arrow {
  opacity: 1;
  visibility: visible;
}
#product-modal #thumbnails .swiper-button-disabled {
  opacity: 0 !important;
  visibility: hidden !important;
}
.easyzoom {
  position: relative;
  display: block;
}
.easyzoom-product {
  position: absolute;
  width: 100%;
  height: 100%;
}
.easyzoom-flyout {
  position: absolute;
  overflow: hidden;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.easyzoom-flyout:hover {
  opacity: 1;
}
.touch-device .easyzoom-flyout {
  opacity: 1;
}
.easyzoom-notice {
  display: none !important;
}
.product-flags {
  position: absolute;
  top: 0.5rem;
  z-index: 2;
  left: 1rem;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
li.product-flag {
  display: table;
  background: #2fb5d2;
  padding: 0.3125rem 0.4375rem;
  color: #fff;
  margin-top: 0.5rem;
  z-index: 2;
  line-height: 1.1em;
}
li.product-flag:after {
  content: "";
  display: block;
}
.product-cover:hover .product-flags {
  opacity: 0;
  visibility: hidden;
}
#main .images-container .js-qv-mask {
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  #product-modal .modal-dialog {
    min-height: 100%;
    padding: 0;
  }
  #product-modal .modal-content {
    min-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
  }
  #product-modal .modal-body {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #product-modal .modal-body .easyzoom {
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .easyzoom-flyout {
    opacity: 1;
  }
  .easyzoom-product {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .images-container-d-leftd .product-cover {
    margin-bottom: 1rem;
  }
}
.product_header_container {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
}
.product_header_container .iqitreviews-simple {
  display: inline-block;
  margin: 0 1rem 0.8rem 0;
}
.product_header_container .iqitreviews-rating {
  font-size: 1.1rem;
  vertical-align: middle;
  margin-right: 0.3rem;
}
.product_header_container #product-availability {
  margin-bottom: 0.8rem;
  vertical-align: text-top;
}
.product_header_container .product-price {
  line-height: 1em;
}
#content-wrapper .product_header_container .page-title {
  margin-bottom: 0.8rem;
  border: none;
  padding: 0;
  text-align: inherit;
  width: auto;
}
#content-wrapper .product_header_container .page-title span {
  margin: 0;
  width: 100%;
}
#content-wrapper .product_header_container .page-title:after,
#content-wrapper .product_header_container .page-title:before {
  display: none;
}
.product_p_price_container {
  margin-top: 1rem;
  border-top: 1px solid rgba(160, 160, 160, 0.25);
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.product_p_price_container #product-availability {
  margin-bottom: 0.8rem;
  vertical-align: text-top;
}
.product_p_price_container .product-price {
  line-height: 1em;
}
.tax-shipping-delivery-label .delivery-information {
  display: block;
}
.product-manufacturer img {
  max-width: 200px;
}
.product-manufacturer-next {
  z-index: 2;
  position: relative;
}
.product-manufacturer-next img {
  max-width: 140px;
}
.product-info-row {
  margin-bottom: 3rem;
}
.product-prices .badge {
  vertical-align: text-top;
}
.product-discount .regular-price {
  text-decoration: line-through;
  padding: 0 0.2rem;
}
.product-unit-price {
  margin-bottom: 0;
}
.product-quantity > .col {
  margin-bottom: 0.8rem;
}
.product-quantity .qty {
  width: 80px;
  height: 100%;
}
.product-quantity .add-to-cart:disabled {
  cursor: not-allowed;
  opacity: 0.05;
}
.product-quantity .qty .input-group {
  height: 100%;
}
.product-quantity input[type="number"]::-webkit-inner-spin-button,
.product-quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-quantity input[type="number"] {
  -moz-appearance: textfield;
}
#main.-combinations-loading .col-product-image {
  pointer-events: none;
}
.product-variants > .product-variants-item {
  margin: 0.5rem 0;
}
.product-variants > .product-variants-item .custom-select2 {
  display: inline-block;
  min-width: 6rem;
  max-width: 14rem;
}
.product-variants > .product-variants-item ul li {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.product-variants > .product-variants-item .color {
  margin-left: 0;
  margin-top: 0;
}
.product-variants .form-control-label {
  padding-bottom: 0.5rem;
  display: block;
  font-weight: 700;
}
.product-variants .input-color,
.product-variants .color {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.product-variants .input-radio,
.product-variants .radio-label {
  min-width: 2rem;
  min-height: 2rem;
  line-height: 2rem;
}
.product-variants .input-radio + span {
  line-height: calc(2rem - 4px);
}
.product-variants .input-color:checked + span,
.product-variants .input-color:hover + span,
.product-variants .input-radio:checked + span,
.product-variants .input-radio:hover + span {
  border: 2px solid #414141;
  line-height: calc(2em - 4px);
}
#product-details .label {
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.product-features {
  margin-top: 1rem;
}
.product-features > dl.data-sheet {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
  box-flex: 1;
  -moz-flex: 1 0 40%;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  font-weight: 400;
  padding-bottom: 0.5rem;
  word-break: break-word;
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
  margin-bottom: 0.5rem;
}
.product-features > dl.data-sheet dt.name {
  font-weight: 700;
}
.product-customization {
  border: 1px solid rgba(160, 160, 160, 0.25);
  margin: 1rem 0;
  padding: 1rem;
}
.product-customization .product-customization-item {
  margin: 1rem 0;
}
.product-customization small {
  opacity: 0.6;
  margin-top: 0.2rem;
}
#product-accessories-sidebar .product-miniature {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
#product-accessories-sidebar:not(.swiper-container-initialized)
  .swiper-wrapper {
  grid-auto-rows: 0;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: (1fr) [5];
  grid-template-rows: repeat(5, 1fr);
}
.product-pack {
  border: 1px solid rgba(160, 160, 160, 0.25);
  margin: 1rem 0;
  padding: 1rem;
}
.product-pack article {
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
  padding: 0.5rem 0;
}
.product-pack article:last-child {
  border: none;
  padding-bottom: 0;
}
.product-pack .pack-product-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.product-pack .pack-product-container .pack-product-name {
  box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.product-pack .pack-product-container .pack-product-thumb {
  max-width: 70px;
}
.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: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.product-additional-info {
  border-top: 1px solid rgba(160, 160, 160, 0.25);
  padding-top: 1rem;
}
.social-sharing {
  margin-bottom: 0.5rem;
}
.social-sharing li {
  display: inline-block;
  padding: 0 0.3rem;
}
.iqitproducttags {
  margin-bottom: 0.5rem;
}
.iqitproducttags li {
  display: inline-block;
  padding: 0 0.2rem;
}
.product-tabs {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.product-sidebar .block {
  padding: 0;
  margin-bottom: 2rem;
}
.add-to-cart .spinner-icon {
  display: none;
}
.add-to-cart.processing-add .spinner-icon {
  display: inline-block;
}
.add-to-cart.processing-add .bag-icon {
  display: none;
}
.product-description .rte-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.iqit-accordion .card {
  border: none;
}
.iqit-accordion .title {
  font-weight: 700;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
}
.iqit-accordion .title a {
  display: block;
}
.iqit-accordion .content {
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
}
.iqit-accordion .content .rte-content {
  padding: 1rem 0;
}
.iqit-accordion .angle-down {
  display: none;
}
.iqit-accordion .angle-down,
.iqit-accordion .angle-up {
  line-height: 1.5rem;
}
.iqit-accordion .collapsed .angle-up {
  display: none;
}
.iqit-accordion .collapsed .angle-down {
  display: inline-block;
}
.iqit-accordion .tab-content {
  padding: 1.5rem 0;
}
.iqit-accordion .nav-tabs {
  margin-bottom: 0;
}
.iqit-accordion .nav-tabs .nav-link {
  padding: 1.5rem;
  background: rgba(204, 204, 204, 0.15);
  margin-bottom: 1px;
  opacity: 1;
}
.iqit-accordion .lazy-product-image.product-thumbnail-first {
  opacity: 1;
}
#product-infos-accordion-mobile {
  margin-bottom: 4rem;
}
#main #product-preloader {
  display: none;
}
@media (max-width: 575.98px) {
  .product-quantity .qty {
    width: 100%;
    height: 100%;
  }
  .product-add-to-cart .add-to-cart,
  .product-add-to-cart .btn-iconic {
    width: 100%;
  }
  .product-tabs .nav-tabs {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-tabs .nav-tabs .nav-item {
    margin: 0 0 0.5rem 0;
  }
}
.loader-wrapper {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader-1 {
  border: 0.4em solid rgba(52, 152, 219, 0.3);
  border-top: 0.4em solid #3498db;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  animation: loader-1 2s linear infinite;
}
@keyframes loader-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-2 {
  position: relative;
  width: 0.5em;
  height: 2.5em;
  background: rgba(52, 152, 219, 0.3);
  animation: pulse 750ms infinite;
  animation-delay: 250ms;
}
.loader-2:before,
.loader-2:after {
  content: "";
  position: absolute;
  display: block;
  width: 0.5em;
  height: 1.5em;
  background: rgba(52, 152, 219, 0.3);
  top: 50%;
  transform: translateY(-50%);
  animation: loader-2 750ms infinite;
}
.loader-2:before {
  left: -0.75em;
}
.loader-2:after {
  left: 0.75em;
  animation-delay: 500ms;
}
@keyframes loader-2 {
  50% {
    background: #3498db;
  }
}
.cart-grid {
  margin-bottom: 1rem;
}
.cart-items {
  margin-bottom: 3rem;
}
.cart-item-header {
  padding: 1rem 0;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
  border-top: 1px solid rgba(160, 160, 160, 0.25);
}
.cart-item {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
}
.cart-item .product-image {
  max-width: 125px;
}
.cart-item .product-line-grid-right {
  text-align: center;
}
.cart-item .product-line-info-secondary {
  line-height: 1;
}
.cart-item .bootstrap-touchspin {
  max-width: 75px;
  margin: 0 auto;
  min-height: 40px;
}
.cart-item .bootstrap-touchspin input {
  text-align: center;
}
.block-promo .promo-code .alert-danger {
  display: none;
}
.block-promo .cart-voucher-area {
  padding: 1rem;
  background: rgba(204, 204, 204, 0.15);
}
.block-promo .promo-highlighted {
  margin: 0.3rem 0 0 0;
}
.block-promo .voucher-icon {
  padding-left: 0;
  padding-right: 0.8rem;
  cursor: default;
}
.cart-grid-right hr {
  margin: 0;
}
.cart-grid-right .cart-summary {
  margin-bottom: 1rem;
}
.cart-grid-right .promo-discounts {
  margin-bottom: 0;
}
.cart-grid-right .promo-discounts .cart-summary-line .label .code {
  text-decoration: underline;
  cursor: pointer;
}
.cart-grid-right .iqitfreedeliverycount {
  margin: 1rem 0 0 0;
}
.cart-summary-line {
  clear: both;
}
.cart-summary-line::after {
  display: block;
  clear: both;
  content: "";
}
.cart-summary-line .value {
  float: right;
}
.cart-summary-line.cart-total {
  font-weight: 700;
  font-size: 1.5rem;
}
#blockcart-content {
  padding: 1rem;
  text-align: left;
  max-width: 100%;
  width: 340px;
}
#blockcart-content .cart-title hr {
  width: 100%;
}
#blockcart-content .cart-title .close {
  margin-top: 0.4rem;
}
#blockcart-content .cart-products > li {
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #acaaa6;
  margin-bottom: 0.875rem;
}
#blockcart-content .cart-products > li:last-child {
  border-bottom: none;
}
#blockcart-content .cart-products .col-info {
  padding-left: 1rem;
}
#blockcart-content .block-cart-product-quantity-gift {
  background: inherit;
}
#blockcart-content .cart-subtotals {
  padding: 0.875rem 0;
  border-top: 1px solid #acaaa6;
}
#blockcart-content .cart-totals {
  font-size: 1.5rem;
  line-height: 1.2em;
  padding: 0.875rem 0;
  border-top: 2px solid #acaaa6;
}
#blockcart-content a:not(.btn):hover {
  opacity: 0.8;
}
.ps-shoppingcart #blockcart {
  display: inline-block;
  position: relative;
}
.ps-shoppingcart .cart-toogle {
  cursor: pointer;
  display: inline-block;
}
.ps-shoppingcart .cart-products-count-btn {
  display: none;
  text-align: center;
  line-height: 15px;
  border-radius: 30px;
  min-width: 16px;
  height: 16px;
  font-size: 0.8rem;
  position: absolute;
  top: -4px;
  right: -4px;
  padding: 1px 5px;
}
.ps-shoppingcart.col-mobile-btn-cart .cart-products-count-btn {
  display: inline-block;
}
.ps-shoppingcart.header-cart-btn-w .cart-toggle-details {
  display: none !important;
}
.ps-shoppingcart.header-cart-btn-w .cart-products-count-btn {
  display: inline-block;
}
.ps-shoppingcart.dropdown #blockcart-content {
  transform-origin: top;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  right: 0;
  min-width: 320px;
  z-index: 1000;
  position: absolute;
}
.ps-shoppingcart.dropdown #blockcart-content .cart-title {
  display: none !important;
}
.ps-shoppingcart.dropdown #blockcart-content .cart-products {
  max-height: 380px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-height: 770px) {
  .ps-shoppingcart.dropdown #blockcart-content .cart-products {
    max-height: 245px;
  }
}
.ps-shoppingcart.dropdown #blockcart-content .cart-products::-webkit-scrollbar {
  width: 6px;
}
.ps-shoppingcart.dropdown
  #blockcart-content
  .cart-products::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
}
.ps-shoppingcart.dropdown .show #blockcart-content {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.ps-shoppingcart.side-cart #blockcart-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  position: fixed;
  z-index: 5005;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transform: translate3d(115%, 0, 0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  padding-bottom: 50px;
}
.ps-shoppingcart.side-cart .show #blockcart-content {
  transform: translate3d(0, 0, 0);
}
.ps-shoppingcart.side-cart #blockcart-content .cart-products {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
  min-height: 0;
}
.ps-shoppingcart.side-cart
  #blockcart-content
  .cart-products::-webkit-scrollbar {
  width: 6px;
}
.ps-shoppingcart.side-cart
  #blockcart-content
  .cart-products::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
}
.iqitfreedeliverycount p:last-child {
  margin-bottom: 0;
}
#sticky-cart-wrapper {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
#sticky-cart-wrapper .info-wrapper {
  display: none !important;
}
#sticky-cart-wrapper .ps-shoppingcart.side-cart #blockcart-content {
  right: -1rem;
  min-width: 340px;
}
#blockcart-modal .modal-dialog {
  max-width: 960px;
  width: 100%;
}
#blockcart-modal .col-info {
  padding-left: 1rem;
}
#blockcart-modal .crossselling-products-modal {
  border-top: 1px solid rgba(161, 161, 161, 0.25);
  padding-top: 1.2rem;
  margin-top: 1rem;
}
#blockcart-modal .crossselling-products-modal-title {
  text-align: center;
  font-size: 1.2rem;
  padding: 0.5rem;
}
#mobile-header .ps-shoppingcart.side-cart #blockcart-content {
  padding-bottom: 120px;
}
@media screen and (max-width: 400px) {
  .ps-shoppingcart.dropdown {
    position: static;
  }
  .ps-shoppingcart.dropdown #blockcart-content {
    min-width: 92vw;
    max-width: 92vw;
    right: 2vw;
    left: 2vw;
    margin: auto;
  }
}
#block-reassurance {
  margin-bottom: 1rem;
}
#block-reassurance img {
  width: 1.5625rem;
  margin-right: 0.625rem;
}
#block-reassurance li {
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
}
#block-reassurance li:last-child {
  border: 0;
}
#block-reassurance li .block-reassurance-item {
  padding: 0.8rem 1rem;
}
.quickview.quickview-second-modal {
  z-index: 999990;
}
.quickview .modal-dialog {
  max-width: 1024px;
}
.quickview .modal-content {
  min-height: 450px;
  border: none;
}
.quickview .modal-body {
  min-height: 380px;
  padding: 0;
}
.quickview .layer {
  display: none;
}
.quickview .images-container {
  margin: 0;
}
.quickview .images-container .expander {
  display: none !important;
}
.quickview .images-container-bottom .product-cover {
  margin: 0;
}
.quickview .images-container-left .row > .col-left-product-thumbs {
  display: none;
}
.quickview .images-container-left .row > .col-left-product-cover {
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%;
}
.quickview .mask {
  display: none !important;
}
.quickview .quickview-info {
  padding: 2rem;
  padding-bottom: 1rem;
  max-height: 620px;
  overflow-y: auto;
}
.quickview button.close {
  position: absolute;
  right: 18px;
  top: 12px;
  font-size: 2.7rem;
  cursor: pointer;
  z-index: 3;
}
.quickview .js-quickview-np-btn {
  position: absolute;
  top: 50%;
  z-index: 22;
  display: block;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 3rem;
  line-height: 3rem;
  opacity: 0.8;
  transition: opacity 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
.quickview .js-quickview-np-btn:hover {
  opacity: 1;
}
.quickview #js-quickview-prev-btn {
  left: -3.5rem;
  padding: 0.8rem 1rem 0.8rem 0.8rem;
}
.quickview #js-quickview-next-btn {
  right: -3.5rem;
  padding: 0.8rem 0.8rem 0.8rem 1rem;
}
@media (max-width: 1100px) {
  .quickview .js-quickview-np-btn {
    display: none;
  }
}
#stores .page-stores .store-item {
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
}
#stores .page-stores .store-item:last-child {
  border-bottom: none;
}
#stores .page-stores .store-picture img {
  max-width: 100%;
}
#stores .page-stores .store-item-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: distribute;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 2rem 0;
}
#stores .page-stores .store-item-container ul {
  margin-bottom: 0;
  font-size: 0.9375rem;
}
#stores .page-stores .store-item-container .divide-left {
  border-left: rgba(160, 160, 160, 0.25) 1px solid;
}
#stores .page-stores .store-item-container .divide-left tr {
  height: 1.5625rem;
}
#stores .page-stores .store-item-container .divide-left td {
  padding-left: 0.375rem;
}
#stores .page-stores .store-item-container .divide-left th {
  text-align: right;
}
#stores .page-stores .store-item-container .store-description {
  font-size: 1rem;
}
#stores .page-stores .store-item-footer {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: distribute;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
}
#stores .page-stores .store-item-footer.divide-top {
  border-top: rgba(160, 160, 160, 0.25) 1px solid;
}
#stores .page-stores .store-item-footer div:first-child {
  box-flex: 0;
  -moz-flex: 0 0 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
}
#stores .page-stores .store-item-footer i.material-icons {
  margin-right: 0.5rem;
  font-size: 1rem;
}
#stores .page-stores .store-item-footer li {
  margin-bottom: 0.5rem;
}
@media (max-width: 767.98px) {
  #stores .page-stores {
    width: 100%;
  }
  #stores .page-stores .store-item-container {
    padding: 1rem 0;
  }
}
@media (max-width: 575.98px) {
  #stores .page-stores .store-item-container {
    display: block;
  }
  #stores .page-stores .store-item-container .divide-left {
    border-left: none;
  }
  #stores .page-stores .store-item-container .store-description a {
    margin-bottom: 0.5rem;
  }
  #stores .page-stores .store-item-container .store-description address {
    margin-bottom: 0.5rem;
  }
  #stores .page-stores .store-item-footer {
    display: block;
  }
  #stores .page-stores .store-item-footer.divide-top {
    border-top: rgba(160, 160, 160, 0.25) 1px solid;
  }
  #stores .page-stores .store-item-footer li {
    margin-bottom: 0.5rem;
  }
  #stores .page-stores .store-item-footer .card-block {
    padding: 0.75rem 0.75rem 0;
  }
}
#language_selector .lang-flag {
  max-width: 20px;
}
#checkout-header {
  position: relative;
}
#header {
  position: relative;
  z-index: 100;
}
#header .header-nav {
  position: relative;
}
#header .header-nav .right-nav > div > ul,
#header .header-nav .left-nav > div > ul {
  display: inherit;
}
#header .header-nav .right-nav > div:after,
#header .header-nav .left-nav > div:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 1.5em;
  width: 1px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  background-color: currentColor;
  opacity: 0.2;
}
#header .header-nav .right-nav > div:last-child:after,
#header .header-nav .left-nav > div:last-child:after {
  display: none;
}
#header .header-btn-w {
  padding: 0 0.5rem;
}
#header .header-btn-w .header-btn {
  text-align: center;
  display: block;
  cursor: pointer;
}
#header .header-btn-w .header-btn > .icon {
  display: inline-block;
  position: relative;
}
#header .header-btn-w .header-btn .title {
  white-space: nowrap;
  margin-top: 0.5rem;
  display: block;
}
#header .header-custom-html p:last-child {
  margin-bottom: 0;
}
#header .col-header-menu {
  position: static;
}
#header .col-header-menu .cbp-hrsub-narrow {
  position: static;
}
#header .desktop-header-style-1 .col-header-center .search-widget {
  margin: 0 auto;
}
#header .desktop-header-style-1 #user_info {
  margin-top: 0.6rem;
}
#header .desktop-header-style-1 .header-custom-html {
  margin-bottom: 0.8rem;
}
#header .desktop-header-style-2 .col-header-center .search-widget {
  margin: 0 auto;
}
#header .desktop-header-style-2 .header-custom-html {
  margin-bottom: 0.8rem;
}
#header .desktop-header-style-5 .search-widget,
#header .desktop-header-style-5 #user_info {
  margin-top: 0.5rem;
}
#header .desktop-header-style-5 #user_info {
  text-align: right;
}
#header .desktop-header-style-5 #ps-shoppingcart #blockcart {
  display: block;
  text-align: right;
}
#desktop-header-container {
  position: relative;
}
#mobile-header {
  display: none;
}
#mobile-header .row-mobile-header {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
#mobile-header .row-mobile-buttons {
  margin-left: -15px;
  margin-right: -15px;
}
#mobile-header .col-mobile-logo {
  padding: 0 0.625rem;
}
#mobile-header .col-mobile-logo a {
  display: inline-block;
}
#mobile-header .col-mobile-btn-search,
#mobile-header .col-mobile-btn-menu {
  position: static;
}
#mobile-header .dropdown-mobile {
  padding: 1rem;
}
#mobile-header .mobile-bag-icon {
  position: relative;
}
#mobile-header .m-nav-btn {
  display: inline-block;
  text-align: center;
  background: none;
  border: none;
  outline: none;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  cursor: pointer;
  padding: 0.375rem 0.625rem;
}
#mobile-header .m-nav-btn > i {
  font-size: 2rem;
}
#mobile-header .m-nav-btn > span {
  display: block;
  margin-top: 0.5rem;
}
#mobile-header.mobile-header-style-3 .m-nav-btn {
  display: block;
  width: 100%;
}
#mobile-header.mobile-header-style-3 .row-mobile-buttons > .col-auto {
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#desktop-header.stuck-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
}
#iqitmegamenu-wrapper.stuck-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
}
#iqitmegamenu-wrapper.stuck-menu #iqitmegamenu-horizontal {
  background: none;
}
#iqitmegamenu-wrapper.stuck-menu .container-iqitmegamenu {
  padding-right: 15px;
  padding-left: 15px;
}
#iqitmegamenu-wrapper.stuck-menu .cbp-legend-main {
  display: none;
}
#iqitmegamenu-wrapper.stuck-menu #sticky-cart-wrapper {
  z-index: 5005;
}
#mobile-header-sticky.stuck-down {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
}
#mobile-header-sticky.stuck-up.visible-stuck-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
}
#mobile-header-sticky.stuck-up.visible-stuck-up-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
  transform: translateY(-100%);
  transition: transform 0.1s ease-in-out;
  will-change: transform;
}
#mobile-header-sticky.stuck-up.visible-stuck-up.visible-stuck-up-scroll {
  transform: translateY(0);
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 0.1s;
  -webkit-animation-duration: 0.1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}
@media (max-width: 991.98px) {
  #desktop-header {
    display: none;
  }
  #mobile-header {
    display: block;
  }
  .sticky-desktop-wrapper {
    display: none;
  }
}
@media (min-width: 992px) {
  #header.desktop-header-style-w-6,
  #header.desktop-header-style-w-7 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5002;
    width: 280px;
    min-height: 100vh;
  }
  #header.desktop-header-style-w-6 .header-nav .left-nav,
  #header.desktop-header-style-w-6 .header-nav .right-nav,
  #header.desktop-header-style-w-7 .header-nav .left-nav,
  #header.desktop-header-style-w-7 .header-nav .right-nav {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  #header.desktop-header-style-w-6 .col-header-left,
  #header.desktop-header-style-w-6 .col-header-center,
  #header.desktop-header-style-w-7 .col-header-left,
  #header.desktop-header-style-w-7 .col-header-center {
    margin-bottom: 1.5rem;
  }
  #header.desktop-header-style-w-6 #header-search-btn .dropdown-search,
  #header.desktop-header-style-w-6 #ps-shoppingcart.dropdown #blockcart-content,
  #header.desktop-header-style-w-7 #header-search-btn .dropdown-search,
  #header.desktop-header-style-w-7
    #ps-shoppingcart.dropdown
    #blockcart-content {
    left: 0;
    right: auto;
  }
  #header.desktop-header-style-w-6 .header-custom-html,
  #header.desktop-header-style-w-7 .header-custom-html {
    margin-bottom: 0.6rem;
  }
  #header.desktop-header-style-w-6 .cbp-vertical-title,
  #header.desktop-header-style-w-7 .cbp-vertical-title {
    display: none !important;
  }
  #header.desktop-header-style-w-6 #cbp-hrmenu1,
  #header.desktop-header-style-w-7 #cbp-hrmenu1 {
    margin: 2rem 0;
  }
  #header.desktop-header-style-w-7 #user_info {
    margin-top: 0.6rem;
    padding-left: 1rem;
  }
  #header.desktop-header-style-w-7 #search_widget {
    margin-top: 1rem;
  }
  #header.desktop-header-style-w-7 #search_widget {
    width: 100%;
  }
  .body-desktop-header-style-w-6 > main,
  .body-desktop-header-style-w-7 > main {
    padding-left: 280px;
  }
}
@media (max-width: 575.98px) {
  #mobile-header .m-nav-btn > i {
    font-size: 1.5rem;
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
#footer .footer-style-1 .social-links > li {
  padding-bottom: 1rem;
}
#footer .footer-style-3 .block-newsletter {
  text-align: center;
}
#footer .footer-style-3 .block-newsletter > h5 {
  display: inline-block;
  margin: 1rem;
  vertical-align: top;
}
#footer .footer-style-3 .block-newsletter .ps-emailsubscription-block {
  display: inline-block;
  min-width: 270px;
}
#footer-container-first {
  padding: 1rem 0;
}
#footer-container-first .ps-emailsubscription-block .input-subscription {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#footer-container-main.footer-style-1 .ps-emailsubscription-block .gdpr_module,
#footer-container-main.footer-style-1
  .ps-emailsubscription-block
  .ps-emailsubscription-conditions {
  max-width: 240px;
}
#footer-container-main.footer-style-inline .block-toggle {
  margin-bottom: 0.4rem;
}
#footer-container-main.footer-style-inline > div > .row {
  display: block;
}
#footer-container-main.footer-style-inline > div > .row .block-title {
  margin: 0;
  margin-right: 1rem;
}
#footer-container-main.footer-style-inline > div > .row .block-content {
  vertical-align: top;
}
#footer-container-main.footer-style-inline > div > .row .block-title,
#footer-container-main.footer-style-inline > div > .row .block-content {
  display: inline-block;
}
#footer-container-main.footer-style-inline > div > .row .block-links ul > li {
  display: inline-block;
}
#footer-container-main.footer-style-inline > div > .row .block-links ul > li a {
  padding: 0 1rem 0 0;
}
#footer-container-main.footer-style-inline
  > div
  > .row
  .block-links
  ul
  > li
  a:before {
  display: none;
}
#footer-container-main.footer-style-inline .block-iqitcontactpage hr {
  display: none;
}
#footer-container-main.footer-style-inline .contact-rich .part {
  display: inline-block;
}
#footer-container-main.footer-style-inline .contact-rich > strong {
  vertical-align: top;
  margin: 0;
}
#footer-container-main.footer-style-4 {
  text-align: center;
}
#footer-container-main.footer-style-4
  .block-iqithtmlandbanners-html
  .block-content {
  margin-top: 0.5rem;
}
#footer-container-main.footer-style-5 .block-title {
  max-width: 10rem;
}
#footer-container-main.footer-style-5 .block-content {
  width: calc(100% - 12rem);
}
#footer-copyrights {
  padding: 1rem 0;
}
#footer-copyrights._footer-copyrights-2 {
  text-align: center;
}
#footer-copyrights._footer-copyrights-2 .copyright-img,
#footer-copyrights._footer-copyrights-2 .copyright-txt {
  margin-bottom: 0.8rem;
}
#footer-copyrights .copyright-txt > p:last-child {
  margin: 0;
}
@media (max-width: 767.98px) {
  #wrapper {
    margin-bottom: 0 !important;
  }
  #footer {
    z-index: 1 !important;
    position: static !important;
  }
}
@media (max-width: 575.98px) {
  .footer-style-2 .block-newsletter {
    margin-bottom: 1rem;
  }
  .footer-style-2 .block-social-links {
    text-align: center !important;
  }
  #footer-container-main.footer-style-inline .block-content {
    display: block;
    width: 100%;
    margin-top: 1rem;
  }
  ._footer-copyrights-1 .copyright-img {
    margin-bottom: 1rem;
    text-align: center !important;
  }
  ._footer-copyrights-1 .copyright-txt {
    text-align: center !important;
  }
}
.contact-rich {
  word-wrap: break-word;
}
.contact-rich > strong {
  margin-bottom: 0.5rem;
  display: inline-block;
}
.contact-rich .part {
  height: auto;
  overflow: hidden;
}
.contact-rich .part .icon {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  width: 3rem;
}
.contact-rich .part .icon i {
  font-size: 2rem;
}
.contact-rich .part .data {
  width: auto;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
}
.contact-page-info {
  border-right: 1px solid rgba(160, 160, 160, 0.25);
}
.block-iqitcontactpage hr {
  margin: 0.3rem 0;
}
.block-iqitcontactpage .part .icon {
  min-width: 1rem;
  margin-right: 0.3rem;
  width: auto;
}
.block-iqitcontactpage .part .icon i {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .contact-page-info {
    border-right: none;
    border-bottom: 1px solid rgba(160, 160, 160, 0.25);
    margin-bottom: 2rem;
  }
}
#products #main .page-header,
#pagenotfound #main .page-header {
  margin: 2rem 0 3rem;
}
#products #main .page-content,
#pagenotfound #main .page-content {
  margin-bottom: 10rem;
}
#products .page-not-found .search-widget,
#pagenotfound .page-not-found .search-widget {
  padding: 0;
}
#products .page-not-found .search-widget input,
#pagenotfound .page-not-found .search-widget input {
  width: 100%;
}
.customization-modal .modal-content {
  border-radius: 0;
  border: 1px solid rgba(160, 160, 160, 0.25);
}
.customization-modal .modal-content .modal-body {
  padding-top: 0;
}
.customization-modal .modal-content .modal-body .product-customization-line {
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem;
  border-bottom: 1px solid rgba(160, 160, 160, 0.25);
}
.customization-modal
  .modal-content
  .modal-body
  .product-customization-line
  .label {
  font-weight: 700;
  text-align: right;
}
.customization-modal
  .modal-content
  .modal-body
  .product-customization-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.sitemap ul.nested {
  margin-left: 20px;
}
.sitemap ul li {
  font-size: 0.9rem;
}
.sitemap .block-links ul > li {
  margin-bottom: 0.2rem;
}
.sitemap .block-links ul > li:last-child {
  margin-bottom: 0;
}
.sitemap .block-links li > ul {
  margin-top: 0.2rem;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-blue {
  --swiper-pagination-color: #007bff;
}
.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2;
}
.swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1;
}
.swiper-pagination-pink {
  --swiper-pagination-color: #e83e8c;
}
.swiper-pagination-red {
  --swiper-pagination-color: #dc3545;
}
.swiper-pagination-orange {
  --swiper-pagination-color: #fd7e14;
}
.swiper-pagination-yellow {
  --swiper-pagination-color: #ffc107;
}
.swiper-pagination-green {
  --swiper-pagination-color: #28a745;
}
.swiper-pagination-teal {
  --swiper-pagination-color: #20c997;
}
.swiper-pagination-cyan {
  --swiper-pagination-color: #17a2b8;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-gray {
  --swiper-pagination-color: #6c757d;
}
.swiper-pagination-gray-dark {
  --swiper-pagination-color: #343a40;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-dots-outside {
  position: static;
  padding: 10px 0;
  min-height: 40px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  padding: 1rem 0.7rem;
  margin-top: -30px;
  z-index: 10;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
  cursor: auto;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: FontAwesome;
  font-size: 36px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "\F104";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "\F105";
}
.swiper-button-lock {
  display: none;
}
.swiper-button-inner-prev,
.swiper-container-rtl .swiper-button-inner-next {
  left: 1rem;
  right: auto;
}
.swiper-button-inner-next,
.swiper-container-rtl .swiper-button-inner-prev {
  right: 1rem;
  left: auto;
}
.swiper-arrows-inside .swiper-button-prev,
.swiper-arrows-inside.swiper-container-rtl .swiper-button-next {
  left: 20px;
  right: auto;
}
.swiper-arrows-inside .swiper-button-prev:after,
.swiper-arrows-inside.swiper-container-rtl .swiper-button-next:after {
  content: "\F104";
}
.swiper-arrows-inside .swiper-button-next,
.swiper-arrows-inside.swiper-container-rtl .swiper-button-prev {
  right: 20px;
  left: auto;
}
.swiper-arrows-inside .swiper-button-next:after,
.swiper-arrows-inside.swiper-container-rtl .swiper-button-prev:after {
  content: "\F105";
}
.swiper-arrows-above .swiper-button {
  top: 0;
  padding: 0;
  width: 1.8rem;
  height: 1.8rem;
  transform: none;
}
.swiper-arrows-above .swiper-button:after {
  font-size: 1.2rem;
  line-height: 0.8rem;
}
.swiper-arrows-above .swiper-button-prev {
  left: auto;
  right: 2rem;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-default-carousel,
.products.swiper-container {
  overflow: visible;
}
.swiper-container-wrapper {
  overflow: hidden;
}
.swiper-pagination-product {
  position: static;
  min-height: 20px;
}
.swiper-overflow-wrapper .swiper-container {
  overflow: visible;
}
.swiper-overflow-wrapper .swiper-wrapper-wrapper {
  overflow: visible;
}
.swiper-cls-fix:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-auto-rows: 0;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
}
.desktop-swiper-cls-fix-1:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
}
.desktop-swiper-cls-fix-2:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}
.desktop-swiper-cls-fix-3:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}
.desktop-swiper-cls-fix-4:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
}
.desktop-swiper-cls-fix-5:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
}
.desktop-swiper-cls-fix-6:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
}
.desktop-swiper-cls-fix-7:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-columns: (1fr) [7];
  grid-template-columns: repeat(7, 1fr);
}
.desktop-swiper-cls-fix-8:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-columns: (1fr) [8];
  grid-template-columns: repeat(8, 1fr);
}
.desktop-swiper-cls-fix-9:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-columns: (1fr) [9];
  grid-template-columns: repeat(9, 1fr);
}
.desktop-swiper-cls-fix-10:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-columns: (1fr) [10];
  grid-template-columns: repeat(10, 1fr);
}
.desktop-swiper-cls-fix-11:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-columns: (1fr) [11];
  grid-template-columns: repeat(11, 1fr);
}
.desktop-swiper-cls-fix-12:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 991.98px) {
  .tablet-swiper-cls-fix-1:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
  .tablet-swiper-cls-fix-2:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .tablet-swiper-cls-fix-3:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
  .tablet-swiper-cls-fix-4:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
  .tablet-swiper-cls-fix-5:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .tablet-swiper-cls-fix-6:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [6];
    grid-template-columns: repeat(6, 1fr);
  }
  .tablet-swiper-cls-fix-7:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [7];
    grid-template-columns: repeat(7, 1fr);
  }
  .tablet-swiper-cls-fix-8:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [8];
    grid-template-columns: repeat(8, 1fr);
  }
  .tablet-swiper-cls-fix-9:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [9];
    grid-template-columns: repeat(9, 1fr);
  }
  .tablet-swiper-cls-fix-10:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [10];
    grid-template-columns: repeat(10, 1fr);
  }
  .tablet-swiper-cls-fix-11:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [11];
    grid-template-columns: repeat(11, 1fr);
  }
  .tablet-swiper-cls-fix-12:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [12];
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 767.98px) {
  .mobile-swiper-cls-fix-1:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
  .mobile-swiper-cls-fix-2:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .mobile-swiper-cls-fix-3:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
  .mobile-swiper-cls-fix-4:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
  .mobile-swiper-cls-fix-5:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .mobile-swiper-cls-fix-6:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [6];
    grid-template-columns: repeat(6, 1fr);
  }
  .mobile-swiper-cls-fix-7:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [7];
    grid-template-columns: repeat(7, 1fr);
  }
  .mobile-swiper-cls-fix-8:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [8];
    grid-template-columns: repeat(8, 1fr);
  }
  .mobile-swiper-cls-fix-9:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [9];
    grid-template-columns: repeat(9, 1fr);
  }
  .mobile-swiper-cls-fix-10:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [10];
    grid-template-columns: repeat(10, 1fr);
  }
  .mobile-swiper-cls-fix-11:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [11];
    grid-template-columns: repeat(11, 1fr);
  }
  .mobile-swiper-cls-fix-12:not(.swiper-container-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr) [12];
    grid-template-columns: repeat(12, 1fr);
  }
}
.swiper-cls-row-fix-1:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-rows: (1fr) [1];
  grid-template-rows: repeat(1, 1fr);
}
.swiper-cls-row-fix-2:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-rows: (1fr) [2];
  grid-template-rows: repeat(2, 1fr);
}
.swiper-cls-row-fix-3:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-rows: (1fr) [3];
  grid-template-rows: repeat(3, 1fr);
}
.swiper-cls-row-fix-4:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-rows: (1fr) [4];
  grid-template-rows: repeat(4, 1fr);
}
.swiper-cls-row-fix-5:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-rows: (1fr) [5];
  grid-template-rows: repeat(5, 1fr);
}
.swiper-cls-row-fix-6:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-rows: (1fr) [6];
  grid-template-rows: repeat(6, 1fr);
}
.swiper-cls-row-fix-7:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-rows: (1fr) [7];
  grid-template-rows: repeat(7, 1fr);
}
.swiper-cls-row-fix-8:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-rows: (1fr) [8];
  grid-template-rows: repeat(8, 1fr);
}
.swiper-cls-row-fix-9:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-rows: (1fr) [9];
  grid-template-rows: repeat(9, 1fr);
}
.swiper-cls-row-fix-10:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-rows: (1fr) [10];
  grid-template-rows: repeat(10, 1fr);
}
.swiper-cls-row-fix-11:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-rows: (1fr) [11];
  grid-template-rows: repeat(11, 1fr);
}
.swiper-cls-row-fix-12:not(.swiper-container-initialized) .swiper-wrapper {
  -ms-grid-rows: (1fr) [12];
  grid-template-rows: repeat(12, 1fr);
}
.lang-rtl ul,
.lang-rtl ol {
  padding-right: 0;
}
.lang-rtl .block-links ul > li a {
  padding-left: auto;
  padding-right: 12px;
}
.lang-rtl .block-links ul > li a:before {
  left: auto;
  right: 0;
  content: "\F104";
}
.lang-rtl .block-categories .collapse-icons {
  left: 0;
  right: auto;
}
.lang-rtl .dropdown-menu {
  text-align: right;
}
.lang-rtl .product-miniature-default .product-flags {
  left: auto;
  right: 0;
}
.lang-rtl .products-selection .products-sort-nb-dropdown .dropdown-menu {
  right: auto;
  left: 0;
}
.lang-rtl .float-right,
.lang-rtl .float-xs-right,
.lang-rtl .float-xs-right {
  float: left !important;
}
.lang-rtl .float-left,
.lang-rtl .float-xs-left,
.lang-rtl .float-xs-left {
  float: right !important;
}
.lang-rtl .text-right {
  text-align: left !important;
}
.lang-rtl .text-left {
  text-align: right !important;
}
.lang-rtl .btn-primary:not(.btn-iconic) i,
.lang-rtl .btn-secondary:not(.btn-iconic) i {
  margin-right: 0;
  margin-left: 0.5em;
}
.lang-rtl .search-widget .search-btn {
  left: 0;
  right: auto;
}
.lang-rtl .search-widget .form-search-control {
  padding-right: 1rem;
  padding-left: 2rem;
}
.lang-rtl #sticky-cart-wrapper {
  left: 1rem;
  right: auto;
}
.lang-rtl .custom-select2:after {
  left: 0.6rem;
  right: auto;
}
.lang-rtl .nav-tabs .nav-item {
  margin-left: 1.5rem;
  margin-right: 0;
}
.lang-rtl .close {
  float: left;
}
.lang-rtl .modal-header .close {
  margin: -1rem auto -1rem -1rem;
}
.lang-rtl .product-variants > .product-variants-item ul li {
  margin-right: 0;
  margin-left: 0.5rem;
}
.lang-rtl .product-variants > .product-variants-item {
  margin-right: 0;
  margin-left: 1rem;
}
.lang-rtl #back-to-top {
  left: 1rem;
  right: auto;
}
.lang-rtl .ps-shoppingcart.dropdown #blockcart-content {
  left: 0;
  right: auto;
}
.lang-rtl #blockcart-content {
  text-align: right;
}
.lang-rtl #blockcart-modal {
  text-align: right;
}
.lang-rtl #blockcart-modal .col-info,
.lang-rtl #blockcart-content .cart-products .col-info {
  padding-right: 1rem;
  padding-left: 0;
}
.lang-rtl .mr-2,
.lang-rtl .mx-2 {
  margin-left: 0.5rem !important;
}
.lang-rtl .block-promo .voucher-icon {
  padding-right: 0;
  padding-left: 0.8rem;
}
.lang-rtl .cart-summary-line .value {
  float: left;
}
.lang-rtl #customer-form .custom-checkbox label {
  padding-left: 0;
  padding-right: 0.5rem;
}
.lang-rtl .custom-checkbox label {
  text-align: right;
}
.lang-rtl .radio-inline {
  margin-left: 0.8rem;
  margin-right: 0;
}
.lang-rtl .social-links > li {
  padding: 0 0 0 0.2em;
}
.lang-rtl .social-links > li:last-child {
  padding-right: 0.2em;
}
.lang-rtl .quickview .modal-body {
  text-align: right;
}
.lang-rtl .cbp-hrmenu ul.cbp-hrsub-level2 {
  right: 100%;
  left: auto;
}
.lang-rtl .simpleblog-post-item .post-read-more .fa-chevron-right:before {
  content: "\f053";
}
.lang-rtl .simpleblog__post .pagination .fa-angle-right:before {
  content: "\f104";
}
.lang-rtl .simpleblog__post .pagination .fa-angle-left:before {
  content: "\f105";
}
.lang-rtl .ps-shoppingcart .cart-products-count-btn {
  left: -4px;
  right: auto;
}
.lang-rtl .ps-shoppingcart.side-cart #blockcart-content {
  right: auto;
  left: 0;
  transform: translate3d(-115%, 0, 0);
}
.lang-rtl .ps-shoppingcart.side-cart .show #blockcart-content {
  transform: translateZ(0);
}
.lang-rtl .product-cover:hover .swiper-button-next,
.lang-rtl .images-container-bottom .product-images:hover .swiper-button-next,
.lang-rtl #product-modal #thumbnails .swiper-button-next {
  right: auto;
  left: 1rem;
}
.lang-rtl .product-cover:hover .swiper-button-prev,
.lang-rtl .images-container-bottom .product-images:hover .swiper-button-prev,
.lang-rtl #product-modal #thumbnails .swiper-button-prev {
  right: 1rem;
  left: auto;
}
.lang-rtl .product-miniature-grid .input-group-add-cart .input-group {
  margin-right: 0;
  margin-left: 5px;
}
.lang-rtl #iqitcompare-floating {
  left: 100px;
  right: auto;
}
body#checkout.lang-rtl
  section.checkout-step.-reachable.-complete
  h1
  .step-edit {
  float: left;
}
@media (min-width: 768px) {
  .lang-rtl .push-md-2 {
    right: 16.66667%;
    left: auto;
  }
}
@media (min-width: 992px) {
  .lang-rtl #header.desktop-header-style-w-6,
  .lang-rtl #header.desktop-header-style-w-7 {
    left: auto;
    right: 0;
  }
  .lang-rtl
    #header.desktop-header-style-w-6
    #header-search-btn
    .dropdown-search,
  .lang-rtl
    #header.desktop-header-style-w-6
    #ps-shoppingcart.dropdown
    #blockcart-content,
  .lang-rtl
    #header.desktop-header-style-w-7
    #header-search-btn
    .dropdown-search,
  .lang-rtl
    #header.desktop-header-style-w-7
    #ps-shoppingcart.dropdown
    #blockcart-content {
    right: 0;
    left: auto;
  }
  .body-desktop-header-style-w-6.lang-rtl > main,
  .body-desktop-header-style-w-7.lang-rtl > main {
    padding-left: 0;
    padding-right: 280px;
  }
}
.popover {
  font-family: inherit;
}
#wrapper .breadcrumb {
  background: transparent;
  padding: 0;
  display: block;
}
#wrapper .breadcrumb[data-depth="1"] {
  display: none;
}
#wrapper .breadcrumb ol {
  padding-left: 0;
  margin-bottom: 0;
}
#wrapper .breadcrumb li {
  display: inline;
}
#wrapper .breadcrumb li::after {
  content: "/";
  opacity: 0.4;
  margin: 0.3em;
}
#wrapper .breadcrumb li:last-child::after {
  content: "";
}
#wrapper .breadcrumb a:hover {
  opacity: 0.8;
}
#wrapper .breadcrumb #iqitproductsnav {
  font-size: 1.5rem;
}
#main .page-content {
  margin-bottom: 1.5625rem;
}
#main .page-content h6 {
  margin-bottom: 1.125rem;
}
#notifications ul {
  margin-bottom: 0;
}
.block-section {
  margin-bottom: 3rem;
  clear: both;
}
.section-title {
  position: relative;
}
#back-to-top {
  border: none;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  font-size: 2rem;
  outline: none;
  z-index: 120;
}
#back-to-top.-back-to-top-visible {
  opacity: 1;
  visibility: visible;
}
#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fff;
}
@media (max-width: 767.98px) {
  #checkout-cart-summary {
    float: none;
    width: 100%;
    margin-top: 1rem;
  }
  section.checkout-step {
    width: 100%;
  }
  .default-input {
    min-width: 100%;
  }
  label {
    clear: both;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}
#_mobile_blockcart-content.dropdown-menu,
#_mobile_iqitmegamenu-mobile.dropdown-menu {
  border: none !important;
  background: none !important;
}
.card-block {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.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: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .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: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}
.flex-first {
  -ms-flex-order: -1;
  order: -1;
}
.flex-last {
  -ms-flex-order: 1;
  order: 1;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
  -ms-flex: 1;
  flex: 1;
}
.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: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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%;
  }
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xl-15 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-15 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .col-sm-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .col-md-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .col-lg-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
#module-codfee-codfee_payment #left_column {
  display: none;
}
#module-codfee-payment #left_column {
  display: none;
}
.codfee_show_product {
  border: solid 1px #d6d4d4;
  padding: 10px;
  margin-bottom: 20px;
  background: #fbfbfb;
  clear: both;
}
.codfee_show_product17 {
  padding: 10px !important;
  display: inline-block;
  width: 100%;
}
.codfee_show_product img {
  float: left;
  max-width: 40px;
  margin-right: 6px;
}
.codfee_show_product17 img {
  float: none;
  max-width: 60px;
  margin-right: 6px;
}
.codfee_show_product_text {
  font-weight: 700;
}
.codfee_show_product_text17 {
  float: left;
}
.codfee_show_product_text:after {
  clear: both;
  float: none;
  content: "";
  display: block;
}
.payment-option label {
  text-align: left;
}
.iqitsociallogin-colors-native .btn-facebook {
  background: #4267b2 !important;
  color: #fff !important;
}
.iqitsociallogin-colors-native .btn-google {
  background: #4285f4 !important;
  color: #fff !important;
  position: relative;
  padding-left: 45px;
}
.iqitsociallogin-colors-native .btn-google span {
  background: #fff;
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  padding: 7px;
}
.iqitsociallogin-colors-native .btn-twitter {
  background: #00aced !important;
  color: #fff !important;
}
.iqitsociallogin-colors-native .btn-instagram {
  background: #8e1a52 !important;
  color: #fff !important;
}
.iqitsociallogin-colors-native .btn-iqitsociallogin:hover {
  opacity: 0.8;
}
.iqitsociallogin i {
  font-size: 18px;
}
.iqitsociallogin img {
  width: 18px;
  height: auto;
}
.elementor-video-wrapper {
  position: relative;
  height: 0;
}
.elementor-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#wpadminbar #wp-admin-bar-elementor_edit_page > .ab-item:before {
  content: "\e800";
  font-family: eicon;
  font-size: 12px;
  margin-top: 5px;
}
.elementor {
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
.elementor *,
.elementor :after,
.elementor :before {
  box-sizing: border-box;
}
.elementor a {
  box-shadow: none;
  text-decoration: none;
}
.elementor hr {
  margin: 0;
  background-color: transparent;
}
.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.elementor figure {
  margin: 0;
}
.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
}
.elementor .elementor-custom-embed {
  line-height: 0;
}
.elementor .elementor-background-video-container {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
}
.elementor .elementor-background-video {
  position: absolute;
  max-width: none;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.elementor .elementor-background-video-fallback {
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  height: 100%;
  z-index: 2;
}
.elementor .elementor-html5-video {
  object-fit: cover;
}
.elementor .elementor-background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.elementor .elementor-invisible {
  visibility: hidden;
}
.elementor-align-center {
  text-align: center;
}
.elementor-align-center .btn-traditional {
  width: auto;
}
.elementor-align-right {
  text-align: right;
}
.elementor-align-right .btn-traditional {
  width: auto;
}
.elementor-align-right .btn-block {
  text-align: right;
}
.elementor-align-left {
  text-align: left;
}
.elementor-align-left .btn-traditional {
  width: auto;
}
.elementor-align-left .btn-block {
  text-align: left;
}
.elementor-align-justify .elementor-button {
  width: 100%;
}
@media (max-width: 1023px) {
  .elementor-tablet-align-center {
    text-align: center;
  }
  .elementor-tablet-align-center .elementor-button {
    width: auto;
  }
  .elementor-tablet-align-right {
    text-align: right;
  }
  .elementor-tablet-align-right .elementor-button {
    width: auto;
  }
  .elementor-tablet-align-left {
    text-align: left;
  }
  .elementor-tablet-align-left .elementor-button {
    width: auto;
  }
  .elementor-tablet-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-mobile-align-center {
    text-align: center;
  }
  .elementor-mobile-align-center .elementor-button {
    width: auto;
  }
  .elementor-mobile-align-right {
    text-align: right;
  }
  .elementor-mobile-align-right .elementor-button {
    width: auto;
  }
  .elementor-mobile-align-left {
    text-align: left;
  }
  .elementor-mobile-align-left .elementor-button {
    width: auto;
  }
  .elementor-mobile-align-justify .elementor-button {
    width: 100%;
  }
}
#elementor-select-preset {
  display: none;
}
#module-iqitelementor-Preview #blockcart-content {
  display: none !important;
}
.elementor-section {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.elementor-section .elementor-container {
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.elementor-section.elementor-section-stretched {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.elementor-section.elementor-section-items-top > .elementor-container {
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.elementor-section.elementor-section-items-middle > .elementor-container {
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.elementor-section.elementor-section-items-bottom > .elementor-container {
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
.elementor-section.elementor-section-content-top .elementor-column-wrap {
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.elementor-section.elementor-section-content-middle .elementor-column-wrap {
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.elementor-section.elementor-section-content-bottom .elementor-column-wrap {
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .elementor-section.elementor-section-height-full {
    height: 100vh;
  }
  .elementor-section.elementor-section-height-full > .elementor-container {
    height: 100%;
  }
}
.elementor-row {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 1023px) {
  .elementor-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.elementor-column-wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget-wrap {
  position: relative;
  width: 100%;
}
.elementor-editor-active .elementor-widget-wrap {
  z-index: 1;
}
.elementor-widget {
  position: relative;
}
.elementor-column {
  position: relative;
  min-height: 1px;
  display: -ms-flexbox;
  display: flex;
}
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0;
}
@media (max-width: 479px) {
  .elementor-column.elementor-xs-10 {
    width: 10%;
  }
  .elementor-column.elementor-xs-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-xs-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-xs-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-xs-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-xs-20 {
    width: 20%;
  }
  .elementor-column.elementor-xs-25 {
    width: 25%;
  }
  .elementor-column.elementor-xs-30 {
    width: 30%;
  }
  .elementor-column.elementor-xs-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-xs-40 {
    width: 40%;
  }
  .elementor-column.elementor-xs-50 {
    width: 50%;
  }
  .elementor-column.elementor-xs-60 {
    width: 60%;
  }
  .elementor-column.elementor-xs-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-xs-70 {
    width: 70%;
  }
  .elementor-column.elementor-xs-75 {
    width: 75%;
  }
  .elementor-column.elementor-xs-80 {
    width: 80%;
  }
  .elementor-column.elementor-xs-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-xs-90 {
    width: 90%;
  }
  .elementor-column.elementor-xs-100 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-column.elementor-sm-10 {
    width: 10%;
  }
  .elementor-column.elementor-sm-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-sm-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-sm-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-sm-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-sm-20 {
    width: 20%;
  }
  .elementor-column.elementor-sm-25 {
    width: 25%;
  }
  .elementor-column.elementor-sm-30 {
    width: 30%;
  }
  .elementor-column.elementor-sm-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-sm-40 {
    width: 40%;
  }
  .elementor-column.elementor-sm-50 {
    width: 50%;
  }
  .elementor-column.elementor-sm-60 {
    width: 60%;
  }
  .elementor-column.elementor-sm-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-sm-70 {
    width: 70%;
  }
  .elementor-column.elementor-sm-75 {
    width: 75%;
  }
  .elementor-column.elementor-sm-80 {
    width: 80%;
  }
  .elementor-column.elementor-sm-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-sm-90 {
    width: 90%;
  }
  .elementor-column.elementor-sm-100 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .elementor-column.elementor-md-10 {
    width: 10% !important;
  }
  .elementor-column.elementor-md-11 {
    width: 11.111% !important;
  }
  .elementor-column.elementor-md-12 {
    width: 12.5% !important;
  }
  .elementor-column.elementor-md-14 {
    width: 14.285% !important;
  }
  .elementor-column.elementor-md-16 {
    width: 16.666% !important;
  }
  .elementor-column.elementor-md-20 {
    width: 20% !important;
  }
  .elementor-column.elementor-md-25 {
    width: 25% !important;
  }
  .elementor-column.elementor-md-30 {
    width: 30% !important;
  }
  .elementor-column.elementor-md-33 {
    width: 33.333% !important;
  }
  .elementor-column.elementor-md-40 {
    width: 40% !important;
  }
  .elementor-column.elementor-md-50 {
    width: 50% !important;
  }
  .elementor-column.elementor-md-60 {
    width: 60% !important;
  }
  .elementor-column.elementor-md-66 {
    width: 66.666% !important;
  }
  .elementor-column.elementor-md-70 {
    width: 70% !important;
  }
  .elementor-column.elementor-md-75 {
    width: 75% !important;
  }
  .elementor-column.elementor-md-80 {
    width: 80% !important;
  }
  .elementor-column.elementor-md-83 {
    width: 83.333% !important;
  }
  .elementor-column.elementor-md-90 {
    width: 90% !important;
  }
  .elementor-column.elementor-md-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .elementor-column.elementor-col-10,
  .elementor-column[data-col="10"] {
    width: 10%;
  }
  .elementor-column.elementor-col-11,
  .elementor-column[data-col="11"] {
    width: 11.111%;
  }
  .elementor-column.elementor-col-12,
  .elementor-column[data-col="12"] {
    width: 12.5%;
  }
  .elementor-column.elementor-col-14,
  .elementor-column[data-col="14"] {
    width: 14.285%;
  }
  .elementor-column.elementor-col-16,
  .elementor-column[data-col="16"] {
    width: 16.666%;
  }
  .elementor-column.elementor-col-20,
  .elementor-column[data-col="20"] {
    width: 20%;
  }
  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 25%;
  }
  .elementor-column.elementor-col-30,
  .elementor-column[data-col="30"] {
    width: 30%;
  }
  .elementor-column.elementor-col-33,
  .elementor-column[data-col="33"] {
    width: 33.333%;
  }
  .elementor-column.elementor-col-40,
  .elementor-column[data-col="40"] {
    width: 40%;
  }
  .elementor-column.elementor-col-50,
  .elementor-column[data-col="50"] {
    width: 50%;
  }
  .elementor-column.elementor-col-60,
  .elementor-column[data-col="60"] {
    width: 60%;
  }
  .elementor-column.elementor-col-66,
  .elementor-column[data-col="66"] {
    width: 66.666%;
  }
  .elementor-column.elementor-col-70,
  .elementor-column[data-col="70"] {
    width: 70%;
  }
  .elementor-column.elementor-col-75,
  .elementor-column[data-col="75"] {
    width: 75%;
  }
  .elementor-column.elementor-col-80,
  .elementor-column[data-col="80"] {
    width: 80%;
  }
  .elementor-column.elementor-col-83,
  .elementor-column[data-col="83"] {
    width: 83.333%;
  }
  .elementor-column.elementor-col-90,
  .elementor-column[data-col="90"] {
    width: 90%;
  }
  .elementor-column.elementor-col-100,
  .elementor-column[data-col="100"] {
    width: 100%;
  }
  .elementor-column-gap-default .elementor-element-populated {
    padding: 15px;
  }
  .elementor-column-gap-narrow .elementor-element-populated {
    padding: 5px;
  }
  .elementor-column-gap-extended .elementor-element-populated {
    padding: 15px;
  }
  .elementor-column-gap-wide .elementor-element-populated {
    padding: 20px;
  }
  .elementor-column-gap-wider .elementor-element-populated {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .elementor-column {
    width: 100%;
  }
  .elementor-reverse-mobile > .elementor-container > .elementor-row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.modal-open .elementor-widget-wrap {
  z-index: auto;
}
.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.elementor-clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
}
.elementor-widget-heading .elementor-heading-title {
  padding: 0;
  margin: 0;
  line-height: 1;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-small {
  font-size: 15px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
  font-size: 19px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-large {
  font-size: 29px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-size: 39px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  font-size: 59px;
}
.elementor-widget-image .elementor-image img {
  vertical-align: middle;
}
.elementor-widget-image .elementor-image.elementor-image-shape-circle {
  border-radius: 50%;
}
.elementor-image-gallery .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.elementor-image-gallery .gallery-item img {
  margin: 0 auto;
}
.elementor-image-gallery .gallery-item .gallery-caption {
  margin: 0;
}
@media (min-width: 768px) {
  .elementor-image-gallery .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .elementor-image-gallery .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .elementor-image-gallery .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .elementor-image-gallery .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .elementor-image-gallery .gallery-columns-6 .gallery-item {
    max-width: 16.666%;
  }
  .elementor-image-gallery .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .elementor-image-gallery .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .elementor-image-gallery .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
  .elementor-image-gallery .gallery-columns-10 .gallery-item {
    max-width: 10%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
    max-width: 50%;
  }
}
@media (max-width: 479px) {
  .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
    max-width: 100%;
  }
}
.elementor-button {
  display: inline-block;
  text-align: center;
  transition: all 0.5s;
}
.elementor-button.elementor-size-small {
  font-size: 13px;
  padding: 10px 20px;
}
.elementor-button.elementor-size-medium {
  font-size: 15px;
}
.elementor-button.elementor-size-large {
  font-size: 16px;
  padding: 15px 30px;
}
.elementor-button.elementor-size-xl {
  font-size: 18px;
  padding: 20px 40px;
}
.elementor-button.elementor-size-xxl {
  font-size: 20px;
  padding: 25px 50px;
}
.elementor-button .elementor-align-icon-right {
  float: right;
  margin-left: 5px;
}
.elementor-button .elementor-align-icon-left {
  float: left;
  margin-right: 5px;
}
.elementor-button .elementor-button-text {
  display: inline-block;
}
.elementor-widget-banner .elementor-iqit-banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.elementor-widget-banner .elementor-iqit-banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s;
}
.elementor-widget-banner .elementor-iqit-banner-img {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.elementor-widget-banner .elementor-iqit-banner-img img {
  width: 100%;
  vertical-align: top;
}
.elementor-widget-banner .elementor-iqit-banner-content-on {
  position: absolute;
  margin: auto;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 3;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.elementor-widget-banner
  .elementor-iqit-banner-content-on.elementor-banner-align-top-left {
  top: 0;
  left: 0;
}
.elementor-widget-banner
  .elementor-iqit-banner-content-on.elementor-banner-align-top-center {
  top: 0;
  left: 0;
  right: 0;
}
.elementor-widget-banner
  .elementor-iqit-banner-content-on.elementor-banner-align-top-right {
  top: 0;
  right: 0;
}
.elementor-widget-banner
  .elementor-iqit-banner-content-on.elementor-banner-align-middle-left {
  top: 0;
  bottom: 0;
  left: 0;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-widget-banner
  .elementor-iqit-banner-content-on.elementor-banner-align-middle-center {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-widget-banner
  .elementor-iqit-banner-content-on.elementor-banner-align-middle-right {
  top: 0;
  bottom: 0;
  right: 0;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-widget-banner
  .elementor-iqit-banner-content-on.elementor-banner-align-bottom-left {
  bottom: 0;
  left: 0;
}
.elementor-widget-banner
  .elementor-iqit-banner-content-on.elementor-banner-align-bottom-center {
  bottom: 0;
  left: 0;
  right: 0;
}
.elementor-widget-banner
  .elementor-iqit-banner-content-on.elementor-banner-align-bottom-right {
  bottom: 0;
  right: 0;
}
.elementor-widget-banner:hover .elementor-iqit-banner-overlay {
  opacity: 1;
}
.elementor-widget-divider .elementor-divider {
  line-height: 0;
  font-size: 0;
}
.elementor-widget-divider .elementor-divider-separator {
  display: inline-block;
}
.elementor-widget-instagram {
  min-height: 30px;
}
.elementor-instagram {
  margin: 0;
}
.elementor-instagram .il-item {
  padding: 0;
}
.elementor-instagram .il-item a {
  overflow: hidden;
  width: 100%;
}
.elementor-instagram .il-item a:focus {
  outline: 0;
}
.elementor-instagram .il-item-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.elementor-instagram .il-photo__img {
  width: 100%;
}
.elementor-instagram .il-photo__img:focus {
  outline: 0;
}
.elementor-instagram .il-photo__meta {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: all 0.5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-instagram .il-photo__comments,
.elementor-instagram .il-photo__likes {
  display: inline-block;
  margin: 0 5px;
}
.elementor-instagram .il-item-inner:hover .il-photo__meta {
  opacity: 1;
  visibility: visible;
}
.elementor-image-gallery figure img {
  display: block;
}
.elementor-image-gallery figure figcaption {
  width: 100%;
}
.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
  padding: 0;
}
.elementor-counter {
  text-align: center;
}
.elementor-counter .elementor-counter-number-wrapper {
  font-size: 69px;
  font-weight: 600;
  color: #222;
  line-height: 1;
}
.elementor-counter .elementor-counter-title {
  font-size: 19px;
  font-weight: 400;
  color: #666;
  line-height: 2.5;
}
.elementor-alert {
  position: relative;
  text-align: left;
}
.elementor-alert .elementor-alert-title {
  display: block;
  font-weight: 700;
}
.elementor-alert button.elementor-alert-dismiss {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 3px;
  font-size: 13px;
  line-height: 1;
  background: transparent;
  color: inherit;
  border: none;
}
.elementor-alert.elementor-alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bcdff1;
}
.elementor-alert.elementor-alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #cae6be;
}
.elementor-alert.elementor-alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #f9f0c3;
}
.elementor-alert.elementor-alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #e8c4c4;
}
@media (max-width: 767px) {
  .elementor-alert button.elementor-alert-dismiss {
    right: 7px;
    top: 7px;
  }
}
.elementor-widget-progress {
  text-align: left;
}
.elementor-progress-wrapper {
  position: relative;
  background-color: #eee;
  color: #fff;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
}
.elementor-progress-bar {
  display: -ms-flexbox;
  display: flex;
  background-color: #818a91;
  width: 0;
  font-size: 11px;
  border-radius: 2px;
  transition: width 1s ease-in-out;
}
.elementor-progress-text {
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 15px;
}
.elementor-progress-percentage {
  padding-right: 15px;
}
.elementor-widget-progress
  .elementor-progress-wrapper.progress-info
  .elementor-progress-bar {
  background-color: #5bc0de;
}
.elementor-widget-progress
  .elementor-progress-wrapper.progress-success
  .elementor-progress-bar {
  background-color: #5cb85c;
}
.elementor-widget-progress
  .elementor-progress-wrapper.progress-warning
  .elementor-progress-bar {
  background-color: #f0ad4e;
}
.elementor-widget-progress
  .elementor-progress-wrapper.progress-danger
  .elementor-progress-bar {
  background-color: #d9534f;
}
.elementor-progress .elementor-title {
  display: block;
}
@media (max-width: 767px) {
  .elementor-progress-wrapper {
    height: 25px;
    line-height: 25px;
  }
  .elementor-progress-text {
    padding-left: 10px;
  }
}
.elementor-accordion {
  text-align: left;
}
.elementor-accordion .elementor-accordion-item {
  border: 1px solid #d4d4d4;
}
.elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
  border-top: none;
}
.elementor-accordion .elementor-accordion-title {
  padding: 15px 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.elementor-accordion .elementor-accordion-title .elementor-accordion-icon {
  display: inline-block;
  width: 1.5em;
}
.elementor-accordion
  .elementor-accordion-title
  .elementor-accordion-icon.elementor-accordion-icon-right {
  float: right;
  text-align: right;
}
.elementor-accordion
  .elementor-accordion-title
  .elementor-accordion-icon.elementor-accordion-icon-left {
  float: left;
  text-align: left;
}
.elementor-accordion
  .elementor-accordion-title
  .elementor-accordion-icon
  .fa:before {
  content: "\f067";
}
.elementor-accordion
  .elementor-accordion-title.active
  .elementor-accordion-icon
  .fa:before {
  content: "\f068";
}
.elementor-accordion .elementor-accordion-content {
  display: none;
  padding: 15px 20px;
  border-top: 1px solid #d4d4d4;
}
@media (max-width: 767px) {
  .elementor-accordion .elementor-accordion-title {
    padding: 12px 15px;
  }
  .elementor-accordion .elementor-accordion-title .elementor-accordion-icon {
    width: 1.2em;
  }
  .elementor-accordion .elementor-accordion-content {
    padding: 7px 15px;
  }
}
.elementor-toggle {
  text-align: left;
}
.elementor-toggle .elementor-toggle-title {
  font-weight: 700;
  line-height: 1;
  padding: 15px;
  border-bottom: 1px solid #d4d4d4;
  cursor: pointer;
}
.elementor-toggle .elementor-toggle-title .elementor-toggle-icon {
  display: inline-block;
  width: 1em;
}
.elementor-toggle .elementor-toggle-title .elementor-toggle-icon .fa:before {
  content: "\f0da";
}
.elementor-toggle .elementor-toggle-title.active {
  border-bottom: none;
}
.elementor-toggle
  .elementor-toggle-title.active
  .elementor-toggle-icon
  .fa:before {
  content: "\f0d7";
}
.elementor-toggle .elementor-toggle-content {
  padding: 0 15px 15px;
  border-bottom: 1px solid #d4d4d4;
  display: none;
}
@media (max-width: 767px) {
  .elementor-toggle .elementor-toggle-title {
    padding: 12px;
  }
  .elementor-toggle .elementor-toggle-content {
    padding: 0 12px 10px;
  }
}
.elementor-icon {
  display: inline-block;
  line-height: 1;
  transition: all 0.5s;
}
.elementor-icon i {
  font-size: 50px;
  width: 1em;
  height: 1em;
}
.elementor-view-stacked .elementor-icon {
  background-color: #818a91;
  color: #fff;
}
.elementor-view-framed .elementor-icon {
  color: #818a91;
  border: 3px solid #818a91;
  background-color: transparent;
}
.elementor-shape-circle .elementor-icon {
  border-radius: 50%;
}
.elementor-widget-icon-list .elementor-icon-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.elementor-widget-icon-list .elementor-icon-list-item {
  margin: 0;
  padding: 0;
}
.elementor-widget-icon-list .elementor-icon-list-item a {
  display: inline;
}
.elementor-widget-icon-list .elementor-icon-list-text {
  display: inline;
  vertical-align: middle;
}
.elementor-widget-icon-list .elementor-icon-list-icon {
  width: 1em;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}
.elementor-widget-video.elementor-aspect-ratio-169 .elementor-video-wrapper {
  padding-bottom: 56.25%;
}
.elementor-widget-video.elementor-aspect-ratio-43 .elementor-video-wrapper {
  padding-bottom: 75%;
}
.elementor-widget-video.elementor-aspect-ratio-32 .elementor-video-wrapper {
  padding-bottom: 66.6666%;
}
.elementor-widget-video.elementor-aspect-ratio-auto .elementor-video-wrapper {
  height: auto;
}
.elementor-widget-video .elementor-custom-embed-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  cursor: pointer;
}
.elementor-widget-video
  .elementor-custom-embed-image-overlay:hover
  .elementor-custom-embed-play
  i {
  opacity: 0.9;
  text-shadow: 3px 2px 30px rgba(0, 0, 0, 0.6);
}
.elementor-widget-video .elementor-video-modal .modal-content {
  border-radius: 0;
}
.elementor-widget-video .elementor-video-modal .modal-body {
  padding: 0;
  line-height: 0;
}
.elementor-widget-video .elementor-video-open-modal {
  background: none;
  border: none;
  cursor: pointer;
}
.elementor-widget-video .elementor-video-open-modal:focus {
  outline: none;
}
.elementor-widget-video .elementor-video-open-modal i {
  font-size: 80px;
  transition: all 0.5s;
}
.elementor-widget-video .elementor-custom-embed-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.elementor-widget-video .elementor-custom-embed-play i {
  font-size: 100px;
  color: #fff;
  opacity: 0.7;
  text-shadow: 3px 2px 24px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.elementor-image-carousel-wrapper .swiper-image-stretch .swiper-slide-image {
  width: 100%;
}
.elementor-image-hotspots-wrapper {
  position: relative;
}
.elementor-image-hotspots-wrapper .elementor-hotspot {
  position: absolute;
  background: #eaeaea;
  padding: 0.3em 0.6em;
}
.tooltip-inner-hotspot {
  text-align: inherit;
}
.tooltip-inner-hotspot:before {
  display: none;
}
.elementor-widget-image-box .elementor-image-box-content {
  width: 100%;
}
@media (min-width: 768px) {
  .elementor-widget-image-box.elementor-position-left
    .elementor-image-box-wrapper,
  .elementor-widget-image-box.elementor-position-right
    .elementor-image-box-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
  .elementor-widget-image-box.elementor-position-right
    .elementor-image-box-wrapper {
    text-align: right;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .elementor-widget-image-box.elementor-position-left
    .elementor-image-box-wrapper {
    text-align: left;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
    margin: auto;
  }
  .elementor-widget-image-box.elementor-vertical-align-top
    .elementor-image-box-wrapper {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .elementor-widget-image-box.elementor-vertical-align-middle
    .elementor-image-box-wrapper {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .elementor-widget-image-box.elementor-vertical-align-bottom
    .elementor-image-box-wrapper {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .elementor-widget-image-box .elementor-image-box-img {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px;
  }
}
.elementor-widget-image-box .elementor-image-box-img {
  display: inline-block;
}
.elementor-widget-image-box .elementor-image-box-title a {
  color: inherit;
}
.elementor-widget-image-box .elementor-image-box-wrapper {
  text-align: center;
}
.elementor-widget-image-box .elementor-image-box-description {
  margin: 0;
}
@media (min-width: 768px) {
  .elementor-widget-icon-box.elementor-position-left
    .elementor-icon-box-wrapper,
  .elementor-widget-icon-box.elementor-position-right
    .elementor-icon-box-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
  .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
  .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .elementor-widget-icon-box.elementor-position-right
    .elementor-icon-box-wrapper {
    text-align: right;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .elementor-widget-icon-box.elementor-position-left
    .elementor-icon-box-wrapper {
    text-align: left;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
    margin: auto;
  }
  .elementor-widget-icon-box.elementor-vertical-align-top
    .elementor-icon-box-wrapper {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .elementor-widget-icon-box.elementor-vertical-align-middle
    .elementor-icon-box-wrapper {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .elementor-widget-icon-box.elementor-vertical-align-bottom
    .elementor-icon-box-wrapper {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .elementor-widget-icon-box .elementor-icon-box-icon {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px;
  }
}
.elementor-widget-icon-box .elementor-icon-box-wrapper {
  text-align: center;
}
.elementor-widget-icon-box .elementor-icon-box-title a {
  color: inherit;
}
.elementor-widget-icon-box .elementor-icon-box-description {
  margin: 0;
}
.elementor-testimonial-wrapper {
  overflow: hidden;
  text-align: center;
}
.elementor-testimonial-wrapper .elementor-testimonial-content {
  margin-bottom: 1.5rem;
}
.elementor-testimonial-wrapper .elementor-testimonial-name {
  line-height: 1.5;
}
.elementor-testimonial-wrapper .elementor-testimonial-job {
  font-size: 0.85em;
}
.elementor-testimonial-wrapper.elementor-testimonial-text-align-left {
  text-align: left;
}
.elementor-testimonial-wrapper.elementor-testimonial-text-align-right {
  text-align: right;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta {
  width: 100%;
  line-height: 1;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
  display: inline-block;
}
.elementor-testimonial-wrapper
  .elementor-testimonial-meta
  .elementor-testimonial-details,
.elementor-testimonial-wrapper
  .elementor-testimonial-meta
  .elementor-testimonial-image {
  display: table-cell;
  vertical-align: middle;
}
.elementor-testimonial-wrapper
  .elementor-testimonial-meta
  .elementor-testimonial-image
  img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.elementor-testimonial-wrapper
  .elementor-testimonial-meta.elementor-testimonial-image-position-aside
  .elementor-testimonial-image {
  padding-right: 15px;
}
.elementor-testimonial-wrapper
  .elementor-testimonial-meta.elementor-testimonial-image-position-aside
  .elementor-testimonial-details {
  text-align: left;
}
.elementor-testimonial-wrapper
  .elementor-testimonial-meta.elementor-testimonial-image-position-top
  .elementor-testimonial-details,
.elementor-testimonial-wrapper
  .elementor-testimonial-meta.elementor-testimonial-image-position-top
  .elementor-testimonial-image {
  display: block;
}
.elementor-testimonial-wrapper
  .elementor-testimonial-meta.elementor-testimonial-image-position-top
  .elementor-testimonial-image {
  margin-bottom: 20px;
}
.elementor-testimonial-wrapper
  .elementor-testimonial-meta.elementor-testimonial-image-position-top
  .elementor-testimonial-image
  img {
  margin: 0 auto;
}
.elementor-social-icons-wrapper {
  font-size: 0;
}
.elementor-social-icon {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 0.6em;
  margin-right: 5px;
  cursor: pointer;
}
.elementor-social-icon:last-child {
  margin: 0;
}
.elementor-social-icon:hover {
  opacity: 0.5;
}
.elementor-social-icon-behance {
  background-color: #1769ff;
}
.elementor-social-icon-bitbucket {
  background-color: #205081;
}
.elementor-social-icon-codepen {
  background-color: #000;
}
.elementor-social-icon-delicious {
  background-color: #39f;
}
.elementor-social-icon-digg {
  background-color: #005be2;
}
.elementor-social-icon-dribbble {
  background-color: #ea4c89;
}
.elementor-social-icon-facebook {
  background-color: #3b5998;
}
.elementor-social-icon-flickr {
  background-color: #0063dc;
}
.elementor-social-icon-foursquare {
  background-color: #2d5be3;
}
.elementor-social-icon-github {
  background-color: #333;
}
.elementor-social-icon-google-plus {
  background-color: #dd4b39;
}
.elementor-social-icon-instagram {
  background-color: #262626;
}
.elementor-social-icon-jsfiddle {
  background-color: #487aa2;
}
.elementor-social-icon-linkedin {
  background-color: #0077b5;
}
.elementor-social-icon-medium {
  background-color: #00ab6b;
}
.elementor-social-icon-pinterest {
  background-color: #bd081c;
}
.elementor-social-icon-product-hunt {
  background-color: #da552f;
}
.elementor-social-icon-reddit {
  background-color: #ff4500;
}
.elementor-social-icon-snapchat {
  background-color: #fffc00;
}
.elementor-social-icon-soundcloud {
  background-color: #f80;
}
.elementor-social-icon-stack-overflow {
  background-color: #fe7a15;
}
.elementor-social-icon-tumblr {
  background-color: #35465c;
}
.elementor-social-icon-twitter {
  background-color: #55acee;
}
.elementor-social-icon-vimeo {
  background-color: #1ab7ea;
}
.elementor-social-icon-wordpress {
  background-color: #21759b;
}
.elementor-social-icon-youtube {
  background-color: #cd201f;
}
.elementor-social-icon i {
  font-size: 25px;
}
.elementor-shape-rounded .elementor-icon.elementor-social-icon {
  border-radius: 10%;
}
.elementor-shape-circle .elementor-icon.elementor-social-icon {
  border-radius: 50%;
}
body.elementor-page .elementor-widget-menu-anchor {
  margin-bottom: 0;
}
.elementor-editor-active .elementor-menu-anchor {
  height: 25px;
}
.elementor-newsletter .elementor-newsletter-form {
  display: inline-block;
  width: 100%;
}
.elementor-newsletter .elementor-newsletter-input {
  outline: none;
}
.elementor-newsletter .input-wrapper {
  overflow: hidden;
}
.elementor-brands {
  text-align: center;
}
.elementor-brands img {
  margin: 0 auto;
}
.elementor-search {
  display: inline-block;
  width: 100%;
}
.elementor-search .form-search-control {
  border: none;
}
.elementor-search .search-btn {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.animated {
  animation-duration: 1.25s;
}
.animated.animated-slow {
  animation-duration: 2s;
}
.animated.animated-fast {
  animation-duration: 0.75s;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
@media (max-width: 767px) {
  body:not(.elementor-editor-active) .elementor-hidden-phone {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body:not(.elementor-editor-active) .elementor-hidden-tablet {
    display: none;
  }
}
@media (min-width: 1024px) {
  body:not(.elementor-editor-active) .elementor-hidden-desktop {
    display: none;
  }
}
body:not(.elementor-editor-active) .elementor-hidden {
  display: none;
}
body {
  overflow-x: hidden;
}
.iqitmegamenu-wrapper {
  z-index: 97;
  clear: both;
}
.iqitmegamenu-wrapper.cbp-hor-width-0 {
  padding-left: 0;
  padding-right: 0;
}
.container-iqit-menu {
  z-index: 10;
  position: relative;
}
.cbp-hor-width-1 .container {
  padding-left: 0;
  padding-right: 0;
}
.cbp-sticky.cbp-sticky-transparent {
  opacity: 0.85;
  transition: opacity 300ms ease-in-out;
}
.cbp-sticky.cbp-sticky-transparent:hover {
  opacity: 1;
}
#iqitmegamenu-horizontal.cbp-sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  z-index: 90;
  left: 0;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 999px) {
  #iqitmegamenu-horizontal.cbp-sticky {
    position: static !important;
  }
}
#iqitmegamenu-horizontal.cbp-sticky .cbp-hrmenu-tab > a > .cbp-legend {
  display: none;
}
.cbp-hrmenu {
  width: 100%;
}
.cbp-hrmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cbp-hrmenu .col-xs-12 {
  float: left;
}
.cbp-hrmenu .cbp-tab-title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.cbp-hrmenu .cbp-manufacturers {
  margin-top: -10px;
}
.cbp-hrmenu .cbp-manufacturers li {
  margin-top: 10px;
}
.cbp-hrmenu .cbp-manufacturers li:hover {
  opacity: 0.85;
}
.cbp-hrmenu .cbp-vertical-title {
  transition: all 300ms ease-in-out;
  padding: 0 15px;
}
.cbp-hrmenu .cbp-vertical-title .icon {
  margin-right: 10px;
}
.cbp-hrmenu .cbp-categories-row {
  margin-top: -10px;
}
.cbp-hrmenu .cbp-categories-row > div {
  margin-top: 10px;
}
.cbp-hrmenu .menu_row {
  position: static;
}
.cbp-hrmenu .cbp-empty-column .cbp-menu-column-inner > .menu_row:first-child {
  margin-top: -20px;
}
.cbp-hrmenu .cbp-tabs-container {
  margin: -10px -30px;
}
.cbp-hrmenu .cbp-absolute-column {
  margin: 0;
  padding: 0;
  position: absolute;
  width: auto !important;
  z-index: 2;
}
.cbp-hrmenu .cbp-column-title {
  display: block;
  padding: 0;
  margin-bottom: 8px;
}
.cbp-hrmenu .cbp-column-title .cbp-legend.cbp-legend-inner {
  top: -2px;
}
.cbp-hrmenu .cbp-column-title.cbp-column-title-inline {
  padding: 0px !important;
  border: none !important;
  margin: 0px !important;
  margin-right: 10px !important;
  display: inline-block;
  vertical-align: middle;
}
.cbp-hrmenu .cbp-menu-column {
  margin-top: 20px;
}
.cbp-hrmenu .cbp-mainlink-iicon,
.cbp-hrmenu .cbp-mainlink-icon {
  width: auto;
  display: inline;
  vertical-align: middle;
  margin-right: 4px;
}
.cbp-hrmenu .cbp-onlyicon .cbp-mainlink-iicon,
.cbp-hrmenu .cbp-onlyicon .cbp-mainlink-icon {
  margin-right: 0;
}
.cbp-hrmenu .cbp-legend {
  display: inline-block;
  top: -15px;
  right: 5px;
  background-color: #999;
  color: #fff;
  position: absolute;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 4px 6px;
  text-transform: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.cbp-hrmenu .cbp-legend.cbp-legend-inner {
  position: relative;
  top: 0;
  margin-left: 5px;
  right: 0;
  padding: 2px 4px;
  vertical-align: middle;
}
.cbp-hrmenu .cbp-tab-content {
  border-left: 1px solid #cecece;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 0;
  vertical-align: top;
}
.cbp-hrmenu .cbp-products-big * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cbp-hrmenu .cbp-products-big .quick-view {
  font-size: 0;
}
.cbp-hrmenu .cbp-products-big .online-label,
.cbp-hrmenu .cbp-products-big .new-label,
.cbp-hrmenu .cbp-products-big .sale-label {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.cbp-hrmenu .cbp-products-big li.ajax_block_product {
  text-align: center;
  margin-bottom: 10px;
}
.cbp-hrmenu .cbp-products-big li.ajax_block_product:hover {
  padding-top: 0;
  padding-bottom: 0;
}
.cbp-hrmenu
  .cbp-products-big
  li.ajax_block_product:hover
  .functional-buttons-grid {
  visibility: visible;
  opacity: 0.9;
  margin-bottom: 0;
}
.cbp-hrmenu .price.product-price {
  font-size: 14px;
  line-height: 14px;
}
.cbp-hrmenu .old-price.product-price {
  font-size: 13px;
}
.cbp-hrmenu .cbp-products-list .product-name,
.cbp-hrmenu .cbp-products-list .product-name-container {
  height: auto;
  line-height: inherit;
}
.cbp-hrmenu .cbp-products-list > li {
  padding-top: 9px;
  padding-bottom: 9px;
}
.cbp-hrmenu .cbp-products-list .product-image-container {
  float: left;
  margin-right: 10px;
  max-width: 60px;
  min-width: 30px;
}
.cbp-hrmenu .cbp-hrsub-tabs-names li {
  position: relative;
  border-bottom: 1px solid #cecece;
}
.cbp-hrmenu .cbp-hrsub-tabs-names li .cbp-inner-border-hider {
  position: absolute;
  top: 0;
  background: #fff;
  display: block;
  height: 100%;
  z-index: 1;
  display: none;
}
.cbp-hrmenu .cbp-hrsub-tabs-names li.active .cbp-inner-border-hider {
  display: block;
}
.cbp-hrmenu .cbp-hrsub-tabs-names li a {
  position: relative;
  display: block;
  transition: none;
  padding: 14px 16px;
}
.cbp-hrmenu.cbp-submenu-notarrowed .cbp-submenu-aindicator {
  display: none;
}
.cbp-hrmenu .cbp-submenu-aindicator {
  margin-left: 3px;
}
.cbp-hrmenu .cbp-submenu-it-indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 15px;
}
.cbp-hrmenu.cbp-menu-centered > ul {
  text-align: center;
}
.cbp-hrmenu.cbp-menu-centered > ul > li {
  text-align: left;
  float: none;
}
.cbp-hrmenu .cbp-links li {
  margin: 3px 0;
  padding-left: 2px;
  position: relative;
}
.cbp-hrmenu .cbp-links li:last-child {
  margin-bottom: 0;
}
.cbp-hrmenu .cbp-links li.cbp-hrsub-haslevel2 > div > a:after,
.cbp-hrmenu .cbp-links li .cbp-hrsub-haslevel3 > div > a:after {
  content: "\f0da";
  display: inline;
  font-family: "FontAwesome";
  padding-left: 4px;
  opacity: 0.2;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cbp-hrmenu .cbp-links li a {
  padding-left: 10px;
  display: inline-block;
}
.cbp-hrmenu .cbp-links li a:before {
  content: "\f105";
  display: inline;
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  -moz-transition: left 0.3s ease, right 0.3s ease;
  -o-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
}
.cbp-hrmenu .cbp-links li a:hover:before {
  left: 3px;
}
.cbp-hrmenu .cbp-links.cbp-valinks-vertical li {
  display: inline-block;
  margin: 0;
  margin-right: 12px;
  padding: 0;
}
.cbp-hrmenu .cbp-links.cbp-valinks-vertical.cbp-valinks-vertical2 {
  display: inline-block;
  vertical-align: middle;
}
.cbp-category-thumb {
  display: block;
  margin-bottom: 10px;
}
.cbp-horizontal > ul {
  font-size: 0;
}
.cbp-hrmenu.cbp-vertical > ul > li {
  float: none;
  display: block;
}
.cbp-vertical-on-top {
  float: left;
  position: relative;
}
.cbp-vertical-on-top .cbp-vertical-title {
  cursor: pointer;
  z-index: 2;
  position: relative;
}
.cbp-vertical-on-top > .cbp-vertical > ul {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  min-width: 240px;
}
.cbp-vertical-on-top.cbp-vert-expanded > .cbp-vertical > ul {
  visibility: visible;
  opacity: 1;
}
.cbp-vertical-on-top nav#cbp-hrmenu1 {
  margin-bottom: 0;
}
#index .cbp-homepage-expanded > .cbp-vertical > ul {
  visibility: visible;
  opacity: 1;
}
#index .cbp-sticky .cbp-homepage-expanded > .cbp-vertical > ul {
  visibility: hidden;
  opacity: 0;
}
#index .cbp-sticky .cbp-vert-expanded > .cbp-vertical > ul {
  visibility: visible;
  opacity: 1;
}
.cbp-hrmenu.cbp-vertical {
  width: 100%;
  margin-bottom: 20px;
}
.cbp-hrmenu.cbp-vertical .cbp-submenu-aindicator {
  position: absolute;
  right: 8px;
  margin-top: 1px;
}
.cbp-hrmenu.cbp-vertical .cbp-legend-vertical {
  top: -8px;
  right: 14px;
}
.cbp-hrmenu.cbp-vertical > ul {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.cbp-hrmenu.cbp-vertical > ul > li > a,
.cbp-hrmenu.cbp-vertical > ul > li .span.cbp-main-link {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}
.cbp-hrmenu.cbp-vertical > ul > li:first-child > a,
.cbp-hrmenu.cbp-vertical > ul > li:first-child .span.cbp-main-link {
  border-top: none;
}
.cbp-hrmenu.cbp-vertical .cbp-hrsub-wrapper {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}
.cbp-hrmenu.cbp-vertical .cbp-hropen .cbp-hrsub-wrapper {
  visibility: visible;
  opacity: 1;
}
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
  margin: 0 auto;
}
.cbp-hrmenu .cbp-hrsub-inner {
  padding: 10px 30px;
}
.cbp-hrmenu > ul > li {
  display: inline-block;
  float: left;
}
.cbp-hrmenu > ul > li > a,
.cbp-hrmenu > ul > li > span.cbp-main-link {
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  z-index: 2;
}
.cbp-hrmenu > ul > li:first-child > a,
.cbp-hrmenu > ul > li:first-child > span.cbp-main-link {
  border-left: none !important;
}
.cbp-hrmenu .cbp-hrsub {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: none;
  padding-bottom: 20px;
  padding: 0px !important;
  font-size: 1rem;
}
.cbp-hropen .cbp-hrsub {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
.cbp-hrmenu .cbp-hrsub-inner {
  background: #fff;
  border: 1px solid #eaeaea;
}
.cbp-hrmenu .cbp-hrsub-inner > .row:last-child,
.cbp-hrmenu .cbp-hrsub-inner .iqitmegamenu-submenu-container > .row:last-child {
  margin-bottom: 20px;
}
.cbp-hrsub-wide .cbp-hrsub-inner .container > .row:last-child {
  margin-bottom: 20px;
}
.cbp-hrmenu .cbp-notfit {
  right: 0;
}
.cbp-hrmenu .cbp-show {
  display: block;
}
.cbp-category-link-w {
  position: relative;
}
.cbp-category-tree {
  display: inline-block;
}
.cbp-hrmenu ul.cbp-hrsub-level2 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 100%;
  margin-top: -20px;
  padding: 8px 10px;
  z-index: 3;
  width: auto;
  background: #fff;
  border: 1px solid #eaeaea;
  white-space: nowrap;
}
.cbp-hrmenu ul.cbp-hrsub-level3 {
  left: 101%;
}
.cbp-hrmenu .pull-right {
  float: right !important;
}
.cbp-hrsub-haslevel3 > .cbp-category-link-w > ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 100px;
  margin-top: -20px;
  padding: 8px 10px;
  z-index: 3;
  width: auto;
  transition: visibility 180ms ease-in-out, opacity 180ms ease-in-out;
  white-space: nowrap;
  left: 101%;
}
.cbp-hrsub-haslevel3:hover > .cbp-category-link-w > ul {
  visibility: visible;
  opacity: 1;
}
.cbp-hrsub-haslevel3:hover .cbp-hrsub-level2 {
  visibility: visible;
  opacity: 1;
}
.cbp-hrsub-haslevel2:hover > div > ul.cbp-hrsub-level2 {
  visibility: visible;
  opacity: 1;
}
.cbp-hrmenu .cbp-tab-pane {
  display: none;
}
.cbp-hrmenu .cbp-tab-pane.active {
  height: 100%;
}
.cbp-hrmenu .cbp-tab-pane > .clearfix > .row {
  margin: 0;
}
.cbp-hrmenu .cbp-tab-pane > div > .row:last-child {
  margin-bottom: 20px;
}
.cbp-hrmenu .cbp-hropen .cbp-tab-pane.active {
  visibility: visible;
  opacity: 1;
}
.cbp-hrmenu .cbp-hropen .cbp-tab-pane.active {
  display: block;
}
.cbp-hor-width-0 .cbp-hrsub-wide .cbp-hrsub {
  width: 100%;
  left: 0;
}
.cbp-hrsub-wide.cbp-hrsub-widec .cbp-hrsub-inner {
  width: 100%;
  max-width: 100%;
}
.cbp-hrsub-narrow {
  position: relative;
}
.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
  content: "";
  display: table;
}
.cbp-hrmenu .cbp-hrsub-inner:after {
  clear: both;
}
.cbp-hrsub h4 {
  color: #afdefa;
  padding: 2em 0 0.6em;
  margin: 0;
  font-size: 160%;
  font-weight: 300;
}
.cbp-hrmenu .col-xs-1,
.cbp-hrmenu .col-xs-2,
.cbp-hrmenu .col-xs-3,
.cbp-hrmenu .col-xs-4,
.cbp-hrmenu .col-xs-5,
.cbp-hrmenu .col-xs-6,
.cbp-hrmenu .col-xs-7,
.cbp-hrmenu .col-xs-8,
.cbp-hrmenu .col-xs-9,
.cbp-hrmenu .col-xs-10,
.cbp-hrmenu .col-xs-11,
.cbp-hrmenu .col-xs-12,
.cbp-hrmenu .col-sm-1,
.cbp-hrmenu .col-sm-2,
.cbp-hrmenu .col-sm-3,
.cbp-hrmenu .col-sm-4,
.cbp-hrmenu .col-sm-5,
.cbp-hrmenu .col-sm-6,
.cbp-hrmenu .col-sm-7,
.cbp-hrmenu .col-sm-8,
.cbp-hrmenu .col-sm-9,
.cbp-hrmenu .col-sm-10,
.cbp-hrmenu .col-sm-11,
.cbp-hrmenu .col-sm-12,
.cbp-hrmenu .col-md-1,
.cbp-hrmenu .col-md-2,
.cbp-hrmenu .col-md-3,
.cbp-hrmenu .col-md-4,
.cbp-hrmenu .col-md-5,
.cbp-hrmenu .col-md-6,
.cbp-hrmenu .col-md-7,
.cbp-hrmenu .col-md-8,
.cbp-hrmenu .col-md-9,
.cbp-hrmenu .col-md-10,
.cbp-hrmenu .col-md-11,
.cbp-hrmenu .col-md-12,
.cbp-hrmenu .col-lg-1,
.cbp-hrmenu .col-lg-2,
.cbp-hrmenu .col-lg-3,
.cbp-hrmenu .col-lg-4,
.cbp-hrmenu .col-lg-5,
.cbp-hrmenu .col-lg-6,
.cbp-hrmenu .col-lg-7,
.cbp-hrmenu .col-lg-8,
.cbp-hrmenu .col-lg-9,
.cbp-hrmenu .col-lg-10,
.cbp-hrmenu .col-lg-11,
.cbp-hrmenu .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}
#iqitmegamenu-horizontal.cbp-nosticky .container {
  max-width: 100%;
}
.cbp-hor-width-0 #iqitmegamenu-horizontal {
  margin: 0 -500%;
  padding: 0 500%;
}
.cbp-hor-width-0 #iqitmegamenu-horizontal .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cbp-hor-width-0 #iqitmegamenu-horizontal.cbp-sticky {
  margin: 0;
  padding: 0;
}
.product-grid-menu {
  text-align: center;
}
.container-iqitmegamenu {
  padding: 0;
}
.product-miniature-container .regular-price {
  text-decoration: line-through;
}
@media (max-width: 767px) {
  #cbp-hrmenu1 {
    display: none !important;
  }
}
.rating-input {
  font-size: 22px;
  padding-top: 0.5rem;
}
.rating-input i {
  margin: 0 2px;
  cursor: pointer;
}
.iqitreviews-rating,
#iqitreviews-snippet {
  white-space: nowrap;
}
#iqit-reviews-top {
  margin: 0 0 0.938rem 0;
}
#iqitreviews-snippet .iqitreviews-rating {
  vertical-align: middle;
  margin-right: 0.375rem;
}
#iqitreviews-snippet .iqitreviews-rating .iqit-review-star {
  font-size: 130%;
}
#iqitreviews-rating-product {
  cursor: pointer;
}
#iqitreviews-list > .iqitreviews-review {
  margin: 0 0 0.625rem 0;
  padding: 0 0 0.625rem 0;
}
#iqitreviews-list .iqitreviews-review > .author {
  opacity: 0.7;
  font-size: 0.875rem;
}
#iqitreviews-list .iqitreviews-review > .comment,
#iqitreviews-list .iqitreviews-review > .rating,
#iqitreviews-list .iqitreviews-review > .title {
  margin: 0 0 0.375rem 0;
}
.product-miniature .iqitreviews-simple {
  font-size: 0.8rem;
}
.iqitsizeguide-avaiable-sizes {
  transform: translateY(50%);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.7, 0, 0.3, 1),
    transform 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
.product-miniature:hover .iqitsizeguide-avaiable-sizes {
  transform: translateY(0);
  opacity: 1;
}
.iqitsizeguide-avaiable-sizes span {
  padding: 0 0.2rem;
  display: inline-block;
}
.iqitsizeguide-avaiable-sizes .unavailable-size {
  text-decoration: line-through;
  opacity: 0.3;
}
#iqitsizecharts-modal .modal-dialog {
  max-width: 960px;
}
.iqitfake {
  display: none;
}
@charset "UTF-8";
.container,
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1530px;
}
#mobile-header {
  border-bottom: none 1px #e3e3e3;
}
#mobile-header .m-nav-btn > span {
  display: none !important;
}
#mobile-header .mobile-buttons-bar {
  background: #c9c9c9;
}
html {
  font-size: 14px;
}
@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
}
body {
  line-height: 1.4rem;
}
body {
  font-family: sofia-pro, sans-serif;
}
#blockcart-content {
  background: #fff;
  border: none 1px;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.15);
}
.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled,
.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
  border: none 1px #f0f0f0;
}
.btn-outline-secondary,
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  border: solid 1px #e3e3e3;
}
.btn-outline-secondary:hover,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:hover {
  border: solid 1px #e3e3e3;
}
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
  border: none 1px;
}
#wrapper .breadcrumb {
  padding-top: 0.7142857143rem;
  padding-bottom: 0.7142857143rem;
  font-size: 0.8571428571rem;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #707070;
}
#wrapper .breadcrumb li:after {
  color: #707070;
}
#wrapper .breadcrumb a {
  color: #707070;
}
.form-control {
  background-color: #fff;
  color: #777;
  border: solid 1px #e3e3e3;
}
.custom-select2,
.custom-select2 option {
  background-color: #fff;
}
.custom-select2:after {
  color: #777;
}
.bootstrap-touchspin .btn-touchspin {
  background-color: #fff;
  color: #777;
  border: solid 1px #e3e3e3;
}
.bootstrap-touchspin .btn-touchspin:hover {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control:focus {
  color: #777;
}
.custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  color: #000;
}
.custom-radio input[type="radio"]:checked + span {
  background-color: #000;
}
.custom-checkbox input[type="checkbox"] + span:not(.color),
.custom-radio {
  background: #fff;
  color: #000;
  border-color: #e3e3e3;
}
.dropdown-menu,
.autocomplete-suggestions {
  background: #fff;
  border: solid 1px #e3e3e3;
}
.dropdown-menu .dropdown-item,
.autocomplete-suggestions .dropdown-item {
  color: null !important;
  border-bottom: solid 1px #e3e3e3;
}
.tooltip-inner {
  background: #333;
  color: #fff;
}
.tooltip.bs-tether-element-attached-bottom .tooltip-inner:before,
.tooltip.tooltip-top .tooltip-inner:before,
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
  border-top-color: #333;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #333;
}
.modal-backdrop {
  background: rgba(194, 194, 194, 0.7);
}
.modal-content {
  background: #fff;
  border: none 1px;
}
.js-quickview-np-btn {
  background: #fff;
}
.ns-box {
  background: #00b92a;
  color: #fff;
  border: none 1px;
}
.iqit-review-star {
  color: #e0d041;
}
.product-flags .product-flag {
  font-size: 0.7857142857rem;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}
.product-flags .discount,
.product-flags .on-sale {
  background: #eba53d;
  color: #fff;
}
.product-flags .new {
  background: #969696;
  color: #fff;
}
.product-flags .online-only,
.product-flags .pack {
  background: #e0e0e0;
  color: #000;
}
.product-flags .out_of_stock {
  background: #a17738;
  color: #fff7f7;
}
.discount {
  background: var(--color-discount);
  color: #fff;
}
.product-available {
  background: #67a675;
  color: #fff;
}
.product-unavailable {
  background: #a17738;
  color: #fff7f7;
}
.product-unavailable-allow-oosp {
  background: #17459e;
  color: #0dd138;
}
.alert-success a:link:not(.nav-link):not(.btn),
.alert-success a:visited:not(.nav-link):not(.btn) {
  text-decoration: underline;
}
.alert-info a:link:not(.nav-link):not(.btn),
.alert-info a:visited:not(.nav-link):not(.btn) {
  text-decoration: underline;
}
.alert-warning a:link:not(.nav-link):not(.btn),
.alert-warning a:visited:not(.nav-link):not(.btn) {
  text-decoration: underline;
}
.alert-danger a:link:not(.nav-link):not(.btn),
.alert-danger a:visited:not(.nav-link):not(.btn) {
  text-decoration: underline;
}
#iqitcompare-floating {
  background: #fff;
  border-top: none 1px #a53737;
  border-left: none 1px #a53737;
  border-right: none 1px #a53737;
  box-shadow: 0 4px 19px 6px rgba(92, 81, 81, 0.16);
}
#iqitcompare-floating a {
  color: #242424;
}
#page-preloader {
  background: #fff;
}
#back-to-top {
  background: #000;
  color: #fff;
}
#back-to-top:hover {
  background: #333;
  color: #fff;
}
#header,
#checkout-header {
  border-top: none 1px;
  border-bottom: none 1px;
}
.sticky-desktop-wrapper #desktop-header.stuck-header {
  border-bottom: none 1px;
}
#header .header-nav {
  border-bottom: none 1px;
}
#header .header-nav .social-links._topbar {
  font-size: 1rem;
}
.header-top .form-search-control {
  border: solid 1px #e3e3e3;
}
.header-top .header-btn-w .header-btn > .icon {
  font-size: 1.4285714286rem;
  display: block;
}
.header-top .header-btn-w .header-btn .title {
  display: none !important;
}
.header-top .header-cart-default a.cart-toogle {
  background: #000;
  padding: 0.6428571429rem 0.6428571429rem;
}
.stuck-header .header-top {
  padding-top: 0.3571428571rem;
  padding-bottom: 0.3571428571rem;
}
.cart-products-count-btn {
  background: #1bd33f;
}
#iqitmegamenu-horizontal {
  border-top: none 3px #521919;
  border-right: none 3px #38b82c;
  border-bottom: none 3px #457deb;
  border-left: none 3px #a6cc0f;
}
.cbp-horizontal > ul > li > a,
.cbp-horizontal > ul > li > a:not([href]):not([tabindex]),
.cbp-horizontal > ul > li > .cbp-main-link {
  line-height: 3.5714285714rem;
  max-width: 14.2857142857rem;
  padding-left: 1.0714285714rem;
  padding-right: 1.0714285714rem;
  border-left: none 2px rgba(87, 87, 87, 0.57);
}
#sticky-cart-wrapper .ps-shoppingcart.side-cart #blockcart-content {
  top: -1.2142857143rem;
}
.cbp-vertical-on-top .cbp-vertical-title {
  line-height: 3.5714285714rem !important;
}
.cbp-vertical-on-top .cbp-vertical-title-text {
  display: none !important;
}
.cbp-horizontal > ul > li.cbp-hropen > a,
.cbp-horizontal > ul > li.cbp-hropen > a:not([href]):not([tabindex]),
.cbp-horizontal > ul > li.cbp-hropen > a:hover {
  color: #4f9b8f;
}
.cbp-horizontal .cbp-tab-title {
  font-size: 1.2142857143rem;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  line-height: 1em;
}
.cbp-horizontal .cbp-mainlink-icon,
.cbp-horizontal .cbp-mainlink-iicon {
  font-size: 1.4285714286rem;
  max-height: 1.4285714286rem;
}
@media (max-width: 1300px) {
  .cbp-horizontal .cbp-tab-title {
    font-size: 1rem;
  }
  .cbp-horizontal > ul > li > a,
  .cbp-horizontal > ul > li > a:not([href]):not([tabindex]),
  .cbp-horizontal > ul > li > .cbp-main-link {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
  }
}
#cbp-hrmenu .cbp-hrsub {
  transform: translateY(-10px);
}
#cbp-hrmenu .cbp-hropen .cbp-hrsub {
  transform: translateY(0);
}
#cbp-hrmenu .cbp-hrsub,
#cbp-hrmenu .cbp-hrsub-level2,
#cbp-hrmenu .cbp-hrsub-wrapper {
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}
.container-iqitmegamenu,
.iqit-megamenu-container,
.cbp-hrsub-narrow,
#desktop-header-container.container {
  position: static !important;
}
.cbp-hrmenu .cbp-hrsub-inner {
  padding-left: 0;
  padding-right: 0;
}
.cbp-vertical-on-top #cbp-hrmenu1-ul {
  background: #fff;
  border: solid 1px #e3e3e3;
}
#content-wrapper #cbp-hrmenu1 {
  background: #fff;
  border: solid 1px #e3e3e3;
}
#cbp-hrmenu1 .cbp-vertical-title {
  font-size: 1.2857142857rem;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  background: #000;
  line-height: 3.5714285714rem;
}
#cbp-hrmenu1 .cbp-vertical-title:hover {
  color: #fff;
  background: #000;
}
#cbp-hrmenu1 > ul > li > a,
#cbp-hrmenu1 > ul > li > span.cbp-main-link {
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  padding-top: 0.5714285714rem;
  padding-bottom: 0.5714285714rem;
  border-top: solid 1px rgba(227, 227, 227, 0.35);
}
#cbp-hrmenu1 > ul > li > a .cbp-mainlink-icon,
#cbp-hrmenu1 > ul > li > a .cbp-mainlink-iicon {
  font-size: 1.7142857143rem;
  max-height: 1.7142857143rem;
}
#cbp-hrmenu1 > ul > li.cbp-hropen > a,
#cbp-hrmenu1 > ul > li.cbp-hropen > a:hover {
  background: #f8f8f8;
  color: #333;
}
#cbp-hrmenu1 .cbp-legend {
  background: #ca5058;
  color: #fff;
}
#cbp-hrmenu1 .cbp-hrsub,
#cbp-hrmenu1 > ul,
#cbp-hrmenu1 .cbp-hrsub-level2,
#cbp-hrmenu1 .cbp-hrsub-wrapper {
  transition: visibility 300ms ease-in-out, opacity 300ms ease-in-out;
}
.cbp-vert-expanded #cbp-hrmenu1 .cbp-vertical-title {
  color: #fff;
  background: #000;
}
.cbp-not-on-top #cbp-hrmenu1-ul {
  position: relative;
}
.cbp-hrmenu.cbp-vertical .cbp-hrsub-wrapper {
  top: 0;
  margin-top: 0px !important;
  min-height: 100%;
}
.cbp-hrmenu.cbp-vertical .cbp-hrsub {
  min-height: 100%;
}
.cbp-hrmenu.cbp-vertical .cbp-show {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.cbp-hrmenu.cbp-vertical .cbp-hrsub-inner {
  width: 100%;
}
.cbp-hrmenu .cbp-hrsub {
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}
.cbp-hrmenu .cbp-hrsub-inner,
.cbp-hrmenu ul.cbp-hrsub-level2 {
  background: #fff;
  border: none 1px #37a625;
  box-shadow: 0 15px 25px 0 rgba(74, 63, 63, 0.15);
}
.cbp-hrmenu .cbp-hrsub-inner,
.cbp-hrmenu .cbp-hrsub-inner a,
.cbp-hrmenu .cbp-hrsub-inner a:link {
  color: !important;
}
.cbp-hrmenu .cbp-hrsub-inner a:hover {
  color: #333333 !important;
}
.cbp-hrmenu .tabs-links {
  background: #f7f7f7;
}
.cbp-hrmenu .cbp-tabs-names li a {
  color: #777777 !important;
}
.cbp-hrmenu .cbp-tabs-names li a:hover,
.cbp-hrmenu .cbp-tabs-names li a.active {
  background: #fff;
  color: #777777 !important;
}
.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title,
.cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link {
  color: #333333 !important;
  border-bottom: none 3px #c2bc29;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:hover {
  color: !important;
}
#mobile-header .col-mobile-menu-dropdown.show {
  background: #000;
}
#mobile-header .col-mobile-menu-dropdown.show .m-nav-btn {
  color: #dcd3e0;
}
#iqitmegamenu-mobile {
  background: #000;
  color: #dcd3e0;
}
#iqitmegamenu-mobile a,
#iqitmegamenu-mobile a:link,
#iqitmegamenu-mobile a:visited,
#iqitmegamenu-mobile a:hover {
  color: #dcd3e0;
}
#iqitmegamenu-mobile li > ul {
  background: #1f1f1f;
}
#iqitmegamenu-mobile li > ul > li > ul {
  background: #292929;
}
#iqitmegamenu-mobile > ul > li > a {
  border-bottom: none 1px;
}
.col-mobile-menu-push #iqitmegamenu-mobile {
  border: none 1px;
}
.swiper-button-next,
.swiper-button-prev {
  background: #333;
  color: #fff;
}
.swiper-pagination-bullet {
  background: #333;
}
.products.row {
  margin: -0.3571428571rem;
}
.products.row > .col,
.products.row > [class*="col-"] {
  padding: 0.3571428571rem;
}
.swiper-container-wrapper {
  margin: -0.3571428571rem;
}
.swiper-container-wrapper .products.swiper-container {
  padding: 0.3571428571rem;
}
.swiper-container-wrapper .product-carousel {
  padding: 0.3571428571rem;
}
.swiper-products-carousel.swiper-arrows-above .swiper-button {
  margin: 0.3571428571rem;
}
.product-miniature {
  border: none 1px;
  outline: 1px none transparent;
}
.product-miniature-grid .product-title {
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}
.product-miniature-grid .product-price {
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}
@media (hover: hover) {
  .product-miniature:hover {
    outline: none 1px;
  }
}
.product-miniature-grid .product-functional-buttons {
  background: #fff;
}
.product-miniature-grid .product-functional-buttons a:link,
.product-miniature-grid .product-functional-buttons a:visited,
.product-miniature-grid .product-functional-buttons a:hover {
  color: !important;
}
.products-grid .product-miniature .product-reference {
  display: none !important;
}
.products-grid .product-miniature .product-description-short {
  display: none !important;
}
.products-grid .product-miniature .flag-discount-value {
  display: none !important;
}
.product-miniature .input-qty,
.product-miniature .input-group-add-cart .bootstrap-touchspin {
  display: none !important;
}
.btn-product-list {
  padding: 0.5357142857rem 1.0714285714rem;
  color: #fff;
  border: none 1px;
}
.btn-product-list:hover {
  background: #fff;
  color: #000;
}
.products-grid .product-miniature-layout-1 .product-description {
  padding: 1.0714285714rem;
}
.products-grid .product-miniature-layout-2 .product-description {
  padding: 1.0714285714rem;
}
.swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper {
  grid-template-rows: 1fr;
  grid-auto-rows: 0;
  display: grid;
  overflow-y: hidden;
}
.swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .layout-full-width
    .swiper-default-carousel:not(.swiper-container-initialized)
    .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .layout-left-column
    .swiper-default-carousel:not(.swiper-container-initialized)
    .swiper-wrapper,
  .layout-right-column
    .swiper-default-carousel:not(.swiper-container-initialized)
    .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .layout-full-width
    .swiper-default-carousel:not(.swiper-container-initialized)
    .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .layout-left-column
    .swiper-default-carousel:not(.swiper-container-initialized)
    .swiper-wrapper,
  .layout-right-column
    .swiper-default-carousel:not(.swiper-container-initialized)
    .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .layout-full-width
    .swiper-default-carousel:not(.swiper-container-initialized)
    .swiper-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
  .layout-left-column
    .swiper-default-carousel:not(.swiper-container-initialized)
    .swiper-wrapper,
  .layout-right-column
    .swiper-default-carousel:not(.swiper-container-initialized)
    .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.product_header_container .product-price,
.product_p_price_container .product-price {
  font-style: normal;
  font-weight: 700;
  text-transform: none;
}
#product .images-container .product-cover {
  border: none 1px;
}
.images-container .swiper-button-arrow:hover,
#product .product-cover .expander > span:hover,
#product-modal .modal-body .swiper-button-arrow:hover {
  opacity: 0.6 !important;
}
#product .product-cover .expander:hover {
  opacity: 0.6 !important;
}
#main #main-product-wrapper {
  transition: opacity 0.3s ease;
}
#main.-combinations-loading {
  position: relative;
}
#main.-combinations-loading #product-preloader {
  display: block;
  position: absolute;
  z-index: 10;
  top: -10px;
}
#main.-combinations-loading #main-product-wrapper {
  opacity: 0.3;
}
#wrapper {
  border-top: none 1px;
  border-bottom: none 1px;
}
#index #wrapper,
#module-iqitelementor-Preview.elementor-landing-body #wrapper {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
#content-wrapper .page-title {
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  border-bottom: none 1px #e3e3e3;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
}
#content-wrapper .section-title {
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  border-bottom: none 1px #e3e3e3;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
}
.nav-tabs .nav-link {
  color: #000;
  font-size: 1.1428571429rem;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  color: #000;
  border-bottom: solid 3px #ca5058;
}
.iqit-accordion .title {
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}
.iqit-accordion .nav-link {
  border-bottom: solid 3px #ca5058;
  border-bottom-color: transparent;
}
.iqit-accordion .nav-link:not(.collapsed) {
  color: #000;
  border-bottom: solid 3px #ca5058;
}
#wrapper .block-title {
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  border-bottom: none 1px #e3e3e3;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
}
#left-column .block,
#right-column .block {
  border: none 1px;
}
#footer .ps-emailsubscription-block .newsletter-input-group,
#checkout-footer .ps-emailsubscription-block .newsletter-input-group {
  border: none 1px #e3e3e3;
}
#footer .social-links._footer,
#checkout-footer .social-links._footer {
  font-size: 1.3571428571rem;
}
#footer .social-links._footer a:not(:hover),
#checkout-footer .social-links._footer a:not(:hover) {
  color: !important;
}
#footer .block-title,
#checkout-footer .block-title {
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  border-bottom: none 1px #e3e3e3;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
}
#footer-container-first {
  border-top: none 1px;
  padding-top: 2.1428571429rem;
  padding-bottom: 2.1428571429rem;
  background: #212121;
  color: #fff;
}
#footer-container-first h5 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
}
#footer-container-main,
#checkout-footer {
  border-top: none 1px;
}
#footer-copyrights {
  border-top: none 1px;
}
@media (max-width: 767px) {
  #footer .block-toggle {
    width: 100%;
    flex-basis: initial;
  }
  #footer .block-toggle > .block-title {
    cursor: pointer;
  }
  #footer .block-toggle > .block-title span::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 10px;
  }
  #footer .block-toggle > .block-content {
    display: none;
  }
  #footer .block-toggle._toggled > .block-content {
    display: block;
  }
  #footer .block-toggle._toggled .block-title span::after {
    content: "";
  }
  #footer .footer-style-inline .block-title {
    display: block !important;
    max-width: 100%;
  }
  #footer .footer-style-inline .block-content {
    display: block;
    width: 100%;
    margin-top: 1rem;
  }
}
#maintenance-page {
  background: #e3e3e3;
  color: #333;
}
#maintenance-page a,
#maintenance-page a:link {
  color: #333;
}
#iqitwishlist-modal {
  text-align: center;
}
#iqitwishlist-modal .forgot-password {
  margin-bottom: 1rem;
}
#iqitwishlist-user-products .iqitwishlist-product ._name {
  padding: 0;
}
.btn-iqitwishlist-add .added {
  display: none;
}
.btn-iqitwishlist-add.iqitwishlist-added .added {
  display: inline-block;
}
.btn-iqitwishlist-add.iqitwishlist-added .not-added {
  display: none;
}
.iqitvideos-block > .iqitvideo {
  max-width: 100%;
}
.iqitvideos-block > .iqitvideo > .iframe {
  width: 100%;
  border: none;
}
.iqitvideos-block > .iqitvideo > .video-hosted {
  min-width: 100%;
  min-height: 100%;
}
#iqit-threesixty {
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  overflow: hidden;
}
#iqit-threesixty img {
  max-width: 100%;
  height: auto;
}
#iqit-threesixty .threesixty--grabbing {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.tridi-loading {
  min-height: 100px;
}
@-webkit-keyframes spintri {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spintri {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.tridi-spinner:after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: rgba(161, 161, 161, 0.25);
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spintri 0.8s linear infinite;
  animation: spintri 0.8s linear infinite;
}
.tridi-viewer,
.tridi-viewer * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.tridi-viewer {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.tridi-viewer .icon-tidi-load {
  display: none;
}
.tridi-viewer-image {
  width: 100%;
  margin: auto;
  animation: fadeIn 0.5s ease forwards;
}
.tridi-stash {
  display: none;
}
.video-thumb-container {
  width: 100px;
}
.video-thumb-container > .iframe {
  width: 100%;
  border: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 16px;
  line-height: 1.428;
  font-weight: 400;
  color: #5b625c;
  background-color: #fff;
  margin: 0;
}
a {
  color: #5b625c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: var(--accent-color);
}
.badge {
  white-space: normal;
}
.hidden-el {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}
input[type="radio"].hidden-el {
  opacity: 0;
}
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.text-underline {
  text-decoration: underline;
}
.alert-danger {
  color: var(--primary-color);
}
.alert-success {
  color: #155724;
}
.alert-warning {
  color: #856404;
}
.product-description h1,
.product-description h2,
.product-description h3,
.product-description h4,
.product-description h5,
.product-description h6 {
  font-weight: 700;
  margin-bottom: 20px;
}
.product-description h1 {
  font-size: 26px;
}
.product-description h2 {
  font-size: 24px;
}
.product-description h3 {
  font-size: 22px;
}
.product-description h4 {
  font-size: 20px;
}
.product-description h5 {
  font-size: 18px;
}
.product-description h6 {
  font-size: 16px;
}
.product-description p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.text-12 {
  font-size: 12px;
}
.text-14 {
  font-size: 14px;
}
.text-15 {
  font-size: 15px;
}
.text-16 {
  font-size: 16px;
}
.text-17 {
  font-size: 17px;
}
.text-20 {
  font-size: 20px;
}
.text-26 {
  font-size: 26px;
}
.line-height-17 {
  line-height: 17px;
}
.color-white {
  color: #fff;
}
.color-text {
  color: #5b625c;
}
.color-2a {
  color: #2a2a2a;
}
.color-70 {
  color: #707070;
}
.font-weight-600 {
  font-weight: 600;
}
.hover-green-link:hover,
.hover-green-link:focus {
  color: var(--accent-color);
}
.header-top .header-btn-w .header-btn .title {
  display: none !important;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
a {
  background-color: transparent;
}
a,
a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover,
a:not([href]):focus {
  color: inherit;
  text-decoration: none;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  width: auto;
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
[role="button"] {
  cursor: pointer;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}
svg {
  display: block;
  overflow: hidden;
  vertical-align: middle;
}
pre {
  margin-top: 0;
  overflow: auto;
  margin-bottom: 1rem;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: 600;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
small {
  font-size: 80%;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
summary {
  display: list-item;
  cursor: pointer;
}
output {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 14px;
  line-height: 1.428;
  font-weight: 400;
  color: #5b625c;
  background-color: #fff;
  margin: 0;
}
a {
  color: #5b625c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: var(--accent-color);
}
.badge {
  white-space: normal;
}
.hidden-el {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}
input[type="radio"].hidden-el {
  opacity: 0;
}
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.text-underline {
  text-decoration: underline;
}
.alert-danger {
  color: var(--primary-color);
}
.alert-success {
  color: #155724;
}
.alert-warning {
  color: #856404;
}
.product-description h1,
.product-description h2,
.product-description h3,
.product-description h4,
.product-description h5,
.product-description h6 {
  font-weight: 700;
  margin-bottom: 20px;
}
.product-description h1 {
  font-size: 26px;
}
.product-description h2 {
  font-size: 24px;
}
.product-description h3 {
  font-size: 22px;
}
.product-description h4 {
  font-size: 20px;
}
.product-description h5 {
  font-size: 18px;
}
.product-description h6 {
  font-size: 16px;
}
.product-description p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.text-12 {
  font-size: 12px;
}
.text-14 {
  font-size: 14px;
}
.text-15 {
  font-size: 15px;
}
.text-16 {
  font-size: 16px;
}
.text-17 {
  font-size: 17px;
}
.text-20 {
  font-size: 20px;
}
.text-26 {
  font-size: 26px;
}
.line-height-17 {
  line-height: 17px;
}
.color-white {
  color: #fff;
}
.color-text {
  color: #5b625c;
}
.color-2a {
  color: #2a2a2a;
}
.color-70 {
  color: #707070;
}
.font-weight-600 {
  font-weight: 600;
}
.hover-green-link:hover,
.hover-green-link:focus {
  color: var(--accent-color);
}
@media screen and (min-width: 992px) {
  .iqit-megamenu-container {
    padding-left: 10px;
  }
}
.horizontalMenu {
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .horizontalMenu {
    padding-left: 10px;
  }
}
@media screen and (min-width: 992px) {
  .horizontalMenu {
    padding-left: 0;
  }
}
.horizontalMenu .mainMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: auto;
}
@media screen and (min-width: 992px) {
  .horizontalMenu .mainMenu {
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.horizontalMenu .mainMenu::-webkit-scrollbar {
  height: 3px;
}
.horizontalMenu .mainMenu::-webkit-scrollbar-track {
  background-color: #f1f4f4;
}
.horizontalMenu .mainMenu::-webkit-scrollbar-thumb {
  background-color: #707070;
}
.horizontalMenu .mainMenu__item {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .horizontalMenu .mainMenu__item:first-child .mainMenu__link {
    padding-left: 0;
  }
}
.horizontalMenu .mainMenu__link {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .horizontalMenu .mainMenu__link {
    font-size: 16px;
  }
}
.horizontalMenu .mainMenu__link:hover,
.horizontalMenu .mainMenu__link:focus {
  color: #4f9b8f;
}
.horizontalMenu .mainSubMenu--opened {
  opacity: 1;
  visibility: visible;
}
.horizontalMenu .mainSubMenu {
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 600;
  padding: 1px 0 0;
  margin: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.horizontalMenu .mainSubMenu.opened {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.horizontalMenu .mainSubMenu.opened .mainSubMenu__over {
  opacity: 1;
  visibility: visible;
}
.horizontalMenu .mainSubMenu__over {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(21, 21, 23, 0.7);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
}
.horizontalMenu .mainSubMenu__inner {
  width: 100%;
  background-color: transparent;
  padding-bottom: 0;
}
.horizontalMenu .mainSubMenu__inner .container--menu {
  background-color: #f1f4f4;
  pointer-events: auto;
  padding: 0 15px 20px;
}
@media screen and (min-width: 768px) {
  .horizontalMenu .mainSubMenu__inner .container--menu {
    padding: 0 18px 25px;
  }
}
@media screen and (min-width: 992px) {
  .horizontalMenu .mainSubMenu__inner .container--menu {
    padding: 0 20px 25px;
  }
}
.horizontalMenu .mainSubMenu__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 1200px) {
  .horizontalMenu .mainSubMenu__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.horizontalMenu .mainSubMenu .vertical-col {
  max-height: 280px;
}
.horizontalMenu .mainSubMenu .vertical__item {
  padding-left: 15px;
  padding-right: 15px;
}
.horizontalMenu .mainSubMenu .col-20 {
  flex-basis: 20%;
  flex-grow: 0;
}
.horizontalMenu .mainSubMenu__col {
  padding-top: 25px;
  padding-bottom: 25px;
}
.horizontalMenu .mainSubMenu__header {
  padding-top: 20px;
  margin-bottom: 10px;
}
.horizontalMenu .mainSubMenu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  color: #2a2a2a;
  min-height: 20px;
  padding: 0;
  margin-bottom: 15px;
}
.horizontalMenu .mainSubMenu__icon {
  margin-left: 10px;
  margin-top: 3px;
}
.horizontalMenu .subMenu__title {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #2a2a2a;
  padding: 0;
  margin-bottom: 10px;
}
.horizontalMenu .subMenu__icon {
  margin-left: 10px;
  margin-top: 3px;
}
.horizontalMenu .subMenu__links {
  max-height: 315px;
  overflow-y: auto;
}
.horizontalMenu .subMenu__links::-webkit-scrollbar {
  width: 5px;
}
.horizontalMenu .subMenu__links::-webkit-scrollbar-button {
  background: #d0d1d0;
}
.horizontalMenu .subMenu__links::-webkit-scrollbar-track-piece {
  background: #d0d1d0;
}
.horizontalMenu .subMenu__links::-webkit-scrollbar-thumb {
  background: #868585;
}
.horizontalMenu .subMenu__item {
  display: block;
}
.horizontalMenu .subMenu__item--static {
  margin-top: 20px;
}
.horizontalMenu .subMenu__item img {
  display: inline-block;
  max-width: 30px;
  height: auto;
  margin-right: 6px;
}
.horizontalMenu .subMenu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
}
.horizontalMenu .subMenu__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  max-width: 24px;
  margin-right: 6px;
}
.horizontalMenu .subMenu__text {
  font-size: 16px;
  font-weight: 600;
  color: #2a2a2a;
}
.horizontalMenu .subMenu__link:hover .subMenu__text,
.horizontalMenu .subMenu__link:focus .subMenu__text {
  color: #4f9b8f;
}
.horizontalMenu .subMenu__link--action .subMenu__text {
  color: #2a2a2a;
}
.horizontalMenu .subMenu__link--action:hover .subMenu__text,
.horizontalMenu .subMenu__link--action:focus .subMenu__text {
  color: #4f9b8f;
}
.horizontalMenu
  .subMenu
  .mCS-dark.mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 5px;
  background-color: #868585;
  border-radius: 0;
}
.horizontalMenu .subMenu .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
  background-color: #d0d1d0;
  border-radius: 0;
}
.horizontalMenu a.mainSubMenu__title:hover,
.horizontalMenu a.mainSubMenu__title:focus,
.horizontalMenu a.subMenu__title:hover,
.horizontalMenu a.subMenu__title:focus {
  color: var(--primary-color);
}
.horizontalMenu .menu-banner {
  display: block;
  width: 100%;
  padding: 0;
}
.horizontalMenu .menu-banner__inner {
  position: relative;
}
.horizontalMenu .menu-banner__img {
  padding: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .horizontalMenu .menu-banner__img {
    margin-bottom: 0;
  }
}
.horizontalMenu .menu-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.horizontalMenu .menu-banner__text {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.horizontalMenu .menu-banner__title {
  display: block;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 600;
  color: #000;
  padding: 0;
  margin: 0;
}
.horizontalMenu .menu-banner__label {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 0;
  margin: 0;
}
.mainSubMenu__col--banner + .mainSubMenu__col--banner,
.mainSubMenu__col--banner ~ .mainSubMenu__col--banner {
  display: none;
}
.navigationVertical:not(.opened) .subMenu,
.navigationVertical:not(.opened) .subMenu.active,
.navigationVertical:not(.opened) .subMenu.active .subMenu {
  visibility: hidden;
}
#footer {
  background-color: var(--primary-color);
  padding: 0;
  color: white;
}
#footer a { 
  color: rgba(255, 255, 255, 0.8);
}
#footer .footer-services a {
  color: rgba(255, 255, 255, 0.8);
}
#footer a:hover,
#footer a:focus {
  color:var(--secondary-color);
}
#footer p {
  color: white;
}
#footer-container-main {
  padding-top: 52px;
}
@media screen and (min-width: 768px) {
  #footer-container-main {
    padding-top: 72px;
  }
}
#footer .block-title,
#checkout-footer .block-title {
  font-size: 20px;
  font-weight: 600;
  color: #2a2a2a;
}
@media screen and (max-width: 767px) {
  #footer .block-title,
  #checkout-footer .block-title {
    border-bottom: 1px solid rgba(91, 98, 92, 0.23);
    padding: 0 0 20px;
    margin: 0;
  }
  #footer .block-title > span,
  #checkout-footer .block-title > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #footer .block-title.block-title--contact,
  #checkout-footer .block-title.block-title--contact {
    border: none;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #footer .block-toggle > .block-title span::after {
    margin-left: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #footer .block-content {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #footer .block-iqitlinksmanager {
    max-width: 200px;
  }
}
@media (min-width: 1400px) {
  #footer .block-iqitlinksmanager {
    max-width: none;
  }
}
@media screen and (min-width: 1580px) {
  #footer .row--links {
    margin-left: -30px;
    margin-right: -30px;
  }
  #footer .block-iqitcontactpage,
  #footer .block-iqitlinksmanager {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#footer .block-links ul > li a:before {
  display: none;
}
#footer .block-links ul > li a {
  padding-left: 0;
  font-size: 14px;
  color: #5b625c;
}
#footer .block-links ul > li a:hover,
#footer .block-links ul > li a:focus {
  color: var(--accent-color);
}
.footer-services {
  background-color: rgba(250, 250, 250, 0.12);
  color: white;
  padding: 30px 0;
  border-top: 1px solid rgba(112, 112, 112, 0.12);
}
.footer-btns {
  padding-top: 20px;
  padding-bottom: 40px;
}
.footer-btns__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: white;
}
@media screen and (max-width: 767px) {
  .footer-btns__title {
    padding-top: 20px;
  }
}
#footer .footer-btn {
  border: 1px solid #e4e6e6;
  border-radius: 6px;
  padding: 14px 16px;
  background-color: #fff;
  color: var(--primary-color);
  min-width: 262px;
}
#footer .footer-btn:hover,
#footer  .footer-btn:focus {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}
#footer .footer-btn--green {
  background-color: #42ba58;
  color: #fff;
}
#footer .footer-btn--green:hover,
#footer .footer-btn--green:focus {
  background-color: #359446;
  color: #fff;
}
.contact-rich {
  max-width: 205px;
}
@media screen and (max-width: 767px) {
  .footer-service__img {
    min-width: 100px;
  }
}
#footer-copyrights {
  padding: 0;
}
.paymnets-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* background-color: rgba(133, 184, 173, 0.1); */
  border-radius: 6px;
  padding: 0;
}
.paymnets-icons__item {
  padding: 15px 15px;
}
.paymnets-icons__item img {
  display: block;
  max-width: 100%;
}
.copyrights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media screen and (min-width: 992px) {
  .copyrights {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.copyrights .copyrights__link,
.copyrights .copyrights__text,
.copyrights .copyrights__powered {
  font-size: 12px;
  font-weight: 400;
  color: white;
  padding: 0 2px;
}
.copyrights .copyrights__powered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8px;
}
.copyrights .copyrights__powered svg {
  margin: 0 5px;
}
.copyrights .copyrights__powered:hover,
.copyrights .copyrights__powered:focus {
  color: var(--accent-color);
}
#wrapper {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding-top: 0;
  overflow: hidden;
}
#main .page-content {
  margin-bottom: 0;
}
@media screen and (min-width: 1580px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.container-inner-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1580px) {
  .container-inner-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#iqitmegamenu-wrapper.stuck-menu .container-iqitmegamenu {
  max-width: none;
}
@media screen and (min-width: 1580px) {
  #iqitmegamenu-wrapper.stuck-menu .container-iqitmegamenu {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#product #inner-wrapper.container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1580px) {
  #product #main > .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#notifications .alert {
  margin-top: 20px;
}
#back-to-top {
  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;
  z-index: 500;
  background-color: #fff;
  color: #837f7f;
  width: 38px;
  height: 58px;
  border-radius: 19px;
  box-shadow: 0 3px 22px rgba(0, 0, 0, 0.13);
}
#back-to-top:hover,
#back-to-top:focus {
  background-color: var(--accent-color);
  color: #fff;
}
#product #back-to-top {
  bottom: 75px;
}
@media screen and (max-width: 1199px) {
  .desktop--el {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .mobile--el {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .mobile--hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .desktop--hide {
    display: none !important;
  }
}
#header {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  z-index: 102;
}
.header-nav {
  padding: 7px 0;
  background-color: white;
  color: var(--primary-color);
  font-size: 13px;
}
.header-nav a {
  display: inline-block;
  color: var(--primary-color);
  font-size: 13px;
}
.header-nav a:hover,
.header-nav a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  .header-nav .left-nav,
  .header-nav .center-nav {
    display: none;
  }
}
.left-nav ul {
  margin: 0;
}
.left-nav .block-links-inline ul > li:after {
  display: none;
}
#header .header-nav .right-nav > div:after,
#header .header-nav .left-nav > div:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .right-nav {
    overflow: auto;
  }
  .right-nav div {
    white-space: nowrap;
  }
}
#desktop-header {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 0;
  color: #707070;
}
.header-top {
  padding-bottom: 10px;
}
.menu-btn {
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  padding: 10px 15px 10px 0;
  font-size: 14px;
  color: #707070;
  transition: all 0.3s;
}
@media screen and (min-width: 576px) {
  .menu-btn {
    padding: 12px 20px 12px 0;
  }
}
.menu-btn__icon {
  min-width: 26px;
  transition: all 0.3s;
  color: #2a2a2a;
}
.menu-btn__icon--burger {
  display: block;
}
.menu-btn__icon--close {
  display: none;
}
.menu-btn:hover,
.menu-btn:focus {
  background-color: transparent;
  color: var(--accent-color);
}
.menu-btn:hover .menu-btn__icon,
.menu-btn:focus .menu-btn__icon {
  color: var(--accent-color);
}
.menu-btn.opened {
  background-color: transparent;
  color: #707070;
}
.menu-btn.opened .menu-btn__icon {
  color: #2a2a2a;
}
.menu-btn.opened .menu-btn__icon--burger {
  display: none;
}
.menu-btn.opened .menu-btn__icon--close {
  display: block;
}
@media screen and (min-width: 1200px) {
  .menu-btn:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -10px;
    background-color: #edf0f8;
  }
}
#desktop_logo a {
  display: block;
}
#desktop_logo .logo {
  display: block;
  width: 100%;
  max-width: 187px;
  height: auto;
}
#mobile-header-sticky {
  padding: 10px 0;
  background-color: #fff;
}
#mobile-header-sticky.visible-stuck-up-scroll {
  box-shadow: 0 11px 44px rgba(0, 0, 0, 0.46);
}
#mobile-header .logo {
  display: block;
  width: 100%;
  max-width: 187px;
  height: auto;
}
#mobile-header .m-nav-btn {
  padding: 12px;
  border-radius: 6px;
}
#mobile-header .m-nav-btn svg {
  width: auto;
  height: 22px;
  margin: 0 auto;
}
#mobile-header .m-nav-btn:hover,
#mobile-header .m-nav-btn:focus {
  background-color: var(--primary-color);
  color: #fff;
}
.header-badge {
  max-width: 155px;
  font-size: 14px;
  line-height: 1.2;
}
#header .header-wishlist-btn-w a,
#header .header-user-btn-w a {
  padding: 10px;
  border-radius: 6px;
  color: #5b625c;
}
@media screen and (min-width: 576px) {
  #header .header-wishlist-btn-w a,
  #header .header-user-btn-w a {
    padding: 12px;
  }
}
#header .header-wishlist-btn-w a:hover,
#header .header-wishlist-btn-w a:focus,
#header .header-user-btn-w a:hover,
#header .header-user-btn-w a:focus {
  background-color: var(--accent-color);
  color: #fff;
}
#iqitmegamenu-wrapper.stuck-menu {
  background-color: #fff;
  padding: 6px 0;
}
#mobile-header .row-mobile-header {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
@media screen and (max-width: 575px) {
  #mobile-header .row-mobile-header {
    margin-right: -0.2rem;
    margin-left: -0.2rem;
  }
}
@media screen and (max-width: 575px) {
  #mobile-header .row-mobile-header > .col,
  #mobile-header .row-mobile-header > [class*="col-"] {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}
@media screen and (max-width: 575px) {
  #mobile-header .row-mobile-header > .col.col-mobile-logo {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}
#header #ps-shoppingcart.header-btn-w {
  padding-left: 0;
  padding-right: 0;
}
body .page-content select.form-control-select.form-control,
body .page-content .form-control,
.form-control,
#search_widget .form-search-control,
textarea {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #d0d0d0;
  height: auto;
  color: #2a2a2a;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
body .page-content select.form-control-select.form-control:focus,
body .page-content .form-control:focus,
.form-control:focus,
#search_widget .form-search-control:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}
body
  .page-content
  select.form-control-select.form-control::-webkit-input-placeholder,
body .page-content .form-control::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
#search_widget .form-search-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #5b625c;
}
body .page-content select.form-control-select.form-control::-moz-placeholder,
body .page-content .form-control::-moz-placeholder,
.form-control::-moz-placeholder,
#search_widget .form-search-control::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #5b625c;
}
body
  .page-content
  select.form-control-select.form-control:-ms-input-placeholder,
body .page-content .form-control:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
#search_widget .form-search-control:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #5b625c;
}
body .page-content select.form-control-select.form-control:-moz-placeholder,
body .page-content .form-control:-moz-placeholder,
.form-control:-moz-placeholder,
#search_widget .form-search-control:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #5b625c;
}
#contact .wpcf7 .form-group,
body #thecheckout-account .account-fields .form-group,
body .page-content #customer-form .form-group,
body .page-content #login-form .form-group,
body .page-content .address-form .form-group,
body .page-content .address-fields .form-group,
#invoice--fields .form-group {
  position: relative;
}
#contact .wpcf7 .input-group,
body #thecheckout-account .account-fields .input-group,
body .page-content #customer-form .input-group,
body .page-content #login-form .input-group,
body .page-content .address-form .input-group,
body .page-content .address-fields .input-group,
#invoice--fields .input-group {
  outline: none;
}
#contact .wpcf7 .input-group.focus,
body #thecheckout-account .account-fields .input-group.focus,
body .page-content #customer-form .input-group.focus,
body .page-content #login-form .input-group.focus,
body .page-content .address-form .input-group.focus,
body .page-content .address-fields .input-group.focus,
#invoice--fields .input-group.focus {
  outline: none;
}
#contact .wpcf7 select.form-control-select.form-control,
body
  #thecheckout-account
  .account-fields
  select.form-control-select.form-control,
body .page-content #customer-form select.form-control-select.form-control,
body .page-content #login-form select.form-control-select.form-control,
body .page-content .address-form select.form-control-select.form-control,
body .page-content .address-fields select.form-control-select.form-control,
#invoice--fields select.form-control-select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
#contact .wpcf7 .form-control,
#contact .wpcf7 select.form-control-select.form-control,
body #thecheckout-account .account-fields .form-control,
body
  #thecheckout-account
  .account-fields
  select.form-control-select.form-control,
body .page-content #customer-form .form-control,
body .page-content #customer-form select.form-control-select.form-control,
body .page-content #login-form .form-control,
body .page-content #login-form select.form-control-select.form-control,
body .page-content .address-form .form-control,
body .page-content .address-form select.form-control-select.form-control,
body .page-content .address-fields .form-control,
body .page-content .address-fields select.form-control-select.form-control,
#invoice--fields .form-control,
#invoice--fields select.form-control-select.form-control {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: #2a2a2a;
  padding: 17px 18px 10px 18px;
  border-radius: 6px;
  border: 1px solid #d0d0d0;
  outline: none;
}
#contact .wpcf7 .form-control.-error,
#contact .wpcf7 select.form-control-select.form-control.-error,
body #thecheckout-account .account-fields .form-control.-error,
body
  #thecheckout-account
  .account-fields
  select.form-control-select.form-control.-error,
body .page-content #customer-form .form-control.-error,
body
  .page-content
  #customer-form
  select.form-control-select.form-control.-error,
body .page-content #login-form .form-control.-error,
body .page-content #login-form select.form-control-select.form-control.-error,
body .page-content .address-form .form-control.-error,
body .page-content .address-form select.form-control-select.form-control.-error,
body .page-content .address-fields .form-control.-error,
body
  .page-content
  .address-fields
  select.form-control-select.form-control.-error,
#invoice--fields .form-control.-error,
#invoice--fields select.form-control-select.form-control.-error {
  border-color: red;
}
#contact .wpcf7 .form-control.focus,
#contact .wpcf7 select.form-control-select.form-control.focus,
body #thecheckout-account .account-fields .form-control.focus,
body
  #thecheckout-account
  .account-fields
  select.form-control-select.form-control.focus,
body .page-content #customer-form .form-control.focus,
body .page-content #customer-form select.form-control-select.form-control.focus,
body .page-content #login-form .form-control.focus,
body .page-content #login-form select.form-control-select.form-control.focus,
body .page-content .address-form .form-control.focus,
body .page-content .address-form select.form-control-select.form-control.focus,
body .page-content .address-fields .form-control.focus,
body
  .page-content
  .address-fields
  select.form-control-select.form-control.focus,
#invoice--fields .form-control.focus,
#invoice--fields select.form-control-select.form-control.focus {
  outline: none;
}
#contact .wpcf7 .form-control::-webkit-input-placeholder,
#contact
  .wpcf7
  select.form-control-select.form-control::-webkit-input-placeholder,
body
  #thecheckout-account
  .account-fields
  .form-control::-webkit-input-placeholder,
body
  #thecheckout-account
  .account-fields
  select.form-control-select.form-control::-webkit-input-placeholder,
body .page-content #customer-form .form-control::-webkit-input-placeholder,
body
  .page-content
  #customer-form
  select.form-control-select.form-control::-webkit-input-placeholder,
body .page-content #login-form .form-control::-webkit-input-placeholder,
body
  .page-content
  #login-form
  select.form-control-select.form-control::-webkit-input-placeholder,
body .page-content .address-form .form-control::-webkit-input-placeholder,
body
  .page-content
  .address-form
  select.form-control-select.form-control::-webkit-input-placeholder,
body .page-content .address-fields .form-control::-webkit-input-placeholder,
body
  .page-content
  .address-fields
  select.form-control-select.form-control::-webkit-input-placeholder,
#invoice--fields .form-control::-webkit-input-placeholder,
#invoice--fields
  select.form-control-select.form-control::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: #2a2a2a;
}
#contact .wpcf7 .form-control::-moz-placeholder,
#contact .wpcf7 select.form-control-select.form-control::-moz-placeholder,
body #thecheckout-account .account-fields .form-control::-moz-placeholder,
body
  #thecheckout-account
  .account-fields
  select.form-control-select.form-control::-moz-placeholder,
body .page-content #customer-form .form-control::-moz-placeholder,
body
  .page-content
  #customer-form
  select.form-control-select.form-control::-moz-placeholder,
body .page-content #login-form .form-control::-moz-placeholder,
body
  .page-content
  #login-form
  select.form-control-select.form-control::-moz-placeholder,
body .page-content .address-form .form-control::-moz-placeholder,
body
  .page-content
  .address-form
  select.form-control-select.form-control::-moz-placeholder,
body .page-content .address-fields .form-control::-moz-placeholder,
body
  .page-content
  .address-fields
  select.form-control-select.form-control::-moz-placeholder,
#invoice--fields .form-control::-moz-placeholder,
#invoice--fields select.form-control-select.form-control::-moz-placeholder {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: #2a2a2a;
}
#contact .wpcf7 .form-control:-ms-input-placeholder,
#contact .wpcf7 select.form-control-select.form-control:-ms-input-placeholder,
body #thecheckout-account .account-fields .form-control:-ms-input-placeholder,
body
  #thecheckout-account
  .account-fields
  select.form-control-select.form-control:-ms-input-placeholder,
body .page-content #customer-form .form-control:-ms-input-placeholder,
body
  .page-content
  #customer-form
  select.form-control-select.form-control:-ms-input-placeholder,
body .page-content #login-form .form-control:-ms-input-placeholder,
body
  .page-content
  #login-form
  select.form-control-select.form-control:-ms-input-placeholder,
body .page-content .address-form .form-control:-ms-input-placeholder,
body
  .page-content
  .address-form
  select.form-control-select.form-control:-ms-input-placeholder,
body .page-content .address-fields .form-control:-ms-input-placeholder,
body
  .page-content
  .address-fields
  select.form-control-select.form-control:-ms-input-placeholder,
#invoice--fields .form-control:-ms-input-placeholder,
#invoice--fields select.form-control-select.form-control:-ms-input-placeholder {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: #2a2a2a;
}
#contact .wpcf7 .form-control:-moz-placeholder,
#contact .wpcf7 select.form-control-select.form-control:-moz-placeholder,
body #thecheckout-account .account-fields .form-control:-moz-placeholder,
body
  #thecheckout-account
  .account-fields
  select.form-control-select.form-control:-moz-placeholder,
body .page-content #customer-form .form-control:-moz-placeholder,
body
  .page-content
  #customer-form
  select.form-control-select.form-control:-moz-placeholder,
body .page-content #login-form .form-control:-moz-placeholder,
body
  .page-content
  #login-form
  select.form-control-select.form-control:-moz-placeholder,
body .page-content .address-form .form-control:-moz-placeholder,
body
  .page-content
  .address-form
  select.form-control-select.form-control:-moz-placeholder,
body .page-content .address-fields .form-control:-moz-placeholder,
body
  .page-content
  .address-fields
  select.form-control-select.form-control:-moz-placeholder,
#invoice--fields .form-control:-moz-placeholder,
#invoice--fields select.form-control-select.form-control:-moz-placeholder {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: #2a2a2a;
}
#contact .wpcf7 .input-group .form-control,
body #thecheckout-account .account-fields .input-group .form-control,
body .page-content #customer-form .input-group .form-control,
body .page-content #login-form .input-group .form-control,
body .page-content .address-form .input-group .form-control,
body .page-content .address-fields .input-group .form-control,
#invoice--fields .input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#contact .wpcf7 .field-label,
body #thecheckout-account .account-fields .field-label,
body .page-content #customer-form .field-label,
body .page-content #login-form .field-label,
body .page-content .address-form .field-label,
body .page-content .address-fields .field-label,
#invoice--fields .field-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #5b625c;
  position: absolute;
  transition: all 0.3s;
  top: 13px;
  left: 18px;
  z-index: 999;
}
#contact .wpcf7 .isFloated .field-label,
body #thecheckout-account .account-fields .isFloated .field-label,
body .page-content #customer-form .isFloated .field-label,
body .page-content #login-form .isFloated .field-label,
body .page-content .address-form .isFloated .field-label,
body .page-content .address-fields .isFloated .field-label,
#invoice--fields .isFloated .field-label {
  font-size: 10px;
  top: 5px;
}
#contact .wpcf7 .field-label[for="field-id_gender"],
body #thecheckout-account .account-fields .field-label[for="field-id_gender"],
body .page-content #customer-form .field-label[for="field-id_gender"],
body .page-content #login-form .field-label[for="field-id_gender"],
body .page-content .address-form .field-label[for="field-id_gender"],
body .page-content .address-fields .field-label[for="field-id_gender"],
#invoice--fields .field-label[for="field-id_gender"] {
  position: static;
}
#contact
  .wpcf7
  .has-float-label
  input:placeholder-shown:not(:focus)::placeholder,
#contact
  .wpcf7
  .has-float-label
  select:placeholder-shown:not(:focus)::placeholder,
body
  #thecheckout-account
  .account-fields
  .has-float-label
  input:placeholder-shown:not(:focus)::placeholder,
body
  #thecheckout-account
  .account-fields
  .has-float-label
  select:placeholder-shown:not(:focus)::placeholder,
body
  .page-content
  #customer-form
  .has-float-label
  input:placeholder-shown:not(:focus)::placeholder,
body
  .page-content
  #customer-form
  .has-float-label
  select:placeholder-shown:not(:focus)::placeholder,
body
  .page-content
  #login-form
  .has-float-label
  input:placeholder-shown:not(:focus)::placeholder,
body
  .page-content
  #login-form
  .has-float-label
  select:placeholder-shown:not(:focus)::placeholder,
body
  .page-content
  .address-form
  .has-float-label
  input:placeholder-shown:not(:focus)::placeholder,
body
  .page-content
  .address-form
  .has-float-label
  select:placeholder-shown:not(:focus)::placeholder,
body
  .page-content
  .address-fields
  .has-float-label
  input:placeholder-shown:not(:focus)::placeholder,
body
  .page-content
  .address-fields
  .has-float-label
  select:placeholder-shown:not(:focus)::placeholder,
#invoice--fields
  .has-float-label
  input:placeholder-shown:not(:focus)::placeholder,
#invoice--fields
  .has-float-label
  select:placeholder-shown:not(:focus)::placeholder {
  opacity: 1;
}
#contact .wpcf7 .help-block,
body #thecheckout-account .account-fields .help-block,
body .page-content #customer-form .help-block,
body .page-content #login-form .help-block,
body .page-content .address-form .help-block,
body .page-content .address-fields .help-block,
#invoice--fields .help-block {
  margin: 0;
}
#contact .wpcf7 .help-block .alert-danger,
#contact .wpcf7 .field.error-msg,
body #thecheckout-account .account-fields .help-block .alert-danger,
body #thecheckout-account .account-fields .field.error-msg,
body .page-content #customer-form .help-block .alert-danger,
body .page-content #customer-form .field.error-msg,
body .page-content #login-form .help-block .alert-danger,
body .page-content #login-form .field.error-msg,
body .page-content .address-form .help-block .alert-danger,
body .page-content .address-form .field.error-msg,
body .page-content .address-fields .help-block .alert-danger,
body .page-content .address-fields .field.error-msg,
#invoice--fields .help-block .alert-danger,
#invoice--fields .field.error-msg {
  text-align: left;
  font-size: 10px;
  font-weight: 400;
  color: red;
  background-color: transparent;
  padding: 0;
  margin-bottom: 10px;
  border: none;
}
.form-group.email {
  position: relative;
}
.form-group.email .email-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  pointer-events: none;
}
.email-icon {
  color: #5b625c;
}
.-error + .email-icon,
.-error ~ .email-icon {
  color: red;
}
.cart-voucher-area .alert-danger,
#login-form .alert-danger {
  background-color: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0;
  color: red;
  padding: 0 0 5px;
}
body
  .form-group.missing-street-number
  label[data-missing-street-nr-notice]:after {
  text-align: left;
  font-size: 10px;
  font-weight: 400;
  color: red;
}
select.form-control:not([size]):not([multiple]) {
  height: auto;
  padding: 10px;
}
select.form-control:not([size]):not([multiple]):focus {
  border-color: #d0d0d0;
}
body .page-content .has-float-label select.form-control,
.not-extra-field {
  -moz-appearance: none;
  -webkit-appearance: auto;
  appearance: auto;
  background: none;
  background-color: #fff;
}
select.form-control-select.form-control.not-extra-field {
  display: inline-block;
  -moz-appearance: none;
  -webkit-appearance: auto;
  appearance: auto;
}
.field-label {
  font-size: 14px;
  font-weight: 400;
  color: #3e2a0e;
}
body .form-group {
  padding: 0;
}
[data-link-action="toggle-password-visibility"] {
  top: 25px;
}
.c-custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.c-custom-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.c-custom-checkbox svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
  margin-top: 0;
  margin-right: 5px;
}
.c-custom-checkbox label,
.c-custom-checkbox span.label {
  display: block;
  font-size: 13px;
  width: 100%;
}
.c-custom-checkbox .c-custom-checkbox__empty {
  display: block;
}
.c-custom-checkbox .c-custom-checkbox__checked {
  display: none;
}
.c-custom-checkbox input:checked ~ .c-custom-checkbox__empty {
  display: none;
}
.c-custom-checkbox input:checked ~ .c-custom-checkbox__checked {
  display: block;
}
.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.custom-checkbox svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
  margin-top: 0;
  margin-right: 5px;
}
.custom-checkbox label,
.custom-checkbox span.label {
  display: block;
  font-size: 13px;
  width: 100%;
}
.custom-checkbox .custom-checkbox__empty {
  display: block;
}
.custom-checkbox .custom-checkbox__checked {
  display: none;
}
.custom-checkbox input:checked ~ .custom-checkbox__empty {
  display: none;
}
.custom-checkbox input:checked ~ .custom-checkbox__checked {
  display: block;
}
body .custom-radio {
  width: auto;
  height: auto;
  margin-right: 6px;
  box-shadow: none;
  background-color: transparent;
  border: none;
}
body .custom-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}
body .custom-radio input + span {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #ddd8d1;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
}
body .custom-radio input[type="radio"]:checked + span {
  display: block;
  position: static;
  width: 22px;
  height: 22px;
  left: -1px;
  top: -1px;
  right: auto;
  bottom: auto;
  border: 6px solid var(--primary-color);
  background-color: #fff;
  animation: none;
}
.custom-checkbox input[type="checkbox"] + span:not(.color),
.custom-radio {
  border: none;
}
.swiper-container,
.swiper {
  position: relative;
}
.swiper-container .swiper-pagination,
.swiper .swiper-pagination {
  position: relative;
  bottom: 0;
}
.swiper-container .swiper-pagination-bullet-active,
.swiper .swiper-pagination-bullet-active {
  background: var(--primary-color);
}
.swiper-container .js-product-miniature-wrapper,
.swiper .js-product-miniature-wrapper {
  margin-bottom: 0;
}
.swiper-container.overflow-shown,
.swiper.overflow-shown {
  overflow: visible;
}
.swiper-container .swiper-main-product-pagination .swiper-pagination-bullet,
.swiper .swiper-main-product-pagination .swiper-pagination-bullet {
  border: 1px solid #5b625c;
  background-color: #fff;
  opacity: 1;
}
.swiper-container
  .swiper-main-product-pagination
  .swiper-pagination-bullet-active,
.swiper .swiper-main-product-pagination .swiper-pagination-bullet-active {
  background-color: #5b625c;
}
.swiper-container-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.swiper-container-wrapper .products.swiper-container {
  padding: 0;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(148, 216, 158, 0.3);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}
.swiper-button-prev,
.swiper-button-next {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: rgba(231, 238, 237, 0.6);
  color: var(--primary-color);
  opacity: 1;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 26px;
}
.swiper-button-prev:hover,
.swiper-button-prev:focus,
.swiper-button-next:hover,
.swiper-button-next:focus {
  background-color: #e7eeed;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.swiper-button-prev {
  left: 0;
}
@media screen and (min-width: 992px) {
  .swiper-button-prev {
    left: -32px;
  }
}
.swiper-button-next {
  right: 0;
}
@media screen and (min-width: 992px) {
  .swiper-button-next {
    right: -32px;
  }
}
.swiper-container-horizontal > .swiper-scrollbar {
  height: 8px;
}
.swiper-scrollbar {
  background: transparent;
}
.swiper-scrollbar-drag {
  background-color: rgba(69, 148, 131, 0.12);
  border-radius: 6px;
}
.overflow-slider .swiper-container-wrapper,
.overflow-slider .swiper-container {
  overflow: visible;
}
.elementor-products-carousel .swiper-slide,
.swiper--custom .swiper-slide {
  width: 100%;
  max-width: 377px;
}
@media screen and (min-width: 768px) {
  .elementor-products-carousel .swiper-slide,
  .swiper--custom .swiper-slide {
    max-width: 302px;
  }
}
.elementor-products-carousel .product-miniature,
.swiper--custom .product-miniature {
  width: 100%;
  max-width: 367px;
}
@media screen and (min-width: 768px) {
  .elementor-products-carousel .product-miniature,
  .swiper--custom .product-miniature {
    max-width: 292px;
  }
}
.small-carousel .elementor-products-carousel .swiper-slide,
.small-carousel .swiper--custom .swiper-slide {
  width: 100%;
  max-width: 377px;
}
.small-carousel .elementor-products-carousel .product-miniature,
.small-carousel .swiper--custom .product-miniature {
  width: 100%;
  max-width: 367px;
}
.swiper-container-wrapper .product-carousel,
.swiper-container-wrapper .swiper--custom {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  .swiper-container-wrapper .product-carousel,
  .swiper-container-wrapper .swiper--custom {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.view-carousel .swiper-slide {
  width: 100%;
  max-width: 112px;
}
.view-carousel .product-miniature {
  width: 100%;
  max-width: 112px;
}
#search-widget-mobile .form-search-control,
#search_widget .form-search-control {
  background-color: #f1f4f4;
  border-radius: 6px;
  border: 1px solid #d0d0d0;
  padding: 12px 28px 12px 14px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #888;
}
#search-widget-mobile .form-search-control:focus,
#search_widget .form-search-control:focus {
  outline: 0;
  box-shadow: none;
}
#search-widget-mobile .form-search-control::-webkit-input-placeholder,
#search_widget .form-search-control::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #888;
}
#search-widget-mobile .form-search-control::-moz-placeholder,
#search_widget .form-search-control::-moz-placeholder {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #888;
}
#search-widget-mobile .form-search-control:-ms-input-placeholder,
#search_widget .form-search-control:-ms-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #888;
}
#search-widget-mobile .form-search-control:-moz-placeholder,
#search_widget .form-search-control:-moz-placeholder {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #888;
}
@media screen and (min-width: 992px) {
  #search-widget-mobile .form-search-control,
  #search_widget .form-search-control {
    min-width: 250px;
  }
}
@media screen and (min-width: 1200px) {
  #search-widget-mobile .form-search-control,
  #search_widget .form-search-control {
    min-width: 300px;
  }
}
@media screen and (min-width: 1580px) {
  #search-widget-mobile .form-search-control,
  #search_widget .form-search-control {
    min-width: 404px;
  }
}
#search-widget-mobile {
  padding-top: 5px;
}
.search-widget .search-btn {
  padding: 0 5px;
}
.white-bg {
  position: relative;
}
.white-bg > div {
  position: relative;
  z-index: 2;
}
.white-bg:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .white-bg:after {
    height: 220px;
  }
}
.auto-column {
  width: auto !important;
}
.mini-banners .elementor-element-populated .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .mini-banners .elementor-element-populated .elementor-widget-wrap {
    overflow: auto;
  }
}
.mini-banners .elementor-iqit-banner {
  width: 100%;
}
.mini-banners .elementor-iqit-banner a {
  display: block;
  text-align: center;
}
.mini-banners .elementor-iqit-banner-img {
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: -3px;
}
.mini-banners .elementor-iqit-banner-title {
  margin-bottom: 0;
}
.mini-banners .elementor-widget-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mini-banners .elementor-widget-banner {
  display: inline-block;
  text-align: center;
  max-width: 84px;
}
@media screen and (max-width: 991px) {
  .mini-banners .elementor-widget-banner {
    min-width: 82px;
  }
}
@media screen and (min-width: 992px) {
  .mini-banners .elementor-widget-banner {
    -ms-flex: 0 0 92px;
    flex: 0 0 92px;
    max-width: 92px;
  }
}
.mini-banners .swiper-button-next,
.mini-banners .swiper-button-prev {
  margin-top: -32px;
}
@media screen and (max-width: 767px) {
  .mini-banners .swiper-button-next,
  .mini-banners .swiper-button-prev {
    display: none !important;
  }
}
.mini-banners .elementor-widget-banner .elementor-iqit-banner-img img {
  width: 70px;
}
.mini-banners
  .elementor-element
  .elementor-iqit-banner
  a:hover
  .elementor-iqit-banner-title,
.mini-banners
  .elementor-element
  .elementor-iqit-banner
  a:focus
  .elementor-iqit-banner-title {
  color: var(--accent-color);
}
.mini-banners-grid .elementor-element-populated .elementor-widget-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
.mini-banners-grid .elementor-iqit-banner-img {
  border-radius: 6px;
  overflow: hidden;
}
.mini-banners-grid .elementor-widget-banner {
  display: inline-block;
  text-align: center;
  width: 137px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 576px) {
  .mini-banners-grid .elementor-widget-banner {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
.mini-banners-grid
  .elementor-element
  .elementor-iqit-banner
  a:hover
  .elementor-iqit-banner-title,
.mini-banners-grid
  .elementor-element
  .elementor-iqit-banner
  a:focus
  .elementor-iqit-banner-title {
  color: var(--accent-color);
}
.inline-title > .elementor-element-populated > .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.elementor-widget-banner .elementor-iqit-banner {
  display: inline-block;
}
.elementor-widget-banner .elementor-iqit-banner-img img {
  width: auto;
}
.horizontal-scroll-banners
  > .elementor-element-populated
  > .elementor-widget-wrap {
  margin-bottom: 20px;
}
.horizontal-scroll-banners .elementor-widget-banner {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  border-radius: 6px;
  overflow: hidden;
}
.horizontal-scroll-banners .elementor-widget-banner .btn-primary,
.horizontal-scroll-banners .elementor-widget-banner .btn-primary.active,
.horizontal-scroll-banners .elementor-widget-banner .btn-primary :active {
  background-color: transparent !important;
  padding-left: 0;
}
.horizontal-scroll-banners
  .elementor-widget-banner
  .btn-primary:not(:disabled):not(.disabled):active,
.horizontal-scroll-banners
  .elementor-widget-banner
  .btn-primary:not(:disabled):not(.disabled).active,
.horizontal-scroll-banners
  .elementor-widget-banner
  .show
  > .btn-primary.dropdown-toggle {
  color: var(--primary-color);
}
@media screen and (min-width: 768px) {
  .brands-grid .elementor-brands > .row {
    flex-wrap: nowrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 992px) {
  .brands-grid .elementor-brands > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.brands-grid .elementor-brands > .row > div {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .brands-grid .elementor-brands > .row > div {
    -ms-flex: auto;
    flex: auto;
    max-width: none;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .brands-grid .elementor-brands > .row > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.brands-grid .elementor-brands > .row > div:nth-child(n + 7) {
  display: none;
}
@media screen and (min-width: 992px) {
  .brands-grid .elementor-brands > .row > div:nth-child(n + 7) {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .brands-grid .elementor-brands > .row > div:nth-child(n + 8) {
    display: none;
  }
}
.slider-banners .elementor-widget-banner {
  display: inline-block;
  max-width: 354px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 6px 11px rgba(33, 128, 108, 0.16);
  background-color: #fff;
}
.slider-banners .elementor-widget-banner .elementor-iqit-banner {
  display: block;
}
.slider-banners .elementor-widget-banner .elementor-iqit-banner-img img {
  width: 100%;
}
.slider-banners .elementor-iqit-banner-content-below {
  padding-top: 48px;
  padding-bottom: 38px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  position: relative;
}
.slider-banners .elementor-iqit-banner-subtitle {
  position: absolute;
  width: 100%;
  top: 15px;
  left: 0;
}
.slider-banners .elementor-iqit-banner-description {
  margin-bottom: 35px;
}
.grid-banner .elementor-iqit-banner-content {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .grid-banner .elementor-iqit-banner-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .grid-banner .elementor-iqit-banner-content {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.grid-banner .elementor-iqit-banner-content > div:last-child {
  margin-left: 8px;
}
.home-boxes > .elementor-container {
  position: relative;
}
@media screen and (max-width: 991px) {
  .home-boxes > .elementor-container > .elementor-row {
    flex-wrap: nowrap;
    overflow: auto;
  }
}
@media screen and (max-width: 991px) {
  .home-boxes
    > .elementor-container
    > .elementor-row
    > .elementor-column
    > .elementor-column-wrap {
    width: 350px;
    margin-right: 10px;
  }
}
.home-boxes .elementor-column-wrap > .elementor-widget-wrap {
  background-color: #f1f4f4;
  border-radius: 6px;
  padding: 18px;
}
@media screen and (min-width: 768px) {
  .home-boxes .elementor-column-wrap > .elementor-widget-wrap {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .home-boxes .elementor-column-wrap > .elementor-widget-wrap {
    padding: 40px 38px;
  }
}
.home-boxes
  .elementor-column-wrap
  > .elementor-widget-wrap
  .elementor-button-link {
  padding: 0;
}
.home-boxes .home-boxes__bg {
  display: block;
  position: absolute;
  z-index: -1;
  top: -115px;
  left: -180px;
}
@media screen and (min-width: 1580px) {
  .home-boxes .home-boxes__bg {
    top: -67px;
    left: -344px;
  }
}
.big--banner .elementor-iqit-banner-description {
  max-width: 200px;
}
.medium--banner .elementor-iqit-banner-description {
  max-width: 200px;
}
.banner-links {
  position: relative;
  z-index: 90;
}
@media screen and (min-width: 992px) {
  .banner-links {
    transform: translate(0, -80px);
    margin-bottom: -46px !important;
  }
}
@media screen and (min-width: 992px) {
  .banner-links {
    transform: translate(0, -100px);
  }
}
.banner-links .elementor-element .elementor-button {
  color: #000;
}
@media screen and (min-width: 992px) {
  .banner-links .elementor-element .elementor-button {
    color: #fff;
  }
}
.banner-links .elementor-button .elementor-button-text {
  white-space: nowrap;
}
.banner-links .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .banner-links .elementor-widget-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.banner-links .elementor-button-link {
  background-color: transparent;
  color: #fff;
}
.banner-links .elementor-button-link > span {
  display: block;
  position: relative;
}
.banner-links .elementor-button-link > span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
}
.banner-links .elementor-button-link:hover > span:after,
.banner-links .elementor-button-link:focus > span:after {
  opacity: 1;
}
.banner-links .elementor-button-link.btn:not(:disabled):not(.disabled).active,
.banner-links .elementor-button-link.btn:not(:disabled):not(.disabled):active {
  background-color: transparent;
  text-decoration: underline;
}
.box--categories
  > .elementor-container
  > .elementor-row
  > .elementor-column
  > .elementor-column-wrap
  > .elementor-widget-wrap {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 10px 0;
}
@media screen and (min-width: 992px) {
  .box--categories
    > .elementor-container
    > .elementor-row
    > .elementor-column
    > .elementor-column-wrap
    > .elementor-widget-wrap {
    padding: 28px 20px 0;
  }
}
.box--categories .elementor-button-text {
  text-align: left;
}
.box--categories .elementor-image {
  margin-right: -10px;
}
@media screen and (min-width: 992px) {
  .box--categories .elementor-image {
    margin-right: -20px;
  }
}
@media screen and (max-width: 991px) {
  .box--categories .home-categories-small-row .elementor-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box--categories .home-categories-small-row .elementor-row .elementor-column {
    width: 100%;
  }
}
.box--categories .btn-secondary:not(:disabled):not(.disabled).active,
.box--categories .btn-secondary:not(:disabled):not(.disabled):active {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .box--categories__img-col {
    display: none;
  }
}
.box--categories--mobile > .elementor-container > .elementor-row {
  flex-wrap: nowrap;
  padding-bottom: 30px;
}
.box--categories--mobile
  > .elementor-container
  > .elementor-row
  > .elementor-column {
  width: 100%;
  max-width: 248px;
}
.categories-grid .elementor-widget-banner .elementor-iqit-banner {
  display: block;
  background-color: #fff;
  text-align: center;
  border-radius: 6px;
}
.categories-grid-mobile .elementor-iqit-banner {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .grid-34-column.elementor-column
    > .elementor-column-wrap.elementor-element-populated {
    padding-right: 80px;
  }
}
#index .fixed-banner {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  transition: all 0.3s;
}
#index .fixed-banner.opened {
  opacity: 1;
  visibility: visible;
  transform: none;
}
@media screen and (max-width: 767px) {
  #index .fixed-banner.opened {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.fixed-banner {
  position: fixed;
  right: 60px;
  bottom: 15px;
  width: 100%;
  max-width: 400px;
  border-radius: 7px;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .fixed-banner {
    right: auto;
    left: 50%;
  }
}
@media screen and (max-width: 575px) {
  .fixed-banner {
    right: auto;
    left: 50%;
    max-width: 80%;
  }
}
.fixed-banner__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 575px) {
  .fixed-banner__close {
    right: 9px;
  }
}
.fixed-banner__close:hover,
.fixed-banner__close:focus {
  background-color: rgba(255, 255, 255, 0.7);
}
.fixed-banner .elementor-iqit-banner a {
  display: flex;
}
.fixed-banner .elementor-iqit-banner a .elementor-iqit-banner-img {
  margin-right: 20px;
  flex: 0 0 62px;
  max-width: 62px;
}
@media screen and (max-width: 575px) {
  .fixed-banner .elementor-iqit-banner a .elementor-iqit-banner-img {
    margin-right: 8px;
  }
}
.fixed-banner .elementor-iqit-banner a .elementor-button-link.elementor-button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 4px;
  padding-bottom: 0;
}
#index .amazzingblog {
  display: none;
}
.blockcart.cart-preview.show:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 42, 42, 0.5);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #blockcart-content {
    width: 100%;
    max-width: 413px;
  }
}
#blockcart-content .cart-title {
  font-size: 26px;
  font-weight: 700;
  color: #2a2a2a;
  padding: 5px 0 20px;
  border-bottom: 1px solid #f1f4f4;
  position: relative;
}
@media screen and (min-width: 768px) {
  #blockcart-content .cart-title {
    padding: 10px 0 25px;
  }
}
#blockcart-content .cart-title .modal--title {
  display: inline-block;
  line-height: 1;
}
#blockcart-content .cart-title #js-cart-close {
  position: absolute;
  top: 13px;
  right: 10px;
  color: #4f9b8f;
  margin: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #blockcart-content .cart-title #js-cart-close {
    right: 20px;
  }
}
#blockcart-content .cart-title #js-cart-close:hover,
#blockcart-content .cart-title #js-cart-close:focus {
  color: #4f9b8f;
}
#blockcart-content .cart-products {
  padding-top: 20px;
}
#blockcart-content .cart-subtotals {
  border: none;
}
#blockcart-content .cart-totals {
  border: none;
  margin-bottom: 10px;
}
#blockcart-content .cart-subtotals,
#blockcart-content .cart-totals,
#blockcart-content .cart-buttons {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  #blockcart-content .cart-subtotals,
  #blockcart-content .cart-totals,
  #blockcart-content .cart-buttons {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#blockcart-content .cart-summary-line .label,
#blockcart-content .cart-summary-line .value {
  font-size: 16px;
  color: #5b625c;
}
#blockcart-content .cart-summary-line.cart-totals .value {
  font-size: 22px;
  font-weight: 600;
  color: #4f9b8f;
}
#blockcart-content .no-items {
  padding: 20px 0;
}
#blockcart-content .no-items + .iqitfreedeliverycount {
  display: none;
}
#cart-toogle svg path {
    fill: var(--secondary-color);
}
#cart-toogle:hover svg path,
#cart-toogle:focus svg path {
    fill: var(--primary-color);
}
.header-nav svg path {
  fill: var(--primary-color);
}
#cart-toogle {
  background-color: var(--primary-color);
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  color: var(--secondary-color);
  font-size: 17px;
  font-weight: 600;
}
#cart-toogle:hover,
#cart-toogle:focus {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
#cart-toogle .cart-toggle-text {
  padding: 0 16px;
}
.header--mobile #cart-toogle .cart-toggle-text {
  display:none;
}
#mobile-cart-toogle.m-nav-btn {
  background-color: #d87659;
  padding: 10px;
  border-radius: 6px;
  color: #fff;
}
@media screen and (min-width: 576px) {
  #mobile-cart-toogle.m-nav-btn {
    padding: 12px;
  }
}
#mobile-cart-toogle.m-nav-btn:hover,
#mobile-cart-toogle.m-nav-btn:focus {
  background-color: #ce5430;
}
.ps-shoppingcart .cart-products-count-btn,
.cart-products-count--btn {
  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: static;
  background-color: var(--primary-color);
  width: 21px;
  height: 21px;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  line-height: 1.428;
  font-weight: 700;
  padding: 0;
}
#mobile-cart-wrapper .cart-products-count-btn {
  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: absolute;
  background-color: var(--primary-color);
  width: 21px;
  height: 21px;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  line-height: 1.428;
  font-weight: 700;
  padding: 0;
  top: -8px;
  right: -8px;
}
.white-bg {
  position: relative;
}
.white-bg > div {
  position: relative;
  z-index: 2;
}
.white-bg:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .white-bg:after {
    height: 220px;
  }
}
.auto-column {
  width: auto !important;
}
.mini-banners .elementor-element-populated .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .mini-banners .elementor-element-populated .elementor-widget-wrap {
    overflow: auto;
  }
}
.mini-banners .elementor-iqit-banner {
  width: 100%;
}
.mini-banners .elementor-iqit-banner a {
  display: block;
  text-align: center;
}
.mini-banners .elementor-iqit-banner-img {
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: -3px;
}
.mini-banners .elementor-iqit-banner-title {
  margin-bottom: 0;
}
.mini-banners .elementor-widget-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mini-banners .elementor-widget-banner {
  display: inline-block;
  text-align: center;
  max-width: 84px;
}
@media screen and (max-width: 991px) {
  .mini-banners .elementor-widget-banner {
    min-width: 82px;
  }
}
@media screen and (min-width: 992px) {
  .mini-banners .elementor-widget-banner {
    -ms-flex: 0 0 92px;
    flex: 0 0 92px;
    max-width: 92px;
  }
}
.mini-banners .swiper-button-next,
.mini-banners .swiper-button-prev {
  margin-top: -32px;
}
@media screen and (max-width: 767px) {
  .mini-banners .swiper-button-next,
  .mini-banners .swiper-button-prev {
    display: none !important;
  }
}
.mini-banners .elementor-widget-banner .elementor-iqit-banner-img img {
  width: 70px;
}
.mini-banners
  .elementor-element
  .elementor-iqit-banner
  a:hover
  .elementor-iqit-banner-title,
.mini-banners
  .elementor-element
  .elementor-iqit-banner
  a:focus
  .elementor-iqit-banner-title {
  color: var(--accent-color);
}
.mini-banners-grid .elementor-element-populated .elementor-widget-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
.mini-banners-grid .elementor-iqit-banner-img {
  border-radius: 6px;
  overflow: hidden;
}
.mini-banners-grid .elementor-widget-banner {
  display: inline-block;
  text-align: center;
  width: 137px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 576px) {
  .mini-banners-grid .elementor-widget-banner {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
.mini-banners-grid
  .elementor-element
  .elementor-iqit-banner
  a:hover
  .elementor-iqit-banner-title,
.mini-banners-grid
  .elementor-element
  .elementor-iqit-banner
  a:focus
  .elementor-iqit-banner-title {
  color: var(--accent-color);
}
.inline-title > .elementor-element-populated > .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.elementor-widget-banner .elementor-iqit-banner {
  display: inline-block;
}
.elementor-widget-banner .elementor-iqit-banner-img img {
  width: auto;
}
.horizontal-scroll-banners
  > .elementor-element-populated
  > .elementor-widget-wrap {
  margin-bottom: 20px;
}
.horizontal-scroll-banners .elementor-widget-banner {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  border-radius: 6px;
  overflow: hidden;
}
.horizontal-scroll-banners .elementor-widget-banner .btn-primary,
.horizontal-scroll-banners .elementor-widget-banner .btn-primary.active,
.horizontal-scroll-banners .elementor-widget-banner .btn-primary :active {
  background-color: transparent !important;
  padding-left: 0;
}
.horizontal-scroll-banners
  .elementor-widget-banner
  .btn-primary:not(:disabled):not(.disabled):active,
.horizontal-scroll-banners
  .elementor-widget-banner
  .btn-primary:not(:disabled):not(.disabled).active,
.horizontal-scroll-banners
  .elementor-widget-banner
  .show
  > .btn-primary.dropdown-toggle {
  color: var(--primary-color);
}
@media screen and (min-width: 768px) {
  .brands-grid .elementor-brands > .row {
    flex-wrap: nowrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 992px) {
  .brands-grid .elementor-brands > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.brands-grid .elementor-brands > .row > div {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .brands-grid .elementor-brands > .row > div {
    -ms-flex: auto;
    flex: auto;
    max-width: none;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .brands-grid .elementor-brands > .row > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.brands-grid .elementor-brands > .row > div:nth-child(n + 7) {
  display: none;
}
@media screen and (min-width: 992px) {
  .brands-grid .elementor-brands > .row > div:nth-child(n + 7) {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .brands-grid .elementor-brands > .row > div:nth-child(n + 8) {
    display: none;
  }
}
.slider-banners .elementor-widget-banner {
  display: inline-block;
  max-width: 354px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 6px 11px rgba(33, 128, 108, 0.16);
  background-color: #fff;
}
.slider-banners .elementor-widget-banner .elementor-iqit-banner {
  display: block;
}
.slider-banners .elementor-widget-banner .elementor-iqit-banner-img img {
  width: 100%;
}
.slider-banners .elementor-iqit-banner-content-below {
  padding-top: 48px;
  padding-bottom: 38px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  position: relative;
}
.slider-banners .elementor-iqit-banner-subtitle {
  position: absolute;
  width: 100%;
  top: 15px;
  left: 0;
}
.slider-banners .elementor-iqit-banner-description {
  margin-bottom: 35px;
}
.grid-banner .elementor-iqit-banner-content {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .grid-banner .elementor-iqit-banner-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .grid-banner .elementor-iqit-banner-content {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.grid-banner .elementor-iqit-banner-content > div:last-child {
  margin-left: 8px;
}
.home-boxes > .elementor-container {
  position: relative;
}
@media screen and (max-width: 991px) {
  .home-boxes > .elementor-container > .elementor-row {
    flex-wrap: nowrap;
    overflow: auto;
  }
}
@media screen and (max-width: 991px) {
  .home-boxes
    > .elementor-container
    > .elementor-row
    > .elementor-column
    > .elementor-column-wrap {
    width: 350px;
    margin-right: 10px;
  }
}
.home-boxes .elementor-column-wrap > .elementor-widget-wrap {
  background-color: #f1f4f4;
  border-radius: 6px;
  padding: 18px;
}
@media screen and (min-width: 768px) {
  .home-boxes .elementor-column-wrap > .elementor-widget-wrap {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .home-boxes .elementor-column-wrap > .elementor-widget-wrap {
    padding: 40px 38px;
  }
}
.home-boxes
  .elementor-column-wrap
  > .elementor-widget-wrap
  .elementor-button-link {
  padding: 0;
}
.home-boxes .home-boxes__bg {
  display: block;
  position: absolute;
  z-index: -1;
  top: -115px;
  left: -180px;
}
@media screen and (min-width: 1580px) {
  .home-boxes .home-boxes__bg {
    top: -67px;
    left: -344px;
  }
}
.big--banner .elementor-iqit-banner-description {
  max-width: 200px;
}
.medium--banner .elementor-iqit-banner-description {
  max-width: 200px;
}
.banner-links {
  position: relative;
  z-index: 90;
}
@media screen and (min-width: 992px) {
  .banner-links {
    transform: translate(0, -80px);
    margin-bottom: -46px !important;
  }
}
@media screen and (min-width: 992px) {
  .banner-links {
    transform: translate(0, -100px);
  }
}
.banner-links .elementor-element .elementor-button {
  color: #000;
}
@media screen and (min-width: 992px) {
  .banner-links .elementor-element .elementor-button {
    color: #fff;
  }
}
.banner-links .elementor-button .elementor-button-text {
  white-space: nowrap;
}
.banner-links .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .banner-links .elementor-widget-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.banner-links .elementor-button-link {
  background-color: transparent;
  color: #fff;
}
.banner-links .elementor-button-link > span {
  display: block;
  position: relative;
}
.banner-links .elementor-button-link > span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
}
.banner-links .elementor-button-link:hover > span:after,
.banner-links .elementor-button-link:focus > span:after {
  opacity: 1;
}
.banner-links .elementor-button-link.btn:not(:disabled):not(.disabled).active,
.banner-links .elementor-button-link.btn:not(:disabled):not(.disabled):active {
  background-color: transparent;
  text-decoration: underline;
}
.box--categories
  > .elementor-container
  > .elementor-row
  > .elementor-column
  > .elementor-column-wrap
  > .elementor-widget-wrap {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 10px 0;
}
@media screen and (min-width: 992px) {
  .box--categories
    > .elementor-container
    > .elementor-row
    > .elementor-column
    > .elementor-column-wrap
    > .elementor-widget-wrap {
    padding: 28px 20px 0;
  }
}
.box--categories .elementor-button-text {
  text-align: left;
}
.box--categories .elementor-image {
  margin-right: -10px;
}
@media screen and (min-width: 992px) {
  .box--categories .elementor-image {
    margin-right: -20px;
  }
}
@media screen and (max-width: 991px) {
  .box--categories .home-categories-small-row .elementor-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box--categories .home-categories-small-row .elementor-row .elementor-column {
    width: 100%;
  }
}
.box--categories .btn-secondary:not(:disabled):not(.disabled).active,
.box--categories .btn-secondary:not(:disabled):not(.disabled):active {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .box--categories__img-col {
    display: none;
  }
}
.box--categories--mobile > .elementor-container > .elementor-row {
  flex-wrap: nowrap;
  padding-bottom: 30px;
}
.box--categories--mobile
  > .elementor-container
  > .elementor-row
  > .elementor-column {
  width: 100%;
  max-width: 248px;
}
.categories-grid .elementor-widget-banner .elementor-iqit-banner {
  display: block;
  background-color: #fff;
  text-align: center;
  border-radius: 6px;
}
.categories-grid-mobile .elementor-iqit-banner {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .grid-34-column.elementor-column
    > .elementor-column-wrap.elementor-element-populated {
    padding-right: 80px;
  }
}
#index .fixed-banner {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  transition: all 0.3s;
}
#index .fixed-banner.opened {
  opacity: 1;
  visibility: visible;
  transform: none;
}
@media screen and (max-width: 767px) {
  #index .fixed-banner.opened {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.fixed-banner {
  position: fixed;
  right: 60px;
  bottom: 15px;
  width: 100%;
  max-width: 400px;
  border-radius: 7px;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .fixed-banner {
    right: auto;
    left: 50%;
  }
}
@media screen and (max-width: 575px) {
  .fixed-banner {
    right: auto;
    left: 50%;
    max-width: 80%;
  }
}
.fixed-banner__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 575px) {
  .fixed-banner__close {
    right: 9px;
  }
}
.fixed-banner__close:hover,
.fixed-banner__close:focus {
  background-color: rgba(255, 255, 255, 0.7);
}
.fixed-banner .elementor-iqit-banner a {
  display: flex;
}
.fixed-banner .elementor-iqit-banner a .elementor-iqit-banner-img {
  margin-right: 20px;
  flex: 0 0 62px;
  max-width: 62px;
}
@media screen and (max-width: 575px) {
  .fixed-banner .elementor-iqit-banner a .elementor-iqit-banner-img {
    margin-right: 8px;
  }
}
.fixed-banner .elementor-iqit-banner a .elementor-button-link.elementor-button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 4px;
  padding-bottom: 0;
}
#index .amazzingblog {
  display: none;
}

.mini-banners img {
  width: 70px !important;
  height: 70px;
}
figure:hover,
figure:focus {
  color: var(--accent-color);
}
.container,
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1530px !important;
}
@media (min-width: 768px) {
  .layout_layout1 .ets_mm_megamenu_content {
    background: var(--primary-color) !important;
  }
}
.layout_layout1 .ets_mm_megamenu_content {
  border-bottom: none !important;
  border-top: none !important;
}
.layout_layout1 .mm_menus_li:last-child {
  border-right: none !important;
}
.layout_layout1 .mm_menus_li:nth-child(2) {
  border-left: none !important;
}
.layout_layout1 .mm_menus_li {
  border-right: none !important;
}
.layout_layout1:not(.click_open_submenu) .mm_menus_li:hover > a:before {
  opacity: 0 !important;
}
.layout_layout1:not(.ybc_vertical_menu):not(.click_open_submenu)
  .mm_menus_li
  > a:before {
  background-color: black !important;
}
#footer .footer-before {
  border-bottom: 1px solid rgba(112, 112, 112, 0.12);
}
#footer-container-main,
#checkout-footer {
  border-top: none 1px;
}
.swiper-slide-inner img {
  transition: transform 0.3s ease;
}
.swiper-slide-inner:hover img {
  transform: scale(1.1);
}
.swiper-slide-inner {
  overflow: hidden;
}
.elementor-swiper-button-next,
.elementor-swiper-button-prev {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: rgba(231, 238, 237, 0.6);
  opacity: 1;
}
.elementor-swiper-button-next i,
.elementor-swiper-button-prev i {
  color: var(--primary-color);
  font-size: 33px;
  top: 21%;
  position: absolute;
  left: 25%;
}
.elementor-swiper-button-prev:hover,
.elementor-swiper-button-prev:focus,
.elementor-swiper-button-next:hover,
.elementor-swiper-button-next:focus {
  background-color: #e7eeed;
}
.elementor-swiper-button.swiper-button-disabled {
  opacity: 0 !important;
}
.elementor-product-miniature .elementor-content .elementor-category {
  margin-top: 5px;
  margin-top: 5px;
  text-align: left;
  font-size: 14px;
  color: #909090;
}
.elementor-product-miniature .elementor-title {
  color: var(--primary-color);
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #5b625c;
  text-align: left;
}
.elementor-product-miniature .elementor-title:hover {
  color: var(--primary-color);
}
.elementor-product-miniature .elementor-price-wrapper .elementor-price {
  font-size: 23px;
  font-weight: 600;
  color: var(--primary-color);
  text-align: left;
}
.elementor-product-miniature .elementor-price-wrapper {
  text-align: left;
  min-height: 60px;
}
.custom-image-carousel-caption .elementor-image-carousel-caption {
  padding-top: 48px;
  padding-bottom: 38px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  position: relative;
  border-radius: 0px 0px 6px 6px;
}
.custom-image-carousel-caption .elementor-image-carousel-caption .title {
  color: #2e4552;
  font-size: 21px;
  font-weight: 600;
}
.custom-image-carousel-caption .elementor-image-carousel-caption .subtitle {
  color: #707070;
  font-size: 16px;
  margin-bottom: 35px;
}
.custom-image-carousel-caption .elementor-image-carousel-caption .button {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: bold;
  background-color: var(--primary-color);
  padding: 12px;
  border-radius: 6px;
}
.custom-image-carousel-caption .elementor-image-carousel-caption .button:hover {
  color: var(--primary-color);
  background-color: var(--secondary-color);
}
.elementor-section.elementor-section-stretched {
  width: 100vw !important;
  position: relative !important;
  margin-left: -50vw !important;
  left: 50% !important;
}
.elementor-price-regular {
  display: block;
}
.elementor-product-miniature .elementor-title {
  white-space: wrap !important;
  min-height: 40px;
  margin-bottom: 30px !important;
}
.elementor-element.graphic-float {
  z-index: -1 !important;
}
ul, li {
  list-style:none !important;
}
.elementor-product-miniature .elementor-badge-sale {
  background: var(--secondary-color) !important;
}
.products .product-miniature .wishlist-button-add { 
  display:none;
}
/* Make dropdown visible when open */
.dropdown-menu.show,
.dropdown.open > .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1, 1) !important;
}