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

/* social colors */

/* buttons */

/* aurorascroll */

/*
* bootstrap variables redefine
*/

:root {
  --font-family-base: "Quicksand", sans-serif;
  --global-color: #dd042c;
  --link-color: #dd042c;
  --link-hover-color: #92031d;
  --price-color: #151E26;
  --price-original-color: #929597;
  --price-special-color: #151E26;
  --module-header-font-color: #212121;
  --sticky-header-height: 160px;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #b8bcbe;
  --gray-500: #A6A6A6;
  --gray-600: #5C5C5C;
  --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: #5C5C5C;
  --gray-dark: #343a40;
  --primary: #dd042c;
  --secondary: #212121;
  --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: 1840px;
  --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: "Quicksand", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  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: #dd042c;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #92031d;
  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: #A6A6A6;
  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: 2.25rem;
}

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

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

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

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

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

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: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 50px;
  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: #dd042c;
  outline: 0;
  box-shadow: none;
}

.form-control::placeholder {
  color: #767676;
  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: #212121;
  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: #A6A6A6;
}

.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: 15px 15px;
  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: 15px 15px;
  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: #212121;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 16px 25px;
  font-size: 0.875rem;
  line-height: 1rem;
  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;
  text-transform: uppercase;
}

.btn:hover {
  color: #212121;
  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 {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
  display: inline-flex;
  align-items: center;
}

.btn-primary:hover {
  color: #fff;
  background-color: #b70325;
  border-color: #ab0322;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #b70325;
  border-color: #ab0322;
  box-shadow: 0 0 0 0 rgba(226, 42, 76, 0.5);
}

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

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ab0322;
  border-color: #9e0320;
}

.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(226, 42, 76, 0.5);
}

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

.btn-secondary:hover {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #080808;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #080808;
  box-shadow: 0 0 0 0 rgba(66, 66, 66, 0.5);
}

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

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #080808;
  border-color: #010101;
}

.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(66, 66, 66, 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: #212121;
  border-color: #212121;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
}

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

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(221, 4, 44, 0.5);
}

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

.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(221, 4, 44, 0.5);
}

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

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

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

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

.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(33, 33, 33, 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: #dd042c;
  text-decoration: none;
}

.btn-link:hover {
  color: #92031d;
  text-decoration: none;
}

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

.btn-link:disabled,
.btn-link.disabled {
  color: #5C5C5C;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 18px 49px;
  font-size: 1.125rem;
  line-height: 1.375rem;
  border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 11px 30px;
  font-size: 0.8125rem;
  line-height: 1rem;
  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: #212121;
  text-align: left;
  list-style: none;
  background-color: #efefef;
  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: #212121;
  text-align: inherit;
  white-space: nowrap;
  border: 0;
  background-color: transparent;
}

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

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

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #5C5C5C;
  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: #5C5C5C;
  white-space: nowrap;
}

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

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

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

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

.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: 2.0625rem;
  min-height: 1.5625rem;
}

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

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

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #212121;
  background-color: #212121;
}

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

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

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

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

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #212121;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: -0.125rem;
  left: -2.0625rem;
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #dee2e6 solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: -0.125rem;
  left: -2.0625rem;
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  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 xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

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

.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='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(221, 4, 44, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(221, 4, 44, 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='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(221, 4, 44, 0.5);
}

.custom-switch {
  padding-left: 3.23438rem;
}

.custom-switch .custom-control-label::before {
  left: -3.23438rem;
  width: 2.73438rem;
  pointer-events: all;
  border-radius: 0.78125rem;
}

.custom-switch .custom-control-label::after {
  top: calc(-0.125rem + 2px);
  left: calc(-3.23438rem + 2px);
  width: calc(1.5625rem - 4px);
  height: calc(1.5625rem - 4px);
  background-color: #dee2e6;
  border-radius: 0.78125rem;
  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(1.17188rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(221, 4, 44, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 50px;
  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: #dd042c;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(221, 4, 44, 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: #5C5C5C;
  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: 50px;
  margin-bottom: 0;
}

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #dd042c;
  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: 50px;
  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: #dd042c;
  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: #fd96a9;
}

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

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

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

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #A6A6A6;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #A6A6A6;
}

.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: #5C5C5C;
  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: #5C5C5C;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

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

.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: #dd042c;
  padding: 0;
}

.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(255, 255, 255, 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(255, 255, 255, 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(255, 255, 255, 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(255, 255, 255, 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: 25px;
}

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

.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;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  list-style: none;
  background-color: transparent;
  justify-content: center;
  line-height: 1.375rem;
  padding: 30px 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #5C5C5C;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9IiNhNmE2YTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDQuMDQ1MzVIMTAuNjc5NUw4LjIxMjc0IDYuNTEyMTZMOC43MDA1OSA3TDEyIDMuNzAwNTlMOC43MDA1OSAwLjQwMTE3TDguMjEyNzQgMC44ODkwMTZMMTAuNjc5NSAzLjM1NTgyTDAgMy4zNTU4MkwwIDQuMDQ1MzVaIiAvPgo8L3N2Zz4KCg==");
}

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

.breadcrumb-item.active {
  color: #A6A6A6;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 1.25;
  font-size: 0.875rem;
  border: 0;
  font-weight: 500;
  background-color: transparent;
  color: #A1A1A1;
}

.page-link:hover {
  z-index: 2;
  text-decoration: none;
  border-color: #dee2e6;
  background-color: transparent;
  color: #212121;
}

.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;
  border-color: rgba(145, 164, 182, 0.4);
  background-color: transparent;
  border: 0;
  color: #212121;
}

.page-item.disabled .page-link {
  color: #5C5C5C;
  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: #dd042c;
}

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

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(221, 4, 44, 0.5);
}

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

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

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(33, 33, 33, 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: #730217;
  background-color: #f8cdd5;
  border-color: #f5b9c4;
}

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

.alert-primary .alert-link {
  color: #41010d;
}

.alert-secondary {
  color: #111111;
  background-color: lightgray;
  border-color: #c1c1c1;
}

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

.alert-secondary .alert-link {
  color: black;
}

.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: #dd042c;
  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: #212121;
  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: #5C5C5C;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #dd042c;
  border-color: #dd042c;
}

.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: #730217;
  background-color: #f5b9c4;
}

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

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

.list-group-item-secondary {
  color: #111111;
  background-color: #c1c1c1;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #111111;
  background-color: #b4b4b4;
}

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

.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: #5C5C5C;
  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: "Quicksand", 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: 300px;
  padding: 15px 15px;
  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: "Quicksand", 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: #212121;
}

.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: #dd042c !important;
}

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

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

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

.border-secondary {
  border-color: #212121 !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;
}

.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: #dd042c !important;
}

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

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

a.text-secondary:hover,
a.text-secondary:focus {
  color: black !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: #212121 !important;
}

.text-muted {
  color: #A6A6A6 !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: #D8D8D8;
  border: 1px solid #D8D8D8;
  box-shadow: none;
}

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

.noUi-base {
  height: 3px;
}

/* 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: #212121;
}

.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: #212121;
  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: 3px;
}

.noUi-horizontal .noUi-handle {
  width: 13px;
  height: 13px;
  left: -6.5px;
  top: -5px;
}

.noUi-vertical {
  width: 3px;
}

.noUi-vertical .noUi-handle {
  width: 13px;
  height: 13px;
  left: -4.5px;
  top: -6.5px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -6.5px;
  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 #D5D5D5;
  background: #fff;
  color: #000;
  text-align: center;
  padding: 10px 10px 6px;
  font-weight: 500;
  border-radius: 0;
  white-space: nowrap;
  font-size: 14px;
}

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

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

.bootstrap-touchspin {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}

.bootstrap-touchspin * {
  display: block;
}

.bootstrap-touchspin .input-group-btn {
  width: auto;
}

.bootstrap-touchspin .form-control {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.bootstrap-touchspin .form-control::-webkit-inner-spin-button,
.bootstrap-touchspin .form-control::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

.bootstrap-touchspin .btn {
  padding: 0 16px;
  width: auto;
  height: 48px;
  border-radius: 0;
  background: transparent;
  font-size: 24px;
  font-weight: 400;
  border: 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: calc(var(--slick-dots-size) * -1);
  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: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a:not(.btn):not(.img-thumbnail-link) {
  transition: all 0.2s ease-in-out;
}

a:not(.btn):not(.img-thumbnail-link):hover {
  opacity: 1;
}

.product-list-body .column-left:empty {
  display: none;
}

.product-list-body .column-left:empty ~ .column-content {
  max-width: 100%;
  flex: 0 0 100%;
}

.sr-container {
  margin: auto;
}

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

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

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

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

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

.header-navbar-bottom .module-category-wrapper .module-head {
  display: none;
}

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

.wishlist-dropdown {
  font-size: 0.75rem;
}

.wishlist-dropdown:active .header-wishlist-icon,
.wishlist-dropdown:active .header-quantity-box,
.wishlist-dropdown:hover .header-wishlist-icon,
.wishlist-dropdown:hover .header-quantity-box {
  color: #dd042c;
}

.wishlist-dropdown .card-text {
  margin-top: 2px;
}

.wishlist-dropdown .product-price-original {
  margin-right: 9px;
}

.wishlist-dropdown-product-item-left > a {
  display: block;
  max-width: 50px;
}

.wishlist-dropdown-product-item-right > a {
  font-weight: 500;
  margin-top: -2px;
}

header .navbar {
  padding: 0 10px;
}

header .header-navbar-top {
  padding: 31px 0 32px;
}

header .header-navbar-bottom {
  padding: 6px 0 0;
}

header .btn {
  padding: 0;
  height: 40px;
  display: flex;
  align-items: center;
}

.cart-dropdown .btn {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-dropdown .cart-product-count {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
}

.cart-dropdown:active .cart-dropdown-toggle,
.cart-dropdown:hover .cart-dropdown-toggle {
  color: #dd042c;
}

.search-module {
  position: relative;
}

.search-module .input-group-append {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 4;
}

.search-module .form-control {
  font-size: 0.875rem;
  height: 40px;
  color: #fff;
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #5C5C5C;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 35px;
  padding-bottom: 5px;
}

.navbar-brand img {
  max-width: 100% !important;
  height: auto;
  max-height: 45px;
}

.header-top-line {
  background-color: #f3f3f3;
}

.header-top-line a:not(.edit-link) {
  padding: 22px 1rem 20px;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

.header-top-line .login-list > .nav-item a {
  font-weight: 700;
}

.header-bottom-line {
  background-color: #fff;
}

.header-quantity-box {
  margin-left: 0.25rem;
}

.nav-link,
.search-module .btn,
.header-navbar a {
  color: #fff;
}

.nav-link:active,
.nav-link:hover,
.search-module .btn:active,
.search-module .btn:hover,
.header-navbar a:active,
.header-navbar a:hover {
  color: #dd042c;
}

.header-navbar .navbar-brand {
  white-space: normal;
}

.logged-dropdown.dropdown .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.headermenu-list.nav {
  padding-right: 10px;
}

.headermenu-list .nav-link {
  font-size: 0.75rem;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
}

.headermenu-list .nav-item:not(:last-child) .nav-link:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 17px;
  background-color: #5C5C5C;
}

.header-navbar a.hamburger-contacts-link {
  color: #A6A6A6;
  font-size: 1rem;
  font-weight: 700;
}

.header-navbar a.hamburger-contacts-link:active,
.header-navbar a.hamburger-contacts-link:hover {
  color: #dd042c;
}

#section-header .edit-link.module-edit-link {
  z-index: 1021;
}

.hamburger-phone.hamburger-contacts-link {
  margin-right: 1rem;
}

.header-navbar-top-right-item {
  margin: 0 10px;
}

.header-navbar-top-right .header-navbar-top-right-item:last-child {
  margin-right: 0;
}

.header-contacts-wrapper {
  padding-right: 10px;
  display: flex;
  flex: 0 0 auto;
}

.headermenu-list .dropdown:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #dd042c;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.headermenu-list .dropdown > a:after {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 6px;
  width: 6px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
  display: inline-block;
  top: -3px;
  position: relative;
  transition: all 0.2s ease-in-out;
  right: 0;
  margin-left: 2px;
}

.headermenu-list .dropdown:active:before,
.headermenu-list .dropdown:hover:before {
  opacity: 1;
}

.headermenu-list .dropdown > a:active:after,
.headermenu-list .dropdown > a:hover:after {
  border-right: 1px solid #dd042c;
  border-bottom: 1px solid #dd042c;
}

footer {
  background: #212121;
  font-size: 0.8125rem;
  padding: 2rem 0 2rem 0;
  text-align: center;
  font-weight: 500;
  color: #A6A6A6;
  margin-top: 0;
}

footer .module:not(.languageselect-module):not(.currenciesselect-module) {
  padding-bottom: 1rem;
}

footer .module-head {
  padding-top: 0;
}

footer .footer-rows.row {
  margin-bottom: 25px;
}

footer .module .module-head .module-head-title {
  color: #fff;
  text-transform: none;
  font-size: 1.625rem;
  font-weight: 500;
}

footer .list-group-flush .list-group-item {
  border: 0;
  background: no-repeat;
  padding: 5px 20px;
  line-height: 17px;
  font-weight: 500;
  color: #fff;
  display: flex;
  width: auto;
}

footer .list-group-flush .list-group-item:active,
footer .list-group-flush .list-group-item:hover {
  color: #dd042c;
}

footer .list-group-flush .list-group-item:last-child:after {
  display: none;
}

footer a {
  color: #fff;
  font-weight: 500;
}

footer a:active,
footer a:hover {
  color: #dd042c;
}

footer #information-menu .list-group-flush {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-top-position {
  margin-top: 4rem;
}

#section-contact_paris {
  margin-top: 25px;
}

.module-newsletter_subscribe-wrapper {
  margin-bottom: 60px;
}

.contact-wrapper-box-line {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
}

.contact-wrapper-box-line .footer-contact-col {
  display: flex;
  width: auto;
  padding: 0 20px;
  position: relative;
  margin-bottom: 10px;
}

.contact-wrapper-box-line .footer-contact-col:last-child:after {
  display: none;
}

.social.contact-wrapper-box-line {
  margin-top: 48px;
}

.social.contact-wrapper-box-line .footer-contact-col:after {
  display: none;
}

.footer-language-currency-row {
  margin: 25px 0;
}

.footer-language-currency-row > div:last-child {
  padding-left: 1rem;
}

.footer-bottom-2-position {
  padding: 15px 0;
}

.footer-copyright {
  color: #A6A6A6;
  margin: 25px 0;
  font-weight: 500;
  font-size: 0.75rem;
}

.footer-seo {
  color: #767676;
  margin-bottom: 1rem;
}

footer .information-module-list {
  margin: 1rem 0;
}

#section-contact_paris .module .module-head {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.partners-row {
  margin: 0 -10px;
  flex-wrap: wrap;
}

.partners-row .partners-item {
  padding: 5px 10px;
}

/* custom checkbox */

.sr-custom-checkbox {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 2.0625rem;
}

.sr-custom-checkbox-control {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.sr-custom-checkbox-control:checked ~ .sr-custom-checkbox-label::before {
  color: #fff;
  border-color: #212121;
  background-color: #212121;
}

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

.sr-custom-checkbox-control:not(:disabled):active ~ .sr-custom-checkbox-label::before {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}

.sr-custom-checkbox-control:disabled ~ .sr-custom-checkbox-label {
  color: #5C5C5C;
}

.sr-custom-checkbox-control:disabled ~ .sr-custom-checkbox-label::before {
  background-color: #212121;
}

.sr-custom-checkbox-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.sr-custom-checkbox-label::before {
  position: absolute;
  top: -0.125rem;
  left: -2.0625rem;
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #dee2e6 solid 1px;
}

.sr-custom-checkbox-label::after {
  position: absolute;
  top: -0.125rem;
  left: -2.0625rem;
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  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,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>");
}

.sr-custom-checkbox .sr-custom-checkbox-control:indeterminate ~ .sr-custom-checkbox-label::before {
  border-color: #dd042c;
  background-color: #dd042c;
}

.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='#fff' d='M0 2h4'/></svg>");
}

.sr-custom-checkbox .sr-custom-checkbox-control:disabled:checked ~ .sr-custom-checkbox-label::before {
  background-color: rgba(221, 4, 44, 0.5);
}

.sr-custom-checkbox .sr-custom-checkbox-control:disabled:indeterminate ~ .sr-custom-checkbox-label::before {
  background-color: rgba(221, 4, 44, 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: #767676;
  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: #767676;
  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: #dd042c;
}

.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: #767676;
  opacity: 1;
}

.sr-form-control.personal-telephone-number:focus:-moz-placeholder {
  color: #767676;
  opacity: 1;
}

.sr-form-control.personal-telephone-number:focus::-moz-placeholder {
  color: #767676;
  opacity: 1;
}

.sr-form-control.personal-telephone-number:focus:-ms-input-placeholder {
  color: #767676;
  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/paris-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;
}

.sort-select select.form-control {
  color: #212121;
  border-color: #d5d5d5;
}

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-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #212121 !important;
  border-color: #212121 !important;
  color: #dd042c !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  background-color: transparent !important;
  color: #dd042c !important;
  border-color: #dd042c !important;
}

.product-card-footer .product-card-item {
  width: 50%;
  padding: 0 5px;
}

.product-card-footer .btn-primary,
.product-card-footer .btn-outline-primary {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  justify-content: center;
}

.module-dealofday-wrapper .card-actions .btn-primary.btn,
.footer-position .form-submit .btn-primary.btn {
  background-color: #fff;
  border-color: #fff;
  color: #212121;
}

.module-dealofday-wrapper .card-actions .btn-primary.btn:active,
.module-dealofday-wrapper .card-actions .btn-primary.btn:hover,
.module-dealofday-wrapper .card-actions .btn-primary.btn:focus,
.footer-position .form-submit .btn-primary.btn:active,
.footer-position .form-submit .btn-primary.btn:hover,
.footer-position .form-submit .btn-primary.btn:focus {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #dd042c;
}

.button-arrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
}

.button-arrow-icon svg {
  width: 14px;
}

.btn-xs {
  padding: 0.1rem 0.25rem;
  font-size: 0.6875rem;
  line-height: 1.5;
  border-radius: 0;
}

.product-price {
  color: #151E26;
  font-weight: 500;
}

.product-price-original {
  color: #929597;
}

.product-price-special {
  color: #151E26;
  font-weight: 500;
}

.product-price-postfix {
  margin-left: 0.5rem;
}

.autohelp {
  color: #dd042c;
  cursor: pointer;
}

/**
* 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;
  z-index: 3003;
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.scroll-top-button:active,
.scroll-top-button:hover {
  background-color: white !important;
}

.mobile-scroll-top-button {
  color: #212121;
}

.mobile-scroll-top-button:active,
.mobile-scroll-top-button:hover {
  color: #dd042c;
}

.gift-wrapping button.btn,
.free-gift-chooser button.btn {
  color: #dd042c;
  border-color: #dd042c;
}

.gift-wrapping button.btn:hover,
.free-gift-chooser button.btn:hover {
  color: #fff;
  background-color: #dd042c;
  border-color: #dd042c;
}

.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(221, 4, 44, 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: #dd042c;
  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: #dd042c;
  border-color: #dd042c;
}

.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(221, 4, 44, 0.5);
}

.edit-button.cart-button .btn {
  color: #212121;
  border-color: #212121;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.edit-button.cart-button .btn:hover {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}

.edit-button.cart-button .btn:focus,
.edit-button.cart-button .btn.focus {
  box-shadow: 0 0 0 0 rgba(33, 33, 33, 0.5);
}

.edit-button.cart-button .btn.disabled,
.edit-button.cart-button .btn:disabled {
  color: #212121;
  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: #212121;
  border-color: #212121;
}

.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(33, 33, 33, 0.5);
}

.sr-offer-request:active,
.sr-offer-request:hover {
  color: #dd042c;
}

.gift-wrapping-product button.btn {
  color: #b9b9b9;
}

.product-module-list-link-wrapper {
  text-align: center;
}

/* 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: #efefef;
  position: relative;
  padding: 0;
  min-width: 20rem;
  margin: 2px 0 0;
  color: #212121;
  font-size: inherit;
  text-align: left;
  z-index: 1902;
  list-style: none;
  background-clip: padding-box;
  border: 0;
}

.dropdown-hover-menu .dropdown-item,
.dropdown-hover-menu .dropdown-item-text {
  padding: 0.5rem 1rem;
  color: #212121;
  width: 100%;
  display: block;
  clear: both;
  font-weight: inherit;
  white-space: normal;
  background-color: #efefef;
}

.dropdown-hover-menu .dropdown-item.active,
.dropdown-hover-menu .dropdown-item:active {
  background-color: #fff;
}

.dropdown-item a {
  color: #212121;
}

.dropdown-item a:active,
.dropdown-item a:hover {
  color: #dd042c;
}

.cart-dropdown .dropdown-item a {
  font-size: 0.75rem;
  line-height: 1.1875rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2px;
  display: block;
}

.cart-dropdown .cart-module-packageoffer-name {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.cart-dropdown .cart-product-name-link {
  margin-top: -2px;
}

.search-module .dropdown-item a {
  color: #898989;
  font-weight: 500;
}

.search-module .dropdown-item a:active,
.search-module .dropdown-item a:hover {
  color: #dd042c;
}

.search-results.dropdown-menu:before {
  content: "";
  width: 240px;
  height: 3px;
  background-color: #dd042c;
  display: block;
  top: -11px;
  position: relative;
}

.cart-dropdown.dropdown-hover-menu:before {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #dd042c;
  display: block;
  margin-left: auto;
  margin-top: -3px;
}

.js-wishlist-module .dropdown-hover-menu .dropdown-item {
  padding: 10px 20px;
}

.js-wishlist-module .dropdown-hover-menu .dropdown-item-text {
  padding: 22px 20px;
}

.js-wishlist-module .dropdown-hover-menu .dropdown-hover-menu-inner {
  padding-top: 15px;
}

.js-wishlist-module .dropdown-hover-menu:before {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #dd042c;
  display: block;
  margin-left: auto;
  margin-top: -3px;
}

.logged-dropdown .dropdown-hover-menu {
  min-width: 12rem;
  padding-top: 13px;
  padding-bottom: 13px;
}

.logged-dropdown .dropdown-hover-menu:before {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #dd042c;
  display: block;
  margin-right: auto;
  position: absolute;
  top: -3px;
}

.logged-dropdown .dropdown-hover-menu:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: transparent;
  display: block;
  margin: auto;
  position: absolute;
  top: -3px;
}

.logged-dropdown .dropdown-hover-menu .dropdown-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.logged-dropdown .dropdown-hover-menu .dropdown-item a {
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1.2;
}

.logged-dropdown .dropdown-hover-menu .dropdown-item a:before {
  content: "";
  width: 5px;
  height: 5px;
  display: flex;
  background-color: #CACACA;
  margin-right: 12px;
}

.logged-dropdown:active > .nav-link,
.logged-dropdown:hover > .nav-link {
  color: #dd042c;
}

.headermenu-list .dropdown.nav-item:active .nav-link,
.headermenu-list .dropdown.nav-item:hover .nav-link {
  color: #dd042c;
}

.headermenu-list .dropdown.nav-item:active .nav-link:after,
.headermenu-list .dropdown.nav-item:hover .nav-link:after {
  border-color: #dd042c;
}

.headermenu-list .dropdown-hover-menu {
  min-width: 14rem;
  margin-top: 0;
  padding: 12px 0;
}

.headermenu-list .dropdown-hover-menu .dropdown-item {
  padding: 0;
}

.headermenu-list .dropdown-hover-menu .dropdown-item a {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 8px 22px;
  display: block;
}

.header-top-line .dropdown-hover-menu .dropdown-item,
.header-top-line .dropdown-hover-menu .dropdown-item-text {
  padding-left: 0;
  padding-right: 0;
}

.dropdown-footer {
  background-color: #efefef;
}

.dropdown-footer .btn-primary {
  color: #fff !important;
  justify-content: center;
}

.dropdown-footer .btn-primary:active,
.dropdown-footer .btn-primary:hover {
  color: #dd042c !important;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background-color: transparent;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  background-color: #fff;
}

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

.quickview .product-collateral-name {
  font-size: 0.75rem;
}

.product-quickview-right .product-collateral-name {
  width: 40%;
}

.product-quickview-right .product-collateral-row {
  flex-wrap: nowrap;
}

.product-quickview-right .product-addtocart-wrapper .quantity-name-text {
  text-align: center;
}

.product-quickview-right .product-collateral-select {
  width: 200px;
}

.product-quickview-right .form-control-sm.form-control {
  height: 30px !important;
}

.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;
  font-size: 1.75rem;
}

/* /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 100%;
  max-width: 100%;
  margin-top: 2rem;
}

[data-number-of-columns-in-category-page="3"] .product-snapshot-vertical .product-snapshot:not(:empty) {
  flex: 0 0 100%;
  max-width: 100%;
}

[data-number-of-columns-in-category-page="4"] .product-snapshot-vertical .product-snapshot:not(:empty) {
  flex: 0 0 100%;
  max-width: 100%;
}

[data-number-of-columns-in-category-page="5"] .product-snapshot-vertical .product-snapshot:not(:empty) {
  flex: 0 0 100%;
  max-width: 100%;
}

.product-snapshot-vertical .product-card-item:not(.product-card-price):not(.product-card-title):not(.product-card-description) {
  font-size: 0.875rem;
}

.product-snapshot-vertical .product-card-compare.product-card-item {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.product-snapshot-vertical .product-card-rating.product-card-item {
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.product-snapshot-vertical .card-top-position {
  padding: 0 0;
}

.product-snapshot-vertical .product-card-attributes .featured-table {
  margin: auto;
}

.product-snapshot-vertical .product-card-compare .compare-checkbox-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.one-column-content .product-page-middle-1 .product-snapshot-vertical,
.one-column-content .product-page-middle-2 .product-snapshot-vertical,
.one-column-content .product-page-middle-3 .product-snapshot-vertical {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.one-column-content .product-page-middle-1 .product-snapshot-vertical .product-snapshot:not(:empty),
.one-column-content .product-page-middle-2 .product-snapshot-vertical .product-snapshot:not(:empty),
.one-column-content .product-page-middle-3 .product-snapshot-vertical .product-snapshot:not(:empty) {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.one-column-content .product-page-middle-1 .packageoffer .product-snapshot-vertical,
.one-column-content .product-page-middle-2 .packageoffer .product-snapshot-vertical,
.one-column-content .product-page-middle-3 .packageoffer .product-snapshot-vertical {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.one-column-content .product-page-middle-1 .packageoffer .product-snapshot-vertical .product-snapshot:not(:empty),
.one-column-content .product-page-middle-2 .packageoffer .product-snapshot-vertical .product-snapshot:not(:empty),
.one-column-content .product-page-middle-3 .packageoffer .product-snapshot-vertical .product-snapshot:not(:empty) {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

.side-position .product-module-list-link-wrapper {
  margin-top: 1rem;
  text-align: left;
}

.side-position .product-module-list-link-wrapper .modules-all-link {
  padding: 11px 25px;
}

.product-card-item span.attribute-value {
  width: 20px !important;
  height: 20px !important;
}

.product-snapshot-horizontal {
  display: flex;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}

.product-snapshot-horizontal .product-snapshot {
  position: relative;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  flex: 0 0 100%;
  max-width: 100%;
}

.product-snapshot-horizontal .product-card-item {
  justify-content: flex-start;
}

.product-snapshot-horizontal .product-card-cart-button.product-card-item {
  display: flex;
  align-items: center;
}

.product-snapshot-horizontal.is-side .product-snapshot {
  margin-top: 1.25rem;
}

.product-snapshot-horizontal.is-side .product-card-left {
  padding: 0;
}

.product-snapshot-horizontal.is-side .product-card-right {
  padding: 0 0.5rem 0 1rem;
}

.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.75rem;
  line-height: 0.9375rem;
  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 .card-actions.row .product-card-item {
  width: 100%;
}

.product-snapshot-horizontal.is-side .card-actions.row .col-details {
  width: 100%;
}

.product-snapshot-horizontal.is-side .card-actions.row .col-addtocart {
  width: 100%;
}

.product-snapshot-horizontal.is-side .card-actions.row .btn {
  height: 40px;
  width: 100%;
  padding-left: 13px;
  padding-right: 13px;
  justify-content: center;
}

.product-snapshot-horizontal.is-side .card-actions.row .quantity-name-text {
  padding-right: 4px;
  padding-left: 2px;
}

.product-snapshot-horizontal.is-side .product-price,
.product-snapshot-horizontal.is-side .product-price-special {
  font-size: 1rem;
}

.product-snapshot-horizontal.is-side .product-price-original {
  font-size: 0.75rem;
}

.product-snapshot-horizontal.is-side .quantity-input {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 0;
  border: 1px solid #212121;
}

.product-snapshot-horizontal:not(.is-side) .product-snapshot {
  margin-top: 4rem;
}

.product-snapshot-horizontal:not(.is-side) .quantity-input {
  width: 60px;
  height: 50px;
  padding-left: 10px;
  border-radius: 0;
  border: 1px solid;
}

.product-snapshot-horizontal:not(.is-side) .quantity-name-text {
  margin-left: 4px;
  margin-right: 4px;
}

.btn-quickview {
  opacity: 0;
  will-change: opacity;
  transition: opacity .2s ease-in-out 0s;
}

.product-card-image {
  margin-bottom: 15px;
}

.product-card-image:hover .btn-quickview {
  opacity: 1;
}

.product-card-body {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.product-card-item {
  margin-top: 4px;
  margin-bottom: 4px;
  justify-content: center;
}

.product-card-title {
  margin-top: 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.product-card-title a {
  color: #212121;
}

.product-card-title a:active,
.product-card-title a:hover {
  color: #dd042c;
}

.product-card-title,
.product-card-price,
.product-card-description {
  margin-top: 12px;
  margin-bottom: 12px;
}

.product-card-compare .compare-checkbox-button {
  height: 26px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.product-card-description {
  color: #a2a2a2;
  line-height: 1.375rem;
  font-weight: 500;
  font-size: 0.875rem;
  max-height: 68px;
  overflow: hidden;
}

.product-card-stock {
  font-style: italic;
}

.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-snapshot .product-price,
.product-snapshot .product-price-special {
  font-size: 1.25rem;
}

.product-snapshot .product-price-original {
  font-size: 0.875rem;
}

.product-card-footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 -5px;
}

/* snapshot valtozatok */

.snapshot_horizontal.side_module .snapshot-list-attributes {
  display: none;
}

.snapshot-list-attributes-inner {
  position: relative;
  width: 100%;
  margin: auto;
}

.snapshot-list-attributes .slick-prev {
  left: 0;
  width: 15px;
}

.snapshot-list-attributes .slick-prev:before {
  width: 8px;
  height: 8px;
  left: 5px;
  border-width: 1px 0 0 1px;
}

.snapshot-list-attributes .slick-next {
  right: 0;
  width: 15px;
}

.snapshot-list-attributes .slick-next:before {
  width: 8px;
  height: 8px;
  right: 5px;
  border-width: 0 1px 1px 0;
}

.snapshot-list-attributes {
  margin-bottom: 1rem;
}

.snapshot-attribute-wrapper-paris {
  margin: 0;
  padding: 0 15px;
}

.snapshot-attribute-wrapper-paris .slick-track {
  display: flex;
  align-items: center;
}

.snapshot-attribute-wrapper-paris:not(.slick-initialized) {
  display: flex;
}

.snapshot-attribute-wrapper-paris:not(.slick-initialized) .snapshot-attribute {
  max-width: 25%;
  flex: 1 1 25%;
}

.snapshot-attribute {
  margin: 0 5px;
}

.snapshot-attribute-container {
  position: relative;
  overflow: hidden;
}

.snapshot-attribute-link,
.snapshot-attribute-image {
  display: block;
  width: 100%;
  height: 100%;
}

/* /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;
  justify-content: center;
  min-width: 100px;
}

.aurora-overlay-buttons .btn-primary {
  border-color: #fff;
}

.aurora-overlay-buttons .btn-primary:active,
.aurora-overlay-buttons .btn-primary:hover {
  border-color: #dd042c !important;
}

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

.aurora-scroll-container {
  position: relative;
}

.aurora-scroll-click-container {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

.aurora-scroll-click-container .product-snapshot-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

.aurora-scroll-arrow-pos-2 .aurora-scroll-btn-right {
  right: -15px;
}

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

.aurora-scroll-arrow-pos-3 .aurora-scroll-btn-right {
  right: 30px;
}

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

.snapshot_horizontal_direction .aurora-scroll-click-container {
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
}

.home-position {
  margin-bottom: 4rem;
}

.side-position {
  margin-bottom: 2rem;
  background-color: #EFEFEF;
  padding: 15px;
}

.side-position .category-menu .nav-link {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid #474747;
}

.side-position .category-menu > li > .nav-link {
  padding: 10px 0;
}

.side-position .category-menu li:last-child .nav-link {
  border-bottom: 0;
}

.side-position .list-group .list-group-item {
  border: 0;
  background-color: transparent;
  font-size: 1rem;
  color: #212121;
  text-transform: uppercase;
  padding: 8px 15px;
}

.side-position .list-group .list-group-item:active,
.side-position .list-group .list-group-item:hover {
  color: #dd042c;
}

.side-position .list-group-flush .list-group-item {
  border-bottom: 0;
  background-color: transparent;
  font-size: 1rem;
  color: #212121;
  text-transform: uppercase;
  padding: 8px 15px;
}

.side-position .list-group-flush .list-group-item:active,
.side-position .list-group-flush .list-group-item:hover {
  color: #dd042c;
}

.side-position .list-group-flush .list-group-item:before {
  content: "";
  display: flex;
  background-color: #CCC;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.side-position .modules-all-link {
  margin-top: 0;
}

.side-position .modules-all-link .btn {
  padding-top: 11px;
  padding-bottom: 11px;
}

.side-position .news-pretext {
  text-align: left;
  margin-bottom: 1rem;
  color: #767676;
}

.side-position .news-card-deck .news-card {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 6px !important;
  margin-bottom: 21px;
  max-width: 100% !important;
}

.side-position .news-card-deck > .news-card:last-child {
  border-bottom: 0;
  margin-bottom: 11px;
}

.side-position .news-card-subtitle span {
  padding-right: 10px;
  line-height: 12px;
}

.side-position .news-card-subtitle span ~ span {
  border-left: 1px solid #A1A1A1;
  padding-left: 10px;
}

.side-position .news-card-subtitle {
  position: relative;
  background-color: transparent;
  color: #A1A1A1;
  font-size: 0.75rem;
  padding: 0 0 8px 0;
}

.side-position .news-card-body .news-card-title a {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  font-weight: 500;
}

.side-position .news-card-body .news-card-title a:active,
.side-position .news-card-body .news-card-title a:hover {
  color: #dd042c;
}

.side-position .news-card-body .news-card-text {
  display: none;
}

.side-position .subscribe-input-row > .form-submit.col,
.side-position .subscribe-input-row > .col {
  width: 100%;
}

.side-position .subscribe-input-row {
  margin-top: 0;
}

.side-position .newsletter-pretext,
.side-position .newsletter-posttext {
  color: #767676;
}

.side-position #newsletter-emailsubscribe .custom-checkbox label {
  color: #989898;
}

.side-position #newsletter-emailsubscribe .form-control {
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #B0B0B0;
  max-width: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  color: #939393;
  padding: 10px;
  height: 44px;
}

.side-position #newsletter-emailsubscribe .form-control::-webkit-input-placeholder {
  color: #B6B6B6;
  opacity: 1;
}

.side-position #newsletter-emailsubscribe .form-control:-moz-placeholder {
  color: #B6B6B6;
  opacity: 1;
}

.side-position #newsletter-emailsubscribe .form-control::-moz-placeholder {
  color: #B6B6B6;
  opacity: 1;
}

.side-position #newsletter-emailsubscribe .form-control:-ms-input-placeholder {
  color: #B6B6B6;
  opacity: 1;
}

.side-position #newsletter-emailsubscribe .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.side-position #newsletter-emailsubscribe .form-control:focus:-moz-placeholder {
  color: transparent;
}

.side-position #newsletter-emailsubscribe .form-control:focus::-moz-placeholder {
  color: transparent;
}

.side-position #newsletter-emailsubscribe .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.side-position #newsletter-emailsubscribe .form-control:hover,
.side-position #newsletter-emailsubscribe .form-control:focus {
  border-bottom: 1px solid #212121;
}

.side-position #newsletter-emailsubscribe .custom-control-input:checked ~ .custom-control-label:before,
.side-position #newsletter-emailsubscribe .custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background-color: #212121;
  border-color: #212121;
}

.side-position #newsletter-emailsubscribe .custom-control-label:before {
  background-color: #fff;
  border-color: #5C5C5C;
}

.side-position #newsletter-emailsubscribe .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='white' 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");
}

.side-position #newsletter-emailsubscribe .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #5C5C5C;
}

.side-position #likebox-frame iframe {
  max-width: 100%;
}

/*.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    border-color: $secondary;
    background-color: $secondary;
}
*/

.module-category2-wrapper .side-position.module .module-head {
  padding-top: 4px;
  margin-bottom: 17px;
}

.module-category2-wrapper .side-position.module .module-head .module-head-title {
  color: #CCCCCC;
}

.module-category2-wrapper .side-position.module .module-body {
  margin-top: 0;
}

.compare-right-box {
  position: relative;
}

.js-compare-module .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

.js-compare-module .last-compare-line.list-group-item {
  margin-top: 10px;
}

.js-compare-module .compare-left-box img {
  max-width: 50px;
  height: auto;
}

.js-compare-module .compare-right-box a {
  padding-right: 25px;
  display: block;
  font-size: 0.8125rem;
  line-height: 1.3125rem;
  color: #212121;
  font-weight: 500;
  text-transform: uppercase;
}

.js-compare-module .compare-right-box a:active,
.js-compare-module .compare-right-box a:hover {
  color: #dd042c;
}

.js-compare-module .compare-remove-btn {
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  color: #A1A1A1;
}

.js-compare-module .compare-remove-btn:active,
.js-compare-module .compare-remove-btn:hover {
  color: #dd042c;
}

.product-module.side-position {
  background-color: transparent;
  border: 1px solid #efefef;
}

.product-filter-module .side-position {
  margin-bottom: 2rem;
  background-color: #EFEFEF;
}

.module-category2-wrapper .side-position {
  background-color: #212121;
}

.side-position.module .module-head {
  text-align: left;
  padding-top: 7px;
}

.side-position.module .module-head .module-head-title {
  font-size: 1rem;
}

.module-head {
  padding-bottom: 0.5rem;
  padding-top: 2rem;
}

.module .module-head {
  text-align: center;
  text-transform: uppercase;
}

.module .module-head .module-head-title {
  font-weight: 400;
  font-size: 1.25rem;
  color: #212121;
}

.module-head-title {
  margin-bottom: 0;
}

.side-position:not(.product-module) .module-body {
  margin-top: 20px;
}

.home-position:not(.product-module) .module-body:not(.section-module-body) {
  margin-top: 50px;
}

.home-position .modules-all-link {
  text-align: center;
}

.modules-all-link {
  margin-top: 1rem;
}

.announcement-bar-section-row {
  padding: 16px 0;
  color: #dd042c;
  text-transform: uppercase;
  font-weight: 500;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}

.announcement-bar-section-row .slick-track {
  display: flex;
  align-items: center;
}

.announcement-bar-section-row a {
  color: #dd042c;
  font-weight: 500;
}

.announcement-bar-section-row a:active,
.announcement-bar-section-row a:hover,
.announcement-bar-section-row a:focus {
  outline: none;
}

.announcement-bar-section-row .announcement-bar-section-col,
.announcement-bar-section-row .announcement-bar-wrapper {
  outline: none;
}

.announcement-bar-section-row .announcement-bar-section-col:active,
.announcement-bar-section-row .announcement-bar-section-col:hover,
.announcement-bar-section-row .announcement-bar-section-col:focus,
.announcement-bar-section-row .announcement-bar-wrapper:active,
.announcement-bar-section-row .announcement-bar-wrapper:hover,
.announcement-bar-section-row .announcement-bar-wrapper:focus {
  outline: none;
}

.announcement-bar-section-row .announcement-bar-icon {
  margin-right: 10px;
  max-width: 24px;
}

.announcement-bar-section-row .announcement-bar-icon img {
  max-width: 100%;
  height: auto;
}

.announcement-bar-section-section-body {
  position: relative;
  overflow: hidden;
}

.announcement-bar-section-row .announcement-bar-section-col {
  display: none;
}

.announcement-bar-section-row .announcement-bar-section-col:first-child {
  display: block;
  visibility: hidden;
}

.slick-initialized.slick-slider.announcement-bar-section-row {
  visibility: visible;
  opacity: 1;
}

.slick-initialized.slick-slider.announcement-bar-section-row .announcement-bar-section-col {
  display: block;
  visibility: visible !important;
}

body:not(.home-body) #section-announcement_bar_paris {
  border-bottom: 1px solid #e3e3e3;
}

/* banner slider */

.slider-container {
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
}

.slider-container .banner-items,
.slider-container .banner-names {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}

.slider-container .banner-names.slick-initialized,
.slider-container .banner-items.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slider-container .banner-items .banner-item-slide {
  display: none;
}

.slider-container .banner-items .banner-item-slide:first-child {
  display: block;
  visibility: hidden;
}

.slider-container .banner-items.slick-initialized .banner-item-slide {
  display: block;
  visibility: visible !important;
}

.banner-items .slick-slide img {
  width: 100%;
  height: auto;
}

.banner-items.slick-slider {
  --slick-arrow-box-size: 30px;
  --slick-arrow-size: 22px;
  --slick-dots-font-size: 38px;
  --slick-dots-size: 16px;
  --slick-arrow-width: 3px;
}

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

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

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

.banner-items.slick-slider .slick-dots {
  bottom: 7px;
}

.banner-items.slick-slider .banner-item-slide {
  display: none;
}

.banner-items.slick-dotted.slick-slider {
  margin-bottom: 20px;
}

.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: 25px;
  padding-bottom: 25px;
}

.banner-items-title {
  align-self: flex-start;
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.banner-items-subtitle {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* /banner slider */

.package-offer-product-table tbody {
  background: white;
}

.cart-dropdown-product-item-right {
  padding-right: 20px !important;
}

.cart-dropdown-product-item-right .card-text {
  text-transform: uppercase;
}

.cart-module-packageoffer-container {
  padding: 10px;
  border: 1px solid #888;
  margin: 0;
}

.cart-module-packageoffer-head-container {
  display: flex;
  width: 100%;
  padding: 0;
}

.cart-module-packageoffer-head-container .left {
  width: 85%;
}

.cart-module-packageoffer-head-container .right {
  width: 15%;
}

.js-cart-delete {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  color: #A1A1A1;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}

.js-cart-delete:active,
.js-cart-delete:hover {
  color: #dd042c;
  border: 1px solid #dd042c;
}

.cart-module-packageoffer-actions .js-cart-delete {
  right: -5px;
}

.cart-action-list-prices {
  font-weight: 500;
  background-color: #e7e7e7;
  padding-top: 12px;
  padding-bottom: 7px;
  margin-top: 11px;
}

.cart-action-list {
  padding: 14px 0;
}

.dropdown-hover-menu .cart-action-list-prices .dropdown-item-text {
  background-color: transparent;
  padding: 2px 1rem;
}

.cart-actions-wrapper-row .btn-outline-primary {
  color: #212121;
}

.cart-dropdown-packageoffer-list.dropdown-item {
  padding-left: 10px;
  padding-right: 10px;
}

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

.col-cart-module-pic-link {
  max-width: 50px;
  display: block;
}

.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.75rem;
  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: #dd042c;
}

.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.375rem;
  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: inherit;
}

.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: #efefef;
  box-shadow: 0 10px 54px rgba(0, 0, 0, 0.25);
}

.children .nav-link {
  color: #212121;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}

/* /custom-dropdown */

/* sf-horizontal - Vízszintes kategória */

.sf-horizontal > .category-list > .nav-link {
  outline: none;
  font-weight: 500;
  padding: 8px 1rem 14px;
  text-transform: uppercase;
  font-size: 1rem;
}

.sf-horizontal > .category-list > .nav-link:before {
  content: "";
  transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #dd042c;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}

.sf-horizontal > .category-list > .nav-link:active:before,
.sf-horizontal > .category-list > .nav-link:hover:before {
  opacity: 1;
}

.sf-horizontal li.js-sf-hover > .nav-link:before {
  opacity: 1;
}

.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: 10px 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;
  transition: all 0.2s ease-in-out;
}

.sf-horizontal .children > li.nav-item .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #dd042c;
  height: 100%;
  width: 3px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.sf-horizontal .nav-link:after {
  transition: all 0.2s ease-in-out;
}

.sf-horizontal > li.dropDownParent > .nav-link:after,
.sf-horizontal > li.parent > .nav-link:after {
  border: solid #fff;
  border-width: 0 1px 1px 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 #212121;
  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;
}

.category-menu .parent.js-sf-hover > .nav-link,
.category-menu .parent:hover > .category-list-link {
  color: #dd042c;
}

.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: 1px solid #dd042c;
  border-bottom: 1px solid #dd042c;
}

.nav-link:focus {
  outline: none;
}

.sf-horizontal .children > li:active,
.sf-horizontal .children > li:hover {
  background-color: #fff;
}

.sf-horizontal .children > li:active > .nav-link,
.sf-horizontal .children > li:hover > .nav-link {
  color: #dd042c;
}

.sf-horizontal .children > li:active > .nav-link:before,
.sf-horizontal .children > li:hover > .nav-link:before {
  opacity: 1;
}

/* /sf-horizontal - Vízszintes kategória */

/* sf-vertical - Függőleges kigördülő kategória */

ul.sf-vertical {
  position: relative;
}

.sf-vertical .children {
  position: absolute;
  display: none;
  top: 0;
  left: 100%;
  right: 0;
  min-height: 100%;
  z-index: 1000;
  min-width: 15em;
  background-color: #212121;
  color: #fff;
  padding: 0 20px;
}

.sf-vertical .children .nav-link {
  color: #fff;
  position: relative;
}

.sf-vertical .children .nav-link:active,
.sf-vertical .children .nav-link:hover {
  color: #dd042c;
}

.sf-vertical > li {
  display: flex;
  flex-direction: column;
  min-height: 40px;
  flex: 1;
}

.sf-vertical li {
  position: static;
}

.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 #919191;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 9px;
  width: 9px;
  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 #919191;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 9px;
  width: 9px;
  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: 1px solid #dd042c;
  border-bottom: 1px solid #dd042c;
}

/* /sf-vertical - Függőleges kigördülő kategória */

.module-categoryoffer-wrapper h4 {
  font-weight: 400;
  background-color: #efefef;
  padding: 32px 26px 26px;
  line-height: 2rem;
  margin-bottom: 0;
}

.module-categoryoffer-wrapper .card-body {
  text-align: center;
  text-transform: uppercase;
}

.category-snapshot-name-link {
  color: #212121;
}

.category-snapshot-name-link:hover {
  color: #dd042c;
}

/* 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.footer-bottom-position select.form-control {
  border-color: #5C5C5C;
  background: transparent url("../image/paris-select-arrow-white.svg") no-repeat;
  background-size: 10px 6px;
  background-position: right 0.5em center;
  transition: all 0.2s ease-in-out;
  padding-right: 1.4375rem;
  color: #fff;
}

.currenciesselect-module.footer-bottom-position select.form-control option {
  color: #212121;
}

.currenciesselect-module.footer-bottom-position .module-head {
  padding: 0;
}

.currenciesselect-module.footer-bottom-position .module-head-title {
  font-size: 0.875rem;
  margin-right: 1rem;
}

.module-dealofday-wrapper {
  font-size: 1rem;
}

.module-dealofday-wrapper .js-add-to-wishlist {
  font-weight: 500;
}

.module-dealofday-wrapper .wishlist-icon {
  margin-right: 0.5rem;
}

.module-dealofday-wrapper .product-card-item {
  justify-content: flex-start;
}

.module-dealofday-wrapper .product-card-description {
  max-height: initial;
}

.module-dealofday-wrapper .product-card-item.product-card-rating {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.module-dealofday-wrapper .product-card-item.product-card-rating svg {
  margin-right: 12px;
}

.module-dealofday-wrapper .product-price-original {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-right: 1rem !important;
}

.module-dealofday-wrapper .product-price-special {
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
}

.module-dealofday-wrapper .star-filled {
  color: #fff;
}

.module-dealofday-wrapper .star-unfilled {
  color: #777;
}

.module-dealofday-wrapper .product-card-row.row {
  margin: 0;
  background-color: transparent;
  color: #fff;
}

.module-dealofday-wrapper .product-card-image {
  margin-bottom: 0;
}

.module-dealofday-wrapper .product-card-title a {
  font-size: 2.25rem;
  line-height: 3.25rem;
  color: #fff;
}

.module-dealofday-wrapper .product-card-title a:active,
.module-dealofday-wrapper .product-card-title a:hover {
  color: #dd042c;
}

.module-dealofday-wrapper .card-actions .btn-outline-primary.btn {
  color: #fff;
  border-color: #fff;
}

.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;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.module-dealofday-wrapper .product-snapshot-horizontal:not(.is-side) .quantity-name-text {
  margin-left: 8px;
  margin-right: 8px;
}

.module-dealofday-wrapper .product-card-left .snapshot-list-attributes {
  margin-top: 1rem;
}

.module-dealofday-wrapper .product-card-right {
  background-color: #212121;
}

.footer-advantages {
  justify-content: center;
  background-color: #dd042c;
  padding: 30px 25px;
}

.footer-advantages-item-left {
  display: flex;
  flex: 1;
  width: 55px;
  max-width: 55px;
}

.footer-advantages-item-left img {
  max-width: 100%;
  align-self: center;
}

.footer-advantages-item-right {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-left: 10px;
}

.footer-advantage-title {
  font-weight: 500;
  line-height: 17px;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
}

.footer-advantage-subtitle {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}

.kickerimage-section-body .card {
  overflow: hidden;
}

.kickerimage-section-body .kickerimage-title {
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 13px;
  margin-top: 17px;
}

.kickerimage-section-body .kickerimage-description {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.25rem;
}

.kickerimage-section-body .kickerimage-button {
  margin-top: 20px;
}

.kickerimage-section-body .card-img-overlay {
  justify-content: center;
}

.kickerimage-section-body .text-left.card-img-overlay .kickerimage-button {
  align-self: flex-start;
}

.kickerimage-section-body .text-center.card-img-overlay .kickerimage-button {
  align-self: center;
}

.kickerimage-section-body .text-right.card-img-overlay .kickerimage-button {
  align-self: flex-end;
}

/* 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.75rem;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.language-text span {
  transition: all 0.2s ease-in-out;
}

.language-text ~ .language-text {
  border-left: 1px solid #5C5C5C;
}

.language-text.active span {
  color: #fff;
}

.language-text:active span,
.language-text:hover span {
  color: #dd042c;
}

/* /language select */

#lastseen .card-body {
  padding: 0.75rem;
}

#lastseen .module-head-title {
  font-weight: 400;
  font-size: 1.25rem;
}

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

.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-snapshot-vertical .product-snapshot:not(:empty) {
  flex: 0 0 191px;
  max-width: 191px;
  margin-top: 25px;
}

.footer-top-position #lastseen .card-body {
  padding-left: 0;
  padding-right: 0;
}

.footer-top-position #lastseen .product-card-title {
  margin-top: 8px;
  line-height: 1.5rem;
}

.footer-top-position #lastseen .product-card-title a {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

.mm-page {
  --responsive-menu-height: 64px;
}

.mm-page .page-wrap.sr-search--enabled {
  --responsive-menu-height: 115px;
}

.mm-panel#mm-1 .mm-navbar_sticky {
  display: none;
}

.js-close-menu .btn {
  color: #fff;
}

.mm-wrapper_blocking {
  overflow: hidden !important;
}

.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-menu-title {
  font-size: 0.625rem;
}

.js-scroll-up {
  transform: translateY(calc(var(--responsive-menu-height) * -1));
}

.mobile-cart-link > div {
  top: 2px;
  right: -1px;
  border-radius: 20px;
  width: 16px;
  height: 16px;
  font-size: 0.75rem;
  font-weight: bold;
}

.mm-listitem__text {
  font-weight: 500;
  text-transform: uppercase;
}

.mm-listitem {
  color: #fff !important;
  font-weight: 500;
  margin-right: 20px !important;
}

.informations-mobile-menu-item.mm-listitem {
  color: #848484 !important;
}

.mobile-login-icon {
  max-width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50px;
}

.mobile-login-buttons .btn-primary {
  color: #212121 !important;
  background-color: #fff;
  border-color: #fff;
}

.mobile-login-buttons .btn-primary:active,
.mobile-login-buttons .btn-primary:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #dd042c !important;
}

.mobile-login-buttons .btn-outline-primary {
  color: #fff !important;
  border-color: #fff;
}

.mobile-login-buttons .btn-outline-primary:active,
.mobile-login-buttons .btn-outline-primary:hover {
  color: #dd042c !important;
}

.mobile-login-buttons .btn {
  padding-left: 3px;
  padding-right: 3px;
  font-size: 13px;
  font-weight: 500;
}

.mm-navbar_sticky.mm-navbar {
  margin: 0 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #848484;
  font-size: 14px;
}

.mm-btn_next:after {
  right: 2px !important;
}

.mm-btn_prev:before {
  left: 2px !important;
}

.mm-listitem__btn {
  padding-right: 28px !important;
}

.mm-counter {
  color: #848484 !important;
  font-size: 14px !important;
  padding-left: 10px !important;
}

.mm-counter:before {
  content: "";
  background-color: #616161;
  width: 1px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mm-btn_prev:after {
  content: "";
  background-color: #616161;
  width: 1px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 0 !important;
}

.mm-btn_prev.mm-btn.mm-navbar__btn {
  width: 25px !important;
}

.mm-listview li:last-child {
  border-bottom: 1px solid transparent !important;
}

.mm-btn_next.mm-btn.mm-listitem__btn {
  border-left: 0 !important;
}

.mm-btn_next:after,
.mm-btn_prev:before {
  width: 7px !important;
  height: 7px !important;
}

.mm-btn:after,
.mm-btn:before {
  border-width: 1px !important;
}

.login-and-exit-line-inner {
  height: 67px;
  border-bottom: 1px solid #474747;
  margin-bottom: 15px;
}

.mm-listview {
  padding-bottom: 50px !important;
}

.mobile-login-buttons-row span {
  padding: 0 5px;
}

.hamburger-login-box-wrapper {
  width: 80%;
}

.hamburger-contact-box .section-module-head {
  display: flex;
}

.hamburger-contact-box #section-contact_paris {
  margin-top: 18px;
}

.hamburger-contact-box .social.contact-wrapper-box-line {
  margin-top: 22px;
  justify-content: flex-start;
}

.hamburger-contact-box .contact-wrapper-box-line:not(.social) {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hamburger-contact-box .social.contact-wrapper-box-line .footer-contact-col {
  padding-right: 30px;
  padding-bottom: 4px;
}

.hamburger-contact-box .contact-wrapper-box-line .footer-contact-col {
  padding: 0;
  text-transform: none;
  color: #A6A6A6;
  font-weight: 500;
  padding-bottom: 11px;
}

.hamburger-contact-box .contact-wrapper-box-line .footer-contact-col a {
  color: #fff !important;
  font-weight: 500;
}

.hamburger-contact-box .contact-wrapper-box-line .footer-contact-col:after {
  display: none;
}

#js-mobile-nav .language-select-box {
  margin: 0 -8px;
}

#js-mobile-nav .languageselect-module {
  margin-right: 25px;
}

.hamburger-icon {
  width: 25px;
  height: 14px;
}

.hamburger-icon-line {
  background: rgba(255, 255, 255, 0.9);
  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);
}

.mosaic-description {
  margin-bottom: 0;
}

.mosaic-placeholder-svg {
  opacity: 0.3;
}

#section-mosaic_v2_paris .home-position {
  margin-top: 0;
  padding-top: 4rem;
}

.mosaic-grid {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(2, 1fr);
}

.mosaic-grid.gap {
  grid-gap: 10px;
}

.mosaic-grid > .card.small-square {
  grid-column: span 1;
  grid-row: span 1;
}

.mosaic-grid > .card.large-square {
  grid-column: span 2;
  grid-row: span 2;
}

.mosaic-grid > .card.wide {
  grid-column: span 2;
  grid-row: span 1;
}

.mosaic-grid > .card.tall {
  grid-column: span 1;
  grid-row: span 2;
}

.mosaic-section-height .mosaic-grid {
  grid-auto-rows: 135px;
}

.mosaic-title.card-title {
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

.mosaic-card-show-overlay {
  position: relative;
}

.mosaic-card-show-overlay:before {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.15));
}

.mosaic-card {
  background-size: cover;
  background-position: center 100%;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0);
}

.mosaic-card:after {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
}

.mosaic-card:hover {
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.03);
}

.mosaic-card:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.mosaic-card-inner {
  overflow: hidden;
  padding: 10px;
  z-index: 1;
  height: 100%;
}

.mosaic-card-position--top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.mosaic-card-position--top-center {
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.mosaic-card-position--top-right {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: right;
}

.mosaic-card-position--middle-left {
  align-items: flex-start;
  justify-content: center;
}

.mosaic-card-position--middle-center {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mosaic-card-position--middle-right {
  align-items: flex-end;
  justify-content: center;
  text-align: right;
}

.mosaic-card-position--bottom-left {
  align-items: flex-start;
  justify-content: flex-end;
}

.mosaic-card-position--bottom-center {
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}

.mosaic-card-position--bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}

/* 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);
}

.js-nanobar-free-shipping.nanobar {
  background-color: rgba(221, 4, 44, 0.9);
  color: #fff;
  font-weight: 600;
}

.js-nanobar-free-shipping.nanobar .js-nanobar-close.close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  transition: all 0.2s ease-in-out;
}

.js-nanobar-free-shipping.nanobar .js-nanobar-close.close:active,
.js-nanobar-free-shipping.nanobar .js-nanobar-close.close:hover {
  color: #000;
}

.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-subtitle {
  position: absolute;
  background-color: rgba(33, 33, 33, 0.3);
  color: #fff;
  width: 100%;
  bottom: 0;
  padding: 10px;
  font-size: 0.8125rem;
  font-weight: 500;
}

.news-card.card {
  background-color: #EFEFEF;
}

.home-position .news-card-body {
  text-align: center;
  padding-top: 0.5rem;
  padding-left: 25px;
  padding-right: 25px;
}

.home-position .news-card .card-footer {
  text-align: center;
  padding-bottom: 40px;
}

.news-card-title {
  overflow: hidden;
}

.news-card-title a {
  color: #212121;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}

.news-card-image-wrapper {
  margin-bottom: 2rem;
}

.news-card-footer .btn {
  padding-top: 11px;
  padding-bottom: 11px;
}

.news-card-text {
  color: #A2A2A2;
  padding-top: 1rem;
  font-weight: 500;
  line-height: 1.375rem;
  margin-bottom: 30px !important;
}

.footer-position .subscribe-input-row,
.side-position .subscribe-input-row {
  flex-direction: column;
}

.newsletter-pretext,
.newsletter-posttext {
  color: #5C5C5C;
  font-weight: 500;
  line-height: 1.375rem;
}

.subscribe-input-row {
  justify-content: center;
  margin: 38px -15px 14px -15px;
}

.module-newsletter_subscribe-wrapper .custom-control-label:before {
  top: 0;
}

.module-newsletter_subscribe-wrapper .custom-checkbox label {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #5C5C5C;
  text-align: left;
}

.module-newsletter_subscribe-wrapper .custom-checkbox .custom-control-label:after {
  top: 0;
}

.subscribe-input-row > .col {
  padding-left: 15px;
  padding-right: 15px;
}

.form-control-sm.form-control {
  height: 40px;
}

.footer-position .newsletter-pretext,
.footer-position .newsletter-posttext {
  color: #767676;
}

.footer-position .form-control {
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #5C5C5C;
  max-width: 220px;
}

.footer-position .custom-control-input:checked ~ .custom-control-label:before,
.footer-position .custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background-color: #5C5C5C;
  border-color: #5C5C5C;
}

.footer-position .custom-control-label:before {
  background-color: transparent;
  border-color: #5C5C5C;
}

.footer-position .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='white' 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");
}

.footer-position .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #5C5C5C;
}

.footer-position .module-newsletter_subscribe-wrapper .custom-checkbox label {
  color: #565656;
}

.module-newsletter_subscribe-wrapper .form-control {
  font-weight: 500;
}

/* product filter */

.product-filter-module .module-head-title {
  display: flex;
  align-items: center;
}

.product-filter-module select.form-control {
  height: 40px;
}

.product-filter-module .form-control {
  font-weight: 500;
  color: #212121;
}

.product-filter-module .form-control:focus,
.product-filter-module .form-control:active,
.product-filter-module .form-control:hover {
  border-color: #212121;
}

.product-filter-module .custom-control-label:before,
.product-filter-module .custom-control-label:after {
  top: 0;
}

.product-filter-module .custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background-color: #000;
  border-color: #dee2e6;
}

.product-filter-module .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #dee2e6;
}

.product-filter-module .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='white' 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");
}

.paf-filter-title-icon {
  margin-right: 1rem;
  display: flex;
}

.widget {
  padding: 0;
  border-bottom: 1px solid #dcdcdc;
}

.widget label {
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  color: #A1A1A1;
  cursor: pointer;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.widget label:hover {
  color: #212121;
}

.widget label:hover:before {
  border-color: #212121;
}

.widget label .rs {
  margin-left: 0.25rem;
}

.widget label .attribute-value {
  width: 25px !important;
  height: 25px !important;
  border-radius: 25px;
  margin-right: 0.25rem;
}

.widget .slice-option {
  padding-top: 0;
  padding-bottom: 10px;
}

.paf-filter-wrapper .last-widget.widget {
  border-bottom: 0;
}

.paf-filter-wrapper .last-widget.widget .widget-body-inner {
  padding-bottom: 0;
}

.paf-filter-search.widget {
  padding-bottom: 40px;
}

.widget-head {
  padding: 1rem 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  font-size: 1.125rem;
  color: #A1A1A1;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.widget-head .icon-arrow-down {
  display: none;
}

.widget-head svg {
  margin-left: auto;
  color: #212121;
  width: 13px;
  height: 13px;
}

.widget-head.collapsed .icon-arrow-down {
  display: block;
}

.widget-head.collapsed .icon-arrow-up {
  display: none;
}

.widget-head:hover {
  color: #212121;
}

.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: #dd042c;
  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;
  transition: all 0.2s ease-in-out;
  background-color: #212121;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 11px;
}

.loyalty-information-mark:active,
.loyalty-information-mark:hover,
.paf-attr-icon-information-mark:active,
.paf-attr-icon-information-mark:hover,
.paf-attr-icon-question-mark:active,
.paf-attr-icon-question-mark:hover {
  background-color: #dd042c;
}

.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: 4rem;
  padding: 0 0.5rem;
}

.paf-filter-search {
  margin-top: 1rem;
}

/* mobile slide filter */

.paf-filter-overlay {
  display: none;
  position: fixed;
  z-index: 1040;
  width: 150%;
  top: -20%;
  left: 0;
  bottom: -20%;
  opacity: 0;
  overflow: hidden;
  animation: fadein .25s ease;
  background-color: rgba(0, 0, 0, 0.8);
}

.paf-filter-overlay.js-is-visible {
  display: block;
  opacity: 1;
}

.desktop-device-body .open-filter-btn {
  display: none !important;
}

.close-filter-btn {
  top: 3px;
  right: 3px;
  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;
}

.open-filter-btn {
  border: 0;
  background-color: #EFEFEF;
  font-size: 1.25rem !important;
  line-height: 1.25rem;
  padding: 27px 0 21px 0 !important;
  font-weight: 400 !important;
  display: block;
}

.module-stockfilter-wrapper .module .module-head .module-head-title {
  font-size: 1.125rem;
  color: #A1A1A1;
  font-weight: 500;
  text-transform: none;
}

/* /product filter */

.paf-search-form .widget {
  position: relative;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  flex: 0 0 100%;
  max-width: 100%;
  align-self: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 0 25px 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 */

#section-video_paris .module-body.section-module-body {
  margin-top: 0;
  padding-top: 4rem;
}

.feature-video--body.small {
  padding-top: 42%;
}

.feature-video--body {
  position: relative;
  padding-top: 45%;
  height: 0;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
}

.feature-video--root[data-section-height='small'] .feature-video--body {
  padding-top: 28%;
}

.feature-video--root[data-section-height='large'] .feature-video--body {
  padding-top: 55%;
}

.feature-video--container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  overflow: hidden;
  color: #212121;
}

.feature-video--root[data-dark-mode="true"] .feature-video--container:after {
  z-index: 2;
  content: '';
  background: rgba(221, 4, 44, 0.9);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.feature-video--container iframe {
  position: absolute;
  top: -250px;
  left: 0;
  height: calc(100% + 500px);
  width: 100%;
}

.feature-video--container img {
  width: 100%;
  height: 100%;
}

.feature-video--header {
  z-index: 3;
  padding: 32px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.feature-video--btn {
  margin-top: 20px;
}

.feature-video--title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3rem;
  margin: 0 0 20px;
}

.feature-video--subtitle {
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 0 0 20px 0;
  font-weight: 500;
}

/* 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-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.js-add-to-wishlist .icon-heart-filled {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}

.js-add-to-wishlist.animating .icon-heart-filled {
  animation: heartBeat .6s .3s 2;
}

.product-card-wishlist .js-add-to-wishlist {
  --heart-icon-size: 18px;
}

:not(.card-top-position) .js-product-on-wishlist.js-add-to-wishlist .icon-heart-filled,
:not(.card-top-position) .js-add-to-wishlist:hover .icon-heart-filled {
  opacity: 1;
}

.product-card-body .product-card-wishlist .js-add-to-wishlist {
  justify-content: center;
}

.card-top-position .product-card-wishlist {
  margin: 0;
}

.card-top-position .wishlist-button-text {
  display: none;
}

.card-top-position .js-add-to-wishlist {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  overflow: hidden;
}

.card-top-position .js-add-to-wishlist .wishlist-icon {
  position: absolute;
  top: 7px;
  right: 5.5px;
  color: #212121;
  transition: all 0.2s ease-in-out;
}

.card-top-position .js-add-to-wishlist:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #F4F0F1 transparent transparent;
  transition: all 0.2s ease-in-out;
}

.card-top-position .js-add-to-wishlist:active .wishlist-icon,
.card-top-position .js-add-to-wishlist:hover .wishlist-icon {
  color: #dd042c;
}

.card-top-position .js-add-to-wishlist:active,
.card-top-position .js-add-to-wishlist:hover,
.card-top-position .js-add-to-wishlist:focus {
  outline: none;
}

.card-top-position .js-product-on-wishlist.js-add-to-wishlist .wishlist-icon {
  color: #fff;
}

.card-top-position .js-product-on-wishlist.js-add-to-wishlist:before {
  border-color: transparent #212121 transparent transparent;
}

.card-top-position .js-product-on-wishlist.js-add-to-wishlist:active .wishlist-icon,
.card-top-position .js-product-on-wishlist.js-add-to-wishlist:hover .wishlist-icon {
  color: #dd042c;
}

.product-card :not(.card-top-position) .product-card-wishlist .wishlist-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.product-card :not(.card-top-position) .product-card-wishlist .icon-heart-filled {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}

.product-card :not(.card-top-position) .product-card-wishlist.animating .icon-heart-filled {
  animation: heartBeat .6s .3s 2;
}

.product-card :not(.card-top-position) .product-card-wishlist .js-product-on-wishlist.js-add-to-wishlist .icon-heart-filled,
.product-card :not(.card-top-position) .product-card-wishlist .js-add-to-wishlist:hover .icon-heart-filled {
  opacity: 1;
}

.dropright .wishlist-dropdown-toggle::after {
  content: none;
}

/* wishlist page */

.wishlist-page-head-title {
  margin-bottom: 0;
  text-align: center;
  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: #A6A6A6;
  font-size: 0.76562rem;
}

.wishlist-comment-toggle {
  color: #5C5C5C;
  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 {
  color: #C7C7C7;
  font-weight: 500;
  border-radius: 0.25rem;
  padding: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
  font-size: 18px;
}

.wishlist-page-empty svg {
  margin-right: 15px;
  width: 44px;
  height: 36px;
  color: #C7C7C7;
}

/* wishlist page */

/* /wishlist module and wishlist page */

.page-head-center-title,
.page-head-title {
  text-transform: uppercase;
}

.sr-register-page-body .page-head-title,
.sr-login-page-content .page-head-title {
  margin: 0;
}

.sr-register-page-body .page-head-center-title,
.sr-login-page-content .page-head-center-title {
  margin-bottom: 1rem;
}

.category-custom-html-top,
.category-custom-html-bottom {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #A2A2A2;
  font-weight: 500;
}

.maintenance-content {
  text-align: center;
}

.maintenance-content .page-head {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.subcategory-list .category-card {
  margin-top: 17px;
  align-items: center;
}

.information-list-body .news-list .card,
.sortbar-top,
.open-filter-btn {
  margin-top: 50px;
}

.tooltip-collateral.tooltip {
  opacity: 1;
}

.tooltip-collateral.tooltip .tooltip-inner {
  padding: 1px;
}

.category-card-body {
  padding: 1rem;
  background-color: #EFEFEF;
  width: 100%;
}

.category-card-body .category-card-link {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #212121;
}

.category-card-body:active .category-card-link,
.category-card-body:hover .category-card-link {
  color: #dd042c;
}

.category-custom-html-bottom {
  padding: 2rem 0;
}

.breadcrumb-item {
  font-size: 0.75rem;
  font-weight: 500;
}

.breadcrumb-item a {
  color: #212121;
  font-size: 0.75rem;
  font-weight: 500;
}

.breadcrumb-item a:active,
.breadcrumb-item a:hover {
  color: #dd042c;
}

/* 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: #A6A6A6;
  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-name a {
  color: #212121;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  font-weight: 500;
  text-transform: uppercase;
}

.sr-cart-table .cart-product-name a:active,
.sr-cart-table .cart-product-name a:hover {
  color: #dd042c;
}

.sr-cart-table .cart-product-option,
.sr-cart-table .cart-product-attribute {
  font-size: 80%;
  color: #A6A6A6;
}

.sr-cart-table .special-price,
.sr-cart-table .special-price-sum {
  font-weight: 500;
  color: #151E26;
}

.sr-cart-table .original-price,
.sr-cart-table .original-price-sum {
  color: #929597;
}

.sr-cart-table .current-price,
.sr-cart-table .price {
  font-weight: 500;
}

.sr-cart-table .current-price {
  font-size: 1rem;
  line-height: 1rem;
}

.sr-cart-table .price {
  font-size: 1rem;
  line-height: 1rem;
}

.sr-cart-table .original-price-sum {
  font-size: 0.875rem;
  font-weight: 400;
  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: #A6A6A6 !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: 0;
}

.sr-cart-table > thead > tr > th {
  background-color: #EFEFEF;
  text-transform: none;
  font-size: 14px;
  color: #797979;
  padding-top: 20px;
  padding-bottom: 17px;
}

/* 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: #dd042c;
}

.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 */

.cart-package-offer-table.sr-cart-table.table .package-offer-name {
  font-size: 0.9375rem !important;
  line-height: 1.4375rem !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

.cart-package-offer-table .packageoffer-product-quantity {
  font-size: 14px;
  font-weight: 500;
  color: #A1A1A1;
}

.cart-package-offer-table.sr-cart-table.table .package-offer-discount-rate {
  font-style: normal !important;
}

.sr-cart-page {
  background-color: #fff;
  padding-bottom: 2rem;
}

.sr-cart-page .page-head h1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.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;
  font-weight: normal;
  padding: 0;
}

.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: #dd042c;
  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: #92031d;
  box-shadow: none;
}

/* /cart page */

/* disqus */

.news-list.card-deck.card-multiple .card {
  flex: 0 0 calc(100% - 50px);
}

.news-list .content-card-title {
  margin-bottom: 12px;
}

.news-list .card-subtitle {
  margin-bottom: 16px;
}

.news-list .card-subtitle small {
  font-size: 13px;
  font-weight: 500;
  color: #BABABA;
}

.news-list .card-subtitle small ~ small {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}

.news-list .card-subtitle small ~ small:before {
  content: "";
  display: inline-flex;
  background-color: #bababa;
  width: 1px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.news-list .content-card-text {
  color: #a2a2a2;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
}

.module-blog_filter-wrapper .list-group-item:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ccc;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.news-list .content-card .content-card-body {
  background-color: #EFEFEF;
  padding: 32px;
}

.news-list .content-card .content-card-title a {
  text-transform: uppercase;
  color: #212121;
  font-size: 22px;
  line-height: 1.4;
}

.news-list .content-card .content-card-title a:active,
.news-list .content-card .content-card-title a:hover {
  color: #dd042c;
}

#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 #section-announcement_bar_paris,
.landing-page .footer-top-position,
.landing-page .social-share-module,
.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: 50px;
}

.information-page-body .related .home-position {
  margin-bottom: 0;
}

.information-page-body .related .home-position .product-card-footer {
  flex-direction: column;
}

.information-page-body .related .home-position .product-card-footer .product-card-item {
  width: 100%;
}

.information-introtext-box,
.information-fulltext-box {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.sortbar-top .pagination {
  display: none;
}

.category-description {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #A2A2A2;
  font-weight: 500;
}

.subcategory-list.row {
  margin-bottom: 30px;
}

.sortbar-bottom {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.sortbar-bottom .pagination-wrapper {
  width: 100%;
}

.sortbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px;
  background: #f3f3f3;
}

.page-item {
  padding: 0 0.25rem;
}

.sort-label,
.results {
  font-size: 0.875rem;
  color: #A1A1A1;
  font-weight: 500;
}

.module-search-critea {
  margin-bottom: 50px;
}

/* /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 xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* product-packageoffer */

.packageoffer-line {
  border: 2px solid #EFEFEF;
  margin-top: 45px;
  padding-top: 25px;
}

.packageoffer-line .package-head {
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #3B3B3B;
  font-weight: 400;
  padding-top: 0.5rem;
}

.packageoffer-item-name.product-card-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.packageoffer-line-left {
  padding: 0 20px;
}

.package-offer-item-attributes {
  text-align: left;
}

.packageoffer-product-variants-wrapper {
  width: 100%;
}

.package-offer-variant-select-wrapper select.form-control {
  height: 40px;
}

.packageoffer-line-right {
  background: #EFEFEF;
  padding: 35px 30px;
}

.product-snapshot-vertical .packageoffer-item:not(:empty) {
  margin-top: 15px;
}

.packageoffer-item .product-card-image {
  margin-bottom: 11px;
}

.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 {
  color: #A6A6A6;
  font-size: 1rem;
}

.product-packageoffer-package-price.packageoffer-totals {
  color: #212121;
  font-size: 28px;
  font-weight: 500;
}

.product-packageoffer-discount.packageoffer-totals {
  color: #212121;
  font-size: 1rem;
}

.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: 70px;
  height: 48px;
  padding: 4px 5px;
  margin: 0;
  line-height: 1.375rem;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  background-color: transparent;
  text-align: center;
}

.product_table_quantity {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.product-addtocart {
  padding: 0 0 0.75rem 0;
}

.product_table_addtocartbtn {
  margin-top: 0.75rem;
}

.product-addtocart-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.product-addtocart-wrapper .input-group {
  border: 1px solid #d5d5d5;
  width: auto;
}

.product-addtocart-wrapper .quantity-name-text {
  width: 100%;
  color: #a1a1a1;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.75rem;
  display: block;
  margin-top: 0.25rem;
}

.product-addtocart-wrapper .quantity-text {
  display: none;
}

.product-addtocart-wrapper .button-add-to-cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 49px;
  font-size: 1.125rem;
  line-height: 1.375rem;
  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;
}

.column-2-product-layout .product-cart-box .js-add-to-wishlist {
  justify-content: flex-start;
}

.column-2-product-layout .product_table_addtocartbtn {
  margin: 0;
}

.column-2-product-layout .product-addtocart-wrapper .quantity-name-text {
  text-align: center;
}

.column-2-product-layout .product_table_quantity {
  flex-direction: column;
  margin-right: 2rem;
}

.column-2-product-layout .product-addtocart-wrapper {
  flex-direction: row;
}

/* /product page add-to-cart */

.product-children-table {
  width: 100%;
  font-size: 0.8125rem;
}

.product-children-table .quantity-text {
  display: none;
}

.product-children-table .product-card-price {
  justify-content: flex-start !important;
}

.product-children-table .list_addtocart .quantity-name-text {
  padding: 0 12px 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: 50px;
  border: 1px solid #b8bcbe;
  outline: none !important;
  font-style: normal;
  border-radius: 0;
  text-align: center;
}

.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;
  padding-left: 0;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  text-align: left;
  color: #212121;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.1875rem;
}

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

.product-image-outer.is-active img {
  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;
}

.video-container:after {
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
  min-height: 1px;
  position: absolute;
  top: 0;
}

.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: 50px;
  height: 50px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-btn svg {
  width: 50px;
  height: 50px;
}

/* /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-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #A2A2A2;
  font-weight: 500;
  font-size: 1rem;
}

.product-attribute-name {
  display: flex;
  margin: 0 0 20px 0;
  font-size: 1rem;
}

.product-attribute-name span {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.column-2-product-layout .product-attribute-name {
  margin: 0 30px 10px 0;
}

.column-2-product-layout .product-attribute-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}

.product-attribute-value {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-attribute-value .form-element {
  padding: 0;
}

.product-attribute-value ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  justify-content: center;
}

.product-attribute-value ul li {
  margin: 0 10px 10px 0;
}

.product-options-select-title {
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
}

.product-option-item {
  padding-bottom: 0.5rem;
}

.product-option-name {
  font-size: 0.875rem;
  color: #9E9E9E;
  line-height: 1.2;
}

span.attribute-value {
  border-radius: 35px;
}

/* termék típusok - változatképző paraméterek - ikonos választó */

.list-icon .variable {
  border-radius: 50px;
  border: 1px solid transparent;
  padding: 0;
  transition: all 0.2s ease-in-out;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.11);
}

.list-icon .variable:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='white' 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");
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.list-icon .variable:hover {
  border: 1px solid #000;
}

.list-icon .variable:hover:before {
  opacity: 1;
}

.list-icon .variable .color {
  border-radius: 50px;
  border: 1px solid #fff;
}

.list-icon .variable.selected {
  border: 1px solid #000;
}

.list-icon .variable.selected:before {
  opacity: 1;
}

/* termék típusok - változatképző paraméterek - szöveges választó */

.list-list .variable {
  border-radius: 0;
  border: 1px solid #000;
  color: #212121;
}

.list-list .variable a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  height: 35px;
  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: #212121;
  color: #fff;
}

.product-ring-select-parameter-row .form-element {
  padding: 0;
}

/* /product options */

.product-parameters td {
  vertical-align: middle;
  padding: 13px 0;
  color: #a1a1a1;
  font-weight: 500;
  border-top: 1px solid #e4e4e4;
}

.product-parameters tr:first-child td {
  border-top: 0;
}

.product-parameters td:nth-child(2) {
  text-align: right;
}

.parameter-table:not(.product-children-table) td:nth-child(1) {
  text-align: left;
}

.fly-mobile-tabs .parameter-table {
  border: 0 !important;
}

.fly-mobile-tabs .parameter-table td,
.fly-mobile-tabs .parameter-table th {
  border: 0 !important;
}

.product-attribute-row + .product-attribute-row {
  padding-top: 2rem;
}

.product-short-description {
  color: #A6A6A6;
}

.product-quantity-discounts-cell {
  width: 50%;
}

.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;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.column-3-product-layout .product-page-price-line {
  align-items: center;
}

.product-page-price-line-inner {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.discount-interval-pretext {
  padding-right: 0.25rem;
}

.product-page-price-original {
  text-decoration: line-through;
  color: #929597;
  font-size: 1.25rem;
  font-weight: 400;
  margin-right: 1rem;
}

.product-page-price-special,
.product-page-price {
  color: #151E26;
  font-weight: 500;
  font-size: 1.875rem;
}

.postfix {
  color: #929597;
  margin-left: 0.25rem;
}

.decrease-wrapper {
  font-weight: 600;
  margin: 5px 0 9px;
}

.discount-interval {
  background: #fff;
  display: inline-block;
  padding: 3px 10px;
  color: #a1a1a1;
  font-size: 0.75rem;
  font-weight: 500;
}

/* /product price */

/* product reviews */

.js-scroll-productreview {
  align-items: center;
  display: inline-flex;
}

.product-review-summary .progress-bar {
  background-color: #fff;
}

.label-count {
  margin-left: 5px;
}

.label-count:before {
  content: '(';
}

.label-count:after {
  content: ')';
}

.product-review-no-reviews.product-review-summary {
  background-color: transparent;
}

.product-review-no-reviews.product-review-summary .content {
  border-radius: 0;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #C7C7C7;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
}

.product-review-no-reviews.product-review-summary svg {
  width: 42px;
  height: 42px;
  margin-right: 20px;
}

.product-review-list-items {
  display: block;
  columns: 25rem;
  gap: 30px;
}

.only-one-review.product-review-list-items {
  column-fill: auto;
}

.product-review-no-reviews-button-box {
  margin-top: 2rem;
}

.product-review-rating-filter-box {
  display: flex;
  align-items: center;
}

.product-review-rating-filter-box span {
  margin-left: 0.5rem;
  color: #212121;
  width: 10px;
}

.tab-content .product-review-summary {
  margin: 0;
}

.tab-content .product-review-summary .add-review {
  padding: 10px 0;
}

.tab-content .product-review-summary .add-review .btn {
  padding: 12px 15px;
}

.tab-content .product-review-summary .product-rating-star-box .star-unfilled {
  opacity: 1;
}

.tab-content .product-review-summary:not(.review-empty):before {
  transform: translateX(-50%);
}

.tab-content .product-review-summary.review-empty .add-review .btn {
  padding: 12px 8px;
}

.product-review-no-reviews .content {
  justify-content: center;
}

.product-review-summary.review-empty {
  padding: 19px 0 20px;
}

.product-review-values .star-unfilled {
  color: #595E67;
  opacity: 1;
}

.product-review-summary.review-empty svg.rating-star {
  margin-right: 5px;
}

.product-review-item {
  background: #fff;
  padding: 1rem;
  margin: 0 0 30px 0;
  display: flex;
  flex-direction: column;
  break-inside: avoid;
  transform: translateZ(0);
}

.product-review-item .review-head {
  font-weight: 500;
  color: #CDCDCD;
}

.product-review-item .review-sep {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.product-review-item .review-description {
  margin: 1rem 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #A2A2A2;
}

.product-review-item .review-rating {
  margin: 0;
}

.product-review-item .review-author {
  margin-right: 20px;
}

.product-review-list-items .product-review-item:first-child {
  margin-top: 0;
}

.product-rating-star-box .rating-star {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

.review-verified-purchase {
  background: #CEF0C5;
  color: #599A48;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  border-radius: 40px;
  padding: 3px 12px 4px;
}

.product-rating-average {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
}

.product-rating-average-subtext {
  color: #797979;
  font-size: 1.125rem;
}

.product-rating-count-text {
  color: #BD8714;
}

.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 {
  background-color: #efefef;
  padding: 45px 0 45px;
  border-radius: 0;
  overflow: hidden;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
}

.product-review-summary .button-arrow-icon svg {
  width: 17px;
  height: 17px;
}

.product-review-summary .product-review-average-sum {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  color: white;
}

.product-review-summary .product-review-pointer {
  cursor: pointer;
  color: #dd042c;
}

.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: 8px 10px 5px 20px;
  height: 20px;
  width: 100%;
  border-radius: 0;
  background-color: transparent;
}

.product-review-summary .product-review-rating-filter {
  width: 3.5em;
  color: #A1A1A1;
  font-weight: 400;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  text-align: center;
  margin-left: 0;
}

.product-review-summary .product-review-rating-filter:active,
.product-review-summary .product-review-rating-filter:hover {
  color: #dd042c;
}

.product-review-summary .add-review {
  padding: 10px 20px;
}

.product-review-summary .add-review .btn {
  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: #A6A6A6;
}

.form-group-rating .review-prefix {
  margin-right: 0.5rem;
}

.form-group-rating-wrapper {
  display: flex;
  align-items: center;
}

/* /product reviews */

.product-sticky-wrapper > .container > .row {
  margin: 0;
  align-items: center;
  display: grid;
  grid-template-columns: 70px 1fr 160px auto;
  grid-gap: 20px;
}

.product-sticky-wrapper > .container > .row > div {
  opacity: 0;
}

.product-sticky-wrapper {
  z-index: -1;
  position: fixed;
  opacity: 0;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  background-color: #212121;
  color: #fff;
  box-shadow: 0 0 34px rgba(0, 0, 0, 0.35);
  padding: 10px 0;
  transition: all 0.2s ease-in-out;
  transform: translateY(-100px);
}

.product-sticky-wrapper .product-page-price-line {
  align-items: flex-end;
}

.product-sticky-wrapper .product-sticky-image img {
  max-width: 70px;
  max-height: 70px;
}

.product-sticky-wrapper .product-page-price-line-inner {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.product-sticky-wrapper .product-sticky-name-and-links .product-sticky-name {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  color: #fff;
}

.product-sticky-wrapper .product-page-price-wrapper {
  padding-bottom: 0;
  margin: 0;
}

.product-sticky-wrapper .product-page-price-wrapper .product-page-price {
  padding: 0;
  align-items: center;
  justify-content: flex-end;
  line-height: 1;
  color: #fff;
  margin-top: 0;
  margin-right: 0;
  font-size: 1.625rem;
}

.product-sticky-wrapper .product-page-price-wrapper .product-page-price .postfix {
  font-size: 0.75rem;
}

.product-sticky-wrapper .product-page-price-wrapper .product-price-original {
  color: #929597;
  padding-right: 0;
  margin-right: 0;
  font-size: 1.0625rem;
  margin-bottom: 2px;
  line-height: 1;
}

.product-sticky-wrapper .product-page-price-wrapper .product-price-special {
  margin-top: 0;
  color: #fff;
  line-height: 1;
  font-size: 1.625rem;
}

.product-sticky-wrapper .product-page-price-wrapper .decrease-wrapper > span:nth-child(3) {
  display: none;
}

.product-sticky-wrapper .default-customer-group-price,
.product-sticky-wrapper .decrease_text,
.product-sticky-wrapper .text-minimum-wrapper,
.product-sticky-wrapper .product-page-price-label,
.product-sticky-wrapper .product-table-discontinued-wrapper,
.product-sticky-wrapper .discount-interval,
.product-sticky-wrapper .text_minimum,
.product-sticky-wrapper .product_table_quantity,
.product-sticky-wrapper .postfix {
  display: none;
}

.product-sticky-wrapper .product-addtocart {
  padding: 0;
  margin-top: 0;
}

.product-sticky-wrapper .product_table_addtocartbtn {
  margin: 0;
}

.product-sticky-wrapper .button-add-to-cart {
  font-size: 14px;
  line-height: 16px;
  color: #212121;
  background-color: #fff;
  border: 0;
  padding: 17px 20px;
}

.product-sticky-wrapper .button-add-to-cart:active,
.product-sticky-wrapper .button-add-to-cart:hover,
.product-sticky-wrapper .button-add-to-cart:focus {
  background-color: #fff !important;
}

.sticky-active.product-sticky-wrapper {
  top: 0;
  left: 0;
  opacity: 1;
  height: auto;
  z-index: 1988;
  transform: translateY(0);
}

.sticky-active.product-sticky-wrapper > .container > .row > div {
  opacity: 1;
}

/* tabs */

.product-page-nav-tabs {
  justify-content: center;
}

.product-page-nav-tabs .nav-item {
  text-align: center;
  position: relative;
}

.product-page-nav-tabs .nav-link {
  font-size: 1.25rem;
  padding: 1.625rem 1.5625rem;
  font-weight: 400;
  border: 0;
  color: #A1A1A1;
  text-transform: uppercase;
}

.product-page-nav-tabs .nav-item.show .nav-link,
.product-page-nav-tabs .nav-link.active {
  color: #000;
  background-color: transparent;
}

/* /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: 2rem;
}

.product-cart-box {
  background-color: #EFEFEF;
  padding: 2rem;
  margin-bottom: 26px;
}

.product-cart-box .js-add-to-wishlist {
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
}

.product-page-right {
  text-align: center;
}

.product-page-advantages-section {
  background-color: #dd042c;
  padding: 24px 0 15px;
}

.product-page-advantages-section .product-page-advantages-item {
  display: flex;
  padding: 10px 15px;
}

.product-page-advantages-section svg,
.product-page-advantages-section img {
  max-width: 25px;
}

.product-page-advantages-section .product-page-advantage-title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  padding-left: 10px;
}

.product-page-middle-1,
.product-page-middle-2,
.product-page-middle-3 {
  color: #A2A2A2;
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.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 33.3%;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 25px;
}

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

svg.rating-star {
  margin-left: 5px;
  margin-right: 5px;
}

.star-unfilled {
  color: #dee2e6;
}

.customer-delete-modal-close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.tooltip,
.qtip {
  z-index: 99995 !important;
}

@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 not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  .product-review-list-items {
    columns: 30em;
  }
}

@media (min-width: 0) {
  .card-deck.card-multiple .card {
    flex: 0 0 calc(100% - 50px);
  }
}

@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: -25px;
    margin-left: -25px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 25px;
    margin-bottom: 0;
    margin-left: 25px;
  }

  .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.8rem 0 2.8rem;
    margin-top: 8rem;
  }

  .card-deck.card-multiple .card {
    flex: 0 0 calc(100% - 50px);
  }

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

  .mosaic-section-height .mosaic-grid {
    grid-auto-rows: 160px;
  }

  .mosaic-title.card-title {
    font-size: 1rem;
  }

  .nanobar {
    padding: 0.5rem 2rem;
  }

  .news-pretext {
    margin-bottom: 2rem;
  }

  .news-card-deck.card-deck .card {
    max-width: 33%;
  }

  .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-page .page-head h1 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

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

  .package-offer-variant-select-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .package-offer-variant-select-wrapper .variant-select-attribute-label {
    margin-right: 12px;
  }

  .packageoffer-item .product-card .card-body {
    padding: 0;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .page-wrap > main > .container {
    padding: 0;
  }
}

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

  .header-navbar-top-right-search {
    margin-left: auto;
  }

  footer .module-head {
    padding-bottom: 1rem;
  }

  footer .list-group-flush .list-group-item:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #5C5C5C;
  }

  .contact-wrapper-box-line .footer-contact-col:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #5C5C5C;
  }

  .footer-bottom-2-position {
    padding: 28px 0;
  }

  .card-deck.card-multiple .card {
    flex: 0 0 calc(50% - 50px);
  }

  [data-number-of-columns-in-category-page="3"] .product-snapshot-vertical .product-snapshot:not(:empty) {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  [data-number-of-columns-in-category-page="4"] .product-snapshot-vertical .product-snapshot:not(:empty) {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  [data-number-of-columns-in-category-page="5"] .product-snapshot-vertical .product-snapshot:not(:empty) {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .product-card-title {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  .module-head {
    padding-bottom: 0;
  }

  .module .module-head .module-head-title {
    font-size: 1.75rem;
  }

  .modules-all-link {
    margin-top: 4.625rem;
  }

  .banner-items-subtitle {
    font-size: 0.9375rem;
  }

  .cart-popup-module {
    padding: 50px 120px 0;
    grid-gap: 50px;
  }

  .popup-product-module {
    padding: 50px 100px;
  }

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

  .module-dealofday-wrapper .product-card-right {
    flex: 1;
    display: flex;
    padding-left: 0;
    align-items: center;
  }

  .footer-advantage-subtitle {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    margin-top: 5px;
  }

  #lastseen .module-head-title {
    font-size: 1.75rem;
  }

  .mosaic-grid {
    grid-template-columns: repeat(4, 1fr);
  }

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

  .sr-register-page-body .page-head-center-title,
  .sr-login-page-content .page-head-center-title {
    margin-bottom: 2rem;
  }

  .page-head-title {
    margin-top: 6px;
    margin-bottom: 1rem;
  }

  .category-custom-html-top,
  .category-custom-html-bottom {
    margin-top: 50px;
  }

  .category-custom-html-bottom {
    margin-bottom: 2rem;
    padding: 0;
  }

  .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: 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-review-item .review-head {
    margin-top: 12px;
    margin-bottom: 0;
  }

  .product-page-head-title {
    margin-top: 0;
  }

  .sr-guest-registration-input {
    width: 280px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .product-page-left {
    width: 40%;
  }

  .desktop-device-body .column-3-product-layout .product-page-left {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .desktop-device-body .column-3-product-layout .product-page-center {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .desktop-device-body .column-3-product-layout .product-page-right {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@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;
    padding-left: 25px;
  }

  .product-page-body .sticky-header {
    position: relative;
  }

  main.has-sticky {
    padding-top: 160px;
  }

  .search-module {
    flex: 0 0 200px;
  }

  .header-navbar-top-left {
    max-width: 42%;
    flex: 0 0 42%;
  }

  .header-navbar-top-center {
    max-width: 16%;
    flex: 0 0 16%;
  }

  .header-navbar-top-right-search {
    flex: 0 0 auto;
  }

  .header-navbar-top-right {
    flex: 0 0 auto;
  }

  .sort-select select.form-control {
    height: 50px;
    max-width: 250px;
    width: 250px;
    font-size: 0.875rem;
    font-weight: 500;
  }

  .card-deck.card-multiple .card {
    flex: 0 0 calc(50% - 50px);
  }

  .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;
    box-shadow: 0 10px 54px rgba(0, 0, 0, 0.25);
  }

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

  [data-number-of-columns-in-category-page="3"] .product-snapshot-vertical .product-snapshot:not(:empty) {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  [data-number-of-columns-in-category-page="4"] .product-snapshot-vertical .product-snapshot:not(:empty) {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  [data-number-of-columns-in-category-page="5"] .product-snapshot-vertical .product-snapshot:not(:empty) {
    flex: 0 0 25%;
    max-width: 25%;
  }

  [data-number-of-columns-in-category-page="5"] .product-card-footer {
    flex-direction: column;
  }

  [data-number-of-columns-in-category-page="5"] .product-card-footer .product-card-item {
    width: 100%;
  }

  .one-column-content .product-page-middle-1 .packageoffer .product-snapshot-vertical .product-snapshot:not(:empty),
  .one-column-content .product-page-middle-2 .packageoffer .product-snapshot-vertical .product-snapshot:not(:empty),
  .one-column-content .product-page-middle-3 .packageoffer .product-snapshot-vertical .product-snapshot:not(:empty) {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .manufactureroffer-row {
    width: calc(100% + 50px);
  }

  #stockfilter.side-position {
    padding-top: 20px;
  }

  .side-position {
    padding: 29px 30px 20px 30px;
  }

  .product-filter-module .side-position {
    padding: 30px;
  }

  .side-position.module .module-head .module-head-title {
    font-size: 1.5rem;
  }

  .banner-items.slick-slider .slick-next {
    right: 20px;
  }

  .banner-items.slick-slider .slick-prev {
    left: 20px;
  }

  .text-right .banner-items-subtitle {
    margin-left: auto;
  }

  .text-center .banner-items-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .cart-product-list {
    max-height: 380px;
    padding-top: 12px;
  }

  .slick-initialized.js-cart-popup-scroller .slick-track {
    width: 580px !important;
    display: flex;
  }

  .mobile-navbar {
    display: none;
  }

  .mosaic-section-height .mosaic-grid {
    grid-auto-rows: 210px;
  }

  .mosaic-title.card-title {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }

  .mosaic-card-inner {
    padding: 30px;
  }

  .news-pretext {
    margin-bottom: 3rem;
  }

  .widget {
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 30px;
  }

  .widget-head {
    padding: 25px 0 25px 0;
  }

  .widget-body-inner {
    padding-bottom: 2rem;
  }

  .custom-value-filter {
    padding-top: 36px;
  }

  .product-filter-slider {
    margin-top: 56px;
  }

  .close-filter-btn {
    display: none;
  }

  .open-filter-btn {
    display: none;
  }

  .paf-search-form .widget {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .breadcrumb {
    margin-bottom: 3rem;
  }

  .sortbar {
    padding: 30px;
  }

  .sortbar-bottom.sortbar {
    padding: 38px 30px;
  }

  .packageoffer-line {
    padding-top: 45px;
  }

  .packageoffer-line-left {
    padding: 0 45px 45px;
  }

  .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-list-name {
    max-width: 60%;
  }

  .product-collateral-name {
    padding: 0 0.5rem 0 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%;
  }

  .column-2-product-layout .product-options-select-title {
    text-align: left;
  }

  .column-2-product-layout .product-quantity-discounts-cell1,
  .column-2-product-layout .product-parameters:not(.product-children-table) td:nth-child(1) {
    width: 35%;
  }

  .column-2-product-layout .product-parameters:not(.product-children-table) td:nth-child(2) {
    text-align: left;
  }

  .parameter-table:not(.product-children-table) td:nth-child(1) {
    width: 30%;
    text-align: left;
  }

  .product-quantity-discounts-cell1 {
    width: 50%;
  }

  .product-review-no-reviews-button-box {
    margin-top: 5rem;
  }

  .product-review-summary:not(.product-review-no-reviews):before {
    content: "";
    display: block;
    width: 500px;
    height: 500px;
    background: #212121;
    position: absolute;
    border-radius: 500px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    transform: translateX(-45%);
    z-index: 0;
  }

  .product-review-summary .product-review-average-sum {
    margin-left: -40px;
  }

  .product-page-body main.has-sticky {
    padding: 0 !important;
  }

  .product-page-nav-tabs .nav-item:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 25px;
    background-color: #D8D8D8;
  }

  .column-3-product-layout .position-1-wrapper .productcategorydescriptionlist-param,
  .column-3-product-layout .position-1-wrapper .compare-button-flypage,
  .column-3-product-layout .position-1-wrapper .product-short-description {
    text-align: center;
  }

  .column-3-product-layout .position-1-wrapper .js-scroll-productreview {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .position-3-wrapper {
    margin-top: 1rem;
  }

  .product-page-head-title {
    margin-bottom: 1.75rem;
    line-height: 2.25rem;
    font-size: 1.5rem;
  }

  .position-1-wrapper {
    font-size: 1rem;
    font-weight: 500;
  }

  .position-1-wrapper .product-short-description {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #a2a2a2;
    line-height: 1.75rem;
  }

  .position-1-wrapper .compare-button-flypage .custom-control-label:before,
  .position-1-wrapper .compare-button-flypage .custom-control-label:after {
    top: 0;
  }

  [class*="col-sr-"] {
    margin-top: 50px;
  }

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

@media (min-width: 992px) and (max-width: 1839.98px) {
  .side-position .product-module-list-link-wrapper .modules-all-link {
    padding: 11px 12px;
  }

  .custom-value-filter-button .btn-primary {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1170px;
  }

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

  .product-one-column-content {
    flex: 0 0 1190px;
    max-width: 1190px;
    margin: auto;
  }

  .contact-page-body .page-wrap main > .container,
  .information-page-body .page-wrap main > .container,
  .information-list-body .page-wrap main > .container {
    max-width: 1170px;
  }

  footer > .container,
  .footer-bottom-2-position > .container {
    max-width: 1170px;
  }

  .card-deck.card-multiple .card {
    flex: 0 0 calc(33.33333% - 50px);
  }

  [data-number-of-columns-in-category-page="3"] .product-snapshot-vertical .product-snapshot:not(:empty) {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  [data-number-of-columns-in-category-page="4"] .product-snapshot-vertical .product-snapshot:not(:empty) {
    flex: 0 0 25%;
    max-width: 25%;
  }

  [data-number-of-columns-in-category-page="5"] .product-snapshot-vertical .product-snapshot:not(:empty) {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .one-column-content .product-snapshot-vertical .product-snapshot {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .module-head {
    padding-top: 4rem;
  }

  .banner-items-title {
    font-size: 4rem;
    line-height: 1;
    width: 100%;
  }

  .banner-items-subtitle {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }

  .module-dealofday-wrapper .product-card-left {
    padding: 0;
  }

  .module-dealofday-wrapper .product-card-right {
    padding: 25px 50px;
  }

  .footer-advantages {
    flex-wrap: nowrap;
    margin: 0;
  }

  .kickerimage-section-body .card {
    margin-top: 4rem;
  }

  .mosaic-section-height .mosaic-grid {
    grid-auto-rows: 270px;
  }

  .home-position .news-card-body {
    padding-left: 50px;
    padding-right: 50px;
  }

  .subscribe-input-row > .col {
    width: 220px;
  }

  .subscribe-input-row > .form-submit.col {
    width: 240px;
  }

  .sr-cart-page-body .page-wrap main > .container {
    max-width: 1170px;
  }

  .subcategory-list.row {
    margin-left: -8.5px;
    margin-right: -8.5px;
    margin-top: 30px;
  }

  .subcategory-item {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 8.5px;
    padding-right: 8.5px;
  }

  .product-addtocart-wrapper .button-add-to-cart {
    padding-left: 38px;
    padding-right: 38px;
  }

  .product-collateral-select {
    padding-left: 0;
    padding-top: 5px;
    width: 150px;
  }

  .column-2-product-layout .product-option-name {
    display: inline-flex;
    width: 200px;
  }

  .product-option-select {
    display: inline-flex;
    width: 200px;
  }

  .product-rating-average {
    font-size: 4rem;
    margin-bottom: 8px;
  }

  .product-page-left,
  .product-page-right {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .product-page-center {
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media (min-width: 1840px) {
  .container {
    max-width: 1830px;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1830px;
  }

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

  .product-list-body .main-container {
    max-width: 1830px;
  }

  .product-list-body .column-left {
    flex: 0 0 425px;
    max-width: 425px;
  }

  .product-list-body .two-column-content {
    padding-left: 60px;
    flex: 0 0 1405px;
    max-width: 1405px;
  }

  .information-page-body .column-right,
  .information-list-body .column-right {
    flex: 0 0 350px;
    max-width: 350px;
  }

  .information-page-body .two-column-content,
  .information-list-body .two-column-content {
    flex: 0 0 790px;
    max-width: 790px;
  }

  .column-2-layout-left {
    max-width: 850px;
  }

  .contact-page-body .page-wrap main > .container,
  .information-page-body .page-wrap main > .container,
  .information-list-body .page-wrap main > .container {
    max-width: 1190px;
    margin: auto;
  }

  .search-module {
    flex: 0 0 240px;
  }

  .header-navbar-top-right-item {
    margin: 0 25px;
  }

  .header-contacts-wrapper {
    padding-right: 22px;
  }

  .btn-primary {
    padding-left: 50px;
    padding-right: 50px;
  }

  .btn-outline-primary {
    padding-left: 50px;
    padding-right: 50px;
  }

  .product-card-footer .btn-primary,
  .product-card-footer .btn-outline-primary {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-arrow-icon {
    margin-left: 15px;
  }

  .button-arrow-icon svg {
    width: 17px;
  }

  .card-deck.card-multiple .card {
    flex: 0 0 calc(25% - 50px);
  }

  .product-snapshot-vertical {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
  }

  .product-snapshot-vertical .product-snapshot:not(:empty) {
    margin-top: 4rem;
    position: relative;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .aurora-scroll-click-container {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }

  .banner-items-container {
    padding-left: 125px;
    padding-right: 125px;
  }

  .banner-items-title {
    font-size: 8rem;
    width: 100%;
  }

  .cart-product-list {
    max-height: 470px;
  }

  .slick-initialized.js-cart-popup-scroller .slick-track {
    width: 610px !important;
  }

  .module-dealofday-wrapper .product-card-left {
    max-width: 800px;
    width: 800px;
    padding: 0;
  }

  .module-dealofday-wrapper .product-card-right {
    padding: 50px 80px;
  }

  .footer-advantages {
    padding: 58px 40px 52px;
  }

  .footer-advantages-item-right {
    padding-left: 20px;
  }

  .footer-top-position #lastseen .product-snapshot-vertical .product-snapshot:not(:empty) {
    margin-top: 50px;
    flex: 0 0 306px;
    max-width: 306px;
  }

  .mosaic-section-height .mosaic-grid {
    grid-auto-rows: 400px;
  }

  .sr-cart-page-body .page-wrap main > .container {
    max-width: 1190px;
  }

  .product-addtocart-wrapper .button-add-to-cart {
    padding-left: 68px;
    padding-right: 68px;
  }

  .column-2-product-layout .product-option-name {
    justify-content: flex-start;
  }

  .product-option-name {
    display: inline-flex;
    width: 200px;
    justify-content: flex-end;
    padding-right: 15px;
  }

  .product-sticky-wrapper .button-add-to-cart {
    padding: 17px 40px;
  }

  .product-page-head-title {
    margin-bottom: 2.75rem;
    line-height: 3.25rem;
    font-size: 2.25rem;
  }

  .product-page-left,
  .product-page-right {
    flex: 0 0 32%;
    max-width: 32%;
  }

  .product-page-center {
    flex: 0 0 36%;
    max-width: 36%;
  }
}

@media (max-width: 1839.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;
  }

  .header-navbar a.hamburger-contacts-link {
    font-size: 0.75rem;
  }

  .logged-dropdown-welcome-text {
    display: none;
  }

  [data-number-of-columns-in-category-page="4"] .product-card-footer {
    flex-direction: column;
  }

  [data-number-of-columns-in-category-page="4"] .product-card-footer .product-card-item {
    width: 100%;
  }

  .footer-advantages-item {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .kickerimage-row.row {
    margin-top: 25px;
  }

  .category-card-body .category-card-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  #product-image-container {
    width: auto !important;
  }

  .product-sticky-wrapper .product-page-price-wrapper .product-page-price {
    font-size: 18px;
  }

  .product-sticky-wrapper .product-page-price-wrapper .product-price-original {
    font-size: 14px;
  }

  .product-sticky-wrapper .product-page-price-wrapper .product-price-special {
    font-size: 18px;
  }
}

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

  .row:not(.no-gutters) {
    margin-right: -9px;
    margin-left: -9px;
  }

  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 9px;
    padding-left: 9px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  [data-number-of-columns-in-category-page="3"] .product-card-footer {
    flex-direction: column;
  }

  [data-number-of-columns-in-category-page="3"] .product-card-footer .product-card-item {
    width: 100%;
  }

  .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;
    width: 250px;
    flex-shrink: 0;
    max-width: none;
    padding-right: 15px;
    padding-left: 15px;
  }

  .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;
    margin-left: -15px;
    margin-right: -20px;
  }

  #lastseen.product-module.home-position:not(#dealofday) .product-snapshot,
  #lastseen.product-module.footer-position .product-snapshot {
    flex-basis: 140px;
    width: 140px;
  }

  .manufactureroffer-row {
    overflow-x: scroll;
    overflow-scrolling: touch;
    flex-wrap: nowrap;
    width: auto;
    margin-left: -15px !important;
    margin-right: -20px !important;
  }

  .manufactureroffer-row .manufactureroffer-col {
    flex-basis: 130px;
    flex-shrink: 0;
    max-width: none;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

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

  .home-position {
    margin-bottom: 2rem;
  }

  .side-position .category-menu .nav-link {
    font-size: 0.875rem;
    word-break: break-word;
  }

  .side-position .category-menu > li > .nav-link {
    padding: 10px 10px 10px 0;
  }

  .side-position .list-group .list-group-item {
    font-size: 0.875rem;
    padding: 12px 0 12px 15px;
  }

  .side-position .news-card-body .news-card-title a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .js-compare-module .compare-right-box a {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }

  .js-compare-module .compare-remove-btn {
    right: -5px;
  }

  .js-compare-module .compare-products.btn {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .text-right .banner-items-title {
    margin-left: auto;
  }

  .text-center .banner-items-title {
    margin-left: auto;
    margin-right: auto;
  }

  .module-dealofday-wrapper .product-card-title a {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }

  .module-dealofday-wrapper .product-card-left {
    padding: 0 !important;
  }

  .module-dealofday-wrapper .product-card-right {
    padding-left: 2rem;
    padding-bottom: 1rem;
  }

  .kickerimage-section-body .card {
    margin-bottom: 25px;
  }

  .footer-top-position #lastseen .product-card-title a {
    font-size: 12px;
    line-height: 1.2;
  }

  .home-position .news-card .card-footer {
    padding-bottom: 30px;
  }

  .news-card-title a {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }

  .news-card-text {
    font-size: 0.75rem;
    line-height: 1.0625rem;
    margin-bottom: 14px !important;
    padding-top: 0.5rem;
  }

  .product-filter-module .module-head-title {
    font-size: 1.25rem !important;
  }

  .paf-search-form .widget {
    padding-left: 9px;
    padding-right: 9px;
  }

  .page-head-center-title,
  .page-head-title {
    font-size: 1.375rem;
    line-height: 1.7rem;
  }

  .category-custom-html-top,
  .category-custom-html-bottom {
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin-top: 25px;
  }

  .breadcrumb {
    padding: 0.5rem 0;
    margin-bottom: 1px;
  }

  .breadcrumb-item {
    display: none;
  }

  .breadcrumb-item:nth-last-child(2) {
    display: block;
    text-align: left;
  }

  .breadcrumb-item:nth-last-child(2):before {
    display: none;
  }

  .breadcrumb-item:nth-last-child(2) a {
    font-size: 0.75rem;
    font-weight: 500;
    padding: 10px 0;
    display: flex;
    position: relative;
  }

  .breadcrumb-item:nth-last-child(2) a:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMiA0LjA0NTM1SDEuMzIwNDZMMy43ODcyNiA2LjUxMjE2TDMuMjk5NDEgN0wwIDMuNzAwNTlMMy4yOTk0MSAwLjQwMTE3TDMuNzg3MjYgMC44ODkwMTZMMS4zMjA0NiAzLjM1NTgyTDEyIDMuMzU1ODJWNC4wNDUzNVoiIGZpbGw9IiNBMUExQTEiLz4KPC9zdmc+Cg==");
    height: 6.6px;
    width: 12px;
    display: block;
    position: relative;
    margin: auto 8px auto auto;
    top: -8px;
  }

  .sortbar-bottom .results {
    margin-bottom: 0;
  }

  .sortbar-bottom .pagination > li {
    margin-top: 10px;
  }

  .category-description {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }

  .product-quantity-discounts-wrapper .product-quantity-discounts-table:nth-child(odd) {
    background-color: #e9ecef;
  }

  .product-review-summary .add-review .btn {
    padding: 14px 30px;
  }
}

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

  .wishlist-dropdown .dropdown-hover-menu {
    display: none;
  }

  header .navbar {
    padding: 12px 20px;
  }

  .navbar-brand img {
    max-height: 35px;
  }

  .header-navbar-top-right-login,
  .header-navbar-bottom,
  .header-contacts-wrapper,
  .headermenu-list.nav,
  .header-navbar .cart-dropdown.cart-list,
  .header-navbar .login-list.nav {
    display: none;
  }

  header > .container-fluid,
  header > .container-sm,
  header > .container-md,
  header > .container-lg,
  header > .container-xl,
  header > .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }

  header .header-navbar-top {
    padding: 0;
  }

  .header-navbar-top {
    flex-wrap: wrap;
  }

  .header-navbar-top-left {
    order: 1;
    margin-right: 1rem;
  }

  .header-navbar-top-center {
    order: 2;
    margin-right: auto;
  }

  .header-navbar-top-right {
    order: 3;
  }

  .header-navbar-top-right-search {
    order: 4;
    padding-top: 7px;
    padding-bottom: 4px;
    width: 100%;
  }

  .search-module.header-navbar-top-right-item {
    margin: 0;
    width: 100%;
  }

  footer .list-group-flush .list-group-item {
    margin-bottom: 1.25rem;
    font-size: 14px;
    line-height: 18px;
  }

  .contact-wrapper-box-line .footer-contact-col {
    padding: 0 15px;
  }

  .btn-quickview {
    display: none;
  }

  .product-snapshot-horizontal:not(.is-side) .product-snapshot {
    margin-top: 2rem;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-snapshot-horizontal:not(.is-side) .quantity-input {
    width: 40px;
    height: 40px;
  }

  .side-position .category-menu .nav-link {
    font-size: 0.75rem;
  }

  .announcement-bar-section-row {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .announcement-bar-section-row a {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .banner-items-container {
    padding: 30px;
  }

  .banner-items-button {
    margin-top: 22px !important;
  }

  .banner-items-button .btn-primary {
    font-size: 0.8125rem;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .module-categoryoffer-wrapper h4 {
    font-size: 1.125rem;
    line-height: 2rem;
    padding: 14px;
  }

  .module-dealofday-wrapper {
    font-size: 0.875rem;
  }

  .module-dealofday-wrapper .product-snapshot-horizontal {
    margin: 0 -20px;
  }

  .module-dealofday-wrapper .product-snapshot-horizontal:not(.is-side) .product-snapshot {
    padding: 0;
  }

  .footer-advantages {
    margin: 0 !important;
  }

  .footer-top-position > .container .footer-advantages-section {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .footer-advantages .footer-advantages-item {
    margin-bottom: 1rem;
  }

  .footer-top-position #lastseen .card-body {
    padding-top: 0;
  }

  .footer-top-position #lastseen .product-card-title {
    line-height: 1.2;
  }

  html:not(.js-is-visible) .mm-page .page-wrap main.has-sticky {
    padding-top: var(--responsive-menu-height);
  }

  .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 {
    background: #fff;
    padding: 0.5rem 1rem 6rem;
    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;
  }

  .feature-video--title {
    font-size: 1.125rem;
    line-height: 1.125rem;
    margin: 0 0 0.5rem;
  }

  .information-list-body .news-list .card,
  .sortbar-top,
  .open-filter-btn {
    margin-top: 25px;
  }

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

  .landing-page main.has-sticky {
    padding-top: 30px !important;
  }

  .landing-page main {
    padding-top: 30px;
  }

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

  .packageoffer-line .package-head {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 20px;
  }

  .packageoffer-item-name.product-card-title {
    text-align: left;
    font-size: 0.75rem;
    line-height: 1.25rem;
    padding-left: 10px;
  }

  .packageoffer-item .product-card-variants {
    padding-left: 10px;
  }

  .packageoffer-item .product-card-variants .package-offer-item-attributes {
    font-size: 0.75rem;
    line-height: 1.5;
  }

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

  .list-icon .variable .color {
    width: 25px !important;
    height: 25px !important;
  }

  .list-icon .variable:before {
    width: 12px !important;
    height: 12px !important;
  }

  .parameter-table:not(.product-children-table) td:nth-child(1) {
    width: 30%;
  }

  .product-review-summary.review-empty {
    margin-bottom: 0 !important;
  }

  .product-review-item {
    margin: 30px 0 0 0;
  }

  .product-review-item .review-description {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 10px;
    margin-bottom: 2px;
  }

  .product-review-values-outer {
    padding: 0;
  }

  .product-review-summary .product-review-average-sum {
    padding-top: 20px;
    flex-direction: column;
    color: #212121;
  }

  .product-rating-average-inner {
    text-align: center;
  }

  .product-rating-star-box {
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  .product-rating-star-box svg {
    margin-left: 0 !important;
  }

  .product-rating-star-box .rating-star {
    margin: 0 4px 0 0;
    color: #dd042c !important;
  }

  .product-rating-count-text {
    font-weight: 500;
    margin-top: 8px;
  }

  .product-review-values {
    padding-top: 5px;
  }

  .product-review-summary .product-review-progress {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .product-review-summary .add-review .btn {
    padding: 12px 30px 9px;
  }

  .product-review-summary {
    padding: 10px 20px 10px;
  }

  .product-review-summary .add-review {
    margin-top: 0;
    padding: 8px 0 28px;
  }

  #product-tabs .home-position .module-body:not(.section-module-body) {
    margin-top: 0;
  }

  .tabs,
  .tab-pages {
    width: 100%;
  }

  .tabs {
    margin-bottom: 0;
  }

  .position-3-container {
    flex-direction: column;
    border: 1px solid #E4E4E4;
  }

  .position-3-container .home-position {
    padding: 0;
  }

  .tabs .tab-button {
    background-color: #efefef;
    transition: all 0.2s ease-in-out;
    border: 0;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #D8D8D8;
    box-shadow: none;
    width: 100%;
    color: #A1A1A1;
    font-weight: 500;
    font-size: 0.875rem;
    position: relative;
    padding: 0;
    text-transform: uppercase;
    outline: 0;
  }

  .tabs .tab-button span {
    padding: 25px 25px 19px;
    opacity: 1;
  }

  .tabs .tab-button span.label-count {
    padding-left: 0;
  }

  .tabs .tab-button.first {
    border-top: 0;
  }

  .tabs .tab-button:after {
    content: "";
    position: absolute;
    transition: transform 0.25s ease-out;
    display: block;
    border: solid #212121;
    border-width: 0 1px 1px 0;
    content: " ";
    height: 9px;
    width: 9px;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    display: inline-block;
    top: 2px;
    right: 19px;
    left: auto;
  }

  .tabs .tab-button[aria-expanded="true"] {
    background-color: transparent;
    color: #212121;
  }

  .tabs .tab-button[aria-expanded="true"] span {
    opacity: 1;
  }

  .tabs .tab-button[aria-expanded="true"]:after {
    transform: rotate(225deg);
    top: 12px;
  }

  .tabs .tab-content {
    transition: all 0.2s ease-in-out;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tabs .tab-content .module-head {
    display: none;
  }

  .product-page-head-title {
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin-top: 30px;
  }

  .product-cart-box .js-add-to-wishlist {
    justify-content: center !important;
    font-size: 0.75rem;
  }

  .product-addtocart-wrapper {
    flex-direction: column !important;
  }

  .product-quantity-discounts-cell {
    width: 100%;
    padding: 0;
  }

  .packageoffer-line-right {
    padding: 20px 20px 25px;
  }

  .product-option-item {
    flex-direction: column;
    text-align: center;
  }

  .product-option-item .product-option-select {
    display: flex;
    justify-content: center;
  }

  .product-option-name {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 5px;
  }

  .tabs .packageoffer-line {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .product-parameters td {
    text-align: left;
  }

  .product-parameters td.product-short-description,
  .product-parameters td.productrating-param {
    text-align: center;
  }

  .product-packageoffer-package-price.packageoffer-totals {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .packageoffer-line-right-inner {
    flex-direction: column;
  }

  .packageoffer-cart-button {
    margin-top: 10px;
  }

  .packageoffer-cart-button .btn {
    padding-top: 17px;
    padding-bottom: 15px;
  }

  .product-collateral-list-name {
    font-size: 0.75rem;
    line-height: 1.875rem;
    font-weight: 500;
  }

  .product-quantity-discounts-table {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding: 5px 10px;
  }

  .product-collateral-list-name-price-options-wrapper {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex-direction: column;
  }

  .discount-interval {
    width: 100%;
  }

  .product-page-top > form > .row > .col-auto {
    width: 100%;
  }

  .product-page-price-line-inner {
    flex-wrap: wrap;
    text-align: center;
  }

  .product-page-price-line-inner .postfix {
    margin: 0;
    width: 100%;
  }

  #section-product_page_advantages_paris {
    margin-top: 25px;
  }

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

  .product-review-no-reviews.product-review-summary .content {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.2;
    padding: 0;
  }

  .product-review-no-reviews.product-review-summary .content > svg {
    margin-bottom: 15px;
  }

  .product-page-price-line {
    align-items: center;
  }

  .product-review-no-reviews.product-review-summary svg {
    margin-right: 0;
  }

  .product-page-advantages-section {
    padding: 14px 15px 5px;
  }

  .product-page-advantages-section .product-page-advantage-title {
    font-size: 0.75rem;
    line-height: 15px;
    font-weight: 500;
  }

  .product-addtocart-wrapper .quantity-name-text {
    margin-top: 6px;
  }

  .product_table_addtocartbtn {
    margin-top: 12px !important;
  }

  .quantity-to-cart {
    height: 38px;
  }

  .product_table_quantity .bootstrap-touchspin .btn {
    height: 38px;
  }

  .product-addtocart-wrapper .button-add-to-cart {
    font-size: 0.875rem;
    line-height: 1;
    padding: 17px 40px;
  }

  .product-attribute-item {
    flex-direction: column !important;
  }

  .product-attribute-item .product-attribute-name {
    margin-right: 0 !important;
    font-size: 0.75rem;
    font-weight: 500;
  }

  .product-page-advantages-section .product-page-advantages-item {
    padding: 7px 15px;
  }
}

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

  .search-results.dropdown-menu {
    min-width: 100%;
    left: -20px;
    right: -20px;
  }

  .search-results.dropdown-menu:before {
    width: 100%;
  }

  .header-navbar-top-center {
    max-width: 170px;
  }

  .wishlist-dropdown .nav-link {
    padding: 4px;
  }

  .header-navbar-top-right-item {
    margin: 0 7px;
  }

  footer .module .module-head .module-head-title {
    font-size: 1.25rem;
  }

  .footer-top-position {
    margin-top: 2rem;
  }

  .module-newsletter_subscribe-wrapper {
    margin-bottom: 25px;
  }

  .contact-wrapper-box-line:not(.social) {
    flex-direction: column;
  }

  .social.contact-wrapper-box-line {
    margin-top: 24px;
  }

  .btn-primary,
  .btn-outline-primary {
    padding: 11px 16px;
    font-size: 0.8125rem;
  }

  .quickview {
    display: none;
  }

  .product-card-footer .product-card-item {
    width: auto !important;
  }

  .product-card-footer .product-card-item .btn {
    width: 100%;
    padding: 11px 39px;
  }

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

  .module-dealofday-wrapper .mobile-simple-view .product-card-body .product-card-item:not(.product-card-price):not(.product-card-title):not(.product-card-stock),
  .module-dealofday-wrapper .mobile-simple-view .product-card-right .product-card-item:not(.product-card-price):not(.product-card-title):not(.product-card-stock) {
    display: block;
  }

  .aurora-scroll-btn-left {
    left: 0;
  }

  .aurora-scroll-btn-right {
    right: 0;
  }

  .side-position #newsletter-emailsubscribe .form-control {
    text-align: left;
  }

  .home-position:not(.product-module) .module-body:not(.section-module-body) {
    margin-top: 28px;
  }

  .banner-items.slick-dotted.slick-slider {
    margin-bottom: 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.375rem;
  }

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

  .categoryoffer-col {
    flex: 0 0 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }

  .module-dealofday-wrapper .product-card-right {
    padding-bottom: 2rem;
  }

  .module-dealofday-wrapper .product-price-original {
    font-size: 1rem;
    line-height: 1rem;
  }

  .module-dealofday-wrapper .product-price-special {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }

  .module-dealofday-wrapper .product-snapshot-horizontal:not(.is-side) .product-snapshot .product-card-row {
    flex-direction: column;
  }

  .module-dealofday-wrapper .product-snapshot-horizontal:not(.is-side) .product-snapshot .product-card-row .product-card-left,
  .module-dealofday-wrapper .product-snapshot-horizontal:not(.is-side) .product-snapshot .product-card-row .product-card-right {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .module-dealofday-wrapper .product-snapshot-horizontal:not(.is-side) .quantity-input {
    height: 40px;
  }

  .footer-advantages-item-left {
    width: 25px;
    max-width: 25px;
  }

  .footer-top-position > .container .footer-advantages-section {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-advantages .footer-advantages-item {
    padding: 0;
  }

  .footer-advantages .footer-advantages-item:last-child {
    margin-bottom: 0;
  }

  .footer-advantage-title {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }

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

  .kickerimage-section-body .card {
    margin-left: -20px;
    margin-right: -20px;
  }

  .kickerimage-section-body .kickerimage-title {
    font-size: 1.25rem;
  }

  .kickerimage-section-body .kickerimage-description {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }

  .kickerimage-section-body .kickerimage-button {
    font-size: 0.8125rem;
    padding: 11px 25px;
  }

  #section-mosaic_v2_paris .home-position {
    margin-top: 0;
    padding-top: 2rem;
  }

  .news-card-title {
    height: 40px !important;
  }

  .news-card-image-wrapper {
    margin-bottom: 1.375rem;
  }

  .news-card-deck {
    margin-top: 0;
  }

  .newsletter-pretext,
  .newsletter-posttext {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }

  .form-submit .btn-primary.btn {
    max-width: 100%;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .module-newsletter_subscribe-wrapper .form-control {
    max-width: 100%;
    text-align: center;
    height: 40px;
    font-size: 0.875rem;
    padding-bottom: 6px;
    padding-top: 0;
  }

  .subscribe-input-row > .col {
    margin-bottom: 20px !important;
  }

  .mobile-fiter-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }

  #section-video_paris .module-body.section-module-body {
    margin-top: 0;
    padding-top: 2rem;
  }

  .feature-video--btn {
    margin-top: 0.75rem;
  }

  .feature-video--subtitle {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    margin: 0;
  }

  .feature-video--body {
    padding-top: 100% !important;
  }

  .wishlist-product-image,
  .wishlist-product-details,
  .wishlist-product-actions {
    margin-bottom: 1rem;
  }

  .wishlist-buttons {
    flex-direction: column;
  }

  .wishlist-buttons .btn {
    justify-content: center;
  }

  .wishlist-buttons .btn + .btn {
    margin-top: 1rem;
  }

  .page-head-center-title,
  .page-head-title {
    text-align: center;
  }

  .information-page-body .page-head-title {
    text-align: left;
  }

  .category-custom-html-top,
  .category-custom-html-bottom {
    text-align: center;
  }

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

  .cart-package-offer-table.sr-cart-table.table .package-offer-head-mobile {
    grid-template-columns: 70px auto !important;
  }

  .sr-cart-page .edit-button .btn {
    padding: 6px 10px;
    font-size: 0.75rem;
  }

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

  .cart-buttons-wrapper .delete-button.cart-button {
    display: flex;
  }

  .sr-col-to-chekout {
    flex-direction: column;
  }

  .sr-cart-bottom-buttons-row .btn {
    width: 100%;
    justify-content: center;
    margin-bottom: 12.5px;
    font-size: 0.875rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sr-cart-bottom-buttons-row .sr-col-shop-continue .sr-cart-back {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-country-select-box {
    margin-bottom: 10px;
  }

  .sr-cart-table .mobile-quantity-row > td {
    padding-top: 0;
  }

  .sr-cart-table > tbody:nth-child(even) {
    background-color: #efefef;
  }

  .sr-cart-table > tbody.gift-wrapping {
    background-color: transparent;
  }

  .information-list-description {
    margin-top: 25px;
  }

  .information-introtext-box,
  .information-fulltext-box {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .information,
  .information-fulltext-box {
    text-align: left;
  }

  .information-introtext-box-text {
    margin-top: 15px;
  }

  body:not(.information-list-body) .sortbar-top {
    display: flex;
    flex-direction: column;
    margin-left: -20px;
    margin-right: -20px;
  }

  body:not(.information-list-body) .sortbar-top .sort {
    width: 100%;
  }

  body:not(.information-list-body) .sortbar-top .sort-select {
    width: 100%;
  }

  body:not(.information-list-body) .sortbar-top .sort-select select.form-control {
    height: 40px;
  }

  .category-description {
    text-align: center;
  }

  .product-collateral-list {
    font-size: 0.75rem;
  }

  .product-collateral-list select.form-control {
    font-size: 0.75rem;
  }

  .product-image-mobile {
    margin: 0 -20px;
  }

  .video-btn svg {
    width: 30px;
    height: 30px;
  }

  .product-options .form-control {
    width: auto;
  }

  .parameter-table:not(.product-children-table) td:nth-child(1) {
    width: 45%;
    padding-left: 0;
  }

  .product-review-list-items {
    display: flex;
    margin: 0;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .product-review-list-items .product-review-item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0;
    margin: 0 0 1rem 0;
    border: 0;
    box-shadow: none;
  }

  .product-review-item .review-head {
    flex-wrap: wrap;
    font-size: 0.75rem;
  }

  .form-group-rating {
    flex-wrap: wrap;
  }

  .form-group-rating .form-group-rating-label {
    width: 100%;
    margin-bottom: 10px;
  }

  .product-review-summary:not(.review-empty) {
    border-radius: 0;
    margin: 0 0 28px 0 !important;
    padding: 0;
  }

  .product-review-values {
    margin: 1rem 0;
  }

  .sr-guest-registration-order-1 {
    flex-basis: 100%;
  }

  .sr-guest-registration-order-2 {
    order: 2;
  }
}

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

  .results {
    margin-bottom: 1rem;
  }

  .sr-login-remember-me-div {
    padding-left: 0;
  }
}

@media (max-width: 370px) {
  .header-navbar-top-center {
    max-width: 120px;
  }

  .header-navbar-top-right-item {
    margin: 0 6px;
  }

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