/*
* theme: Starter
* preprocessor: scss
* framework: Bootstrap v4.4.1
* version: 0.9.3
*/

/* buttons */

/* aurorascroll */

/*
* bootstrap variables redefine
*/

:root {
  --font-family-base: "Montserrat", sans-serif;
  --global-color: #3F4547;
  --link-color: #4B83B6;
  --link-hover-color: #3F4547;
  --price-color: #df2b43;
  --price-original-color: #676872;
  --price-special-color: #df2b43;
  --sticky-header-height: 150px;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #b8bcbe;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #f77982;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #78b15a;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3F4547;
  --secondary: #3891DD;
  --success: #78b15a;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #f77982;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --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: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #151E26;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  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: .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: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #4B83B6;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #3F4547;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

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;
  display: block;
  font-size: 87.5%;
  color: #212529;
}

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: #adb5bd;
  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: 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;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  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;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type="search"]::-webkit-search-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-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  background-color: #fff;
  border: 0 solid #dee2e6;
  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-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

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

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.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%;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #151E26;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}

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

.table-bordered {
  border: 1px solid #e9ecef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}

.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 {
  color: #151E26;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c9cbcb;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #9b9e9f;
}

.table-hover .table-primary:hover {
  background-color: #bcbebe;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #bcbebe;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c7e0f5;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #98c6ed;
}

.table-hover .table-secondary:hover {
  background-color: #b1d4f1;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #b1d4f1;
}

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #b9d6a9;
}

.table-hover .table-success:hover {
  background-color: #cbe1c0;
}

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

.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: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fbb9be;
}

.table-hover .table-danger:hover {
  background-color: #fcc1c6;
}

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

.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: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.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 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #3F4547;
  outline: 0;
  box-shadow: none;
}

.form-control::placeholder {
  color: #adb5bd;
  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: 1.09375rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.76562rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #151E26;
  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.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.76562rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}

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: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -2.5rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #adb5bd;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(120, 177, 90, 0.9);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #78b15a;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2378b15a' 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");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #78b15a;
  box-shadow: 0 0 0 0 rgba(120, 177, 90, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #78b15a;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2378b15a' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #78b15a;
  box-shadow: 0 0 0 0 rgba(120, 177, 90, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #78b15a;
}

.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: #78b15a;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #78b15a;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #94c17d;
  background-color: #94c17d;
}

.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 rgba(120, 177, 90, 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: #78b15a;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #78b15a;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #78b15a;
  box-shadow: 0 0 0 0 rgba(120, 177, 90, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(247, 121, 130, 0.9);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #f77982;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f77982' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f77982' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #f77982;
  box-shadow: 0 0 0 0 rgba(247, 121, 130, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #f77982;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='12' height='12' fill='none' stroke='%23f77982' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f77982' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #f77982;
  box-shadow: 0 0 0 0 rgba(247, 121, 130, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #f77982;
}

.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: #f77982;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f77982;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #faa9af;
  background-color: #faa9af;
}

.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 rgba(247, 121, 130, 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: #f77982;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f77982;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f77982;
  box-shadow: 0 0 0 0 rgba(247, 121, 130, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.btn {
  display: inline-block;
  font-weight: 500;
  color: #151E26;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 12px 21px;
  font-size: 0.8125rem;
  line-height: 14px;
  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;
}

.btn:hover {
  color: #151E26;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

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

.btn-primary {
  border-color: #3F4547;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%; /* or 14px */
  color: #FFFFFF;
  background-color: #3891DD;
  box-shadow: 0px 5px 14px rgba(56, 145, 221, 0.3);
  border-radius: 3px;
  border: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2d3133;
  border-color: #272b2c;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #2d3133;
  border-color: #272b2c;
  box-shadow: 0 0 0 0 rgba(92, 97, 99, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #3F4547;
  border-color: #3F4547;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #272b2c;
  border-color: #212425;
}

.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 rgba(92, 97, 99, 0.5);
}

.btn-secondary {
  background-color: #3891DD;
  border-color: #3891DD;
  color: #fff;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #237ecc;
  border-color: #2177c1;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #237ecc;
  border-color: #2177c1;
  box-shadow: 0 0 0 0 rgba(86, 162, 226, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #3891DD;
  border-color: #3891DD;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #2177c1;
  border-color: #1f71b6;
}

.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 rgba(86, 162, 226, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #78b15a;
  border-color: #78b15a;
}

.btn-success:hover {
  color: #fff;
  background-color: #669b49;
  border-color: #609345;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #669b49;
  border-color: #609345;
  box-shadow: 0 0 0 0 rgba(107, 156, 83, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #212529;
  background-color: #78b15a;
  border-color: #78b15a;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #609345;
  border-color: #5a8a41;
}

.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 rgba(107, 156, 83, 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 {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0 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 rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #212529;
  background-color: #f77982;
  border-color: #f77982;
}

.btn-danger:hover {
  color: #fff;
  background-color: #f55560;
  border-color: #f44955;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #f55560;
  border-color: #f44955;
  box-shadow: 0 0 0 0 rgba(215, 108, 117, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #212529;
  background-color: #f77982;
  border-color: #f77982;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f44955;
  border-color: #f33d4a;
}

.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 rgba(215, 108, 117, 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 {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0 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 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 {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0 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 rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #3F4547;
  border-color: #3F4547;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #3F4547;
  border-color: #3F4547;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(63, 69, 71, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #3F4547;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3F4547;
  border-color: #3F4547;
}

.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 rgba(63, 69, 71, 0.5);
}

.btn-outline-secondary {
  color: #3891DD;
  border-color: #3891DD;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #3891DD;
  border-color: #3891DD;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(56, 145, 221, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #3891DD;
  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: #3891DD;
  border-color: #3891DD;
}

.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 rgba(56, 145, 221, 0.5);
}

.btn-outline-success {
  color: #78b15a;
  border-color: #78b15a;
}

.btn-outline-success:hover {
  color: #212529;
  background-color: #78b15a;
  border-color: #78b15a;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(120, 177, 90, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #78b15a;
  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: #212529;
  background-color: #78b15a;
  border-color: #78b15a;
}

.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 rgba(120, 177, 90, 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 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 rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #f77982;
  border-color: #f77982;
}

.btn-outline-danger:hover {
  color: #212529;
  background-color: #f77982;
  border-color: #f77982;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(247, 121, 130, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #f77982;
  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: #212529;
  background-color: #f77982;
  border-color: #f77982;
}

.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 rgba(247, 121, 130, 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 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 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 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 rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #4B83B6;
  text-decoration: none;
}

.btn-link:hover {
  color: #3F4547;
  text-decoration: none;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 14px 30px;
  font-size: 1rem;
  line-height: 1.25rem;
  border-radius: 0;
}

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

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

.fade:not(.show) {
  opacity: 0;
}

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 3.4px;
  vertical-align: 3.4px;
  content: "";
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px 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: 20rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #151E26;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

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

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

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

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 3.4px;
  vertical-align: 3.4px;
  content: "";
  border-top: 0;
  border-right: 4px solid transparent;
  border-bottom: 4px solid;
  border-left: 4px 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: 3.4px;
  vertical-align: 3.4px;
  content: "";
  border-top: 4px solid transparent;
  border-right: 0;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
  vertical-align: 0;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 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: 3.4px;
  vertical-align: 3.4px;
  content: "";
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 3.4px;
  vertical-align: 3.4px;
  content: "";
  border-top: 4px solid transparent;
  border-right: 4px solid;
  border-bottom: 4px solid transparent;
  vertical-align: 0;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 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.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3F4547;
}

.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 1rem;
  margin-bottom: 0;
  font-size: 0.76562rem;
  color: #6c757d;
  white-space: nowrap;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  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: flex;
  flex-wrap: wrap;
  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;
}

.dropdown-toggle-split {
  padding-right: 15.75px;
  padding-left: 15.75px;
}

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  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 > .custom-file {
  display: flex;
  align-items: center;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn: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;
  background: #3891DD;
  border-radius: 0px 3px 3px 0px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #d3d3d3;
}

.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(1.5em + 1rem + 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: 1.09375rem;
  line-height: 1.5;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 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.76562rem;
  line-height: 1.5;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

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

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.15625rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #0F2852;
  border-color: #3891DD;
  background-color: #3891DD;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #3F4547;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #969fa2;
  border-color: #969fa2;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.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.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #dee2e6 solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1.5C14.5 1.75587 14.4023 2.01187 14.207 2.20687L6.20703 10.2069C6.0125 10.4031 5.75625 10.5 5.5 10.5C5.24375 10.5 4.98813 10.4023 4.79313 10.207L0.793125 6.20703C0.597813 6.0125 0.5 5.75625 0.5 5.5C0.5 4.92875 0.967188 4.5 1.5 4.5C1.75588 4.5 2.01188 4.59766 2.20688 4.79297L5.5 8.0875L12.7938 0.79375C12.9875 0.597813 13.2438 0.5 13.5 0.5C14.0344 0.5 14.5 0.928125 14.5 1.5Z' fill='%230F2852'/%3E%3C/svg%3E%0A");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #3F4547;
  background-color: #3F4547;
}

.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' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%230F2852' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(63, 69, 71, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(63, 69, 71, 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' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%230F2852'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(63, 69, 71, 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.15625rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #dee2e6;
  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;
}

.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(63, 69, 71, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #3F4547;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(63, 69, 71, 0.25);
}

.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 {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.76562rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.09375rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 40px;
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #3F4547;
  box-shadow: none;
}

.custom-file-input[disabled] ~ .custom-file-label,
.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: 40px;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #d3d3d3;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
}

.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3F4547;
  border: 0;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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;
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #969fa2;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #3F4547;
  border: 0;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

.custom-range::-moz-range-thumb:active {
  background-color: #969fa2;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #3F4547;
  border: 0;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

.custom-range::-ms-thumb:active {
  background-color: #969fa2;
}

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

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
}

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  position: relative;
}

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

.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 .dropdown-menu {
  margin-top: -1px;
}

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

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.33594rem;
  padding-bottom: 0.33594rem;
  margin-right: 0;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
  color: #3F4547;
  margin-right: auto;
  margin-left: 15px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  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 {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

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

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav {
  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 .navbar-collapse {
  display: flex !important;
  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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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(0, 0, 0, 0.9);
}

.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(0, 0, 0, 0.9);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(0, 0, 0, 0.9);
}

.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: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0;
}

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

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

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

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

.card-link + .card-link {
  margin-left: 0;
}

.card-header {
  padding: 0.5rem 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.5rem 0;
  background-color: transparent;
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}

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

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

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

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-deck .card {
  margin-bottom: 15px;
}

.card-group > .card {
  margin-bottom: 15px;
}

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

.accordion > .card {
  overflow: hidden;
}

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

.accordion > .card > .card-header {
  margin-bottom: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  list-style: none;
  background-color: transparent;
}

.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;
  text-decoration: none;
}

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: 13px 11px;
  margin-left: 0;
  line-height: 1.25;
  background-color: #3891DD;
  transition: all 0.2s;
  color: #FFFF;
  font-size: 0.75rem;
  border: 0;
  font-weight: 500;
}

.page-link:hover {
  z-index: 2;
  text-decoration: none;
  background-color: #0F2852;
  border-color: #0F2852;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.page-item:first-child .page-link {
  margin-left: 0;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: rgba(145, 164, 182, 0.4);
  border-color: rgba(145, 164, 182, 0.4);
}

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

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

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

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

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

.badge-primary {
  color: #fff;
  background-color: #3F4547;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #272b2c;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(63, 69, 71, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #3891DD;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #2177c1;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(56, 145, 221, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #78b15a;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #212529;
  background-color: #609345;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(120, 177, 90, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #212529;
  background-color: #f77982;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #212529;
  background-color: #f44955;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(247, 121, 130, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3.8125rem;
}

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

.alert-primary {
  color: #212425;
  background-color: #d9dada;
  border-color: #c9cbcb;
}

.alert-primary hr {
  border-top-color: #bcbebe;
}

.alert-primary .alert-link {
  color: #090a0a;
}

.alert-secondary {
  color: #1d4b73;
  background-color: #d7e9f8;
  border-color: #c7e0f5;
}

.alert-secondary hr {
  border-top-color: #b1d4f1;
}

.alert-secondary .alert-link {
  color: #13304a;
}

.alert-success {
  color: #3e5c2f;
  background-color: #e4efde;
  border-color: #d9e9d1;
}

.alert-success hr {
  border-top-color: #cbe1c0;
}

.alert-success .alert-link {
  color: #273a1e;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #803f44;
  background-color: #fde4e6;
  border-color: #fdd9dc;
}

.alert-danger hr {
  border-top-color: #fcc1c6;
}

.alert-danger .alert-link {
  color: #5e2e32;
}

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

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #e9ecef;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3F4547;
  transition: width 0.6s ease;
}

.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: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  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 {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #151E26;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.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: #3F4547;
  border-color: #3F4547;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

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

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

.list-group-item-primary {
  color: #212425;
  background-color: #c9cbcb;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #212425;
  background-color: #bcbebe;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #212425;
  border-color: #212425;
}

.list-group-item-secondary {
  color: #1d4b73;
  background-color: #c7e0f5;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #1d4b73;
  background-color: #b1d4f1;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #1d4b73;
  border-color: #1d4b73;
}

.list-group-item-success {
  color: #3e5c2f;
  background-color: #d9e9d1;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #3e5c2f;
  background-color: #cbe1c0;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #3e5c2f;
  border-color: #3e5c2f;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

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

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

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

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #803f44;
  background-color: #fdd9dc;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #803f44;
  background-color: #fcc1c6;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #803f44;
  border-color: #803f44;
}

.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.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-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);
  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: flex;
  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);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > * {
  margin: 0.25rem;
}

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

.tooltip {
  position: absolute;
  z-index: 10070;
  display: block;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  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.76562rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

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

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

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

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

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Montserrat", sans-serif;
  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.76562rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

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

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0;
  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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0.5rem 0;
  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);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  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-width: 0 0.5rem 0.5rem 0.5rem;
  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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  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-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  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;
}

.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: opacity 0s 0.6s;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.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: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  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: .5;
  transition: opacity 0.6s ease;
}

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

.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 .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .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: #3F4547 !important;
}

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

.bg-secondary {
  background-color: #3891DD !important;
}

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

.bg-success {
  background-color: #78b15a !important;
}

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

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

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

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

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

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

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f44955 !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 #e9ecef !important;
}

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

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

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

.border-left {
  border-left: 1px solid #e9ecef !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: #3F4547 !important;
}

.border-secondary {
  border-color: #3891DD !important;
}

.border-success {
  border-color: #78b15a !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

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

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

.float-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;
  top: 0;
  left: 0;
}

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

.position-sticky {
  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;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-wrap {
  white-space: normal !important;
}

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

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

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

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

.text-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: #3F4547 !important;
}

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

.text-secondary {
  color: #3891DD !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #1d6aab !important;
}

.text-success {
  color: #78b15a !important;
}

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

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

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

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

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

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

a.text-danger:hover,
a.text-danger:focus {
  color: #f3313f !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: #151E26 !important;
}

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

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*! nouislider - 14.0.2 - 6/28/2019 */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
  background: #FAFAFA;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
  background: #3F4547;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  cursor: pointer;
  outline: none;
  border-radius: 100%;
  background: #3F4547;
  cursor: default;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 6px;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -10px;
  top: -8px;
}

.noUi-vertical {
  width: 6px;
}

.noUi-vertical .noUi-handle {
  width: 20px;
  height: 20px;
  left: -8px;
  top: -10px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -10px;
  left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  background: #fff;
  color: #000;
  text-align: center;
  padding: 2px 5px;
  border-radius: 0;
  font-size: 80%;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  left: 0;
  transform: none;
}

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  transform: none;
  left: auto;
  right: 0;
}

.slick-slider {
  --slick-arrow-box-size: 30px;
  --slick-arrow-size: 12px;
  --slick-dots-font-size: 50px;
  --slick-dots-size: 24px;
  --slick-arrow-width: 3px;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-vertical {
  margin: 1.5rem 0;
}

.slick-arrow {
  position: absolute;
  font-size: 0;
  line-height: 0;
  display: block;
  width: var(--slick-arrow-box-size);
  height: var(--slick-arrow-box-size);
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  border: 0;
  z-index: 1;
}

.slick-vertical .slick-arrow {
  width: 10px;
  height: 10px;
}

.slick-next {
  top: 50%;
  right: 0;
}

.slick-vertical .slick-next {
  top: auto;
  bottom: -15px;
  right: calc(50% - 4px);
}

.slick-prev {
  top: 50%;
  left: 0;
}

.slick-vertical .slick-prev {
  top: -10px;
  left: calc(50% - 4px);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  border: solid #000;
  content: " ";
  height: var(--slick-arrow-size);
  width: var(--slick-arrow-size);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  left: 0;
}

.slick-next:before {
  left: calc(var(--slick-arrow-width) * -1);
  border-width: 0 var(--slick-arrow-width) var(--slick-arrow-width) 0;
}

.slick-vertical .slick-next:before {
  left: 0;
  transform: rotate(45deg);
}

.slick-prev:before {
  right: calc(var(--slick-arrow-width) * -1);
  border-width: var(--slick-arrow-width) 0 0 var(--slick-arrow-width);
}

.slick-vertical .slick-prev:before {
  right: 0;
  transform: rotate(45deg);
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: var(--slick-dots-size);
  height: var(--slick-dots-size);
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: var(--slick-dots-size);
  height: var(--slick-dots-size);
  cursor: pointer;
  color: transparent;
  border: 0;
  background: transparent;
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: '•';
  font-size: var(--slick-dots-font-size);
  line-height: var(--slick-dots-size);
  position: absolute;
  top: 0;
  left: 0;
  width: var(--slick-dots-size);
  height: var(--slick-dots-size);
  text-align: center;
  opacity: .25;
  color: #FFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: white;
}

.sr-container {
  margin: auto;
}

.sr-container-small {
  width: 720px;
}

.sr-container-xs {
  width: 540px;
}

.column-left {
  margin-top: 30px;
}

.sticky-header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  will-change: transform;
  background: #f8f9fa;
  z-index: 1020;
  transition: transform .2s linear;
}

.sticky-header-pinned {
  transform: translateY(0%);
}

.sticky-header-unpinned {
  transform: translateY(-100%);
}

.header-top-left .module + .module {
  margin-left: 1rem;
}

.search-module,
.cart-dropdown,
.wishlist-dropdown {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.search-module a:not(.btn),
.cart-dropdown a:not(.btn),
.wishlist-dropdown a:not(.btn) {
  color: #3F4547;
}

.wishlist-dropdown-product-item-left > a {
  padding-right: 1rem;
  display: block;
}

header .navbar {
  padding: 25px 0 24px;
}

.cart-dropdown .btn {
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  justify-content: center;
}

.cart-dropdown .cart-product-count {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-left: 0.5rem;
}

.search-module {
  flex: 0 0 400px;
  margin: auto;
  position: relative;
}

.search-module .input-group-append {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 4;
}

.search-module .form-control {
  font-size: 0.8125rem;
  padding-right: 50px;
  font-style: italic;
  height: 50px;
}

.header-top-line {
  background-color: #071836;
  border-top: 3px solid #1081E8;
}

.header-top-line a:not(.edit-link) {
  padding: 17px 1rem 15px;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #98C1E2;
}

.header-top-line .login-list > .nav-item a {
  font-weight: 700;
}

.header-bottom-line {
  background-color: #0F2852;
}

.header-quantity-box {
  margin-left: 0.25rem;
}

.nav-link,
.header-top a {
  color: #FFFFFF;
}

.nav-link:active,
.nav-link:hover,
.header-top a:active,
.header-top a:hover {
  color: #272b2c;
}

.headermenu-list .dropdown > a:after {
  border: solid #3F4547;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 6px;
  width: 6px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  display: inline-block;
  top: -3px;
  position: relative;
  right: -3px;
}

.headermenu-list .dropdown > a:active:after,
.headermenu-list .dropdown > a:hover:after {
  border-right: 1px solid #272b2c;
  border-bottom: 1px solid #272b2c;
}

footer {
  background: #f3f3f3;
  font-size: 0.8125rem;
  padding: 2rem 0 4rem 0;
  background: #0F2852;
}

footer .module {
  padding-bottom: 1rem;
}

footer .module-head {
  padding-top: 0;
}

footer .module-head-title {
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 120% !important;
  color: #3891DD !important;
  text-align: start !important;
}

footer .list-group-flush .list-group-item {
  border: 0;
  background: no-repeat;
  padding: 0 0 12px 0;
  line-height: 18px;
}

footer a {
  color: #3F4547;
}

.footer-copyright {
  color: #6c757d;
}

.footer-seo {
  margin-bottom: 1rem;
  color: white;
}

.footer-rows {
  margin-bottom: 40px;
}

.mobile-device-body footer .module-head-title {
  position: relative;
}

.mobile-device-body footer .module-head-title:before,
.mobile-device-body footer .module-head-title:after {
  content: "";
  position: absolute;
  background-color: #3891DD;
  transition: transform 0.25s ease-out;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mobile-device-body footer .module-head-title:after {
  width: 8px;
  height: 2px;
  right: 5px;
}

.mobile-device-body footer .module-head-title:before {
  width: 2px;
  height: 8px;
  right: 8px;
}

.mobile-device-body .module-head.show-minus-icon .module-head-title:before {
  transform: rotate(90deg);
}

.mobile-device-body .module-head.show-minus-icon .module-head-title:after {
  transform: rotate(180deg);
}

/* custom checkbox */

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

.sr-custom-checkbox-control {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.sr-custom-checkbox-control:checked ~ .sr-custom-checkbox-label::before {
  color: #0F2852;
  border-color: #3891DD;
  background-color: #3891DD;
}

.sr-custom-checkbox-control:focus ~ .sr-custom-checkbox-label::before {
  box-shadow: none;
}

.sr-custom-checkbox-control:focus:not(:checked) ~ .sr-custom-checkbox-label::before {
  border-color: #3F4547;
}

.sr-custom-checkbox-control:not(:disabled):active ~ .sr-custom-checkbox-label::before {
  color: #fff;
  background-color: #969fa2;
  border-color: #969fa2;
}

.sr-custom-checkbox-control:disabled ~ .sr-custom-checkbox-label {
  color: #6c757d;
}

.sr-custom-checkbox-control:disabled ~ .sr-custom-checkbox-label::before {
  background-color: #e9ecef;
}

.sr-custom-checkbox-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.sr-custom-checkbox-label::before {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #dee2e6 solid 1px;
}

.sr-custom-checkbox-label::after {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.sr-custom-checkbox .sr-custom-checkbox-control:checked ~ .sr-custom-checkbox-label::after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1.5C14.5 1.75587 14.4023 2.01187 14.207 2.20687L6.20703 10.2069C6.0125 10.4031 5.75625 10.5 5.5 10.5C5.24375 10.5 4.98813 10.4023 4.79313 10.207L0.793125 6.20703C0.597813 6.0125 0.5 5.75625 0.5 5.5C0.5 4.92875 0.967188 4.5 1.5 4.5C1.75588 4.5 2.01188 4.59766 2.20688 4.79297L5.5 8.0875L12.7938 0.79375C12.9875 0.597813 13.2438 0.5 13.5 0.5C14.0344 0.5 14.5 0.928125 14.5 1.5Z' fill='%230F2852'/%3E%3C/svg%3E%0A");
}

.sr-custom-checkbox .sr-custom-checkbox-control:indeterminate ~ .sr-custom-checkbox-label::before {
  border-color: #3F4547;
  background-color: #3F4547;
}

.sr-custom-checkbox .sr-custom-checkbox-control:indeterminate ~ .sr-custom-checkbox-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'><path stroke='#0F2852' d='M0 2h4'/></svg>");
}

.sr-custom-checkbox .sr-custom-checkbox-control:disabled:checked ~ .sr-custom-checkbox-label::before {
  background-color: rgba(63, 69, 71, 0.5);
}

.sr-custom-checkbox .sr-custom-checkbox-control:disabled:indeterminate ~ .sr-custom-checkbox-label::before {
  background-color: rgba(63, 69, 71, 0.5);
}

/* /custom checkbox */

/* floating labels */

.sr-float-label {
  position: relative;
}

.sr-float-label .sr-control-label {
  z-index: 3;
  position: absolute;
  height: 0;
  width: auto;
  top: 15px;
  left: 21px;
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #adb5bd;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}

.sr-float-label .sr-form-control {
  height: 56px;
}

.sr-float-label .sr-form-control:valid,
.sr-float-label .sr-form-control:focus {
  padding: 20px 8px 5px 20px;
  font-style: normal;
}

.sr-float-label.has-value .sr-form-control:disabled {
  padding: 20px 8px 5px 20px;
  font-style: normal;
}

.sr-float-label.has-value .sr-form-control + .sr-control-label,
.sr-float-label.has-value .sr-control-label,
.sr-float-label .sr-form-control:focus + .sr-control-label,
.sr-float-label .sr-form-control:valid + .sr-control-label {
  color: #adb5bd;
  font-size: 12px;
  transform: translate3d(0, -10px, 0);
}

.sr-input-group {
  position: relative;
  display: flex;
  width: 100%;
}

.sr-input-group .sr-form-control {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  border-right: 0;
}

.sr-input-group-addon {
  display: flex;
  align-items: center;
  z-index: 3;
  white-space: nowrap;
  padding: 10px 21px;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid 1px;
  transition: all 0.2s ease-in-out;
}

.sr-input-group-addon ~ .sr-form-control-ok,
.sr-input-group-addon ~ .sr-form-control-feedback {
  right: 70px;
}

.sr-input-group-addon-checked {
  color: #3F4547;
}

.sr-input-group-addon-right {
  border-width: 1px 1px 1px 0;
  cursor: pointer;
}

.sr-form-control-feedback,
.sr-form-control-ok {
  top: calc(50% - 16px);
  right: 12px;
  font-size: 12px;
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  pointer-events: none;
}

.sr-form-control-feedback {
  color: #f77982;
}

.sr-form-control-ok {
  color: #78b15a;
}

.sr-form-group .help-block {
  font-size: 12px;
  font-style: italic;
}

.sr-form-group:not(.has-error) .sr-form-control:focus,
.sr-form-group:not(.has-error) .sr-form-control:focus ~ .sr-input-group-addon {
  border-color: #78b15a;
}

.sr-form-group.has-error .sr-form-control,
.sr-form-group.has-error .sr-form-control:focus,
.sr-form-group.has-error .sr-input-group-addon {
  box-shadow: none;
  border-color: #f77982;
}

.sr-float-label-group .sr-control-label {
  z-index: 2;
  left: 100px;
}

.sr-float-label-group .sr-form-control:valid,
.sr-float-label-group .sr-form-control:focus {
  padding-left: 100px;
}

.sr-form-control-ok svg,
.sr-form-control-feedback svg {
  width: 12px !important;
  height: 12px !important;
}

.sr-form-control.personal-telephone-number::-webkit-input-placeholder {
  color: transparent;
}

.sr-form-control.personal-telephone-number:-moz-placeholder {
  color: transparent;
}

.sr-form-control.personal-telephone-number::-moz-placeholder {
  color: transparent;
}

.sr-form-control.personal-telephone-number:-ms-input-placeholder {
  color: transparent;
}

.sr-form-control.personal-telephone-number:focus::-webkit-input-placeholder {
  color: #adb5bd;
  opacity: 1;
}

.sr-form-control.personal-telephone-number:focus:-moz-placeholder {
  color: #adb5bd;
  opacity: 1;
}

.sr-form-control.personal-telephone-number:focus::-moz-placeholder {
  color: #adb5bd;
  opacity: 1;
}

.sr-form-control.personal-telephone-number:focus:-ms-input-placeholder {
  color: #adb5bd;
  opacity: 1;
}

/* /floating labels */

.form-element-topyenoh {
  display: none !important;
}

/* selects */

select.form-control {
  font-size: 0.8125rem;
  line-height: 1rem;
  max-width: 100%;
  width: 100%;
  height: 30px;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url("../image/starter-select-arrow.svg") no-repeat;
  background-size: 10px 6px;
  background-position: right 0.5em center;
  transition: all 0.2s ease-in-out;
  padding-right: 1.4375rem;
}

select.form-control::-ms-expand {
  display: none;
}

select.form-control:focus {
  outline: none;
}

select.form-control option {
  font-weight: normal;
}

/* /selects */

/* form generator */

.form-element {
  padding-bottom: 10px;
  clear: both;
}

.form-element label {
  font-weight: 600;
  display: block;
}

.form-element .checkbox-list label,
.form-element .radio-list label {
  font-weight: normal;
  float: none;
}

.label-inbefore .form-control {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}

.label-inbefore span {
  line-height: 1.5em;
  display: inline-block;
  padding-left: 5px;
}

.form-label-side .checkbox-list,
.form-label-side .radio-list {
  float: left;
}

.form-label-side label {
  float: left;
  display: block;
  width: 150px;
}

.input-width-300 {
  width: 300px !important;
}

.input-width-180 {
  width: 180px !important;
}

.input-width-450 {
  width: 450px !important;
}

.form-help {
  display: block;
  font-weight: normal;
  font-size: 11px;
  padding-top: 2px;
}

span.required,
span.required-mark,
.error-list {
  color: #f77982;
  font-weight: bold;
}

.element-errors {
  display: block;
  clear: both;
  float: none;
}

/* /form generator */

.buttons {
  margin-top: 1rem;
}

.registration-wrapper .btn-primary,
.sr-login-wrapper .btn-primary {
  position: relative;
}

.registration-wrapper .btn-primary span.disabled-btn-color-hide,
.sr-login-wrapper .btn-primary span.disabled-btn-color-hide {
  color: transparent;
}

.btn-xs {
  padding: 0.1rem 0.25rem;
  font-size: 0.6875rem;
  line-height: 1.5;
  border-radius: 0;
}

.product-price {
  color: #df2b43;
  font-weight: 700;
}

.product-price-original {
  color: #676872;
}

.product-price-special {
  color: #df2b43;
  font-weight: 700;
}

.product-price-postfix {
  margin-left: 0.5rem;
}

/**
* Bootstrap 4 cards extension
*/

.side-position .card-deck {
  flex-flow: column wrap;
}

.side-position .card-deck .card {
  margin-bottom: 1rem;
}

.side-position .news-card-text {
  font-size: 0.75rem;
  line-height: 1rem;
  height: 32px;
}

.scroll-top-button {
  position: fixed;
  right: 10px;
  bottom: 130px;
}

.gift-wrapping button.btn,
.free-gift-chooser button.btn {
  color: #3F4547;
  border-color: #3F4547;
}

.gift-wrapping button.btn:hover,
.free-gift-chooser button.btn:hover {
  color: #fff;
  background-color: #3F4547;
  border-color: #3F4547;
}

.gift-wrapping button.btn:focus,
.gift-wrapping button.btn.focus,
.free-gift-chooser button.btn:focus,
.free-gift-chooser button.btn.focus {
  box-shadow: 0 0 0 0 rgba(63, 69, 71, 0.5);
}

.gift-wrapping button.btn.disabled,
.gift-wrapping button.btn:disabled,
.free-gift-chooser button.btn.disabled,
.free-gift-chooser button.btn:disabled {
  color: #3F4547;
  background-color: transparent;
}

.gift-wrapping button.btn:not(:disabled):not(.disabled):active,
.gift-wrapping button.btn:not(:disabled):not(.disabled).active,
.show > .gift-wrapping button.btn.dropdown-toggle,
.free-gift-chooser button.btn:not(:disabled):not(.disabled):active,
.free-gift-chooser button.btn:not(:disabled):not(.disabled).active,
.show >
  .free-gift-chooser button.btn.dropdown-toggle {
  color: #fff;
  background-color: #3F4547;
  border-color: #3F4547;
}

.gift-wrapping button.btn:not(:disabled):not(.disabled):active:focus,
.gift-wrapping button.btn:not(:disabled):not(.disabled).active:focus,
.show > .gift-wrapping button.btn.dropdown-toggle:focus,
.free-gift-chooser button.btn:not(:disabled):not(.disabled):active:focus,
.free-gift-chooser button.btn:not(:disabled):not(.disabled).active:focus,
.show >
    .free-gift-chooser button.btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(63, 69, 71, 0.5);
}

.edit-button.cart-button .btn {
  color: #3F4547;
  border-color: #3F4547;
  background-color: #fff;
}

.edit-button.cart-button .btn:hover {
  color: #fff;
  background-color: #3F4547;
  border-color: #3F4547;
}

.edit-button.cart-button .btn:focus,
.edit-button.cart-button .btn.focus {
  box-shadow: 0 0 0 0 rgba(63, 69, 71, 0.5);
}

.edit-button.cart-button .btn.disabled,
.edit-button.cart-button .btn:disabled {
  color: #3F4547;
  background-color: transparent;
}

.edit-button.cart-button .btn:not(:disabled):not(.disabled):active,
.edit-button.cart-button .btn:not(:disabled):not(.disabled).active,
.show > .edit-button.cart-button .btn.dropdown-toggle {
  color: #fff;
  background-color: #3F4547;
  border-color: #3F4547;
}

.edit-button.cart-button .btn:not(:disabled):not(.disabled):active:focus,
.edit-button.cart-button .btn:not(:disabled):not(.disabled).active:focus,
.show > .edit-button.cart-button .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(63, 69, 71, 0.5);
}

.sr-offer-request:active,
.sr-offer-request:hover {
  color: #4B83B6;
}

.gift-wrapping-product button.btn {
  color: #b9b9b9;
}

/* dropdown-hover-menu */

.navbar-nav > li > .dropdown-hover-menu {
  margin-top: 13px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropdown-hover-menu {
  background: #fff;
  position: relative;
  padding: 0;
  min-width: 20rem;
  margin: 2px 0 0;
  color: #151E26;
  font-size: inherit;
  text-align: left;
  z-index: 1902;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-hover-menu .dropdown-item,
.dropdown-hover-menu .dropdown-item-text {
  padding: 0.5rem 1rem;
  color: #212529;
  width: 100%;
  display: block;
  clear: both;
  font-weight: inherit;
  white-space: normal;
}

.dropdown-hover-menu .dropdown-item.active,
.dropdown-hover-menu .dropdown-item:active {
  background-color: #f8f9fa;
}

.logged-dropdown .dropdown-hover-menu {
  min-width: 10rem;
  left: -100px;
  min-width: 15rem;
}

.headermenu-list .dropdown-hover-menu {
  min-width: 10rem;
}

.header-top-line .dropdown-hover-menu .dropdown-item,
.header-top-line .dropdown-hover-menu .dropdown-item-text {
  padding-left: 0;
  padding-right: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  background-color: #f8f9fa;
}

/* /dropdown-hover-menu */

.sr-register .intl-tel-input .flag-container {
  z-index: 4;
  top: 0px;
  left: 0px;
  bottom: 0px;
}

.sr-register .intl-tel-input.allow-dropdown .selected-flag {
  background-color: #e9ecef;
  width: 80px;
}

.sr-register .intl-tel-input.allow-dropdown .selected-flag:focus {
  outline: none;
}

.sr-register .intl-tel-input .selected-flag .iti-flag {
  left: 25px;
}

.sr-register .intl-tel-input .selected-flag .iti-arrow {
  right: 14px;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 7px solid #9ea4a6;
}

.sr-register .intl-tel-input .country-list {
  z-index: 4;
}

/* quickview */

.quickview {
  z-index: 100;
  position: absolute;
  opacity: 0;
  margin: 0;
  will-change: opacity;
  transition: opacity .2s ease-in-out 0s;
  align-self: center;
}

.quickview .sr-icon-eye {
  display: none;
}

.quickview .wishlist-add {
  display: flex;
  align-items: center;
}

.product-quickview {
  background: #fff;
  min-height: 400px;
  text-align: left;
  display: flex;
}

.product-quickview .quantity-text {
  display: none;
}

.product-quickview-right {
  overflow: hidden;
  padding-left: 20px;
}

.product-quickview .product_options_text {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.product-quickview .product-collateral-list-options-table {
  flex-direction: column;
}

.product-quickview-details {
  background: #fff;
  text-align: center;
  padding: 1rem 0;
}

.product-quickview-heading.page-head-title {
  margin-top: 0;
}

/* /quickview */

.product-snapshot-vertical {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.product-snapshot-vertical .product-snapshot:empty {
  display: none;
}

.product-snapshot-vertical .product-snapshot:not(:empty) {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 30px;
}

.product-snapshot-vertical .product-card-item:not(.product-card-price):not(.product-card-title) {
  font-size: 0.75rem;
}

.product-snapshot-vertical .product-card-rating.product-card-item {
  line-height: 1;
}

.product-snapshot-vertical .card-top-position {
  padding: 0 0;
}

.product-snapshot-horizontal {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.product-snapshot-horizontal .product-snapshot {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

.product-snapshot-horizontal.is-side .product-snapshot {
  margin-top: 15px;
}

.product-snapshot-horizontal.is-side .product-card-left {
  padding: 0;
}

.product-snapshot-horizontal.is-side .product-card-right {
  padding: 0 0.5rem;
}

.product-snapshot-horizontal.is-side .product-card > .row {
  margin: 0;
}

.product-snapshot-horizontal.is-side .card-body {
  line-height: 1.2;
}

.product-snapshot-horizontal.is-side .btn,
.product-snapshot-horizontal.is-side .product-card-item,
.product-snapshot-horizontal.is-side .product-card-price {
  font-size: 0.6875rem;
}

.product-snapshot-horizontal.is-side h2.product-card-item {
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.product-snapshot-horizontal.is-side .product-price-postfix {
  margin-left: 0.25rem;
}

.product-snapshot-horizontal.is-side .quantity-input {
  width: 30px;
}

.product-snapshot-horizontal:not(.is-side) .product-snapshot {
  margin-top: 30px;
}

.product-snapshot-horizontal:not(.is-side) .quantity-input {
  width: 50px;
  height: 38px;
  padding-left: 10px;
}

.btn-quickview {
  opacity: 0;
  will-change: opacity;
  transition: opacity .2s ease-in-out 0s;
}

.product-card-image {
  margin-bottom: 0.25rem;
}

.product-card-image:hover .btn-quickview {
  opacity: 1;
}

.product-card-body {
  padding-left: 0;
  padding-right: 0;
}

.product-card-item {
  margin-top: 4px;
  margin-bottom: 4px;
}

.product-card-title {
  margin-top: 0;
  font-weight: 400;
}

.product-card-title a {
  color: #151E26;
}

.product-card-title,
.product-card-price,
.product-card-description {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.product-card-stock {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
}

.product-card-description {
  color: #6c757d;
}

.quantity-name-text {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}

.card-actions.row {
  justify-content: start;
  align-items: center;
  margin: 0 -0.5rem;
}

.card-actions.row .col-details,
.card-actions.row .col-addtocart {
  padding: 0 0.5rem;
}

.product-card-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.product-card-footer .product-card-item {
  padding: 0 5px;
}

/* snapshot valtozatok */

.snapshot_horizontal.side_module .snapshot-list-attributes {
  display: none;
}

.snapshot-list-attributes-inner {
  position: relative;
  width: 100%;
  margin: auto;
}

.snapshot-attribute {
  width: 46px;
  height: 46px;
  margin: 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.snapshot-attribute-container {
  height: 56px;
  position: relative;
  overflow: hidden;
}

.snapshot-attribute-wrapper {
  position: absolute;
  font-size: 0;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
}

.snapshot-attribute-link .attribute-value {
  width: 46px !important;
  height: 46px !important;
}

.snapshot-attribute-link,
.snapshot-attribute-image {
  display: block;
  width: 100%;
  height: 100%;
}

.snapshot-slider-left,
.snapshot-slider-right {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 56px;
  z-index: 1030;
}

.snapshot-slider-left {
  left: -20px;
}

.snapshot-slider-right {
  right: -20px;
}

/* /snapshot valtozatok */

/* product badges */

.product_badges {
  position: absolute;
  z-index: 100;
}

.product-image .product_badges {
  top: 0;
  left: 0;
}

.badgetype_1 .badgeitem-text,
.badgetype_9 .badgeitem-text {
  position: absolute;
  left: -2px;
  top: -2px;
  display: block;
  padding-top: 10px;
  height: 100%;
  width: 100%;
  text-align: center;
  transform: rotate(318deg);
}

.badgeitem {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  overflow: visible;
  position: relative;
  margin-bottom: 5px;
}

.badgeitem-text {
  color: #fff;
  line-height: 1;
}

.badgecolor_c .badgeitem-text {
  color: #000;
}

/* /product badges */

.aurora-overlay-buttons {
  display: flex;
  flex-direction: column;
}

.aurora-overlay-buttons .btn {
  margin: 1rem 0 0;
  min-width: 100px;
}

.aurora-overlay-content {
  padding: 2rem;
}

/*
 * Aurora Scroll 1.0 @author Gab @based on simplyScroll 1.0.4
 * http://logicbox.net/jquery/simplyscroll
 * http://logicbox.net/blog/simplyscroll-jquery-plugin
 * http://plugins.jquery.com/project/simplyScroll
 *
 */

.aurora-scroll {
  /* Modulon kívül vannak a nyilak */
  /* Modul fejléc jobb oldalán vannak a nyilak */
}

.aurora-scroll *:not(.clearfix) {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.aurora-scroll-list {
  z-index: 1;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
  margin: 0;
}

.aurora-scroll-list-item {
  flex: none !important;
  margin-bottom: 60px;
}

.aurora-scroll-container {
  position: relative;
}

.aurora-scroll-click-container {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

.quickview-scroller-wrapper .aurora-scroll-click-container {
  width: 100%;
  margin: 0;
}

.aurora-scroll-clip {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.aurora-scroll-btn {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.aurora-scroll-btn-left {
  left: 10px;
}

.aurora-scroll-btn-right {
  right: 10px;
}

.aurora-scroll-btn-up,
.aurora-scroll-btn-down {
  right: calc(50% - 25px);
  left: auto;
}

.aurora-scroll-btn-left,
.aurora-scroll-btn-right {
  bottom: calc(50% - 25px);
}

.aurora-scroll-arrow-pos-horizontal {
  padding: 15px 0;
  margin-top: 2px;
}

.aurora-scroll-btn-up {
  top: -20px;
}

.aurora-scroll-btn-down {
  bottom: -15px;
}

.aurora-scroll-back {
  width: 80px;
  height: 80px;
  border: 2px solid #ECF0F9;
  border-radius: 60px;
  display: flex;
}

.aurora-scroll-back:after {
  margin: auto;
  padding-top: 3px;
  content: url("data:image/svg+xml,%3Csvg width='26' height='14' viewBox='0 0 26 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.68254 13.2502C7.84889 13.0828 7.94225 12.8565 7.94225 12.6205C7.94225 12.3846 7.84889 12.1582 7.68254 11.9909L3.57426 7.89155H24.6069C24.8438 7.89155 25.0709 7.79745 25.2384 7.62996C25.4059 7.46247 25.5 7.23531 25.5 6.99844C25.5 6.76158 25.4059 6.53441 25.2384 6.36692C25.0709 6.19943 24.8438 6.10534 24.6069 6.10534H3.60105L7.68254 2.02385C7.8519 1.85567 7.94752 1.6271 7.94836 1.38843C7.94919 1.14976 7.85518 0.920529 7.68701 0.75117C7.51883 0.58181 7.29027 0.486195 7.0516 0.485357C6.81292 0.48452 6.58369 0.578529 6.41433 0.746704L0.734181 6.43579C0.584202 6.58642 0.5 6.79034 0.5 7.00291C0.5 7.21548 0.584202 7.41939 0.734181 7.57003L6.41433 13.2502C6.49736 13.3339 6.59614 13.4003 6.70497 13.4457C6.8138 13.491 6.93054 13.5144 7.04844 13.5144C7.16634 13.5144 7.28307 13.491 7.39191 13.4457C7.50074 13.4003 7.59952 13.3339 7.68254 13.2502Z' fill='%231D2055'/%3E%3C/svg%3E");
}

.aurora-scroll-forward {
  display: flex;
  width: 80px;
  height: 80px;
  border: 2px solid #ECF0F9;
  border-radius: 60px;
}

.aurora-scroll-forward:after {
  margin: auto;
  padding-top: 3px;
  content: url("data:image/svg+xml,%3Csvg width='26' height='14' viewBox='0 0 26 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3175 13.2502C18.1511 13.0828 18.0577 12.8565 18.0577 12.6205C18.0577 12.3846 18.1511 12.1582 18.3175 11.9909L22.4257 7.89155H1.39311C1.15624 7.89155 0.929074 7.79745 0.761584 7.62996C0.594094 7.46247 0.5 7.23531 0.5 6.99844C0.5 6.76158 0.594094 6.53441 0.761584 6.36692C0.929074 6.19943 1.15624 6.10534 1.39311 6.10534H22.3989L18.3175 2.02385C18.1481 1.85567 18.0525 1.6271 18.0516 1.38843C18.0508 1.14976 18.1448 0.920529 18.313 0.75117C18.4812 0.58181 18.7097 0.486195 18.9484 0.485357C19.1871 0.48452 19.4163 0.578529 19.5857 0.746704L25.2658 6.43579C25.4158 6.58642 25.5 6.79034 25.5 7.00291C25.5 7.21548 25.4158 7.41939 25.2658 7.57003L19.5857 13.2502C19.5026 13.3339 19.4039 13.4003 19.295 13.4457C19.1862 13.491 19.0695 13.5144 18.9516 13.5144C18.8337 13.5144 18.7169 13.491 18.6081 13.4457C18.4993 13.4003 18.4005 13.3339 18.3175 13.2502Z' fill='%231D2055'/%3E%3C/svg%3E");
}

.aurora-scroll-btn-up:after {
  border: solid #b9b9b9;
  border-width: 0 3px 3px 0;
  content: " ";
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-135deg);
}

.aurora-scroll-btn-down:after {
  border: solid #b9b9b9;
  border-width: 0 3px 3px 0;
  content: " ";
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.aurora-scroll-arrow-pos-2 .aurora-scroll-btn-left {
  left: -40px;
}

.aurora-scroll-arrow-pos-2 .aurora-scroll-btn-right {
  right: -40px;
}

.aurora-scroll-arrow-pos-3 .aurora-scroll-btn-left,
.aurora-scroll-arrow-pos-3 .aurora-scroll-btn-right {
  bottom: auto;
  left: auto;
  top: -34px;
}

.aurora-scroll-arrow-pos-3 .aurora-scroll-btn-left {
  right: 40px;
}

.aurora-scroll-arrow-pos-3 .aurora-scroll-btn-right {
  right: 0;
}

.aurora-scroll-arrow-pos-3 .aurora-scroll-forward:after {
  width: 15px;
  height: 15px;
}

.aurora-scroll-arrow-pos-3 .aurora-scroll-back:after {
  width: 15px;
  height: 15px;
}

.home-position {
  margin-bottom: 4rem;
}

.side-position {
  margin-bottom: 2rem;
}

.module-head {
  padding-bottom: 0.5rem;
}

.module .module-head {
  text-align: center;
  text-transform: uppercase;
}

.module .module-head .module-head-title {
  font-weight: 600;
  font-size: 34px;
  line-height: 120%;
  text-align: center;
  color: #1D2055;
  text-transform: none;
}

footer .module .module-head,
.module.side-position .module-head {
  text-align: left;
  text-transform: none;
}

.module-head-title {
  margin-bottom: 0;
}

.side-position:not(.product-module) .module-body {
  margin-top: 15px;
}

.home-position:not(.product-module) .module-body {
  margin-top: 30px;
}

.modules-all-link {
  margin-top: 1rem;
}

/* banner slider */

.slider-container {
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
}

.banner-items.slick-slider {
  --slick-arrow-box-size: 30px;
  --slick-arrow-size: 22px;
  --slick-dots-font-size: 30px;
  --slick-dots-size: 20px;
  --slick-arrow-width: 3px;
}

.banner-items.slick-slider .slick-slide img {
  width: 100%;
}

.banner-items.slick-slider .slick-next {
  top: 50%;
  right: 20px;
}

.banner-items.slick-slider .slick-prev {
  top: 50%;
  left: 20px;
}

.slick-vertical .banner-items.slick-slider .slick-prev {
  top: -10px;
  left: calc(50% - 4px);
}

.banner-names {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 0;
  background: rgba(49, 49, 49, 0.3);
}

.banner-names .slick-current {
  border-bottom-color: #fff;
}

.banner-names .slick-track {
  width: auto !important;
}

.banner-names-item {
  position: relative;
  flex: 1;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  border-bottom: 3px solid transparent;
  outline: none;
}

.banner-names-item:hover {
  cursor: pointer;
}

.banner-items-content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
  display: flex;
  align-items: center;
}

.banner-items-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.banner-items-title {
  align-self: flex-start;
  font-size: 0.9375rem;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
}

.banner-items-subtitle {
  font-weight: normal;
  font-size: 0.875rem;
}

/* /banner slider */

.package-offer-product-table tbody {
  background: white;
}

.cart-module-packageoffer-container {
  background: #d5d5d533;
  padding: 0 1rem 10px;
  margin: 0 0 10px;
}

.cart-module-packageoffer-head-container {
  display: flex;
  width: 100%;
  padding: 0.5rem 0;
}

.cart-module-packageoffer-head-container .left {
  width: 85%;
}

.cart-module-packageoffer-head-container .right {
  width: 15%;
}

.package-offer-product-item {
  padding: 0.5rem 0;
}

.cart-list .spinner-loader {
  display: none;
}

.cart-list .cart_remove_loading .spinner-loader {
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
}

.dropright .cart-dropdown-toggle::after {
  content: none;
}

.cart-product-list {
  max-height: 300px;
  overflow-x: auto;
}

.auroramessenger-popupcontent {
  width: 750px;
  padding: 0;
  overflow: hidden;
}

.js-cart-popup-scroller {
  opacity: 0;
  overflow: hidden;
  height: 0;
  transition: all 0.2s ease-in-out;
}

.slick-initialized.js-cart-popup-scroller {
  opacity: 1;
  height: auto;
  overflow: visible;
}

.slick-initialized.js-cart-popup-scroller .slick-list {
  flex: 1;
}

.cart-popup-module {
  padding: 30px 20px;
  background-color: #EFF0F1;
  display: grid;
  grid-gap: 20px;
}

.cart-popup-module .popup-check-icon {
  background-color: #78b15a;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-popup-module .popup-check-icon svg {
  width: 30px;
  height: 20px;
  color: #fff;
}

.cart-popup-module .auroramessage-text {
  display: grid;
  grid-template-columns: 48px auto;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
  color: #78b15a;
  font-size: 1.5rem;
  font-weight: 700;
}

.cart-popup-module .auroramessage-incart {
  display: grid;
  grid-gap: 20px;
}

.cart-popup-module .popup-item-wrapper {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 20px;
}

.cart-popup-module .popup-item-wrapper .cartPopupMessageProduct {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cart-popup-module .popup-item-wrapper .row {
  flex-wrap: nowrap;
}

.cart-popup-module .auroramessage-product-image {
  width: 50px;
  margin-right: 10px;
  align-self: flex-start;
}

.cart-popup-module .auroramessage-product-name {
  color: #000;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  font-weight: 600;
  outline: none;
}

.cart-popup-module .auroramessage-product-name:active,
.cart-popup-module .auroramessage-product-name:hover {
  color: #3F4547;
}

.cart-popup-module .auroramessage-product-name:focus {
  outline: none;
}

.cart-popup-module .auroramessage-product-option {
  font-size: 0.6875rem;
  line-height: 1.3;
  margin-top: 5px;
}

.cart-popup-module .auroramessage-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-popup-module .auroramessage-link .btn {
  padding-left: 20px;
  padding-right: 20px;
}

.popup-product-module {
  padding: 30px 20px;
}

.popup-product-module .module .module-head {
  padding-top: 0;
  padding-bottom: 1.5rem;
}

.popup-product-module .module .module-head .module-head-title {
  font-size: 1.25rem;
  text-transform: none;
  font-weight: 700;
}

.popup-product-module .product-snapshot-vertical .product-snapshot:not(:empty) {
  margin-top: 0;
}

.popup-product-module .modules-all-link {
  margin-top: 1.25rem;
}

.popup-product-module .slick-prev {
  left: -25px;
}

.popup-product-module .slick-next {
  right: -25px;
}

.popup-product-module .product-card-item {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.popup-product-module .product-card-title {
  font-weight: 600;
}

.popup-product-module .product-snapshot .product-price,
.popup-product-module .product-snapshot .product-price-special {
  font-size: 0.8125rem;
  font-weight: 500;
}

.popup-product-module .product-card-footer {
  flex-direction: column;
}

.popup-product-module .product-card-footer .product-card-item {
  width: 100%;
  padding: 0;
}

.popup-product-module .button-arrow-icon {
  display: none;
}

.auroramessage-others {
  display: none;
}

/* custom-dropdown */

.sf-horizontal .subtree-dropdown.children {
  top: 99px;
}

.dropDownParent.align-1 {
  position: static;
}

.dropDownParent.align-0 .children {
  left: 0;
  top: 100%;
  min-width: 0;
}

.dropDownParent.align-1 .children {
  left: 0;
}

.dropDownParent.align-2 .children {
  right: 0;
  left: auto;
}

.dropDownParent.align-0,
.dropDownParent.align-2 {
  position: relative;
}

.children {
  background-color: #fff;
  box-shadow: 0 5px 30px 5px rgba(69, 79, 91, 0.2);
}

/* /custom-dropdown */

/* sf-horizontal - Vízszintes kategória */

.sf-horizontal > .category-list > .nav-link {
  outline: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
}

.sf-horizontal .children {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  margin: auto;
  z-index: 1000;
  min-width: 170px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px 0;
}

.sf-horizontal .align-1.dropDownParent .children {
  transform: translateX(0);
}

.sf-horizontal > .children {
  left: 50%;
  transform: translateX(-50%);
}

.sf-horizontal li:hover > .children,
.sf-horizontal li.sfHoverHorizontal > .children {
  display: block;
}

.sf-horizontal .children .children {
  min-height: 100%;
  transform: translateX(0);
  padding: 8px 0;
  top: 0;
  left: 100%;
}

.sf-horizontal > li {
  position: relative;
}

.sf-horizontal .children > li {
  position: static;
}

.sf-horizontal > li.dropDownParent > .nav-link:after,
.sf-horizontal > li.parent > .nav-link:after {
  border: solid #FFFF;
  border-width: 0 1.5px 1.5px 0;
  content: " ";
  height: 7px;
  width: 7px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  display: inline-block;
  top: -3px;
  position: relative;
  left: auto;
  right: -3px;
}

.sf-horizontal > li.parent .parent > .nav-link:after {
  border: solid #3F4547;
  border-width: 0 1.5px 1.5px 0;
  content: " ";
  height: 6px;
  width: 6px;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  display: inline-block;
  left: auto;
  position: absolute;
  right: 0.5rem;
}

.sf-horizontal > li.parent .parent:active > .nav-link:after,
.sf-horizontal > li.parent .parent:hover > .nav-link:after,
.sf-horizontal > li.dropDownParent:active > .nav-link:after,
.sf-horizontal > li.dropDownParent:hover > .nav-link:after,
.sf-horizontal > li.parent:active > .nav-link:after,
.sf-horizontal > li.parent:hover > .nav-link:after {
  border-right: 1.5px solid #2177c1;
  border-bottom: 1.5px solid #2177c1;
  transform: rotate(225deg);
}

.nav-link:focus {
  outline: none;
}

/* /sf-horizontal - Vízszintes kategória */

/* sf-vertical - Függőleges kigördülő kategória */

.sf-vertical .children {
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  z-index: 1000;
  min-width: 15em;
}

.sf-vertical > li {
  display: flex;
  flex-direction: column;
  min-height: 40px;
  flex: 1;
}

.sf-vertical li {
  position: relative;
}

.sf-vertical > li:hover .children,
.sf-vertical > li.js-sf-hover .children {
  display: block;
}

.sf-vertical > li.dropDownParent > a,
.sf-vertical > li.parent > a {
  position: relative;
}

.sf-vertical > li.dropDownParent > a:after,
.sf-vertical > li.parent > a:after {
  border: solid #4B83B6;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 6px;
  width: 6px;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  display: inline-block;
  top: -2px;
  left: auto;
  position: absolute;
  right: 0.5rem;
}

.sf-vertical > li.parent .parent > .nav-link:after {
  border: solid #4B83B6;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 6px;
  width: 6px;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  display: inline-block;
  left: auto;
  position: absolute;
  right: 0.5rem;
}

.sf-vertical > li.parent .parent:active > .nav-link:after,
.sf-vertical > li.parent .parent:hover > .nav-link:after,
.sf-vertical > li.dropDownParent:active > .nav-link:after,
.sf-vertical > li.dropDownParent:hover > .nav-link:after,
.sf-vertical > li.parent:active > .nav-link:after,
.sf-vertical > li.parent:hover > .nav-link:after {
  border-right: 1.5px solid #272b2c;
  border-bottom: 1.5px solid #272b2c;
}

/* /sf-vertical - Függőleges kigördülő kategória */

.module-categoryoffer-wrapper h4 {
  font-weight: 400;
}

.category-snapshot-name-link {
  color: #151E26;
}

.category-snapshot-name-link:hover {
  color: #151E26;
}

/* compare popup */

.tablescroll_body {
  width: 800px;
}

/* /compare popup */

/* compare module */

.compare-remove-btn {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2rem;
  line-height: 0.6;
}

/* /compare module */

.currenciesselect-module.header-position {
  display: flex;
  align-items: center;
}

.currenciesselect-module.header-position .module-head {
  padding: 0;
}

.currenciesselect-module.header-position .module-head-title {
  font-size: 0.875rem;
  margin-right: 1rem;
}

.module-dealofday-wrapper .product-card-title a {
  font-size: 1.5rem;
}

.module-dealofday-wrapper .card-actions .btn {
  padding: 14px 30px;
  font-size: 1rem;
  line-height: 1.25rem;
  border-radius: 0;
}

.module-dealofday-wrapper .product-price-special {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-top: 5px;
  font-weight: 500;
}

.module-dealofday-wrapper .product-price-postfix {
  margin-top: 5px;
}

.module-dealofday-wrapper .card-actions.row {
  margin-top: 2rem;
}

.module-dealofday-wrapper .product-snapshot-horizontal:not(.is-side) .product-snapshot {
  flex: 1;
  max-width: none;
}

.module-dealofday-wrapper .product-snapshot-horizontal:not(.is-side) .quantity-input {
  height: 50px;
}

.kickerimage-section-body .kickerimage-title {
  margin-top: auto;
}

.kickerimage-section-body .kickerimage-description {
  margin-bottom: 0;
  color: #b8bcbe;
}

.kickerimage-section-body .kickerimage-button {
  margin-top: 1.5rem;
}

/* language select */

.languageselect-module.header-position {
  display: flex;
  align-items: center;
}

.languageselect-module.header-position .module-head {
  padding: 0;
}

.languageselect-module.header-position .module-head-title {
  font-size: 0.875rem;
  margin-right: 1rem;
}

.language-icon ~ .language-icon {
  margin-left: 0.5rem;
}

.language-icon img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: .6;
  transition: all 0.2s ease-in-out;
}

.language-icon img:hover,
.language-icon.active img {
  opacity: 1;
}

.language-text {
  cursor: pointer;
  padding: 0 0.5rem;
  position: relative;
  font-size: 0.8125rem;
}

.language-text ~ .language-text {
  border-left: 1px solid #b8bcbe;
}

.language-text:not(.active) span {
  opacity: .6;
}

.language-text:hover span {
  opacity: 1;
}

/* /language select */

#lastseen {
  margin-bottom: 0;
}

#lastseen .card-body {
  padding: 0.75rem;
}

#lastseen .module-head-title {
  font-size: 0.9375rem;
  text-align: left;
}

#lastseen .product-card-image {
  margin: 0;
}

#lastseen .product-card-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

#lastseen .product-card-title a {
  font-size: 0.875rem;
  font-weight: 500;
}

#lastseen .product-card-price {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#lastseen .module-body {
  margin-top: 0;
  margin-bottom: 1rem;
}

#lastseen .product-snapshot-vertical .product-snapshot:not(:empty) {
  flex: 0 0 200px;
  max-width: 200px;
  margin-top: 1rem;
}

.footer-top-position #lastseen .card-body {
  padding-left: 0;
  padding-right: 0;
}

.footer-top-position #lastseen .snapshot-list-attributes,
.footer-top-position #lastseen .product-card-item:not(.product-card-title),
.footer-top-position #lastseen .product-card-quickview,
.footer-top-position #lastseen .product_badges,
.footer-top-position #lastseen .product-card-footer {
  display: none !important;
}

.footer-top-position #lastseen .product-card-title a {
  font-weight: 400;
  font-size: 1rem;
}

.mobile-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  height: 120px;
  padding: 1rem;
}

.mobile-navbar .header-quantity-box {
  background: #dee2e6;
  color: #000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 5px;
  right: 0;
  border-radius: 18px;
  width: 18px;
  height: 18px;
  font-size: 10px;
  font-weight: bold;
}

.mobile-navbar .header-quantity-box:empty {
  display: none;
}

.mobile-navbar-bottom {
  margin-top: 0.5rem;
}

.mobile-navbar-brand img {
  width: auto;
  max-width: 150px !important;
  max-height: 50px;
  height: auto;
}

.mobile-menu-title {
  font-size: 0.625rem;
}

.js-scroll-up {
  transform: translateY(-120px);
}

.mobile-cart-link > div {
  top: 2px;
  right: -1px;
  border-radius: 20px;
  width: 16px;
  height: 16px;
  font-size: 0.75rem;
  font-weight: bold;
}

.mobile-login-icon {
  max-width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50px;
}

.mobile-login-buttons .btn-primary {
  color: #fff !important;
}

.mobile-login-buttons .btn-secondary {
  color: #fff !important;
}

.mobile-login-buttons .btn {
  padding-left: 3px;
  padding-right: 3px;
}

.mobile-login-buttons-row {
  margin: 0 -5px;
}

.mobile-login-buttons-row span {
  padding: 0 5px;
}

.hamburger-icon {
  width: 25px;
  height: 14px;
}

.hamburger-icon-line {
  background: white;
  width: 25px;
  height: 2px;
  left: 0;
  border-radius: 1px;
  transition: all 0.6s;
}

.hamburger-icon-line.line-1 {
  top: 0;
}

.hamburger-icon-line.line-2 {
  top: 50%;
}

.hamburger-icon-line.line-3 {
  top: 100%;
}

.mm-wrapper_opening .hamburger-icon-line.line-1 {
  transform: translateY(7px) translateX(0) rotate(45deg);
}

.mm-wrapper_opening .hamburger-icon-line.line-2 {
  opacity: 0;
}

.mm-wrapper_opening .hamburger-icon-line.line-3 {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
}

/* nanobar */

.nanobar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1030;
  color: #212529;
  text-align: center;
  padding: 0.5rem;
  background-color: rgba(248, 249, 250, 0.9);
}

.nanobar-container {
  font-size: 12px;
}

.nanobar-cookies {
  display: flex;
  border-top: 1px solid #495057;
}

.nanobar-cookie-cog {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 1030;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  transition: all 0.2s ease-in-out;
  background: #b8bcbe;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: #495057;
}

.nanobar-cookie-cog:hover {
  background: #495057;
  color: #fff;
}

/* /nanobar */

.news-pretext {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #b8bcbe;
}

.news-card-title a {
  font-weight: 800;
  font-size: 22px;
  line-height: 130%;
  color: #1D2055;
}

.news-card-image-wrapper {
  margin-bottom: 2rem;
}

.news-card-text {
  color: #6c757d;
}

.footer-position .news-card-deck .news-card {
  background: transparent;
  margin-bottom: 1rem;
}

.footer-position .news-card-deck .news-card-title {
  margin-bottom: 0.25rem;
}

.footer-position .news-card-deck .news-card-title a {
  font-size: 0.875rem;
}

.footer-position .subscribe-input-row,
.side-position .subscribe-input-row {
  flex-direction: column;
}

.newsletter-pretext,
.newsletter-posttext {
  color: #6c757d;
}

.module-newsletter_subscribe-wrapper .custom-checkbox label {
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #6c757d;
}

.subscribe-input-row {
  margin: 0 -5px;
}

.subscribe-input-row > .col {
  padding-left: 5px;
  padding-right: 5px;
}

/* product filter */

.widget {
  padding: 0;
  border-bottom: 1px solid #e8e8e8;
}

.widget label {
  display: block;
  font-size: 0.8125rem;
  cursor: pointer;
}

.widget label:hover {
  color: #3F4547;
}

.widget label .rs {
  margin-left: 0.25rem;
}

.widget label .attribute-value {
  width: 16px !important;
  height: 16px !important;
  margin-right: 0.25rem;
}

.widget .slice-option {
  padding-top: 2px;
  padding-bottom: 2px;
}

.widget-head {
  padding: 1rem 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  position: relative;
}

.widget-head .icon-arrow-down {
  display: none;
}

.widget-head svg {
  margin-left: auto;
}

.widget-head.collapsed .icon-arrow-down {
  display: block;
}

.widget-head.collapsed .icon-arrow-up {
  display: none;
}

.widget-head:hover {
  color: #3F4547;
}

.paf-filter-search .widget-body {
  margin: 0;
}

.widget-body-inner {
  padding-bottom: 1rem;
}

.slice-more-after .slice-title {
  margin-top: 0.5rem;
}

.slice-more-after .slice-title a {
  cursor: pointer;
  color: #4B83B6;
  font-size: 0.8125rem;
}

.custom-value-filter-min,
.custom-value-filter-max {
  flex: 1;
}

.custom-value-filter {
  padding-top: 1rem;
}

.paf-attr-icon + span {
  margin-left: 5px;
}

span + .paf-attr-icon {
  margin-left: 5px;
}

.paf-attr-icon img {
  display: none;
}

.loyalty-information-mark,
.paf-attr-icon-information-mark,
.paf-attr-icon-question-mark {
  border-radius: 60px;
  width: 15px;
  height: 15px;
  line-height: 10px;
  background-color: #adb5bd;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 11px;
}

.loyalty-information-mark {
  margin-left: 0.25rem;
}

.loyalty-information-mark:before,
.paf-attr-icon-information-mark:before {
  content: "i";
}

.paf-attr-icon-question-mark:before {
  content: "?";
}

.product-filter-slider {
  margin-top: 2rem;
  padding: 0 0.5rem;
}

.paf-filter-search {
  margin-top: 1rem;
}

/* mobile slide filter */

.mobile-filter-overlay {
  position: fixed;
  z-index: 1040;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  transition: opacity 0.3s;
}

.mobile-filter-overlay.js-is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}

.open-filter-btn {
  margin-right: auto;
}

.close-filter-btn {
  position: absolute;
  z-index: 1050;
  top: 0;
  padding: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
}

/* /product filter */

.paf-search-form .widget {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  align-self: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
  margin-top: 0;
  border: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.paf-search-form .widget .widget-title {
  display: flex;
  padding-bottom: 0.25rem;
}

/* social share */

.social-share-module > div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 10px 0;
}

.twitter {
  width: 21px;
  height: 21px;
  cursor: pointer;
  background: url("../image/twitter_share.png") top left no-repeat;
}

/* /social share */

/* wishlist module and wishlist page */

.js-add-to-wishlist {
  --heart-icon-size: 20px;
}

.js-add-to-wishlist svg {
  transition: opacity 0.15s linear;
  width: var(--heart-icon-size);
  height: var(--heart-icon-size);
}

.js-add-to-wishlist .icon-heart-filled {
  opacity: 0;
  position: absolute;
}

.js-add-to-wishlist.animating .icon-heart-filled {
  animation: heartBeat .6s .3s 2;
}

.product-card-wishlist .js-add-to-wishlist {
  --heart-icon-size: 18px;
}

.js-product-on-wishlist .icon-heart {
  opacity: 0;
}

.js-product-on-wishlist .icon-heart-filled {
  opacity: 1;
}

.dropright .wishlist-dropdown-toggle::after {
  content: none;
}

/* wishlist page */

.wishlist-page-head-title {
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 0;
  padding-bottom: 2rem;
}

.wishlist-product {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e9ecef;
}

.wishlist-product-image {
  position: relative;
}

.wishlist-product-badge {
  position: absolute;
  top: 0;
}

.wishlist-product-details {
  width: 100%;
}

.wishlist-product-price {
  margin-bottom: 0.5rem;
}

.wishlist-product-rating {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.wishlist-product-buttons {
  display: flex;
}

.wishlist-add-to-cart-button {
  margin-right: 1rem;
}

.wishlist-product-date-added {
  color: #adb5bd;
  font-size: 0.76562rem;
}

.wishlist-comment-toggle {
  color: #6c757d;
  font-size: 0.76562rem;
  padding: 0;
  display: flex;
  align-items: center;
}

.wishlist-comment-toggle svg {
  margin-left: 0.5rem;
}

.wishlist-form-control {
  margin-top: 1rem;
}

.wishlist-option-item {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.wishlist-options-label {
  padding-right: 1rem;
  font-size: 0.76562rem;
}

select.wishlist-option-form-control {
  width: 100px;
}

.wishlist-buttons {
  display: flex;
  margin: 3rem 0;
}

.wishlist-page-empty {
  background: #f8f9fa;
  border-radius: 0.25rem;
  padding: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  font-size: 0.9375rem;
}

.wishlist-page-empty svg {
  width: 100px;
  height: 100px;
  color: #6c757d;
  margin-bottom: 2rem;
}

/* wishlist page */

/* /wishlist module and wishlist page */

.maintenance-content .page-head {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.subcategory-list .category-card,
.information-list-body .news-list .card,
.sortbar-top,
.open-filter-btn {
  margin-top: 30px;
}

.tooltip-collateral.tooltip {
  opacity: 1;
}

.tooltip-collateral.tooltip .tooltip-inner {
  padding: 1px;
}

.category-card-body {
  padding: 2rem;
}

.category-custom-html-bottom {
  padding: 2rem 0;
}

.breadcrumb-item a {
  color: #151E26;
}

/* affilate */

.affiliate-parnerinfo {
  width: 100%;
  margin-bottom: 15px;
}

.affiliate-parnerinfo .head {
  font-weight: bold;
}

.affiliate-parnerinfo .stat-value {
  padding-right: 15px;
  text-align: right;
}

.affiliate_preview_wide_image_500 {
  max-width: 400px;
}

.affiliate_preview_wide_image_700 {
  max-width: 600px;
}

/* /affilate */

/* cart page */

/* SR Checkout Spinner for loading */

.sr-blur-background {
  filter: blur(2px);
}

.sr-overlay {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 8003;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100% !important;
}

.sr-checkout-spinner-wrapper {
  animation: checkout-spinner-rotator 1.4s linear infinite;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  z-index: 9991;
}

.sr-checkout-spinner {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: checkout-spinner-dash 1.4s ease-in-out infinite, checkout-spinner-colors 5.6s ease-in-out infinite;
}

.sr-cart-table th {
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  font-weight: 400;
  color: #adb5bd;
  text-transform: uppercase;
}

.sr-cart-table > tbody > tr > td {
  vertical-align: middle;
}

.sr-cart-table .row-danger {
  border: 2px solid #f77982 !important;
}

.sr-cart-table .row-danger > tr > td {
  padding: 0.5rem;
}

.sr-cart-table .row-danger-box {
  background: #f77982;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.sr-cart-table .mobile-quantity-row td {
  text-align: center;
}

.sr-cart-table .cart-product-name {
  padding-bottom: 0.5rem;
}

.sr-cart-table .cart-product-option,
.sr-cart-table .cart-product-attribute {
  font-size: 80%;
  color: #adb5bd;
}

.sr-cart-table .special-price,
.sr-cart-table .special-price-sum {
  font-weight: 800;
  color: #df2b43;
}

.sr-cart-table .original-price,
.sr-cart-table .original-price-sum {
  color: #676872;
}

.sr-cart-table .current-price,
.sr-cart-table .price {
  font-weight: 800;
  font-style: italic;
}

.sr-cart-table .current-price {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.sr-cart-table .price {
  font-size: 1rem;
  line-height: 1rem;
}

.sr-cart-table .original-price-sum {
  font-size: 0.875rem;
  font-weight: 400;
  font-style: italic;
  text-decoration: line-through;
}

.sr-cart-quantity-input {
  --cart-quantity-height: 36px;
  --cart-quantity-width: 50px;
  border: 1px solid #e9ecef;
  float: right;
  width: auto;
}

.sr-cart-quantity-input .form-control {
  background: #fff;
  box-shadow: none;
  border: 0;
  width: var(--cart-quantity-width);
  height: var(--cart-quantity-height) !important;
  padding: 0 9px;
  text-align: center;
  font-size: 0.75rem;
}

.sr-cart-quantity-input .btn {
  display: flex;
  background-color: #efefef;
  box-shadow: none;
  color: #adb5bd !important;
  margin-left: 0;
  margin-right: 0;
  border: 0;
  padding: 8px;
  align-items: center;
  height: var(--cart-quantity-height);
}

.sr-cart-quantity-input .btn:active,
.sr-cart-quantity-input .btn:hover {
  background-color: #e2e2e2;
}

.sr-cart-quantity-input .btn:active:focus {
  box-shadow: none !important;
}

.sr-cart-table tbody + tbody {
  border-width: 1px;
}

/* gift wrapping */

.gift-wrapping-module textarea {
  resize: vertical;
  height: 74px;
}

.gift-wrapping-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.gift-wrapping-list-item {
  position: relative;
  margin: 0.5rem;
  border: 3px solid #e9ecef;
  cursor: pointer;
}

.gift-wrapping-list-item .gift-wrapping-price {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-weight: bold;
  z-index: 10070;
  width: 100%;
  height: 100%;
  transition: opacity 0.15s linear;
  opacity: 0;
}

.gift-wrapping-list-item .gift-wrapping-image {
  opacity: 1;
  transition: opacity 0.15s linear;
}

.gift-wrapping-list-item:hover,
.gift-wrapping-list-item.selected {
  border-color: #3F4547;
}

.gift-wrapping-list-item:hover .gift-wrapping-price,
.gift-wrapping-list-item.selected .gift-wrapping-price {
  opacity: 1;
}

.gift-wrapping-list-item:hover .gift-wrapping-image,
.gift-wrapping-list-item.selected .gift-wrapping-image {
  opacity: 0.35;
}

.gift-wrapping-product {
  display: none;
  align-items: center;
  justify-content: center;
}

.gift-wrapping-product.selected {
  display: flex;
}

.gift-wrapping-tooltip svg {
  width: 15px;
  height: 15px;
}

/* /gift wrapping */

.sr-cart-page {
  background-color: #fff;
  padding-bottom: 2rem;
}

.sr-cart-page .page-head h1 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.sr-cart-page .alert {
  margin-top: 2rem;
  width: 100%;
}

.sr-cart-page .alert p {
  margin: 0;
}

.sr-cart-page .row > .alert {
  margin: 0 1rem 2rem 1rem;
  width: 100%;
}

.sr-cart-page .delete-button .btn {
  background: none;
  color: #f77982;
  padding: 0;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
}

.sr-cart-page .edit-button .btn {
  margin-right: 1rem;
}

.cart-header-amount {
  width: 18%;
}

.sr-cart-special-row {
  display: flex;
  align-items: center;
}

.sr-cart-special-row-title {
  font-size: 0.9375rem;
  padding: 0.5rem 0;
}

.sr-cart-summary-box-table {
  width: 100%;
}

.sr-cart-summary-box-table td {
  padding: 5px 0;
  text-align: right;
}

.sr-cart-summary-box-table th {
  font-weight: normal;
}

.sr-cart-summary-box-table .gross-total {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.sr-cart-summary-box-table .total-save {
  color: #78b15a;
  font-weight: bold;
}

.sr-shipping-cost-calculator {
  border-radius: 0.25rem;
  border: 1px solid #e9ecef;
  padding: 1rem;
  margin-top: 2rem;
  font-size: 13px;
}

.cart-package-offer-table.sr-cart-table.table .package-offer-item .current-price,
.cart-package-offer-table.sr-cart-table.table .package-offer-item .price {
  font-size: 1rem !important;
}

.country-label {
  padding-right: 0.5rem;
}

.sr-col-to-chekout {
  display: flex;
  justify-content: flex-end;
}

.sr-cart-bottom-buttons-row {
  margin-top: 2rem;
}

.sr-cart-bottom-buttons-row .sr-col-shop-continue .sr-cart-back {
  color: #4B83B6;
  background-color: transparent;
  border: 0;
}

.sr-cart-bottom-buttons-row .sr-col-shop-continue .sr-cart-back:active,
.sr-cart-bottom-buttons-row .sr-col-shop-continue .sr-cart-back:focus,
.sr-cart-bottom-buttons-row .sr-col-shop-continue .sr-cart-back:hover {
  background-color: transparent;
  border: 0;
  color: #3F4547;
  box-shadow: none;
}

/* /cart page */

/* disqus */

#dsq-content {
  overflow: visible;
  width: 100%;
  font-size: inherit;
  padding: inherit;
  margin: auto;
  height: auto;
  clear: both;
}

#disqus_thread {
  height: auto;
  width: 100%;
}

/* /disqus */

/* landing page */

.landing-page header,
.landing-page footer,
.landing-page .breadcrumb {
  display: none;
}

/* /landing page */

.contact-content-form br.lsep {
  display: none;
}

.contact-content-form .form-element {
  padding-bottom: 2rem;
}

.information-list-description {
  margin-top: 30px;
  margin-bottom: 30px;
}

.information-introtext-box,
.information-fulltext-box {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* personal data remove and download page */

.pd-tab > input,
.pd-tab section > div {
  display: none;
}

.pd-tab #tab1:checked ~ section .tab1,
.pd-tab #tab2:checked ~ section .tab2 {
  display: block;
}

.pd-tab {
  width: 100%;
  max-width: 880px;
}

.pd-tab ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.pd-tab ul li {
  display: inline-block;
  vertical-align: top;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.pd-tab ul li label {
  float: left;
  padding: 15px 25px;
  border: 1px solid #ddd;
  border-bottom: 0;
  background: #eee;
  cursor: pointer;
  margin-bottom: 0;
}

.pd-tab ul li label:active,
.pd-tab ul li label:hover {
  background: #f6f6f6;
  color: #444;
}

.pd-tab section {
  clear: both;
}

.pd-tab section div {
  color: #444;
}

.pd-tab #tab1:checked ~ nav .tab1 label,
.pd-tab #tab2:checked ~ nav .tab2 label {
  background: white;
  color: #111;
  position: relative;
}

.pd-tab .custom-tab .form-group {
  display: inline-block;
}

.pd-tab .custom-tab .form-group label {
  margin-right: 5px;
}

/* /personal data remove and download page */

/* list page */

.sortbar-top {
  margin-bottom: 0;
  display: flex;
  flex-direction: row-reverse;
}

.sortbar-top .pagination {
  display: none;
  display: flex;
}

.subcategory-list .category-card {
  align-items: center;
}

.sortbar-bottom {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.sortbar-bottom .pagination-wrapper {
  width: 100%;
}

.sortbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: #f3f3f3;
  background: #ECF0F9;
  border-radius: 3px;
  gap: 10px;
}

.page-item {
  padding: 0 0.25rem;
}

.sort-label,
.results {
  font-size: 0.75rem;
}

.module-search-critea {
  margin-bottom: 30px;
}

/* /list page */

/* login page */

.sr-login-remember-me-div .form-group {
  display: flex;
  justify-content: flex-end;
}

/* /login page */

.sr-custom-checkbox .sr-custom-checkbox-control:checked ~ .sr-custom-checkbox-label:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1.5C14.5 1.75587 14.4023 2.01187 14.207 2.20687L6.20703 10.2069C6.0125 10.4031 5.75625 10.5 5.5 10.5C5.24375 10.5 4.98813 10.4023 4.79313 10.207L0.793125 6.20703C0.597813 6.0125 0.5 5.75625 0.5 5.5C0.5 4.92875 0.967188 4.5 1.5 4.5C1.75588 4.5 2.01188 4.59766 2.20688 4.79297L5.5 8.0875L12.7938 0.79375C12.9875 0.597813 13.2438 0.5 13.5 0.5C14.0344 0.5 14.5 0.928125 14.5 1.5Z' fill='%230F2852'/%3E%3C/svg%3E%0A");
}

/* product-packageoffer */

.packageoffer-line:not(:first-child) .package-head {
  margin-top: 3rem;
}

.product-snapshot-vertical .packageoffer-item:not(:empty) {
  margin-top: 15px;
}

.packageoffer-item .product-card .card-body {
  padding: 0 0.5rem;
}

.packageoffer-item-badge {
  position: absolute;
  font-size: 0.9375rem;
  background: #343a40;
  color: #fff;
  font-weight: 500;
  padding: 2px 0.5rem;
}

.product-packageoffer-normal-price {
  text-decoration: line-through;
  color: #adb5bd;
  font-size: 0.76562rem;
}

.product-packageoffer-discount,
.product-packageoffer-package-price {
  font-weight: bold;
}

.package-head {
  margin-bottom: 0;
}

.sortbar-packageoffer-list {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}

.sortbar-packageoffer-list select {
  width: auto;
  margin-left: 1rem;
}

/* /product-packageoffer */

/* product page add-to-cart */

.text-minimum-wrapper {
  padding-top: 0.5rem;
}

.quantity-to-cart {
  max-width: 80px;
  padding: 6px 6px 6px 20px;
  line-height: 1.25rem;
  font-size: 1rem;
  height: 66px;
}

.product_table_quantity {
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
}

.product-addtocart-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.product-addtocart-wrapper .input-group,
.product-addtocart-wrapper .quantity-name-text {
  padding: 0 0.5rem;
}

.product-addtocart-wrapper .quantity-text {
  padding-right: 0.5rem;
}

.product-addtocart-wrapper .button-add-to-cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  font-size: 1rem;
  line-height: 1.25rem;
  border-radius: 0;
}

.product-addtocart-wrapper .cart-loading.button-add-to-cart {
  pointer-events: none;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.45);
}

.product-addtocart-wrapper .cart-loading.button-add-to-cart:active,
.product-addtocart-wrapper .cart-loading.button-add-to-cart:hover {
  background: none;
}

.product-addtocart-wrapper .cart-loading.button-add-to-cart:before {
  opacity: 0;
}

.product-addtocart-wrapper .cart-loading.button-add-to-cart:after {
  content: "";
  display: inline-block;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0);
  text-align: center;
  position: absolute;
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
  font-size: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-rendering: auto;
}

.product-addtocart-wrapper .cart-loading.button-add-to-cart span {
  opacity: 0;
}

/* /product page add-to-cart */

.product-children-table {
  width: 100%;
  font-size: 0.8125rem;
}

.product-children-table .quantity-text {
  display: none;
}

.product-children-table .list_addtocart .quantity-name-text {
  padding: 0 4px;
}

.product-children-table-responsive {
  margin: 30px 0;
}

.product-children-table .product-children-table-header td {
  font-weight: 500;
  border-top: 0;
}

.product-children-table tbody > tr > td {
  vertical-align: middle;
}

.product-children-table td {
  width: auto;
  border: 0;
  padding: 5px 10px;
}

.product-children-table select {
  max-width: 100px;
}

.product-children-table .product-price-special,
.product-children-table .product-price,
.product-children-table .product-price-original {
  white-space: nowrap;
}

.product-children-table .list_original {
  font-size: 0.8125rem;
}

.product-children-table .product-price-special,
.product-children-table .product-price {
  font-size: 0.8125rem;
}

.product-children-table .addtocart_wrapper {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-children-table .button-add-to-cart {
  width: auto;
  display: inline-block;
}

.product-children-table .quantity_wrapper {
  display: inline-block;
  margin-right: 10px;
}

.product-children-table .quantity-input {
  font-weight: 500;
  font-size: 1.0625rem;
  padding: 5px;
  margin: 0 1rem 0 0;
  width: 40px;
  height: 40px;
  outline: none !important;
  font-style: normal;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.product-children-table .product-card-price:not(:empty) {
  margin: 0;
}

.product-children-table .quantity-name-text,
.product-children-table .quantity-input {
  font-size: 0.75rem;
}

.product-children-table .quantity-name-text {
  vertical-align: middle;
}

.product-children-table .autohelp:hover {
  text-decoration: none;
}

.product-children-table .ui-spinner {
  margin-left: 5px;
  margin-right: 5px;
}

.product-children-table .ui-spinner-input {
  border: 0;
  margin: 0;
}

/* collateral - kiegészítő termékek */

.product-collateral-row {
  margin-top: 0.5rem;
}

.product-collateral-list-price {
  line-height: 1rem;
}

.product-collateral-list-checkbox-and-picture {
  max-width: 30%;
}

.product-collateral-list-name-price-options {
  max-width: 70%;
  padding-left: 0.5rem;
  justify-content: space-between;
}

.product-collateral-list-name-price-options-wrapper {
  justify-content: space-between;
}

.product-collateral-list-name {
  padding-right: 0.5rem;
}

.product-collateral-list-item {
  margin-bottom: 0.5rem;
}

/* /collateral - kiegészítő termékek */

/* product image */

.product-images-module {
  margin: 0.5rem auto 1rem auto;
}

.social-share-module {
  margin-top: 0.5rem;
}

.position-5-wrapper .home-position {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

img.product-secondary-image.thumb-active {
  outline: 2px solid #dee2e6;
}

.product-images {
  margin: 1rem 0;
  padding: 0 2rem;
}

.product-image-outer {
  padding: 5px;
  outline: none;
}

.product-image-outer:active,
.product-image-outer:hover {
  cursor: pointer;
}

.product-image-outer img {
  outline: none;
  width: 100%;
  height: auto;
}

/* video as product image */

.video-container {
  position: relative;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.product-video-outer {
  position: relative;
}

.product-video-outer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.3);
}

.video-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  pointer-events: none;
}

/* /video as product image */

.position-5-wrapper .module-head {
  display: none;
}

/* product image magnify if enabled */

html.magnifying > body {
  overflow-x: hidden !important;
}

.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile {
  min-width: 0;
  min-height: 0;
  animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  transform: none;
  transition: none;
}

.magnify {
  position: relative;
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
  z-index: inherit;
}

.magnify > .magnify-lens {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  cursor: none;
  display: none;
  z-index: 99;
}

.magnify > .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
}

.magnify > .magnify-lens.loading:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}

/* /product image magnify */

/* /product image */

/* product options */

/* termék típusok - változatképző paraméterek */

.product-attribute-name {
  display: flex;
  width: 100%;
  margin-bottom: 0.5rem;
}

.product-attribute-name span {
  display: flex;
  align-items: center;
  font-weight: normal;
}

.product-attribute-value {
  overflow: hidden;
}

.product-attribute-value ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.product-attribute-value ul li {
  margin: 0 10px 10px 0;
}

.product-option-item {
  padding-bottom: 0.5rem;
}

.product-options-select-title {
  font-weight: normal;
}

/* termék típusok - változatképző paraméterek - ikonos választó */

.list-icon .variable {
  outline: 1px solid #e9ecef;
  padding: 0;
  transition: all 0.2s ease-in-out;
}

.list-icon .variable:hover {
  outline: 1px solid #000;
}

.list-icon .variable.selected {
  outline: 1px solid #000;
}

/* termék típusok - változatképző paraméterek - szöveges választó */

.list-list .variable {
  outline: 1px solid #343a40;
  transition: all 0.2s ease-in-out;
  color: #151E26;
}

.list-list .variable a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  color: inherit;
  letter-spacing: 1px;
}

.list-list .variable.selected {
  background-color: #343a40;
  color: #fff;
}

.list-list .variable.selected a {
  font-weight: 600;
}

.list-list .variable:hover {
  background-color: #6c757d;
  color: #fff;
}

.product-ring-select-parameter-row .form-element {
  padding: 0;
}

/* /product options */

.product-parameters td {
  vertical-align: middle;
  padding: 0.25rem 0;
}

.product-parameters tr:first-child td {
  border-top: 0;
}

.product-attribute-row + .product-attribute-row {
  padding-top: 1rem;
}

.product-short-description {
  color: #adb5bd;
}

.product-quantity-discounts-cell {
  width: 100%;
}

.loyaltypoints-param-row .param-label {
  position: relative;
}

.loyalty-info-tootltip {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
}

.product-quantity-discounts-cell1 {
  padding-right: 1rem;
}

/* product price */

.product-page-price-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.discount-interval-pretext {
  padding-right: 0.5rem;
}

.product-page-price-original {
  text-decoration: line-through;
  color: #676872;
  font-size: 1.125rem;
}

.product-page-price-special,
.product-page-price {
  color: #df2b43;
  font-weight: 700;
  font-size: 1.5rem;
}

.postfix {
  color: #676872;
  margin-left: 0.25rem;
}

.decrease-amount {
  padding: 5px 10px;
  font-size: 100%;
  color: #fff;
}

/* /product price */

/* product reviews */

.js-scroll-productreview {
  align-items: center;
  display: inline-flex;
}

.label-count {
  margin-left: 5px;
}

.label-count:before {
  content: '(';
}

.label-count:after {
  content: ')';
}

.product-review-no-reviews {
  flex: 1;
}

.product-review-no-reviews .content {
  border-radius: 0.25rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  color: white;
}

.product-review-no-reviews svg {
  width: 70px;
  height: 70px;
  color: #6c757d;
  margin-bottom: 1rem;
}

.product-review-list-items {
  display: flex;
  flex-direction: column;
}

.product-review-item {
  margin-bottom: 8px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 1rem;
}

.product-review-item .author {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%; /* identical to box height, or 30px */
  margin-left: 10px;
  margin-right: 10px;
  color: #0F2852;
  margin: 0 10px;
}

.product-review-item .review-date-added {
  font-weight: 400;
  font-size: 12px;
  line-height: 160%; /* or 19px */
  color: #9C9C9C;
}

.product-review-item .review-head {
  font-weight: 500;
  color: #adb5bd;
}

.product-review-item .review-sep {
  margin-left: 1rem;
  margin-right: 1rem;
}

.product-review-item .review-description {
  margin: 1rem 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%; /* identical to box height, or 26px */
  color: #656A72;
}

.review-verified-purchase {
  position: relative;
  background: #78b15a;
  text-align: center;
  color: #212529;
  padding: 0 10px 0 20px;
  height: 20px;
  font-size: 11px;
  display: flex;
  align-items: center;
  margin-left: 1rem;
}

.review-verified-purchase:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 7px solid #f8f9fa;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.review-verified-purchase:before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid #78b15a;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.review-verified-purchase svg {
  width: 10px;
  height: 10px;
}

.product-rating-average {
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1;
}

.js-review-msg.success {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  color: #3e5c2f;
  background-color: #e4efde;
  border-color: #d9e9d1;
}

.js-review-msg.success hr {
  border-top-color: #cbe1c0;
}

.js-review-msg.success .alert-link {
  color: #273a1e;
}

.product-review-summary .product-review-average-sum {
  background: #3F4547;
  padding: 10px;
  border-radius: 0.25rem;
  color: white;
}

.product-review-summary .product-review-pointer {
  cursor: pointer;
  color: #4B83B6;
}

.product-review-summary .product-rating-star-box .star-filled {
  color: #fff;
}

.product-review-summary .product-rating-star-box .star-unfilled {
  color: #fff;
  opacity: .5;
}

.product-review-summary .product-review-progress {
  margin: 5px 10px;
  height: 10px;
  width: 100%;
  border-radius: 10px;
}

.product-review-summary .product-review-progress .progress-bar {
  background: #3F4547;
}

.product-review-summary .product-review-rating-filter {
  width: 3.5em;
}

.product-review-summary .add-review {
  padding: 10px 20px;
}

.product-review-summary .add-review .add-review-text {
  font-weight: 400;
  font-size: 27px;
  line-height: 120%; /* or 48px */
  text-align: center;
  color: #FFFFFF;
}

.product-review-summary .add-review .btn {
  background: #3891DD;
  box-shadow: 0px 5px 14px rgba(56, 145, 221, 0.3);
  border-radius: 3px;
  white-space: normal;
  line-height: 15px;
}

.product-review-summary .add-review-text {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.2em;
}

.form-group-rating {
  display: flex;
  align-items: center;
}

.form-group-rating .form-group-rating-label {
  margin: 0 1rem 0 0;
}

.form-group-rating .custom-control-inline {
  margin: 0;
}

.form-group-rating .custom-control-label:after {
  cursor: pointer;
}

.form-group-rating .review-prefix,
.form-group-rating .review-postfix {
  font-size: 0.76562rem;
  color: #adb5bd;
}

.form-group-rating .review-prefix {
  margin-right: 0.5rem;
}

/* /product reviews */

/* tabs */

.product-page-nav-tabs {
  justify-content: start;
}

.product-page-nav-tabs .nav-item {
  text-align: center;
}

.product-page-nav-tabs .nav-link {
  font-size: 0.9375rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 0;
  color: #adb5bd;
  text-transform: uppercase;
}

/* /tabs */

/* tags */

.tags {
  padding: 0.5rem 0 1rem 0;
}

/* tags */

.tab-content .module-head {
  display: none;
}

.product-page-right-box {
  padding-bottom: 2rem;
}

.position-5-wrapper .home-position .module-body {
  margin-top: 0;
}

iframe.fb_iframe_widget_lift {
  width: 100% !important;
}

.product-page-middle-1 {
  margin-top: 0.5rem;
}

.success-page-subtitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0 2rem 0;
}

.success-page-messages li {
  display: flex;
}

.success-page-messages svg {
  color: #78b15a;
  margin-right: 1rem;
}

.success-page-registration {
  margin-top: 20px;
  margin-bottom: 20px;
}

.success-page-buttons {
  margin-bottom: 1rem;
}

.sr-guest-registration-form {
  margin-top: 2rem;
}

.sr-guest-registration-form-inline .checkbox {
  position: relative;
}

.sr-guest-registration-form-inline .checkbox input {
  -webkit-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid black;
  outline: none;
  border-radius: 0;
  background-size: 50% 50%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 0;
  top: 2px;
}

.sr-guest-registration-form-inline .checkbox input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='black' 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");
}

.sr-guest-registration-form-inline .checkbox label {
  padding-left: 1.5rem;
}

/* header category bugfix */

.header-position.module-editable.category-module {
  position: static;
}

.header-position.module-editable.category-module .module-edit-link {
  position: static;
  float: right;
  margin-right: -30px;
  margin-top: -50px;
}

/* /header category bugfix */

.edit-link {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #111111 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.8);
  transition: none;
  background: rgba(255, 255, 255, 0.5);
  z-index: 990;
}

.languageselect-module .edit-link {
  right: -25px;
}

.section-wrapper .edit-link i:before {
  content: "";
  background: url("../image/pen-solid.svg") no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}

.editproduct:before {
  display: inline-block;
  content: "";
  background: url("../image/pen-solid.svg") no-repeat;
  width: 16px;
  height: 16px;
}

.cart-module .edit-link {
  right: -30px;
}

.module-editable {
  position: relative;
}

.page-head-title:hover > .edit-link,
.module-editable:hover > .edit-link,
.product-card:hover .edit-link {
  opacity: 1;
}

.page-head-title:hover > .edit-link:hover,
.module-editable:hover > .edit-link:hover,
.product-card:hover .edit-link:hover {
  background: white;
}

.pulse {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
  animation: pulse 2s infinite;
}

.pulse:hover {
  animation: none;
}

[class*="col-sr-"] {
  flex: 0 0 49%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}

.cursor-pointer {
  cursor: pointer;
}

.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.d-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bg-dark .close {
  color: #fff;
  opacity: .9;
  text-shadow: none;
}

.bg-dark .close:hover {
  color: #dee2e6;
}

.sr-separator {
  height: 1px;
  background-color: #e9ecef;
  margin: 1rem auto;
}

.sr-separator.w-300 {
  width: 300px;
}

/* svg icons */

.icon-arrow-up {
  transform: rotate(90deg);
}

.icon-arrow-right {
  transform: rotate(180deg);
}

.icon-arrow-down {
  transform: rotate(270deg);
}

.star-filled {
  color: #3891DD;
}

svg.rating-star {
  margin-right: 1px;
}

.star-unfilled {
  color: #dee2e6;
}

.customer-delete-modal-close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.tooltip,
.qtip {
  z-index: 99995 !important;
}

/*HEADER*/

#cat_2483 {
  display: flex;
}

#cat_2483 > a {
  margin: auto;
}

#cat_2482 > a {
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
  text-align: right;
  text-transform: uppercase;
  color: #FFFFFF;
}

#cat_2482 > a:before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='2' rx='1' fill='%23F32E48'/%3E%3Crect y='7' width='20' height='2' rx='1' fill='%23F32E48'/%3E%3Crect y='14' width='20' height='2' rx='1' fill='%23F32E48'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 16px;
}

#header_phone a {
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  color: #7E8393;
}

.login-list .nav-item {
  padding: 5px;
  display: flex;
}

.login-list .nav-item a {
  padding: 8px 20px !important;
  max-height: 33px;
  margin: auto;
  background: #1D3762;
  border-radius: 3px;
  color: white;
}

.js-cart-ajax .dropdown > .btn-primary {
  background-color: transparent !important;
  border-color: transparent !important;
}

.nav-link:hover,
.header-top a:hover {
  color: #98C1E2 !important;
}

.nav-link:active,
.header-top a:active {
  color: #98C1E2;
}

.category-card:hover .card-link {
  color: #98C1E2;
}

.input-group input {
  border-radius: 3px;
}

.cart-product-count {
  background: #F32E48;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 10px;
  padding: 1px 3px;
}

.cart-dropdown-toggle {
  position: relative;
  box-shadow: none;
}

.product-snapshot-vertical .list_div_item {
  padding-bottom: 30px;
}

.product-snapshot-vertical .product-price {
  font-size: 22px;
}

.product-snapshot-vertical .product-card {
  padding: 10px 5px;
  box-shadow: 0px 10px 15px rgba(15, 40, 82, 0.1);
  border-radius: 3px;
}

.product-snapshot-vertical .product-card .product-card-title a {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #1D2055;
}

#module_bestseller_wrapper #bestseller {
  margin: 0 auto;
}

#module_categoryoffer_wrapper img {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

#module_categoryoffer_wrapper .categoryoffer-row {
  background-color: #FFFFFF;
  border-radius: 3px;
  z-index: 99999;
  -webkit-transform: translate3d(0, 0, 0);
}

#module_categoryoffer_wrapper #categoryoffer {
  margin: 0 auto;
}

#module_categoryoffer_wrapper #categoryoffer .card-body {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

#module_categoryoffer_wrapper #categoryoffer .categoryoffer-col-btn {
  margin-top: auto;
}

#module_categoryoffer_wrapper #categoryoffer .category-snapshot-name-link {
  font-weight: 600;
  font-size: 17px;
  line-height: 120%;
  text-align: center;
  color: #1D2055;
}

.slider-container,
.banner-items {
  margin-bottom: 0 !important;
}

.product-card-description tbody {
  display: flex;
  flex-direction: column;
}

.product-card-description tbody tr {
  display: flex;
  gap: 5px;
  margin-left: 28px;
  margin-bottom: 10px;
}

.product-card-price {
  align-items: baseline;
}

.product-card-price .product-price-original {
  width: auto !important;
}

.product-card-price .product-price-special {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #DF2B43;
}

/*Home advantage*/

.home-advantages {
  gap: 24px;
}

.home-advantages-item {
  display: flex;
  flex-direction: column;
  background: #0F2852;
  border-radius: 3px;
  padding-left: 30px;
  padding-bottom: 20px;
  height: 190px;
  width: 318px !important;
}

.home-advantages-item .home-advantages-item-left {
  margin-right: auto;
  margin-top: auto;
  margin-bottom: 30px;
}

.home-advantages-item .home-advantage-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #3891DD;
}

.home-advantages-section {
  background: url("/custom/mexbau/image/data/src_2022/advantegev2.jpg");
  margin-bottom: 40px;
  margin-top: 40px;
  padding-bottom: 40px;
  background-repeat-x: no-repeat;
}

.home-advantages-section .module-head.container {
  margin-bottom: 40px;
}

.home-advantages-section .module-head h3 {
  font-weight: 600;
  font-size: 34px;
  line-height: 120%;
  color: #FFFFFF;
}

footer a,
footer .list-group-item {
  color: #FFFF;
}

.home-body .footer-top-advatage {
  display: block;
}

.footer-contact-line {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #FFFFFF;
}

.footer-top-advatage {
  border-radius: 3px;
  display: none;
  padding: 46px;
  padding-bottom: 30px;
  height: auto;
  min-height: 340px;
}

.footer-top-advatage h4,
.footer-top-advatage p {
  max-width: 820px;
}

.footer-top-advatage h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
}

.footer-top-advatage p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.footer-top-position {
  padding-bottom: 0;
}

.footer-social {
  gap: 20px;
}

.footer-social .contact-col {
  display: flex;
}

.footer-social .contact-col .footer-contact-link {
  margin: auto;
}

#news,
.position-4-container > div:not(#productreview_wrapper),
#productreview {
  margin: 0 auto;
}

.show-all-button {
  display: flex;
  margin-top: 30px;
}

.show-all-button .btn {
  margin: 0 auto;
  color: #3891DD;
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-bottom: thin solid #3891DD;
}

.show-all-button .btn svg {
  margin-left: 10px;
}

#news .news-card-image-wrapper {
  margin-bottom: 0;
  padding-right: 34px;
}

#news .btn-secondary {
  background: #3891DD;
  box-shadow: 0px 5px 7px rgba(56, 145, 221, 0.3);
  border-radius: 3px;
  border: none;
}

#news .btn-secondary svg {
  margin-left: 10px;
}

#news .news-all-button .btn {
  color: #3891DD;
  background-color: #FFFF;
  border: none;
  box-shadow: none;
  border-bottom: thin solid #3891DD;
}

#news .news-all-button .btn svg {
  margin-left: 10px;
}

#news .news-card-body {
  padding: 30px;
  margin-left: 34px;
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(15, 40, 82, 0.1);
  border-radius: 3px;
  margin-top: -87px;
}

#manufactureroffer {
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 20px 50px rgba(15, 40, 82, 0.05);
  /*.slick-track{
		.slick-active:first-child{
			border-bottom:2px solid #3891DD;
		}
	}*/
  background-color: #FFFF;
}

#manufactureroffer .manufactureroffer-image-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #3C3C3C;
  margin-top: 10px;
}

#manufactureroffer .content-title {
  font-weight: 800;
  font-size: 22px;
  line-height: 130%;
  color: #1D2055;
  margin-top: 30px;
}

#manufactureroffer .content-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #676872;
  margin-bottom: auto;
}

.footer-link {
  max-width: 220px;
}

.footer-link a {
  font-weight: 500;
  font-size: 12px;
  line-height: 210%;
  color: #FFFFFF;
}

.title-manufacturer {
  margin-top: 30px;
  text-align: center;
}

.img-manufacturer {
  margin: 20px;
}

#manufactureroffer .slick-prev {
  width: 40px;
  left: -40px;
  height: 40px;
  border: 2px solid #ECF0F9;
  border-radius: 60px;
}

#manufactureroffer .slick-prev:before {
  border: none;
  transform: rotate(0);
  height: 7px;
  content: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.02222 7.49987C4.11538 7.40616 4.16766 7.2794 4.16766 7.14727C4.16766 7.01514 4.11538 6.88838 4.02222 6.79467L1.72158 4.49903H13.4999C13.6325 4.49903 13.7597 4.44634 13.8535 4.35255C13.9473 4.25875 14 4.13154 14 3.99889C14 3.86625 13.9473 3.73904 13.8535 3.64524C13.7597 3.55145 13.6325 3.49876 13.4999 3.49876H1.73659L4.02222 1.21312C4.11707 1.11894 4.17061 0.990945 4.17108 0.857288C4.17155 0.723631 4.1189 0.595262 4.02472 0.500421C3.93055 0.405579 3.80255 0.352035 3.66889 0.351566C3.53524 0.351097 3.40687 0.403742 3.31203 0.49792L0.131142 3.68381C0.0471525 3.76816 0 3.88236 0 4.00139C0 4.12043 0.0471525 4.23463 0.131142 4.31898L3.31203 7.49987C3.35852 7.54675 3.41384 7.58395 3.47478 7.60934C3.53573 7.63474 3.6011 7.64781 3.66713 7.64781C3.73315 7.64781 3.79852 7.63474 3.85947 7.60934C3.92041 7.58395 3.97573 7.54675 4.02222 7.49987Z' fill='%231D2055'/%3E%3C/svg%3E");
}

#manufactureroffer .slick-next {
  width: 40px;
  right: -40px;
  height: 40px;
  border: 2px solid #ECF0F9;
  border-radius: 60px;
}

#manufactureroffer .slick-next:before {
  border: none;
  transform: rotate(0);
  height: 7px;
  content: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.97778 7.49987C9.88462 7.40616 9.83234 7.2794 9.83234 7.14727C9.83234 7.01514 9.88462 6.88838 9.97778 6.79467L12.2784 4.49903H0.500139C0.367494 4.49903 0.240281 4.44634 0.146487 4.35255C0.0526927 4.25875 0 4.13154 0 3.99889C0 3.86625 0.0526927 3.73904 0.146487 3.64524C0.240281 3.55145 0.367494 3.49876 0.500139 3.49876H12.2634L9.97778 1.21312C9.88293 1.11894 9.82939 0.990945 9.82892 0.857288C9.82845 0.723631 9.8811 0.595262 9.97528 0.500421C10.0695 0.405579 10.1974 0.352035 10.3311 0.351566C10.4648 0.351097 10.5931 0.403742 10.688 0.49792L13.8689 3.68381C13.9528 3.76816 14 3.88236 14 4.00139C14 4.12043 13.9528 4.23463 13.8689 4.31898L10.688 7.49987C10.6415 7.54675 10.5862 7.58395 10.5252 7.60934C10.4643 7.63474 10.3989 7.64781 10.3329 7.64781C10.2669 7.64781 10.2015 7.63474 10.1405 7.60934C10.0796 7.58395 10.0243 7.54675 9.97778 7.49987Z' fill='%231D2055'/%3E%3C/svg%3E");
}

#home-middle-position {
  display: flex;
  flex-direction: column;
}

#home-middle-position:before {
  content: " ";
  background-image: url("/custom/mexbau/image/data/src_2022/iv11.png");
  width: 100vw;
  min-height: 115px;
  background-repeat: no-repeat;
  background-size: cover;
}

#home-middle-position:after {
  content: " ";
  background-image: url("/custom/mexbau/image/data/src_2022/iv22.png");
  width: 100vw;
  min-height: 223px;
  background-repeat: no-repeat;
  background-size: cover;
}

#home-middle-position > div {
  background-color: #0F2852;
  margin-bottom: -2px;
}

#home-middle-informations h4 {
  font-weight: 600;
  font-size: 64px;
  line-height: 77px;
  color: #FFFFFF;
  margin-bottom: 34px;
}

#home-middle-informations .description p {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #BCC5DC;
}

#home-middle-informations .description {
  margin-bottom: 24px;
}

#home-middle-informations .description1 {
  border-left: 5px solid #3891DD;
  margin-bottom: 24px;
}

#home-middle-informations .description1 p {
  font-weight: 900;
  font-size: 16px;
  line-height: 29px;
  color: #BCC5DC;
  padding-left: 25px;
  margin-left: 5px;
}

#home-middle-informations .description2 {
  padding: 19px 30px;
  background: #223960;
  border-radius: 3px;
  margin-bottom: 24px;
}

#home-middle-informations .description2 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #BCC5DC;
}

#section-szivattyubolt_home_middle_links {
  background: #3891DD;
  border-radius: 3px;
  padding: 40px 27px 40px 27px;
}

#section-szivattyubolt_home_middle_links h4 {
  font-weight: 600;
  font-size: 34px;
  line-height: 130%;
  color: #FFFFFF;
}

#section-szivattyubolt_home_middle_links p {
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  color: #ABCDEA;
}

#section-szivattyubolt_home_middle_links2 {
  z-index: 0;
  margin-top: 30px;
  background: #ECF0F9;
  border-radius: 3px;
  padding: 40px 27px 40px 27px;
  margin-bottom: -29px;
}

#section-szivattyubolt_home_middle_links2 h4 {
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
  color: #1D2055;
  margin-bottom: 44px;
}

#section-szivattyubolt_home_middle_links .information-link,
#section-szivattyubolt_home_middle_links2 .information-link {
  background: #FFFFFF;
  border-radius: 3px;
  padding: 22px 26px;
  margin: 15px 0;
  position: relative;
  display: flex;
  align-content: center;
}

#section-szivattyubolt_home_middle_links .information-link a,
#section-szivattyubolt_home_middle_links2 .information-link a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #1D2055;
  margin-right: auto;
}

#section-szivattyubolt_home_middle_links .information-link svg,
#section-szivattyubolt_home_middle_links2 .information-link svg {
  float: right;
  height: 25px;
  transition: all 0.2s ease-in-out;
}

/*foter top ívek*/

.footer-badges {
  text-align: center;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 10px 30px;
}

.footer-badges img {
  margin: 20px 10px;
}

.subcategory-list img {
  padding: 10px;
  box-shadow: 0px 10px 50px rgba(15, 40, 82, 0.1);
}

.subcategory-list .category-card-body {
  padding: 5px;
}

.subcategory-list .category-card-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #0F2852;
}

.product-list-body .page-head-title,
.category-list-body .page-head-title {
  font-weight: 600;
  font-size: 34px;
  line-height: 120%;
  color: #0F2852;
  margin-bottom: 36px;
}

.sortbar .results {
  font-family: "Asap", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #0F2852;
}

.sortbar-top .results {
  display: none;
}

.sortbar-top .sort-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #0F2852;
}

.sortbar-top select.form-control {
  height: 44px;
}

.category-description-top {
  display: flex;
}

.category-description-content {
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  color: #656A72;
  margin-left: 30px;
}

.category-description-links {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  padding: 20px 30px;
  background: #ECF0F9;
  border-radius: 3px;
}

.category-description-links h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  color: #656A72;
}

.category-description-links a {
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
  color: #1D2055;
  transition: all 0.3s;
}

.category-description-links a svg {
  margin-right: 20px;
}

.category-description-links a:hover {
  color: #3891DD;
}

#module_category2_wrapper {
  background: #ECF0F9;
  border-radius: 3px;
  padding: 15px 25px;
  padding-bottom: 5px;
}

#module_category2_wrapper a {
  font-weight: 500;
  font-size: 13px;
  line-height: 220%;
  color: #0F2852;
}

.category-custom-html-bottom h2 {
  color: #1D2055;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}

.category-custom-html-bottom p {
  font-size: 16px;
}

.product-page-body .youtube-videos {
  margin: 0 auto;
}

.product-page-body .product-page-head-title {
  font-weight: 500;
  font-size: 30px;
  margin-top: 15px;
  color: #0F2852;
}

.product-page-body .product-image-link .product-image-element {
  box-shadow: 0px 10px 50px rgba(15, 40, 82, 0.1);
  border-radius: 3px;
}

.product-page-body .product-images .product-image-outer {
  max-width: 115px;
  box-shadow: 0px 10px 50px rgba(15, 40, 82, 0.1);
  border-radius: 3px;
}

.product-page-body #section-szivattyubolt_product_advantages {
  padding-left: 15px;
  padding-right: 15px;
  background: #ECF0F9;
  border-radius: 3px;
  padding: 15px;
  margin-top: 40px;
}

.product-page-body #section-szivattyubolt_product_advantages .row {
  margin: 0;
  flex-wrap: nowrap;
}

.product-page-body #section-szivattyubolt_product_advantages .product-advantage-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  color: #0F2852;
  margin-bottom: 0;
}

.product-page-body #section-szivattyubolt_product_advantages .product-advantages-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-page-body #section-szivattyubolt_product_advantages .horizontal-line {
  background: #DEE1E9;
  border-radius: 3px;
  width: 2px;
  height: auto;
  margin: 0px 10px;
}

.product-page-body #section-szivattyubolt_product_advantages .horizontal-line:last-child {
  display: none;
}

.product-page-body .product-parameters td {
  border-top: none;
}

.product-page-body .productcategorydescriptionlist-param li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 190%;
  color: #656A72;
}

.product-page-body .product-price-wrapper {
  background: #0F2852;
  border-radius: 3px 3px 0px 0px;
  padding: 20px 10px;
  color: white;
}

.product-page-body .product-collateral-container {
  background: #223A63;
  border-radius: 0px 0px 3px 3px;
}

.product-page-body .product-collateral-container #js-collateral-wrapper {
  padding: 25px 20px;
}

.product-page-body .product-collateral-container .product-collateral-wrap {
  margin-bottom: 21px;
}

.product-page-body .product-collateral-container .product-collateral-wrap strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
}

.product-page-body .product-collateral-container .product-collateral-list-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}

.product-page-body .product-collateral-container .product-price-original {
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  text-align: right;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #A8A9B4;
}

.product-page-body .product-collateral-container .product-price-special {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #DF2B43;
}

.product-page-body .product-collateral-container .product-collateral-list-image {
  background: #FFFFFF;
  border-radius: 3px;
  width: 50px;
  height: 50px;
}

.product-page-body .product-page-price-original {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #676872;
}

.product-page-body .product-page-price-special {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  color: #DF2B43;
}

.product-page-body .product-page-price-line .postfix {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #676872;
}

.product-page-body .product-page-price-line .product-price {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}

.product-page-body .quantity-text {
  display: none;
}

.product-page-body .product_table_addtocartbtn:hover a {
  background-color: rgba(56, 145, 221, 0.8);
}

.product-page-body .product_table_addtocartbtn a:before {
  margin-right: 10px;
  margin-bottom: -2px;
  content: url("data:image/svg+xml,%3Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.66874 24C8.44479 24 7.44616 23.0185 7.44616 21.8156C7.44616 20.6127 8.44479 19.6312 9.66874 19.6312C10.8927 19.6312 11.8913 20.6127 11.8913 21.8156C11.8862 23.0185 10.8927 24 9.66874 24Z' fill='white'/%3E%3Cpath d='M20.8022 24C19.5783 24 18.5797 23.0185 18.5797 21.8156C18.5797 20.6127 19.5783 19.6312 20.8022 19.6312C22.0262 19.6312 23.0248 20.6127 23.0248 21.8156C23.0248 23.0185 22.0313 24 20.8022 24Z' fill='white'/%3E%3Cpath d='M6.65236 13.1737C6.36557 13.1737 6.10952 12.9874 6.02758 12.7056L2.72956 0.802184C2.63738 0.464964 2.8371 0.117677 3.18022 0.0220469C3.52334 -0.0685497 3.88182 0.127743 3.974 0.469997L7.27714 12.3684C7.36932 12.7056 7.16959 13.0579 6.82135 13.1485C6.76502 13.1636 6.70869 13.1737 6.65236 13.1737Z' fill='white'/%3E%3Cpath d='M3.35435 1.27032H0.645264C0.291905 1.27032 0 0.988463 0 0.636142C0 0.288855 0.291905 0.00196607 0.645264 0.00196607H3.34923C3.70771 0.00196607 3.99449 0.288855 3.99449 0.636142C3.99961 0.988463 3.70771 1.27032 3.35435 1.27032Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.10155 19.2386H22.5688C22.8556 19.2386 23.1065 19.0574 23.1884 18.7907L27.101 6.22292C27.1624 6.03166 27.1266 5.82027 27.0037 5.65921C26.8859 5.49815 26.6913 5.40252 26.4865 5.40252H5.10568C4.90595 5.40252 4.72159 5.49312 4.59869 5.64411C4.47578 5.79511 4.42969 5.9914 4.47578 6.18266L7.47165 18.7504C7.54334 19.0373 7.7994 19.2386 8.10155 19.2386ZM21.7444 10.5716H9.22317C8.86469 10.5716 8.57791 10.2847 8.57791 9.93739C8.57791 9.5901 8.86981 9.30321 9.22317 9.30321H21.7444C22.1028 9.30321 22.3896 9.5901 22.3896 9.93739C22.3896 10.2847 22.1028 10.5716 21.7444 10.5716ZM20.8021 13.2693H10.1603C9.80186 13.2693 9.51508 12.9824 9.51508 12.6352C9.51508 12.2879 9.80698 12.001 10.1603 12.001H20.8021C21.1606 12.001 21.4473 12.2879 21.4473 12.6352C21.4473 12.9824 21.1606 13.2693 20.8021 13.2693ZM11.1231 15.7708H19.8444C20.2029 15.7708 20.4897 15.4889 20.4948 15.1366C20.4948 14.7893 20.208 14.5025 19.8495 14.5025H11.1231C10.7698 14.5025 10.4779 14.7843 10.4779 15.1366C10.4779 15.4839 10.7646 15.7708 11.1231 15.7708Z' fill='white'/%3E%3C/svg%3E%0A");
}

.product-page-body .product_table_addtocartbtn a {
  padding: 17px 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #FFFFFF;
  background: #3891DD;
  box-shadow: 0px 5px 14px rgba(56, 145, 221, 0.3);
  border-radius: 3px;
}

.product-page-body .one-column-content {
  padding-top: 30px;
}

.product-page-body .param-label.productrating-param {
  display: none;
}

.product-page-body .product-review-count {
  display: none;
}

.product-page-body .product-parameter-row td {
  font-weight: 500;
  font-size: 14px;
  line-height: 190%;
  color: #656A72;
}

.product-page-body .product-parameter-row td strong {
  font-weight: 500;
  font-size: 14px;
  line-height: 190%;
  color: #656A72;
}

.product-page-body .custom-control-label::before {
  top: -2px;
  left: -33px;
  background: #FFFFFF;
  border-radius: 2px;
  width: 25px;
  height: 25px;
}

.product-page-body .custom-control-label::after {
  top: -2px;
  left: -33px;
  width: 25px;
  height: 25px;
}

.product-page-body .product-price {
  font-weight: 600;
  line-height: 130%;
}

.product-page-body .product-page-nav-tabs .nav-horizontal-line {
  width: 1px;
  height: 30px;
  background: #EAEAEA;
  margin: auto 10px;
}

.product-page-body .product-page-nav-tabs .nav-horizontal-line:last-child {
  display: none;
}

.product-page-body .product-page-nav-tabs .nav-item .nav-link {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #1D2055;
}

.product-page-body .product-page-nav-tabs .nav-item .nav-link.active {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #656A72;
}

.product-page-body .product-page-tab-content .parameter-table {
  border: none;
}

.product-page-body .product-page-tab-content .parameter-table tr:nth-child(2n) {
  background: #ECF0F9;
  border-radius: 2px;
}

.product-page-body .product-page-tab-content .parameter-table td {
  border: none;
  padding: 0.5rem 20px;
}

.product-page-body .product-page-tab-content .parameter-table td,
.product-page-body .product-page-tab-content .parameter-table td strong {
  font-weight: 400;
  font-size: 14px;
  color: #656A72;
}

.product-page-body .col-md-6.col-sm-5 {
  padding: 10px 30px;
}

.product-page-body .product-review-values .product-review-rating-filter {
  display: none;
}

.product-page-body .product-review-values .progress {
  background-color: #314463;
  border-radius: 2px;
  height: 30px;
}

.product-page-body .product-review-values .progress .progress-bar {
  background-color: #3891DD !important;
}

.product-page-body .product-review-values .rating-star {
  width: 25px;
  height: 25px;
}

.product-page-body .product-review-summary {
  background: #0F2852;
  border-radius: 3px;
}

.product-page-body .product-review-summary .col-md-3.col-sm-3 {
  padding-left: 0;
  padding-right: 0;
}

.product-page-body .product-review-summary .product-rating-star-box .rating-star {
  width: 30px;
  height: 30px;
}

.product-page-body .product-review-summary .product-review-average-sum {
  height: 100%;
  background-color: #3891DD;
  flex-direction: column;
}

.product-page-body .product-review-summary .product-review-average-sum .product-rating-average {
  font-weight: 800;
  font-size: 100px;
  line-height: 150px;
  text-align: center;
  color: #FFFFFF;
}

.product-page-body .product-review-summary .product-review-average-sum .a {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #16446B;
}

.product-page-body .input-group-btn-vertical {
  position: absolute;
  right: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 31px;
  height: 100%;
}

.product-page-body .bootstrap-touchspin-up,
.product-page-body .bootstrap-touchspin-down {
  width: 25px;
  height: 25px;
  background: #0F2852;
  border-radius: 2px;
  padding: 0;
  font-size: 0 !important;
  position: relative;
}

.product-page-body .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:after {
  border: solid white;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 6px;
  width: 6px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-135deg);
}

.product-page-body .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:after {
  border: solid white;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 6px;
  width: 6px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.product-page-body #productreview_wrapper {
  display: flex;
  flex-direction: column;
}

.product-page-body #productreview_wrapper + div {
  margin-top: 110px;
}

.product-page-body #productreview_wrapper #productreview .module-head-title {
  padding-top: 3rem;
}

.product-page-body #productreview_wrapper:before {
  background-image: url("/custom/mexbau/image/data/src_2022/pp-iv1.png");
  width: 100vw;
  min-height: 115px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -113px;
  pointer-events: none;
}

.product-page-body #productreview_wrapper.noRelated:after {
  display: none;
}

.product-page-body #productreview_wrapper:after {
  background-image: url("/custom/mexbau/image/data/src_2022/pp-iv2.png");
  width: 100vw;
  min-height: 223px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -220px;
}

.pathway {
  background: #ECF0F9;
  display: flex;
}

.pathway .breadcrumb {
  padding: 22px 0;
  margin-bottom: 0;
}

.pathway .breadcrumb .breadcrumb-item a {
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  color: #1D2055;
}

.pathway .breadcrumb .breadcrumb-item.active a {
  font-weight: 500;
}

/*gyik*/

.gyik-body .col-lg-9,
.gyik-subpage .col-lg-9 {
  flex: 0 0 100%;
  max-width: 100%;
}

.gyik-body aside,
.gyik-subpage aside {
  display: felx;
}

.gyik_menu {
  display: flex;
  width: 100%;
  gap: 20px;
}

.gyik_menu .card {
  display: flex;
  justify-content: center;
}

.gyik_menu .card a {
  z-index: 100;
  font-size: 0;
}

.gyik_menu .card h3 {
  position: absolute;
  width: 100%;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  z-index: 10;
}

.gyik-subpage .page-head-title {
  font-weight: 600;
  font-size: 34px;
  line-height: 120%;
  color: #0F2852;
}

.gyik-subpage .faq_question_line {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 216%;
  color: #1D2055;
  background: #ECF0F9;
  border-radius: 2px;
}

.gyik-subpage .faq_question_line p {
  margin-bottom: 0;
  padding: 5px 30px;
  transition: all 0.3s;
}

.gyik-subpage .faq_question_line:nth-child(4n +1) {
  background: transparent;
}

.gyik-subpage .faq_question_line p:hover {
  background: #3891DD;
  box-shadow: 0px 0px 30px rgba(15, 40, 82, 0.2);
  border-radius: 2px;
}

.gyik-subpage .faq_question_line p:hover:after {
  content: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.51875 0.800537L0 2.3146L7.5 9.80054L15 2.3146L13.4813 0.800537L7.5 6.76772L1.51875 0.800537Z' fill='white'/%3E%3C/svg%3E%0A");
}

.gyik-subpage .faq_question_line p:hover a {
  color: white;
}

.gyik-subpage .faq_question_line p:after {
  content: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.51875 0.800537L0 2.3146L7.5 9.80054L15 2.3146L13.4813 0.800537L7.5 6.76772L1.51875 0.800537Z' fill='%230F2852'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 30px;
}

.gyik-subpage .gyik_valasz {
  padding: 10px 30px;
}

.gyik-subpage .gyik_valasz p {
  font-weight: 400;
  font-size: 14px;
  line-height: 190%;
  color: #656A72;
}

.gyik-subpage-head {
  margin-top: 30px;
  padding-bottom: 10px;
  display: flex;
  border-bottom: thin solid #EAEAEA;
}

.gyik-subpage-head .gyik-active {
  color: #656A72;
}

.gyik-subpage-head a {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #1D2055;
}

.gyik-subpage-head .vr-line {
  width: 1px;
  height: 30px;
  margin: 0 30px;
  background: #EAEAEA;
}

/*dropdown*/

#cat_2482:hover .nav-link:before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='2' rx='1' fill='%233891DD'/%3E%3Crect y='7' width='20' height='2' rx='1' fill='%233891DD'/%3E%3Crect y='14' width='20' height='2' rx='1' fill='%233891DD'/%3E%3C/svg%3E");
}

#cat_2482 .nav-link,
#cat_2483 .nav-link {
  text-transform: uppercase;
}

#cat_2482:hover .nav-link,
#cat_2483:hover .nav-link {
  color: #3891DD;
  background-color: #213A64;
}

#cat_2482 .subtree-dropdown,
#cat_2483 .subtree-dropdown {
  padding: 0;
  width: 1344px;
  height: 380px;
}

#cat_2482 .subtree-dropdown .subtree-dropdown-inner,
#cat_2483 .subtree-dropdown .subtree-dropdown-inner {
  padding: 0 !important;
}

.custom-dropdown-menu {
  display: flex;
  height: 100%;
  width: 100%;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 2px 2px;
}

.custom-dropdown-menu .column {
  padding: 10px 25px;
}

.custom-dropdown-menu a {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #FFFFFF;
  display: block;
  transition: all 0.3s;
}

.custom-dropdown-menu a:hover {
  color: #3891DD;
}

.custom-dropdown-menu img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.main_boxes_div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main_boxes_div h2 {
  width: 100%;
}

.main_boxes_div .main_boxes {
  padding: 10px;
}

.main_boxes_div .main_boxes a {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #1D2055;
}

.main_boxes_div .main_boxes .button {
  background: #3891DD;
  box-shadow: 0px 5px 14px rgba(56, 145, 221, 0.3);
  border-radius: 3px;
  padding: 9px 13px;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
}

#module_paf_filter_wrapper {
  background: #0F2852;
  border-radius: 3px;
  padding: 25px;
}

#module_paf_filter_wrapper .btn-primary {
  background: #3891DD;
  box-shadow: 0px 5px 14px rgba(56, 145, 221, 0.3);
  border-radius: 3px;
}

#module_paf_filter_wrapper .custom-control {
  padding-left: 30px;
}

#module_paf_filter_wrapper .module-head-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  color: #FFFFFF;
  text-align: start;
  padding-top: 0;
}

#module_paf_filter_wrapper .widget-head {
  font-weight: 700;
  font-size: 14px;
  line-height: 205.4%;
  color: #FFFFFF;
}

#module_paf_filter_wrapper .custom-control-label {
  font-weight: 400;
  font-size: 13px;
  line-height: 270%;
  color: #FFFFFF;
}

#module_paf_filter_wrapper .widget {
  border: none;
}

#module_paf_filter_wrapper .custom-control-label::before {
  height: 25px;
  width: 25px;
  border-color: #FFFF;
  border-radius: 3px;
  left: -30px;
}

#module_paf_filter_wrapper .custom-control-label::after {
  height: 25px;
  width: 25px;
  left: -30px;
}

#module_paf_filter_wrapper .custom-control-input:checked ~ .custom-control-label::before {
  color: #0F2852;
  background-color: #FFFF;
}

.logged-dropdown .dropdown-hover-menu .dropdown-item a {
  color: black;
}

.logged-dropdown .dropdown-hover-menu .dropdown-item a:hover {
  color: #3891DD;
}

footer .list-group-item-action:hover,
footer .footer-link a:hover,
footer .footer-contact-line a:hover {
  color: #3891DD;
}

.category-snapshot-name-link .btn-secondary svg {
  transition: all 0.2s ease-in-out;
}

.category-snapshot-name-link:hover .btn-secondary svg {
  transform: translateX(3px);
}

#section-szivattyubolt_home_middle_links .information-link:hover svg,
#section-szivattyubolt_home_middle_links2 .information-link:hover svg {
  transform: translateX(8px);
}

.card-footer .btn svg,
.news-all-button .btn svg,
.manufactureroffer-col .btn svg {
  transition: all 0.2s ease-in-out;
}

.card-footer .btn:hover svg,
.news-all-button .btn:hover svg,
.manufactureroffer-col .btn:hover svg {
  transform: translateX(3px);
}

.position-absolute .badgeitem {
  margin-bottom: 0;
}

.cart-dropdown .btn-secondary {
  background-color: #FFFF;
  color: #3891DD;
}

.cart-dropdown .btn-primary {
  background-color: #3891DD;
}

.manufacturer-card .btn-secondary {
  margin-top: 20px;
}

.product-card-footer .product-card-details,
.product-card-footer .product-card-cart-button {
  width: 50%;
}

.product-card-footer .product-card-details .btn,
.product-card-footer .product-card-cart-button .btn {
  width: 100%;
}

.product-card-footer .btn-secondary {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  box-shadow: 0px 5px 14px rgba(56, 145, 221, 0.3);
  border-radius: 3px;
  border: none;
}

.product-snapshot-vertical:not(#lastseen_home_list) .product-card:active .product-card-footer,
.product-snapshot-vertical:not(#lastseen_home_list) .product-card:hover .product-card-footer {
  visibility: visible;
  opacity: 1;
}

.product-snapshot-vertical .product-snapshot .product-card {
  padding: 30px 20px;
}

.product-card-item .offer_request {
  padding: 12px 12px !important;
  font-size: 12px !important;
}

#boughtwith {
  min-height: 520px;
}

#boughtwith .product-card-title.h4 {
  min-height: 75px;
}

body:not(.product-list-body):not(.home-body) .module-customcontent4-wrapper {
  display: none;
}

tr.tableheader.product-children-table-header td {
  background: #0F2852;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.product-children-table tr:nth-child(even) td {
  background-color: #f3f3f3;
}

.product-card-item.child-list-name {
  font-size: 14px;
}

a.button.btn.btn-primary.button-add-to-cart {
  padding: 12px 35px;
  font-size: 14px;
}

.product-snapshot-vertical .parameter_table tr:before {
  content: '';
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  position: absolute;
  left: 22px;
}

.feszultseg:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 14 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.8571H6.23438L4.06719 19L13.5714 8.14286H7.33705L9.5 0L0 10.8571Z' fill='%23676872'/%3E%3C/svg%3E%0A");
}

.teljesitmeny:before,
.max-teljesitmeny:before,
.teljesitmeny-igeny:before,
.max-teljesitmeny:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.78064 9.0009C7.78064 9.78758 8.41897 10.4256 9.20529 10.4256C9.75777 10.4256 10.2312 10.108 10.4676 9.64857L10.4715 9.65216L13.0723 4.96007L8.50662 7.7598L8.51093 7.76411C8.07735 8.00874 7.78064 8.46782 7.78064 9.0009Z' fill='%23676872'/%3E%3Cpath d='M14.9449 2.21242C13.485 0.936478 11.5988 0.121775 9.44345 0V2.165C11.2395 2.27923 12.2978 2.84967 13.3604 3.73981L14.9449 2.21242Z' fill='%23676872'/%3E%3Cpath d='M15.9618 8.32593H18.1243C17.9792 6.17063 17.1361 4.39969 15.8271 2.94845L14.2972 4.46902C15.2189 5.52512 15.8253 6.88906 15.9618 8.32593Z' fill='%23676872'/%3E%3Cpath d='M15.9719 9.40358C15.743 12.9957 12.7669 15.8447 9.13165 15.8447C5.3473 15.8447 2.1553 12.7755 2.1553 8.99156C2.1553 5.38933 5.13285 2.44196 8.3658 2.16536V0.000359191C3.69598 0.280189 0 4.2093 0 9.0009C0 13.9735 4.10226 18 9.0749 18C13.8999 18 17.908 14.0734 18.1383 9.40358H15.9719Z' fill='%23676872'/%3E%3C/svg%3E ");
}

.emelomagassag:before,
.max-emelomag:before,
.max-emeles:before,
.maxemeles:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 13 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.36 0.5L0 7.5H3.71V14.5H9.01V7.5H12.72L6.36 0.5Z' fill='%23676872'/%3E%3C/svg%3E ");
}

.szallitasi-teljesitmeny:before,
.maxszallitas:before,
.szallitas:before,
.max-szallitas:before,
.max-vizszallitas:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0L15 5.69063L7.5 11.3813V5.90402L0 11.3813V0L7.5 5.47723V0Z' fill='%23676872'/%3E%3C/svg%3E%0A");
}

.jotallas:before,
.pedrollo-gari:before,
.garancia:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C5.07143 1.32357 3.19214 1.945 0 2.28571C0 5.05679 0.188214 7.04857 0.903214 8.87536C1.48786 10.365 2.354 11.728 3.45429 12.89C5.22571 14.7707 7.17464 15.7614 8 16C8.82536 15.7614 10.7743 14.7707 12.5457 12.89C13.646 11.728 14.5121 10.365 15.0968 8.87536C15.8118 7.04857 16 5.05679 16 2.28571C12.8079 1.945 10.9286 1.32357 8 0Z' fill='%23676872'/%3E%3C/svg%3E%0A");
}

.kabel:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 20 25'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7 16.029c-3.3 0-6-2.7-6-6v-3c0-.8.7-1.5 1.5-1.5h9c.8 0 1.5.7 1.5 1.5v3c0 3.4-2.7 6-6 6Zm-3-10.5v-4.5m6 4.5v-4.5m-3 15v3c0 1.7 1.3 3 3 3s3-1.3 3-3 1.3-3 3-3 3 1.3 3 3v4.5m-13.5-15h3'/%3E%3C/svg%3E");
}

.csocsatlakozas:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 24 25'%3E%3Cpath stroke='%23676872' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M18.3 12.816H1m13.7-3.799 3.6 3.8-3.6 3.8m8-15.1v22.5'/%3E%3C/svg%3E");
}

.fokozatok-szama:before,
.fordulatszam:before,
.terhelhetoseg:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 25 17'%3E%3Cpath stroke='%23676872' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12.3 1.05c-3 0-5.9 1.2-8 3.4-2.1 2.1-3.3 5-3.3 8v2.1c0 .8.7 1.5 1.5 1.5H22c.8 0 1.5-.7 1.5-1.5v-2.1c.1-6.2-4.9-11.4-11.2-11.4Z'/%3E%3Cpath stroke='%23676872' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9.3 16.05v-.8c0-1.7 1.3-3 3-3s3 1.3 3 3v.8m-.7-10.5-2.3 6.8m-7.1-.8c-.2 0-.4.2-.4.4s.2.4.4.4.4-.2.4-.4-.2-.4-.4-.4Zm1.5-3.8c-.2 0-.4.2-.4.4s.2.4.4.4.4-.2.4-.4-.2-.4-.4-.4Zm12.8 3.8c-.2 0-.4.2-.4.4s.2.4.4.4.4-.2.4-.4c-.1-.2-.2-.4-.4-.4ZM18 7.75c-.2 0-.4.2-.4.4s.2.4.4.4.4-.2.4-.4c-.1-.2-.2-.4-.4-.4Zm-8.3-3c-.2 0-.4.2-.4.4s.2.4.4.4.4-.2.4-.4-.2-.4-.4-.4Z'/%3E%3C/svg%3E");
}

.csatlakozas:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 25 25'%3E%3Cpath stroke='%23676872' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.6 1.517v22.5m-4.5-22.5v22.5m-9-11.201h9m4.5 0h9M4.8 9.017l-3.8 3.8 3.8 3.8m15-7.6 3.8 3.8-3.8 3.8'/%3E%3C/svg%3E");
}

.atmero:before,
.meret:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 25 25'%3E%3Cpath stroke='%23676872' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M23.5.754 1 23.254m22.5-15.7v-6.8h-6.8M1 16.554v6.8h6.8'/%3E%3C/svg%3E");
}

.magassag:before,
.magasssag:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 25 24'%3E%3Cpath stroke='%23676872' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12.2 3.929v15.8m3.8-12.2-3.8-3.6-3.8 3.6m7.6 8.599-3.8 3.6-3.8-3.6M23.5 1.029H1m22.5 21.599H1'/%3E%3C/svg%3E");
}

.szelesseg:before,
.hossz:before,
.szigeteles-vastagsaga:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 24 25'%3E%3Cpath stroke='%23676872' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.8 12.829h15.8m-12.2-3.8-3.6 3.8 3.6 3.8m8.7-7.6 3.6 3.8-3.6 3.8M1 1.529v22.5m21.6-22.5v22.5'/%3E%3C/svg%3E");
}

.nevleges-aram:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 25 25'%3E%3Cpath stroke='%23676872' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12.3 23.753c6.2 0 11.3-5 11.3-11.3 0-6.3-5-11.3-11.3-11.3-6.3 0-11.3 5-11.3 11.3 0 6.3 5.1 11.3 11.3 11.3Z'/%3E%3Cpath fill='%23676872' d='M8.125 17.105a.723.723 0 0 1-.435-.12.494.494 0 0 1-.18-.33.821.821 0 0 1 .09-.465l4.095-9.27c.09-.21.205-.36.345-.45.14-.1.295-.15.465-.15.17 0 .32.05.45.15.14.09.26.24.36.45l4.095 9.27c.08.17.11.33.09.48a.443.443 0 0 1-.165.33c-.1.07-.24.105-.42.105-.2 0-.36-.05-.48-.15a1.402 1.402 0 0 1-.315-.465L15.055 14l.645.36H9.28l.645-.36-1.065 2.49c-.09.22-.19.38-.3.48a.665.665 0 0 1-.435.135ZM12.475 8l-2.34 5.535-.36-.315h5.43l-.345.315L12.505 8h-.03Z'/%3E%3C/svg%3E");
}

.max-medence-meret:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 20 25'%3E%3Cpath stroke='%23676872' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10 1.517v15m-4.5-4.5 4.5 4.5 4.5-4.5'/%3E%3Cpath stroke='%23676872' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.8 5.316H16c1.7 0 3 1.3 3 3v12.8c0 1.7-1.3 3-3 3H4c-1.7 0-3-1.3-3-3v-12.8c0-1.7 1.3-3 3-3h2.3'/%3E%3C/svg%3E");
}

.nevl-terfogat:before,
.terfogat:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 25 25'%3E%3Cpath stroke='%23676872' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6.3 18.217-5.3 5.3m22.6-16.6v-6h-6m-16.5 16.5v6h6M23.6.917l-5.3 5.3m0 12 5.3 5.3M1.1 6.917v-6h6m16.5 16.5v6h-6M1.1.917l5.3 5.3m2.2 3c0-.4.3-.8.8-.8h6c.4 0 .8.3.8.8v6c0 .4-.3.8-.8.8h-6c-.4 0-.8-.3-.8-.8v-6Z'/%3E%3C/svg%3E");
}

.homokszuro:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 25 25'%3E%3Cpath stroke='%23676872' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 1.254 7.5 7.5m7.5 13.5v-6h6M8.5 2.754v6h-6m13.5 7.5 7.5 7.5m-11.3-9c1.2 0 2.3-1 2.3-2.3 0-1.2-1-2.3-2.3-2.3-1.2 0-2.3 1-2.3 2.3.1 1.3 1.1 2.3 2.3 2.3Z'/%3E%3C/svg%3E");
}

.frekvencia:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 22 23'%3E%3Cpath stroke='%23676872' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10.542 7.582a.505.505 0 0 0 .458.276.505.505 0 0 0 .459-.276l2.202-6.238a10.817 10.817 0 0 0-5.413 0l2.294 6.238Zm0 7.523A.505.505 0 0 1 11 14.83c.184 0 .367.092.459.275l2.202 6.238c-1.743.459-3.67.459-5.413 0l2.294-6.238Zm-2.57-1.468c.092-.183.184-.367.092-.55-.092-.184-.275-.275-.55-.275L1 14.004c.459 1.743 1.376 3.395 2.66 4.68l4.312-5.047Zm6.606-3.761c-.184 0-.367-.092-.55-.275-.093-.184-.093-.367.09-.55l4.22-5.047C19.624 5.29 20.542 6.94 21 8.684l-6.421 1.192Zm-.55 3.761c-.092-.183-.183-.367-.092-.55.092-.184.276-.275.55-.275L21 14.004c-.458 1.743-1.376 3.395-2.66 4.68l-4.312-5.047ZM7.514 9.876c.183 0 .367-.092.55-.275.092-.184.092-.367-.092-.55l-4.22-5.047C2.468 5.29 1.551 6.94 1.092 8.684l6.422 1.192Z'/%3E%3C/svg%3E");
}

.vedettsegi-osztaly:before,
.energetikai-besorolas:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 22 25'%3E%3Cpath stroke='%23676872' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1 4.828v7.6c0 4.9 3 9.3 7.6 11.1l1 .4c.7.3 1.5.3 2.2 0l1-.4c4.6-1.8 7.6-6.2 7.6-11.1v-7.6c0-.6-.3-1.1-.9-1.4-2.8-1.2-5.8-1.8-8.9-1.8-3.1 0-6.1.6-8.9 1.8-.3.3-.7.8-.7 1.4Z'/%3E%3Cpath stroke='%23676872' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10.3 7.428c.1-.2.3-.3.4-.3.2 0 .4.1.4.3l1 2c.1.1.2.2.4.3l2.3.3c.2 0 .3.2.4.3.1.2 0 .4-.1.5l-1.6 1.6c-.1.1-.2.3-.1.4l.4 2.3c0 .2 0 .4-.2.5-.2.1-.3.1-.5 0l-2-1.1c-.1-.1-.3-.1-.5 0l-2 1.1c-.2.1-.4.1-.5 0-.1-.1-.2-.3-.2-.5l.4-2.3c0-.2 0-.3-.1-.4l-1.6-1.6c-.1-.1-.2-.3-.1-.5s.2-.3.4-.3l2.3-.3c.2 0 .3-.1.4-.3l.7-2Z'/%3E%3C/svg%3E");
}

.kondenzator:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 17 23'%3E%3Cpath stroke='%23676872' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.729 14.636v6.818m9.544-6.818v6.818M1 3.727C1 2.182 2.182 1 3.727 1h9.546C14.818 1 16 2.182 16 3.727v8.182c0 1.545-1.182 2.727-2.727 2.727H3.727C2.182 14.636 1 13.455 1 11.91V3.727Z'/%3E%3Cpath stroke='%23676872' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1 3.727c0 1.546 1.182 2.728 2.727 2.728h9.546C14.818 6.455 16 5.273 16 3.727'/%3E%3C/svg%3E");
}

.folyadek:before,
.max-folyadek-ateresztes:before,
.folyadek-tipus:before,
.atfolyas:before,
.atfolyasi-sebesseg:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 25 24'%3E%3Cpath stroke='%23676872' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M16.7 13.754c0 1.5-.8 3-2.2 3.8-1.4.8-3.1.8-4.5 0s-2.2-2.2-2.2-3.8c0-3.7 3.8-8 4.5-8 .6 0 4.4 4.3 4.4 8Zm-15.6 0c-.1-.5-.1-1-.1-1.4 0-6 5-10.8 11.3-10.8'/%3E%3Cpath stroke='%23676872' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M23.4 13.754c.1-.5.1-1 .1-1.4 0-2.9-1.2-5.6-3.3-7.6-2.1-2-5-3.2-8-3.2m10.4 15c-.4.8-.8 1.6-1.4 2.3m-2.2 2.1c-.7.5-1.5 1-2.4 1.3m-8.6 0c-.9-.3-1.7-.8-2.4-1.3m-2.2-2.1c-.6-.7-1-1.5-1.4-2.3m11.8 6.4c-1 .1-2 .1-3 0'/%3E%3C/svg%3E");
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }

  .btn {
    transition: none;
  }

  .fade {
    transition: none;
  }

  .collapsing {
    transition: none;
  }

  .custom-switch .custom-control-label::after {
    transition: none;
  }

  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }

  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }

  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }

  .badge {
    transition: none;
  }

  .progress-bar {
    transition: none;
  }

  .progress-bar-animated {
    animation: none;
  }

  .modal.fade .modal-dialog {
    transition: none;
  }

  .carousel-item {
    transition: none;
  }

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }

  .carousel-indicators li {
    transition: none;
  }
}

@media (min-width: 0) {
  .card-deck.card-multiple .card {
    flex: 0 0 calc(100% - 30px);
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .container,
  .container-sm {
    max-width: 540px;
  }

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.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 label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }

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

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

  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    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,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }

  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }

  .jumbotron {
    padding: 4rem 2rem;
  }

  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }

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

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

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

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

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

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

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

  .d-sm-flex {
    display: flex !important;
  }

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

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

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

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

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

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

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

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

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

  footer {
    padding: 4.55rem 0;
    padding-top: 180px;
  }

  footer .module {
    padding-bottom: 3rem;
  }

  .card-deck.card-multiple .card {
    flex: 0 0 calc(100% - 30px);
  }

  .product-card-footer {
    flex-direction: row;
  }

  .aurora-overlay-buttons {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }

  .aurora-overlay-buttons .btn {
    margin: 1rem;
  }

  .banner-names-item {
    padding: 0.5rem 1rem;
  }

  .banner-items-container {
    margin-top: 2rem;
  }

  .banner-items-title {
    font-size: 1rem;
  }

  .nanobar {
    padding: 0.5rem 2rem;
  }

  .news-pretext {
    margin-bottom: 2rem;
  }

  .footer-position .news-card-deck {
    flex-direction: column;
  }

  .paf-search-form .widget {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .wishlist-product-image {
    padding-right: 1rem;
  }

  .wishlist-product-actions {
    padding-left: 1rem;
  }

  .wishlist-product {
    display: flex;
    justify-content: space-between;
  }

  .wishlist-options {
    text-align: right;
  }

  .wishlist-option-item {
    justify-content: flex-end;
  }

  .wishlist-product-date-added {
    text-align: right;
  }

  .wishlist-product-buttons {
    justify-content: flex-end;
  }

  .wishlist-share-form {
    width: 460px;
  }

  .sr-cart-special-row-title {
    margin-right: 30px;
  }

  .sr-cart-bottom-buttons-row .sr-col-shop-continue .sr-cart-back {
    padding-left: 0;
  }

  .sr-next-to-checkout {
    margin-left: 1rem;
  }

  .sr-shipping-cost-calculator-inline {
    display: flex;
    align-items: center;
  }

  .sr-shipping-cost-calculator-inline .sr-shipping-cost-calculator-inline-right {
    margin-left: 0.5rem;
  }

  .cart-summary-box,
  .shipping-cost-calculator {
    justify-content: flex-end;
  }

  .redeem-help {
    text-align: right;
  }

  .account-account-menu .list-group {
    width: 50%;
  }

  .packageoffer-item .product-card .card-body {
    padding: 0;
  }

  [class*="col-sr-"] {
    flex: 0 0 33.3%;
  }

  .product-snapshot-vertical .product-card {
    padding: 30px;
  }

  #module_bestseller_wrapper #bestseller {
    max-width: 540px;
  }

  #module_categoryoffer_wrapper {
    background: #ECF0F9;
  }

  #module_categoryoffer_wrapper #categoryoffer {
    max-width: 540px;
  }

  #news,
  .position-4-container > div:not(#productreview_wrapper),
  #productreview {
    max-width: 540px;
  }

  .product-page-body .col-md-6.col-sm-5 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .manufactureroffer-active {
    height: 2px;
    width: 100px;
    margin-left: 10px;
    background-color: #3891DD;
    border-radius: 4px;
  }

  a.button.btn.btn-primary.button-add-to-cart {
    margin-left: 5px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.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%;
  }

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

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

  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    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,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }

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

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

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

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

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

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

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

  .d-md-flex {
    display: flex !important;
  }

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

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

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

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

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

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

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

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

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

  footer .module-head {
    padding-bottom: 2.5rem;
  }

  .card-deck.card-multiple .card {
    flex: 0 0 calc(50% - 30px);
  }

  .product-snapshot-horizontal:not(.is-side) {
    padding-right: 2rem;
  }

  .module-head {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .modules-all-link {
    margin-top: 3rem;
  }

  .banner-items-title {
    font-size: 1.25rem;
  }

  .banner-items-subtitle {
    font-size: 0.9375rem;
  }

  .cart-popup-module {
    padding: 50px 50px 0;
    grid-gap: 50px;
  }

  .popup-product-module {
    padding: 50px;
  }

  .popup-product-module .product-snapshot-vertical .product-snapshot:not(:empty) {
    margin-top: 10px;
  }

  .module-dealofday-wrapper .product-card-left {
    flex: 1;
    max-width: none;
    width: auto;
    padding-right: 3rem;
  }

  .module-dealofday-wrapper .product-card-right {
    flex: 1;
    padding-left: 0;
  }

  .wishlist-product-actions {
    min-width: 280px;
    padding-left: 3rem;
  }

  .wishlist-product-image {
    padding-right: 2rem;
  }

  .wishlist-btn-update-list {
    margin-left: auto;
  }

  .wishlist-btn-add-all-to-cart {
    margin-right: 1rem;
  }

  .wishlist-product {
    padding: 2.5rem 0;
  }

  .page-head-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .category-custom-html-top,
  .category-custom-html-bottom {
    margin-top: 30px;
  }

  .category-custom-html-bottom {
    margin-bottom: 2rem;
    padding: 0;
  }

  .category-card-body {
    padding: 1.25rem;
  }

  .sr-cart-table .cart-row-name {
    width: 50%;
  }

  .sr-cart-table .cart-row-price {
    width: 12%;
  }

  .sr-cart-table .cart-row-quantity {
    width: 17%;
  }

  .sr-cart-table .cart-row-image {
    width: 8%;
  }

  .sr-cart-table > tbody:not(.row-danger) > tr > td,
  .sr-cart-table > tbody > tr > th,
  .sr-cart-table > tfoot > tr > td,
  .sr-cart-table > tfoot > tr > th,
  .sr-cart-table > thead > tr > td,
  .sr-cart-table > thead > tr > th {
    border-bottom: 1px solid #e9ecef;
    border-top: 0;
  }

  .sr-cart-table > tbody:not(.row-danger) > tr > td {
    padding: 1rem;
  }

  .sr-cart-table .cart-buttons-wrapper {
    padding-top: 0.5rem;
    display: flex;
  }

  .custom-tab .form-inline input {
    width: 400px;
  }

  .product-page-head-title {
    margin-top: 0;
  }

  .sr-guest-registration-input {
    width: 280px;
  }

  #module_bestseller_wrapper #bestseller {
    max-width: 720px;
  }

  #home-top-position {
    margin-bottom: -200px;
  }

  #module_categoryoffer_wrapper #categoryoffer {
    max-width: 720px;
  }

  .footer-top-advatage {
    margin-bottom: -110px;
  }

  #news,
  .position-4-container > div:not(#productreview_wrapper),
  #productreview {
    max-width: 720px;
  }

  #home-middle-position + div {
    margin-top: -30px;
  }

  #home-middle-position .container {
    padding-top: 200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
    row-gap: 40px;
    column-gap: 95px;
    margin-bottom: -30px;
  }

  #section-szivattyubolt_home_middle_information {
    grid-area: info;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 1;
  }

  #section-szivattyubolt_home_middle_links {
    grid-area: link1;
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 2;
    grid-column-end: 2;
  }

  #section-szivattyubolt_home_middle_links h4 {
    max-width: 85%;
  }

  #section-szivattyubolt_home_middle_links p {
    max-width: 85%;
  }

  #section-szivattyubolt_home_middle_links2 {
    grid-area: link2;
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 2;
  }

  .home-body .footer-top-position {
    padding-bottom: 0 !important;
    display: flex;
    flex-direction: column;
  }

  .home-body .footer-top-position:before {
    content: " ";
    background-image: url("/custom/mexbau/image/data/src_2022/iv33.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    min-height: 115px;
  }

  .home-body .footer-top-position > div {
    background: #ECF0F9;
    padding-top: 120px !important;
  }

  .home-body main {
    margin-bottom: -200px;
  }

  .sortbar {
    padding: 35px 30px;
  }

  .product-page-body .param-value.product-short-description .parameter_table {
    width: 362px;
  }

  .product-page-body .product-parameters tr td:first-child {
    width: 221px;
  }

  .product-page-body .productparams .parameter-table tr td:first-child {
    width: 360px;
  }

  .product-page-body .product-price-wrapper {
    padding: 40px;
  }

  .product-page-body .product-collateral-container #js-collateral-wrapper {
    padding: 25px 40px;
  }

  .product-page-body .product-collateral-container .product-collateral-list-price {
    flex-wrap: nowrap !important;
  }

  .product-page-body #productreview_wrapper {
    background: #ECF0F9;
  }

  .product-page-body #productreview_wrapper:before {
    content: " ";
  }

  .product-page-body #productreview_wrapper:after {
    content: " ";
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .product-page-left {
    width: 40%;
  }
}

@media screen and (min-width: 768px) and (min-width: 1920px) {
  .home-body .footer-top-position:before {
    min-height: 200px;
  }

  .home-body main {
    margin-bottom: -300px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.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%;
  }

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

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

  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    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,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }

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

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

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

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

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

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

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

  .d-lg-flex {
    display: flex !important;
  }

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

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

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

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

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

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

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

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

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

  .column-left {
    margin-top: 0;
  }

  main.has-sticky {
    padding-top: 150px;
  }

  .search-module {
    margin-left: auto;
  }

  .navbar-brand {
    padding-right: 2rem;
  }

  .card-deck.card-multiple .card {
    flex: 0 0 calc(50% - 30px);
  }

  .dropdown-hover-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    visibility: hidden;
    opacity: .3;
    transform: scale(1, 0);
    transform-origin: top;
    animation-fill-mode: forwards;
    transition: all 0.2s 0s linear;
    min-width: 20rem;
  }

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

  .dropdown:hover > .dropdown-hover-menu {
    visibility: visible;
    transform: scale(1, 1);
    opacity: 1;
    transition: all 0.2s 0s linear;
  }

  .product-snapshot-vertical .product-snapshot:not(:empty) {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .slider-container {
    margin-bottom: 4rem;
  }

  .banner-items-title {
    font-size: 1.5rem;
  }

  .cart-product-list {
    max-height: 380px;
  }

  .slick-initialized.js-cart-popup-scroller .slick-track {
    width: 680px !important;
    display: flex;
  }

  .module-categoryoffer-wrapper .card-body {
    padding: 20px 0 0;
  }

  .mobile-navbar {
    display: none;
  }

  .news-pretext {
    margin-bottom: 3rem;
  }

  .mobile-filter-overlay {
    display: none;
  }

  .open-filter-btn {
    display: none;
  }

  .close-filter-btn {
    display: none;
  }

  .paf-search-form .widget {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .product-children-table .quantity-input {
    margin: 0;
  }

  .product-children-table tr td:last-child {
    width: 20%;
  }

  .product-collateral-row {
    margin-left: 0;
    margin-right: 0;
  }

  .product-collateral-name {
    padding: 0;
  }

  .product-collateral-list-details {
    max-width: 40%;
  }

  .product-collateral-list-checkbox-and-picture {
    max-width: 15%;
  }

  .product-collateral-list-name-price-options {
    max-width: 85%;
    flex: 1;
  }

  .desktop-device .video-container {
    padding-bottom: 56.25%;
  }

  .product-quantity-discounts-cell1 {
    width: 50%;
  }

  .position-3-wrapper {
    margin-top: 1rem;
  }

  .product-page-head-title {
    margin-bottom: 1.5rem;
  }

  .product-page-right {
    padding-left: 2rem;
  }

  .col-sr-2 {
    flex: 0 0 50%;
  }

  .col-sr-3 {
    flex: 0 0 33.33333%;
  }

  .col-sr-4 {
    flex: 0 0 25%;
  }

  .col-sr-5 {
    flex: 0 0 20%;
  }

  .col-sr-6 {
    flex: 0 0 16.66667%;
  }

  .col-sr-7 {
    flex: 0 0 14.28571%;
  }

  .col-sr-8 {
    flex: 0 0 12.5%;
  }

  .col-sr-9 {
    flex: 0 0 11.11111%;
  }

  .col-sr-10 {
    flex: 0 0 10%;
  }

  #js-hamburger-icon {
    display: none;
  }

  #module_bestseller_wrapper #bestseller {
    max-width: 960px;
  }

  #module_categoryoffer_wrapper #categoryoffer .vertical-line {
    width: 1px;
    background-color: #E0E5EF;
    margin: 40px -1px;
  }

  #module_categoryoffer_wrapper #categoryoffer .vertical-line:nth-child(10) {
    display: none;
  }

  #module_categoryoffer_wrapper #categoryoffer .vertical-line:nth-child(20) {
    display: none;
  }

  #module_categoryoffer_wrapper #categoryoffer .horizontal-line {
    background-color: #E0E5EF;
    height: 1px;
    margin: -1px 40px;
  }

  #module_categoryoffer_wrapper #categoryoffer {
    max-width: 960px;
  }

  #news,
  .position-4-container > div:not(#productreview_wrapper),
  #productreview {
    max-width: 960px;
  }

  #manufactureroffer {
    padding: 30px;
  }

  #manufactureroffer .module-head {
    margin-top: 50px;
  }

  #manufactureroffer .module-body {
    margin-top: 50px;
  }

  .product-page-body .product-page-head-title {
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
  }

  .header-wishlist {
    width: 73px;
    height: 38px;
  }

  #js-cart {
    width: 73px;
    height: 40px;
  }

  header .navbar {
    padding: 0;
  }

  .sf-horizontal > .category-list > .nav-link {
    padding: 36px 1rem;
    line-height: 28px;
  }

  .product-card-footer {
    left: 0;
    flex-direction: row;
    position: absolute;
    transition: all 0.2s ease-in-out;
    bottom: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(90%);
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 0px 10px 15px rgba(15, 40, 82, 0.1);
    border-radius: 3px;
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }

  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.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%;
  }

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

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

  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    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,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }

  .modal-xl {
    max-width: 1140px;
  }

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

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

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

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

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

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

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

  .d-xl-flex {
    display: flex !important;
  }

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

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

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

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

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

  .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-xl-left {
    text-align: left !important;
  }

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

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

  .card-deck.card-multiple .card {
    flex: 0 0 calc(33.33333% - 30px);
  }

  .one-column-content .product-snapshot-vertical .product-snapshot {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .banner-items-title {
    font-size: 1.875rem;
    width: 700px;
  }

  .cart-product-list {
    max-height: 470px;
  }

  .product-collateral-select {
    padding-left: 0.5rem;
    width: 150px;
  }

  .header-top-line .container,
  .header-bottom-line .container {
    max-width: 1350px;
  }

  #module_bestseller_wrapper #bestseller {
    max-width: 1140px;
  }

  #module_categoryoffer_wrapper #categoryoffer .module-head-title {
    margin-top: 77px;
    margin-bottom: 30px;
  }

  #module_categoryoffer_wrapper #categoryoffer {
    max-width: 1140px;
  }

  #news,
  .position-4-container > div:not(#productreview_wrapper),
  #productreview {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1350px) {
  .aurora-scroll-arrow-pos-2 .aurora-scroll-btn-left {
    left: -80px;
  }

  .aurora-scroll-arrow-pos-2 .aurora-scroll-btn-right {
    right: -80px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1344px;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1344px;
  }

  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }

  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }

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

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

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

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

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

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

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

  .d-xxl-flex {
    display: flex !important;
  }

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

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .card-deck.card-multiple .card {
    flex: 0 0 calc(33.33333% - 30px);
  }

  #module_bestseller_wrapper #bestseller {
    max-width: 1344px;
  }

  #module_categoryoffer_wrapper #categoryoffer {
    max-width: 1344px;
  }

  #news,
  .position-4-container > div:not(#productreview_wrapper),
  #productreview {
    max-width: 1344px;
  }
}

@media screen and (min-width: 1920px) {
  #home-top-position {
    margin-bottom: -300px;
  }

  #home-middle-position + div {
    margin-top: -140px;
  }

  #home-middle-position:before {
    min-height: 200px;
  }

  #home-middle-position:after {
    min-height: 340px;
  }

  .product-page-body #productreview_wrapper:before {
    min-height: 221px;
    margin-top: -219px;
  }

  .product-page-body #productreview_wrapper:after {
    min-height: 330px;
    margin-bottom: -318px;
  }
}

@media screen and (max-width: 1400px) {
  .home-advantages-item {
    width: 280px !important;
  }

  .footer-badges {
    padding: 10px 0px;
  }

  #cat_2482 .subtree-dropdown,
  #cat_2483 .subtree-dropdown {
    width: 1244px;
  }

  #cat_2482 .subtree-dropdown .subtree-dropdown-inner,
  #cat_2483 .subtree-dropdown .subtree-dropdown-inner {
    width: 1244px !important;
  }

  .custom-dropdown-menu .column {
    padding: 10px 20px;
    max-width: 25%;
  }

  .custom-dropdown-menu a {
    font-size: 13px;
    line-height: 24px;
  }

  a.button.btn.btn-primary.button-add-to-cart {
    padding: 12px 0;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xxl > .table-bordered {
    border: 0;
  }

  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }

  .home-advantages-section {
    background: #3891dd;
  }
}

@media screen and (max-width: 1300px) {
  .search-module {
    flex: 0 0 250px;
  }

  .navbar-brand {
    padding-right: 0;
  }

  .navbar-brand img {
    max-width: 190px !important;
  }

  .js-wishlist-module .nav-link,
  .js-wishlist-module .cart-dropdown-toggle,
  #js-cart .nav-link,
  #js-cart .cart-dropdown-toggle {
    padding: 0;
  }

  .cart-product-count {
    right: -10px;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }

  .product-snapshot-horizontal.is-side h2.product-card-item {
    font-size: 0.75rem;
  }

  .product-snapshot-horizontal.is-side .product-card-title,
  .product-snapshot-horizontal.is-side .product-card-price,
  .product-snapshot-horizontal.is-side .product-card-description {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .product-module.home-position:not(#dealofday) .product-snapshot,
  .product-module.footer-position .product-snapshot {
    flex-basis: 250px;
    flex-shrink: 0;
    max-width: none;
  }

  .product-module.home-position:not(#dealofday) .list_with_divs,
  .product-module.footer-position .list_with_divs {
    overflow-x: scroll;
    overflow-scrolling: touch;
    flex-wrap: nowrap;
    width: auto;
  }

  .home-position .aurora-scroll-arrow-pos-2 .aurora-scroll-btn-left {
    left: 1rem;
    bottom: auto;
    top: -50px;
  }

  .home-position .aurora-scroll-arrow-pos-2 .aurora-scroll-btn-right {
    right: 1rem;
    bottom: auto;
    top: -50px;
  }

  .banner-items-button .btn {
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
  }

  body:not(.information-list-body) .sortbar-top .results {
    display: none;
  }

  .product-quantity-discounts-wrapper .product-quantity-discounts-table:nth-child(odd) {
    background-color: #e9ecef;
  }

  #cat_2482 .subtree-dropdown,
  #cat_2483 .subtree-dropdown {
    width: 993px;
  }

  #cat_2482 .subtree-dropdown .subtree-dropdown-inner,
  #cat_2483 .subtree-dropdown .subtree-dropdown-inner {
    width: 993px !important;
  }

  .product-card-footer .product-card-item .btn {
    padding: 12px 10px !important;
    font-size: 12px  !important;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }

  .btn-quickview {
    display: none;
  }

  .product-snapshot-horizontal:not(.is-side) .product-snapshot {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .banner-items-button .btn {
    font-size: 0.76562rem;
    padding: 0.25rem 0.5rem;
  }

  .product-filter-module {
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 260px;
    visibility: hidden;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    pointer-events: auto;
  }

  .product-filter-module.show {
    transform: translateX(0);
    visibility: visible;
  }

  .product-filter-module .module {
    height: calc(100vh);
    overflow-y: scroll;
    overflow-x: hidden;
    transition: .5s;
    overflow-scrolling: touch;
  }

  .product-filter-module .paf-filter-wrapper {
    margin-bottom: 2rem;
  }

  html.js-is-visible {
    overflow: hidden;
  }

  html.js-is-visible .mobile-navbar {
    visibility: hidden;
    height: 0;
    opacity: 0;
  }

  .sr-cart-table {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #e9ecef;
  }

  .sr-cart-table > tbody {
    display: flex;
    flex-wrap: wrap;
    border: 0;
    margin-bottom: 5px;
    padding: 10px 0 0;
  }

  .sr-cart-table > tbody > tr {
    display: flex;
    justify-content: stretch;
    flex-basis: 100%;
  }

  .sr-cart-table > tbody.row-danger {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
  }

  .sr-cart-table .row-danger-box > td {
    text-align: center;
    width: 100%;
  }

  .sr-cart-table > tbody:not(.row-danger) > tr > td,
  .sr-cart-table > tbody > tr > th,
  .sr-cart-table > tfoot > tr > td,
  .sr-cart-table > tfoot > tr > th,
  .sr-cart-table > thead > tr > td,
  .sr-cart-table > thead > tr > th {
    border: 0;
  }

  .sr-cart-table .cart-row-image {
    flex-basis: 10%;
    display: flex;
  }

  .sr-cart-table .cart-product-attribute-wrapper {
    display: flex;
    flex-direction: column;
  }

  .sr-cart-table tr.mobile-quantity-row > td {
    display: flex;
    flex-basis: 100%;
  }

  .sr-cart-table .mobile-price-wrapper {
    order: 2;
    display: flex;
    flex-basis: 80%;
    flex-wrap: wrap;
    align-items: center;
  }

  .sr-cart-table .mobile-price-wrapper > div {
    display: flex;
    flex-basis: 100%;
    justify-content: flex-end;
  }

  .sr-cart-table .mobile-quantity-wrapper {
    display: flex;
    order: 1;
    flex-basis: 160px;
  }

  .sr-cart-table .cart-buttons-wrapper {
    display: flex;
    padding-top: 0.5rem;
  }

  .sr-cart-quantity-input {
    --cart-quantity-height: 29px;
    --cart-quantity-width: 36px;
  }

  .pd-tab ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }

  .pd-tab ul li label {
    width: 100%;
    display: block;
    float: none;
    padding: 8px 25px;
  }

  .pd-tab .custom-tab .form-group {
    display: block;
  }

  .pd-tab .custom-tab button {
    width: 100%;
  }

  .product-children-table thead {
    display: none;
  }

  .product-children-table tbody,
  .product-children-table tr,
  .product-children-table th,
  .product-children-table td {
    display: block;
    width: 100% !important;
  }

  .product-children-table tr {
    margin-bottom: 2rem;
    border: 1px solid #e5e5e5;
  }

  .product-children-table tr:nth-child(odd) {
    background-color: #efefef;
  }

  .product-children-table tr td:first-child {
    padding-top: 10px;
  }

  .product-children-table tr td:last-child {
    padding-bottom: 10px;
  }

  .product-children-table .quantity-input {
    height: 38px;
  }

  .product-children-table td {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px;
  }

  .product-children-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 0.75rem;
    line-height: 0.75rem;
    margin-bottom: 0.25rem;
  }

  .product-children-table td:last-child:before {
    content: none;
  }

  .product-children-table td div {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 0.8125rem;
    padding-right: 10px;
    justify-content: flex-start;
    text-align: left;
    padding-top: 0;
  }

  .product-children-table .list_addtocart {
    display: block;
    flex: 1;
    padding-right: 0;
    width: 100%;
  }

  .product-children-table .button-add-to-cart {
    flex: 1 1 100%;
  }

  .product-children-table .quantity-name-text {
    display: none;
  }

  #product-image-container {
    width: auto !important;
  }

  .tabs,
  .tab-pages {
    width: 100%;
  }

  .tabs {
    margin-bottom: 2rem;
  }

  .position-3-container {
    flex-direction: column;
  }

  .position-3-container .home-position {
    padding: 0;
  }

  .tabs .tab-button {
    background-color: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #e6e6e6;
    box-shadow: none;
    width: 100%;
    font-weight: 500;
    font-size: 0.9375rem;
    position: relative;
    padding: 0;
    outline: 0;
  }

  .tabs .tab-button span {
    padding: 15px 15px 15px 0;
    opacity: 0.5;
  }

  .tabs .tab-button.first {
    border-top: 0;
  }

  .tabs .tab-button:before,
  .tabs .tab-button:after {
    content: "";
    position: absolute;
    background-color: #151E26;
    transition: transform 0.25s ease-out;
    display: block;
  }

  .tabs .tab-button:after {
    width: 12px;
    height: 2px;
    right: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .tabs .tab-button:before {
    width: 2px;
    height: 12px;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .tabs .tab-button[aria-expanded="true"] span {
    opacity: 1;
  }

  .tabs .tab-button[aria-expanded="true"]:before {
    transform: rotate(90deg);
  }

  .tabs .tab-button[aria-expanded="true"]:after {
    transform: rotate(180deg);
  }

  .tabs .tab-content {
    transition: all 0.2s ease-in-out;
  }

  .tabs .tab-content .module-head {
    display: none;
  }

  .product-page-head-title {
    font-size: 1.5rem;
  }

  .header-top-line {
    display: none;
  }

  main.has-sticky {
    padding-top: 105px !important;
  }

  header .navbar {
    padding: 5px 0;
    padding-top: 10px;
  }

  .search-module {
    order: 1;
    flex: 0 0 100%;
  }

  .main.has-sticky {
    padding-top: 120px !important;
  }

  .dropdown-hover-menu {
    display: none;
  }

  #category-nav {
    display: none;
  }

  #home-top-position {
    margin-top: 30px;
  }

  .iframe-container iframe {
    max-width: 94vw;
  }

  .home-advantages-section .module-head h3 {
    font-size: 30px;
    padding-top: 30px;
    text-align: center;
  }

  #manufactureroffer .slick-prev {
    left: 10px;
  }

  #manufactureroffer .slick-next {
    right: 10px;
  }

  #home-middle-informations h4 {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 24px;
  }

  #home-middle-informations .description p {
    font-size: 15px;
    line-height: 22px;
  }

  #home-middle-informations .description1 p {
    font-size: 15px;
    line-height: 24px;
  }

  #home-middle-informations .description2 p {
    font-size: 15px;
    line-height: 24px;
  }

  #section-szivattyubolt_home_middle_links {
    padding: 30px 22px 30px 22px;
  }

  #section-szivattyubolt_home_middle_links h4 {
    font-size: 30px;
    line-height: 125%;
  }

  #section-szivattyubolt_home_middle_links p {
    font-size: 16px;
    line-height: 140%;
  }

  #section-szivattyubolt_home_middle_links2 h4 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 36px;
  }

  #section-szivattyubolt_home_middle_links2 {
    padding: 30px 22px 30px 22px;
    margin-bottom: 0px;
  }

  #section-szivattyubolt_home_middle_links .information-link a,
  #section-szivattyubolt_home_middle_links2 .information-link a {
    font-size: 16px;
    line-height: 18px;
  }

  .sortbar {
    justify-content: center !important;
  }

  .sortbar .pagination {
    flex-wrap: wrap;
  }

  .sortbar .page-item {
    margin-bottom: 10px;
  }

  .category-description-top {
    flex-wrap: wrap;
  }

  .category-description-content {
    margin-top: 30px;
  }

  .product-page-body .product-collateral-container .product-collateral-list-name {
    font-size: 13px;
  }

  .product-page-body .product-collateral-container .product-price-original {
    font-size: 13px;
  }

  .product-page-body .product-collateral-container .product-price-special {
    font-size: 13px;
  }

  .product-page-body .product-collateral-container .product-collateral-list-image {
    width: 40px;
    height: 40px;
  }

  .pathway .breadcrumb .breadcrumb-item {
    display: none;
  }

  .pathway .breadcrumb .breadcrumb-item:nth-last-child(2) {
    display: block;
  }

  .pathway .breadcrumb .breadcrumb-item:nth-last-child(2):before {
    content: "<";
  }

  .gyik-body .gyik_menu {
    flex-wrap: wrap;
  }

  .gyik-body .gyik_menu .card {
    width: 47%;
  }

  .gyik-body .gyik_menu .card h3 {
    font-size: 20px;
  }

  .gyik-subpage-head {
    flex-wrap: wrap;
  }

  .gyik-subpage-head .gyik-active {
    border-bottom: thin solid #656A72;
  }

  .gyik-subpage-head a {
    font-size: 19px;
    padding: 10px;
    border-bottom: thin solid #1D2055;
    margin-top: 10px;
  }

  .gyik-subpage-head .vr-line {
    display: none;
  }

  .product-list-body .product-snapshot-vertical .product-snapshot:not(:empty),
  .category-list-body .product-snapshot-vertical .product-snapshot:not(:empty) {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }

  .sr-container-small {
    width: 100%;
  }

  .sr-container-xs {
    width: 100%;
  }

  .quickview {
    display: none;
  }

  .product-card-footer .product-card-item {
    width: 100%;
  }

  .product-card-footer .product-card-item .btn {
    width: 100%;
  }

  .mobile-simple-view .product-card-body .product-card-item:not(.product-card-price):not(.product-card-title):not(.product-card-stock),
  .mobile-simple-view .product-card-right .product-card-item:not(.product-card-price):not(.product-card-title):not(.product-card-stock) {
    display: none;
  }

  .aurora-scroll-btn-left {
    left: 0;
  }

  .aurora-scroll-btn-right {
    right: 0;
  }

  .auroramessenger-popupcontent {
    width: 100%;
    padding: 4px;
    background-color: transparent;
  }

  .cart-popup-module .popup-check-icon {
    width: 38px;
    height: 38px;
  }

  .cart-popup-module .popup-check-icon svg {
    width: 20px;
    height: 15px;
  }

  .cart-popup-module .auroramessage-text {
    grid-template-columns: 38px auto;
    grid-gap: 10px;
    font-size: 1.25rem;
  }

  .cart-popup-module .auroramessage-link .btn {
    width: 100%;
    justify-content: center;
  }

  .cart-popup-module .auroramessage-link .message-close.btn {
    margin-bottom: 10px;
  }

  .cart-popup-module .auroramessage-link {
    flex-direction: column;
  }

  .popup-product-module {
    background-color: #fff;
  }

  .module-dealofday-wrapper .product-snapshot-horizontal:not(.is-side) .product-snapshot .product-card-row {
    flex-direction: column;
  }

  .news-card {
    width: 70%;
    flex-shrink: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .news-card-deck {
    display: flex;
    overflow-x: scroll;
    overflow-scrolling: touch;
    flex-wrap: nowrap;
    flex-direction: row;
    width: auto;
    margin-top: 2rem;
  }

  .footer-position .news-card-title {
    margin-top: 1rem;
  }

  .wishlist-product-image,
  .wishlist-product-details,
  .wishlist-product-actions {
    margin-bottom: 1rem;
  }

  .wishlist-buttons {
    flex-direction: column;
  }

  .wishlist-buttons .btn + .btn {
    margin-top: 1rem;
  }

  .sr-cart-table .cart-row-image {
    flex-basis: 20%;
  }

  .sr-cart-table .special-price-sum,
  .sr-cart-table .current-price {
    font-size: 1rem;
    line-height: 1rem;
  }

  .sr-cart-quantity-input {
    --cart-quantity-height: 26px;
  }

  .sr-cart-quantity-input .btn {
    padding: 5px 2px;
  }

  .sr-cart-special-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .sr-cart-summary-box-table {
    table-layout: fixed;
  }

  .sr-cart-summary-box-table .gross-total {
    font-size: 1.3125rem;
    line-height: 1.125rem;
  }

  .sr-col-to-chekout {
    flex-direction: column;
  }

  .sr-cart-bottom-buttons-row .btn {
    width: 100%;
    margin-bottom: 15px;
  }

  .col-country-select-box {
    margin-bottom: 10px;
  }

  .packageoffer-line-right {
    margin-top: 2rem;
  }

  .product-addtocart-wrapper {
    justify-content: center;
  }

  .product-addtocart-wrapper .quantity-text {
    display: none;
  }

  .product-collateral-list {
    font-size: 0.75rem;
  }

  .product-collateral-list select.form-control {
    font-size: 0.75rem;
  }

  .product-options .form-control {
    width: auto;
  }

  .product-review-values {
    margin: 1rem 0;
  }

  .product-review-item .review-head {
    flex-wrap: wrap;
  }

  .sr-guest-registration-order-1 {
    flex-basis: 100%;
  }

  .sr-guest-registration-order-2 {
    order: 2;
  }

  .product-snapshot-vertical .product-card .product-card-title a {
    text-align: center;
  }

  #module_categoryoffer_wrapper #categoryoffer .categoryoffer-row {
    margin-right: -10px;
    margin-left: -10px;
  }

  #module_categoryoffer_wrapper #categoryoffer .categoryoffer-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  #module_categoryoffer_wrapper #categoryoffer .category-snapshot-name-link {
    font-size: 15px;
  }

  .product-card-price {
    text-align: center;
    justify-content: start;
    flex-direction: column !important;
  }

  .product-card-price .product-price {
    text-align: start;
  }

  .product-card-price .product-price-original {
    text-align: start;
  }

  .product-card-price .product-price-special {
    text-align: start;
  }

  .product-card-price .product-price-postfix {
    text-align: start;
  }

  .home-advantages-item {
    width: 170px !important;
    padding-left: 0px;
    padding-bottom: 15px;
  }

  .home-advantages-item .home-advantages-item-left {
    margin-left: auto;
  }

  .home-advantages-item .home-advantage-title {
    font-size: 15px;
    line-height: 115%;
    text-align: center;
  }

  .footer-top-position {
    padding-bottom: 0px !important;
  }

  .footer-top-advatage {
    padding: 30px;
    padding-bottom: 20px;
  }

  .footer-top-advatage h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .footer-top-advatage p {
    font-size: 15px;
    line-height: 19px;
  }

  #manufactureroffer {
    margin-top: 40px;
  }

  .product-page-body .productparams .parameter-table td {
    font-size: 12px;
    padding: 8px 5px;
  }

  .product-page-body .product_table_addtocartbtn a:before {
    margin-right: 5px;
  }

  .product-page-body .product_table_addtocartbtn a {
    padding: 17px 15px;
    font-size: 17px;
  }

  .product-page-body .custom-control-label::before {
    width: 20px;
    height: 20px;
  }

  .product-page-body .custom-control-label::after {
    width: 20px;
    height: 20px;
  }

  .product-page-body .product-review-summary .product-review-average-sum .product-rating-average {
    font-size: 85px;
    line-height: 100px;
  }

  .main_boxes_div .main_boxes {
    max-width: 50%;
  }
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }

  #likebox-frame .fb-page > span,
  #likebox-frame .fb-page iframe {
    width: 100% !important;
  }

  .module-dealofday-wrapper .product-card-title a {
    font-size: 0.9375rem;
  }

  .results {
    margin-bottom: 1rem;
  }

  .sr-login-remember-me-div {
    padding-left: 0;
  }
}

@media (max-width: 370px) {
  .sr-login-forgotten-div {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .sr-login-remember-me-div {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .sr-login-remember-me-div .sr-custom-checkbox-label {
    font-size: 12px;
  }
}

@media screen and (max-width: 360px) {
  .mobile-navbar-brand img {
    max-width: 120px !important;
  }
}

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

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

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

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

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

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

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

  .d-print-flex {
    display: flex !important;
  }

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

  *,
  *::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;
  }

  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: #e9ecef;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #e9ecef;
  }
}

@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #fff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #fff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #fff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #fff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #fff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #fff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #fff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #fff;
  }
}

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

  to {
    background-position: 0 0;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes checkout-spinner-rotator {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(270deg);
  }
}

@keyframes checkout-spinner-colors {
  0% {
    stroke: #6d6d6d;
  }

  25% {
    stroke: #78b15a;
  }

  50% {
    stroke: #f7c223;
  }

  75% {
    stroke: #78b15a;
  }

  100% {
    stroke: #6d6d6d;
  }
}

@keyframes checkout-spinner-dash {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.1);
  }

  80% {
    transform: scale(1);
  }
}