/*
* theme: Las Vegas
* preprocessor: scss
* framework: Bootstrap v4.4.1
* version: 0.0.1
*/

/* social colors */

/* buttons */

/* aurorascroll */

/*
* bootstrap variables redefine
*/

/* inputs */

:root {
  --font-family-base: "Poppins", sans-serif;
  --global-color: #00a889;
  --link-color: #00a889;
  --link-hover-color: #005c4b;
  --price-color: #151E26;
  --price-original-color: #929597;
  --price-special-color: #151E26;
  --sticky-header-height: 160px;
  --gray-100: #EAEAEA;
  --gray-200: #E9E9E9;
  --gray-300: #dee2e6;
  --gray-400: #d9d9d9;
  --gray-500: #B5B8BE;
  --gray-600: #7D7D7D;
  --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: #7D7D7D;
  --gray-dark: #343a40;
  --primary: #00a889;
  --secondary: #212121;
  --success: #78b15a;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #f77982;
  --light: #EAEAEA;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1660px;
  --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: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #9C9B9F;
  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: #00a889;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #005c4b;
  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: #aeaeae;
  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: 400;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0;
  background-color: #fff;
  border: 0 solid #dee2e6;
  border-radius: 50px;
  box-shadow: none;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

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

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;
  border-radius: 50px;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

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

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-hover .table-light:hover {
  background-color: #ececec;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececec;
}

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

.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: 45px;
  padding: 0.5625rem 1.5625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #E9E9E9;
  border-radius: 50px;
  box-shadow: none;
  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: #B5B8BE;
  outline: 0;
  box-shadow: none, none;
}

.form-control::placeholder {
  color: #7D7D7D;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #E9E9E9;
  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.5625rem + 2px);
  padding-bottom: calc(0.5625rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.76562rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5625rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #9C9B9F;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 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 + 20px);
  padding: 8px 0.9375rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  border-radius: 50px;
}

.form-control-lg {
  height: calc(1.5em + 40px);
  padding: 18px 1.8125rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 50px;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
  border-radius: 15px;
}

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

.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: #78b15a;
  border-radius: 50px;
}

.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 + 1.125rem);
  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.28125rem) center;
  background-size: calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem);
}

.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 + 1.125rem);
  background-position: top calc(0.375em + 0.28125rem) right calc(0.375em + 0.28125rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #78b15a;
  padding-right: calc(0.75em + 3.40625rem);
  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 1.5625rem 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 2.5625rem/calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem);
}

.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: #f77982;
  border-radius: 50px;
}

.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 + 1.125rem);
  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.28125rem) center;
  background-size: calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem);
}

.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 + 1.125rem);
  background-position: top calc(0.375em + 0.28125rem) right calc(0.375em + 0.28125rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #f77982;
  padding-right: calc(0.75em + 3.40625rem);
  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 1.5625rem 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 2.5625rem/calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem);
}

.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: #9C9B9F;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 12px 38px;
  font-size: 0.9375rem;
  line-height: 1.3;
  border-radius: 30px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
  color: #9C9B9F;
  text-decoration: none;
}

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

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  box-shadow: 0px 5px 20px rgba(32, 32, 44, 0.15);
}

.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0px 5px 20px rgba(32, 32, 44, 0.15);
}

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

.btn-primary {
  background-color: #00a889;
  border-color: #00a889;
  box-shadow: 0px 5px 20px rgba(32, 32, 44, 0.15);
  color: #fff;
}

.btn-primary:hover {
  color: #fff;
  border-color: #005c4b;
  background-color: #005c4b;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #00826a;
  border-color: #00755f;
  box-shadow: 0px 5px 20px rgba(32, 32, 44, 0.15), 0 0 0 0 rgba(38, 181, 155, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #EAEAEA;
  color: white;
  border-color: #EAEAEA;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00755f;
  border-color: #006855;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0px 5px 20px rgba(32, 32, 44, 0.15), 0 0 0 0 rgba(38, 181, 155, 0.5);
}

.btn-secondary {
  background-color: #212121;
  border-color: #212121;
  box-shadow: 0px 5px 20px rgba(32, 32, 44, 0.15);
  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: 0px 5px 20px rgba(32, 32, 44, 0.15), 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: 0px 5px 20px rgba(32, 32, 44, 0.15), 0 0 0 0 rgba(66, 66, 66, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #78b15a;
  border-color: #78b15a;
  box-shadow: 0px 5px 20px rgba(32, 32, 44, 0.15);
}

.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: 0px 5px 20px rgba(32, 32, 44, 0.15), 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: 0px 5px 20px rgba(32, 32, 44, 0.15), 0 0 0 0 rgba(107, 156, 83, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0px 5px 20px rgba(32, 32, 44, 0.15);
}

.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: 0px 5px 20px rgba(32, 32, 44, 0.15), 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: 0px 5px 20px rgba(32, 32, 44, 0.15), 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0px 5px 20px rgba(32, 32, 44, 0.15);
}

.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: 0px 5px 20px rgba(32, 32, 44, 0.15), 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: 0px 5px 20px rgba(32, 32, 44, 0.15), 0 0 0 0 rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #212529;
  background-color: #f77982;
  border-color: #f77982;
  box-shadow: 0px 5px 20px rgba(32, 32, 44, 0.15);
}

.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: 0px 5px 20px rgba(32, 32, 44, 0.15), 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: 0px 5px 20px rgba(32, 32, 44, 0.15), 0 0 0 0 rgba(215, 108, 117, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #EAEAEA;
  border-color: #EAEAEA;
  box-shadow: 0px 5px 20px rgba(32, 32, 44, 0.15);
}

.btn-light:hover {
  color: #212529;
  background-color: #d7d7d7;
  border-color: #d1d1d1;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #d7d7d7;
  border-color: #d1d1d1;
  box-shadow: 0px 5px 20px rgba(32, 32, 44, 0.15), 0 0 0 0 rgba(204, 204, 205, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #EAEAEA;
  border-color: #EAEAEA;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #d1d1d1;
  border-color: #cacaca;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0px 5px 20px rgba(32, 32, 44, 0.15), 0 0 0 0 rgba(204, 204, 205, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0px 5px 20px rgba(32, 32, 44, 0.15);
}

.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: 0px 5px 20px rgba(32, 32, 44, 0.15), 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: 0px 5px 20px rgba(32, 32, 44, 0.15), 0 0 0 0 rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  border-color: #00a889;
  color: #00a889;
  background-color: #fff;
}

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

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 168, 137, 0.5);
}

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

.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: 0px 5px 20px rgba(32, 32, 44, 0.15), 0 0 0 0 rgba(0, 168, 137, 0.5);
}

.btn-outline-secondary {
  color: #212121;
  border-color: #EAEAEA;
  box-shadow: none;
  font-size: 0.8125rem;
}

.btn-outline-secondary:hover {
  background-color: transparent;
  border-color: #B5B8BE;
  color: #00a889;
}

.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: 0px 5px 20px rgba(32, 32, 44, 0.15), 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: 0px 5px 20px rgba(32, 32, 44, 0.15), 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: 0px 5px 20px rgba(32, 32, 44, 0.15), 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: 0px 5px 20px rgba(32, 32, 44, 0.15), 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: 0px 5px 20px rgba(32, 32, 44, 0.15), 0 0 0 0 rgba(247, 121, 130, 0.5);
}

.btn-outline-light {
  color: #EAEAEA;
  border-color: #EAEAEA;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #EAEAEA;
  border-color: #EAEAEA;
}

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

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

.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: 0px 5px 20px rgba(32, 32, 44, 0.15), 0 0 0 0 rgba(234, 234, 234, 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: 0px 5px 20px rgba(32, 32, 44, 0.15), 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #00a889;
  text-decoration: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.btn-link:hover {
  color: #005c4b;
  text-decoration: none;
}

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

.btn-link:disabled,
.btn-link.disabled {
  color: #7D7D7D;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 14px 50px;
  font-size: 1.0625rem;
  line-height: 1.5;
  border-radius: 30px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 8px 30px;
  font-size: 0.76562rem;
  line-height: 1.5;
  border-radius: 30px;
}

.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 0 0;
  font-size: 0.875rem;
  color: #9C9B9F;
  text-align: left;
  list-style: none;
  background-color: #F3F4F5;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 30px 30px 15px 15px;
  box-shadow: 0px 20px 49px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding-top: 75px;
  top: 0;
}

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

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

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

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

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

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

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

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

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

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

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

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

.btn-group.show .dropdown-toggle {
  box-shadow: 0px 5px 20px rgba(32, 32, 44, 0.15);
}

.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.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-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

.input-group {
  position: relative;
  display: 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: -2px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: 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: -2px;
}

.input-group-prepend {
  margin-right: -2px;
}

.input-group-append {
  margin-left: -2px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5625rem 1.5625rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #E9E9E9;
  border: 2px solid #E9E9E9;
  border-radius: 50px;
}

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

.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: 18px 1.8125rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 50px;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 20px);
}

.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: 8px 0.9375rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  border-radius: 50px;
}

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

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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #5cffe1;
  border-color: #dee2e6;
  box-shadow: none;
}

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

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

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

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

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

.custom-checkbox .custom-control-label::before {
  border-radius: 3px;
}

.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: #00a889;
  background-color: #00a889;
  box-shadow: none;
}

.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(0, 168, 137, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 168, 137, 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(0, 168, 137, 0.5);
}

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

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.15625rem + 4px);
  left: calc(-2.25rem + 4px);
  width: calc(1rem - 8px);
  height: calc(1rem - 8px);
  background-color: #dee2e6;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 168, 137, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 45px;
  padding: 0.5625rem 2.5625rem 0.5625rem 1.5625rem;
  font-size: 0.875rem;
  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 1.5625rem center/8px 10px;
  border: 2px solid #E9E9E9;
  border-radius: 50px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #B5B8BE;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(0, 168, 137, 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: 1.5625rem;
  background-image: none;
}

.custom-select:disabled {
  color: #7D7D7D;
  background-color: #E9E9E9;
}

.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 + 20px);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0.9375rem;
  font-size: 0.76562rem;
}

.custom-select-lg {
  height: calc(1.5em + 40px);
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 1.8125rem;
  font-size: 0.8125rem;
}

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

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

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

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #E9E9E9;
}

.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: 45px;
  padding: 0.5625rem 1.5625rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 2px solid #E9E9E9;
  border-radius: 50px;
  box-shadow: none;
}

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

.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: #00a889;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -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: #5cffe1;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00a889;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -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: #5cffe1;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #00a889;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -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: #5cffe1;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

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

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #B5B8BE;
}

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

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

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

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

.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: #7D7D7D;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #E9E9E9 #E9E9E9 #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #7D7D7D;
  background-color: transparent;
  border-color: transparent;
}

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 50px;
}

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

.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 {
  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: #00a889;
  white-space: normal;
  line-height: 1.2;
  font-weight: 600;
}

.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;
  border-radius: 30px;
}

.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 {
  padding-right: 0;
  padding-left: 0;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

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

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

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

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

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

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 15px;
}

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

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

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

.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:first-child {
  border-radius: 15px 15px 0 0;
}

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

.card-footer:last-child {
  border-radius: 0 0 15px 15px;
}

.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-img,
.card-img-top {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

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

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

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

.accordion > .card {
  overflow: hidden;
}

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

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 52px 0;
  margin-bottom: 10px;
  font-size: 0.75rem;
  list-style: none;
  background-color: transparent;
  border-radius: 50px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 15px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 15px;
  color: #c5c5c5;
  content: "";
}

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

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 50px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 1.25;
  color: #00a889;
  background-color: transparent;
  font-size: 14px;
  border: 0;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

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

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

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #212121;
  background-color: transparent;
  border-color: transparent;
}

.page-item.disabled .page-link {
  color: #7D7D7D;
  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-lg .page-item:first-child .page-link {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 50px;
  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;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #00a889;
}

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

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 168, 137, 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: #EAEAEA;
}

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

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(234, 234, 234, 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: #E9E9E9;
  border-radius: 50px;
}

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

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

.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: #005747;
  background-color: #cceee7;
  border-color: #b8e7de;
}

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

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

.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: #7a7a7a;
  background-color: #fbfbfb;
  border-color: #f9f9f9;
}

.alert-light hr {
  border-top-color: #ececec;
}

.alert-light .alert-link {
  color: #616161;
}

.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: #E9E9E9;
  border-radius: 50px;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00a889;
  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: #EAEAEA;
}

.list-group-item-action:active {
  color: #9C9B9F;
  background-color: #E9E9E9;
}

.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:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.list-group-item:last-child {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #7D7D7D;
  pointer-events: none;
  background-color: #fff;
}

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

.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:first-child {
  border-bottom-left-radius: 15px;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0;
}

.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;
  border-radius: 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: #005747;
  background-color: #b8e7de;
}

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

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

.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: #7a7a7a;
  background-color: #f9f9f9;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #7a7a7a;
  background-color: #ececec;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7a7a7a;
  border-color: #7a7a7a;
}

.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;
  border-radius: 0.25rem;
}

.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: #7D7D7D;
  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);
  border-radius: 50px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  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 #E9E9E9;
  border-top-left-radius: 49px;
  border-top-right-radius: 49px;
}

.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 #E9E9E9;
  border-bottom-right-radius: 49px;
  border-bottom-left-radius: 49px;
}

.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: "Poppins", 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: 1;
}

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

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

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

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

.tooltip-inner {
  max-width: 300px;
  padding: 15px 15px;
  color: #9C9B9F;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 5px 20px rgba(32, 32, 44, 0.15);
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Poppins", 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);
  border-radius: 50px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 50px;
}

.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: 50px 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: 50px 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;
  border-top-left-radius: 49px;
  border-top-right-radius: 49px;
}

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

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #9C9B9F;
}

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

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #00755f !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: #EAEAEA !important;
}

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

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

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

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

.border-left {
  border-left: 1px solid #E9E9E9 !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: #00a889 !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: #EAEAEA !important;
}

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

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

.rounded-sm {
  border-radius: 50px !important;
}

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

.rounded-top {
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
}

.rounded-right {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.rounded-left {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.rounded-lg {
  border-radius: 50px !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: 0px 20px 40px rgba(0, 0, 0, 0.1) !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: #00a889 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #005c4b !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: #EAEAEA !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #c4c4c4 !important;
}

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

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

.text-body {
  color: #9C9B9F !important;
}

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

/* Wrapper for all connect elements.
 */

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

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

.noUi-connect {
  height: 100%;
  width: 100%;
  background: #00a889;
}

.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: #00a889;
  cursor: default;
}

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

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

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

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 6px;
}

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

.noUi-vertical {
  width: 6px;
}

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

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

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

/* Handles and cursors;
 */

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

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

/* Disabled state;
 */

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

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

/* Base;
 *
 */

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

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

/* Values;
 *
 */

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

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

/* Markings;
 *
 */

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

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

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

/* Horizontal layout;
 *
 */

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

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

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

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

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

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

/* Vertical layout;
 *
 */

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

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

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

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

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

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

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

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

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

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

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

.slick-slider {
  --slick-arrow-box-size: 85px;
  --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;
}

.quickview-scroller-wrapper .slick-arrow {
  width: 50px;
  height: 50px;
}

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

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

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

.slick-next:before {
  content: "";
  background: #00a889;
  -webkit-mask-image: url("../image/lasvegas-arrow-next.svg");
  mask-image: url("../image/lasvegas-arrow-next.svg");
  left: calc(var(--slick-arrow-width) * -1);
  border-width: 0 var(--slick-arrow-width) var(--slick-arrow-width) 0;
}

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

.product-picture-zoom-enabled.slick-vertical .slick-next {
  bottom: -24px;
}

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

.slick-prev:before {
  content: "";
  background: #00a889;
  -webkit-mask-image: url("../image/lasvegas-arrow-prev.svg");
  mask-image: url("../image/lasvegas-arrow-prev.svg");
  right: calc(var(--slick-arrow-width) * -1);
  border-width: var(--slick-arrow-width) 0 0 var(--slick-arrow-width);
}

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

.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: 0;
  content: " ";
  height: 15px;
  width: 18px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  left: 0;
}

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

.slick-vertical .slick-prev:before {
  right: 0;
  width: 18px;
  height: 15px;
  transform: rotate(90deg);
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

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

/* touchspin in addtocart */

.bootstrap-touchspin .form-control {
  -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;
}

/*
 *  Bootstrap TouchSpin - v4.3.0
 *  A mobile and touch friendly input spinner component for Bootstrap 3 & 4.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */

/* This CSS file is unnecessary if you are not using vertical buttons functionality */

.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 11;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  position: absolute;
  right: 0;
  padding: 0;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 1;
  background-color: transparent;
  border-radius: 21px !important;
  border: 0;
  font-size: 0 !important;
  box-shadow: none;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn:active,
.bootstrap-touchspin .input-group-btn-vertical > .btn:hover {
  background-color: #00a889;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn:active:after,
.bootstrap-touchspin .input-group-btn-vertical > .btn:hover:after {
  border-color: #fff;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0 4px 0 0;
  top: 10px;
  right: 22px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:after {
  border: solid #393A41;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 6px;
  width: 6px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-135deg);
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0 0 4px 0;
  right: 21px;
  bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:after {
  border: solid #393A41;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 6px;
  width: 6px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.module-dealofday-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  top: 10px;
}

.module-dealofday-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  bottom: 8px;
}

.module-dealofday-wrapper .bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding: 0;
  font-size: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.module-dealofday-wrapper .bootstrap-touchspin .input-group-btn-vertical > .btn:active,
.module-dealofday-wrapper .bootstrap-touchspin .input-group-btn-vertical > .btn:hover {
  background-color: #00a889;
}

.module-dealofday-wrapper .bootstrap-touchspin .input-group-btn-vertical > .btn:active:after,
.module-dealofday-wrapper .bootstrap-touchspin .input-group-btn-vertical > .btn:hover:after {
  border-color: #fff;
}

.sr-container {
  margin: auto;
}

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

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

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

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

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

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

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

.search-module,
.cart-dropdown,
.login-list.nav,
.wishlist-dropdown {
  margin-left: 10px;
  margin-right: 10px;
}

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

.search-module a:not(.btn):active,
.search-module a:not(.btn):hover,
.cart-dropdown a:not(.btn):active,
.cart-dropdown a:not(.btn):hover,
.login-list.nav a:not(.btn):active,
.login-list.nav a:not(.btn):hover,
.wishlist-dropdown a:not(.btn):active,
.wishlist-dropdown a:not(.btn):hover {
  color: #00a889;
}

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

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

header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

header .navbar {
  padding: 0;
}

header.headroom--not-top.sticky-header-pinned {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.cart-dropdown .dropdown-hover-menu {
  z-index: 1912;
}

.cart-dropdown > .btn {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  border: 1px solid #E9E9E9;
  padding-left: 1rem;
  padding-right: 1rem;
  justify-content: center;
  color: #00a889;
  position: relative;
  z-index: 1913;
}

.cart-dropdown .cart-product-count {
  position: absolute;
  top: -9px;
  background-color: #00a889;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

#js-cart {
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 1919;
}

#js-cart:active .cart-dropdown > .btn,
#js-cart:hover .cart-dropdown > .btn {
  background-color: #00a889;
  color: #fff;
  box-shadow: none;
}

.logged-welcome-button {
  position: relative;
  z-index: 1910;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.logged-welcome-button .small {
  width: 100%;
  display: flex;
}

.logged-welcome-button .icon-arrow-down {
  position: absolute;
  right: 15px;
}

.search-module {
  flex: 0 0 350px;
  margin: auto;
  z-index: 1001;
  position: relative;
}

.search-module .form-control {
  z-index: 1001;
  padding-right: 55px;
}

.search-module .form-control:focus {
  z-index: 1001;
  background-color: #F3F4F5;
}

.search-module .form-control:not(:focus) {
  font-style: italic;
}

.search-module .input-group-append {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  z-index: 1002;
}

.search-module .input-group-append .btn {
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.search-module .search-suggest-image {
  display: flex;
  align-items: center;
}

#js-hamburger-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.header-quantity-box {
  position: absolute;
  top: -9px;
  background-color: #00a889;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  border: 2px solid #fff;
}

.nav-link,
.header-top a {
  color: #3F4547;
}

.nav-link:active,
.nav-link:hover,
.header-top a:active,
.header-top a:hover {
  color: #272b2c;
}

.nav-item-login-button .btn {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 12px 24px;
}

.wishlist-dropdown-toggle {
  height: 60px;
  width: 60px;
  padding: 10px;
  z-index: 1910;
  position: relative;
}

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

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

.login-list.nav {
  z-index: 1902;
}

.mm-panels > .mm-panel {
  background-color: #F3F4F5;
}

.mm-listitem__btn:not(.mm-listitem__text) {
  font-weight: 400;
  font-size: 14px;
}

.mm-btn:after,
.mm-btn:before {
  border-top: 1px solid #212121 !important;
  border-left: 1px solid #212121 !important;
  width: 6px !important;
  height: 6px !important;
}

#mm-1:not(.mm-panel_opened-parent) .mm-navbar_sticky.mm-navbar {
  border: 0;
}

.mm-navbar_sticky {
  height: 80px !important;
}

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title:last-child {
  padding-right: 70px !important;
}

.close-menu-button-wrapper {
  position: absolute;
  width: 70px;
  height: 60px;
  display: block;
  z-index: 4;
  transform: translateX(-96%);
  left: 96%;
  top: 9px;
}

footer {
  padding: 0 0 4rem 0;
  margin-top: 3rem;
}

footer .module {
  padding-bottom: 1rem;
}

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

footer .module .module-head .module-head-title {
  color: #b0b0b0;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: left;
}

footer .list-group-flush .list-group-item {
  border: 0;
  background: no-repeat;
  padding: 0 0 17px 0;
  line-height: 18px;
}

footer .list-group-item-action {
  color: #b0b0b0;
}

footer .list-group-item-action:active,
footer .list-group-item-action:hover {
  color: #00a889;
}

footer a {
  color: #b0b0b0;
}

footer a:active,
footer a:hover {
  color: #00a889;
}

footer .contact-wrapper-box {
  color: #b0b0b0;
  font-weight: 700;
}

footer .contact-wrapper-box a {
  color: #b0b0b0;
  font-weight: 700;
}

footer .contact-wrapper-box a:active,
footer .contact-wrapper-box a:hover {
  color: #00a889;
}

footer .contact-wrapper-box .footer-contact-link {
  color: #00a889;
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .contact-wrapper-box .footer-contact-link i {
  position: relative;
}

footer .contact-wrapper-box .footer-contact-link:before {
  opacity: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #00a889;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s ease-in-out;
}

footer .contact-wrapper-box .footer-contact-link:active,
footer .contact-wrapper-box .footer-contact-link:hover {
  color: #fff;
  opacity: 1 !important;
}

footer .contact-wrapper-box .footer-contact-link:active:before,
footer .contact-wrapper-box .footer-contact-link:hover:before {
  opacity: 1;
}

.footer-top-position {
  padding-top: 1.5rem;
}

#section-partners_lasvegas img {
  max-width: 100%;
  height: auto;
}

.footer-copyright {
  color: #9A9AAC;
  font-weight: 500;
  font-size: 11px;
  line-height: 25px;
  margin-right: 1rem;
}

.footer-seo {
  margin-bottom: 1rem;
  color: #bbb;
  font-weight: 500;
  font-size: 11px;
  line-height: 22px;
}

.mobile-device-body footer .module-head-title {
  position: relative;
}

.mobile-device-body footer .module-head-title:before,
.mobile-device-body footer .module-head-title:after {
  content: "";
  position: absolute;
  background-color: #9C9B9F;
  transition: transform 0.25s ease-out;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mobile-device-body footer .module-head-title:after {
  width: 8px;
  height: 2px;
  right: 5px;
}

.mobile-device-body footer .module-head-title:before {
  width: 2px;
  height: 8px;
  right: 8px;
}

.mobile-device-body .module-head.show-minus-icon .module-head-title:before {
  transform: rotate(90deg);
}

.mobile-device-body .module-head.show-minus-icon .module-head-title:after {
  transform: rotate(180deg);
}

.partners-item {
  padding-left: 1rem;
}

/* custom checkbox */

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

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

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

.sr-custom-checkbox-control:focus ~ .sr-custom-checkbox-label::before {
  box-shadow: none, none;
}

.sr-custom-checkbox-control:focus:not(:checked) ~ .sr-custom-checkbox-label::before {
  border-color: #B5B8BE;
}

.sr-custom-checkbox-control:not(:disabled):active ~ .sr-custom-checkbox-label::before {
  color: #fff;
  background-color: #5cffe1;
  border-color: #dee2e6;
  box-shadow: none;
}

.sr-custom-checkbox-control:disabled ~ .sr-custom-checkbox-label {
  color: #7D7D7D;
}

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

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

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

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

.sr-custom-checkbox .sr-custom-checkbox-label::before {
  border-radius: 3px;
}

.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: #00a889;
  background-color: #00a889;
  box-shadow: none;
}

.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(0, 168, 137, 0.5);
}

.sr-custom-checkbox .sr-custom-checkbox-control:disabled:indeterminate ~ .sr-custom-checkbox-label::before {
  background-color: rgba(0, 168, 137, 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.875rem;
  font-weight: 400;
  color: #7D7D7D;
  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: #7D7D7D;
  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;
  border-top-right-radius: 0;
  border-bottom-right-radius: 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: #E9E9E9;
  border: 1px solid 2px;
  transition: all 0.2s ease-in-out;
  border-radius: 50px;
}

.sr-input-group-addon ~ .sr-form-control-ok,
.sr-input-group-addon ~ .sr-form-control-feedback {
  right: 70px;
}

.sr-input-group-addon-checked {
  color: #00a889;
}

.sr-input-group-addon-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-width: 2px 2px 2px 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: #7D7D7D;
  opacity: 1;
}

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

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

.sr-form-control.personal-telephone-number:focus:-ms-input-placeholder {
  color: #7D7D7D;
  opacity: 1;
}

/* /floating labels */

.form-element-topyenoh {
  display: none !important;
}

/* selects */

select.form-control {
  font-size: 0.8125rem;
  line-height: 1.2;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url("../image/lasvegas-select-arrow.svg") no-repeat;
  background-size: 10px 6px;
  background-position: right 20px center;
  transition: all 0.2s ease-in-out;
  padding-right: 40px;
  font-weight: 500;
  min-width: 140px;
}

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:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.js-wishlist-module {
  transition: all 0.2s ease-in-out;
}

.js-wishlist-module:hover .btn-outline-secondary {
  background-color: #fff;
  border-color: #B5B8BE;
  color: #00a889;
}

.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,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: transparent;
  border-color: #B5B8BE;
  color: #00a889;
  box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: transparent;
  color: #005c4b;
  border-color: #005c4b;
}

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

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  box-shadow: none;
}

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

.product-price {
  color: #151E26;
  font-size: 1.3125rem;
  font-weight: 700;
  margin-right: 0.5rem;
}

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

.product-price-special {
  font-size: 1.3125rem;
  color: #151E26;
  font-weight: 700;
  margin-right: 0.5rem;
}

/**
* Bootstrap 4 cards extension
*/

.side-position .card-deck {
  flex-flow: column wrap;
}

.side-position .card-deck .card {
  margin-bottom: 1rem;
}

.side-position .news-card-text {
  font-size: 0.75rem;
  line-height: 1rem;
  height: 32px;
}

.scroll-top-button.btn-primary {
  position: fixed;
  right: 10px;
  bottom: 130px;
  padding: 20px !important;
  box-shadow: none;
  z-index: 2020;
}

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

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

.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(0, 168, 137, 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: #00a889;
  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: #00a889;
  border-color: #00a889;
}

.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: 0px 5px 20px rgba(32, 32, 44, 0.15), 0 0 0 0 rgba(0, 168, 137, 0.5);
}

.edit-button.cart-button .btn {
  color: #00a889;
  border-color: #00a889;
  background-color: #fff;
  padding: 4px 10px;
}

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

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

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

.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: 0px 5px 20px rgba(32, 32, 44, 0.15), 0 0 0 0 rgba(0, 168, 137, 0.5);
}

.edit-button.cart-button .btn:active,
.edit-button.cart-button .btn:hover {
  color: #fff;
}

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

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

/* dropdown-hover-menu */

.navbar-nav > li > .dropdown-hover-menu {
  margin-top: 13px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropdown-hover-menu:not(.mm-listview) {
  background: #F3F4F5;
  position: relative;
  padding: 0;
  min-width: 20rem;
  margin: 2px 0 0;
  color: #9C9B9F;
  font-size: inherit;
  text-align: left;
  z-index: 1902;
  list-style: none;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 30px 30px 15px 15px;
  box-shadow: 0px 20px 49px rgba(0, 0, 0, 0.2);
}

.dropdown-hover-menu:not(.mm-listview) .dropdown-item,
.dropdown-hover-menu:not(.mm-listview) .dropdown-item-text {
  padding: 0.5rem 1rem;
  color: #212529;
  width: 100%;
  display: block;
  clear: both;
  font-weight: inherit;
  white-space: normal;
}

.dropdown-hover-menu:not(.mm-listview) .dropdown-item.active,
.dropdown-hover-menu:not(.mm-listview) .dropdown-item:active {
  background-color: #EAEAEA;
}

.logged-dropdown .dropdown-hover-menu {
  min-width: 10rem;
}

.headermenu-list .dropdown-hover-menu {
  min-width: 10rem;
}

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

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

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

.search-results.dropdown-menu .last-not-rounded-bottom.dropdown-item.rounded-0 {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.search-results.dropdown-menu .last-not-rounded-bottom.dropdown-item.rounded-0 > .row {
  border-bottom: 0;
}

.search-results.dropdown-menu .dropdown-item.active,
.search-results.dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

.search-results .dropdown-item a {
  font-weight: 500;
}

.search-results .dropdown-item > .row {
  border-bottom: 1px solid #dedede;
  padding-bottom: 1rem;
}

.dropdown-item .card-img {
  border-radius: 10px;
}

.wishlist-dropdown .card {
  border: 0;
}

.nav-item-login-button .dropdown-hover-menu .dropdown-item {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-item-login-button .dropdown-hover-menu .dropdown-item a {
  display: block;
  border-bottom: 1px solid #dedede;
  padding-top: 12px;
  padding-bottom: 9px;
  color: #393A41;
  line-height: 1.4;
}

.nav-item-login-button .dropdown-hover-menu .dropdown-item a:active,
.nav-item-login-button .dropdown-hover-menu .dropdown-item a:hover {
  color: #00a889;
}

.nav-item-login-button .dropdown-hover-menu {
  padding-top: 81px;
}

.nav-item-login-button .dropdown-hover-menu .dropdown-item:last-child a {
  border-bottom: 0;
}

.logged-dropdown .btn-outline-secondary {
  background-color: #fff;
  border-color: #EAEAEA;
}

.logged-dropdown:active .btn-outline-secondary,
.logged-dropdown:hover .btn-outline-secondary {
  border-color: #B5B8BE;
}

/* /dropdown-hover-menu */

.sr-register .intl-tel-input .flag-container {
  z-index: 4;
  top: 1px;
  left: 1px;
  bottom: 1px;
}

.sr-register .intl-tel-input.allow-dropdown .selected-flag {
  background-color: #E9E9E9;
  width: 80px;
  border-radius: 25px 0 0 25px;
}

.sr-register .intl-tel-input.allow-dropdown .selected-flag:focus {
  outline: none;
}

.sr-register .intl-tel-input .selected-flag .iti-flag {
  left: 25px;
}

.sr-register .intl-tel-input .selected-flag .iti-arrow {
  right: 14px;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 7px solid #9ea4a6;
}

.sr-register .intl-tel-input .country-list {
  z-index: 4;
}

/* quickview */

.quickview {
  z-index: 100;
  position: absolute;
  opacity: 0;
  margin: 0;
  will-change: opacity;
  transition: opacity .2s ease-in-out 0s;
  align-self: center;
}

.quickview .sr-icon-eye {
  display: none;
}

.quickview .wishlist-add {
  display: flex;
  align-items: center;
}

.product-quickview {
  background: #fff;
  padding: 1rem;
  min-height: 400px;
  text-align: left;
  display: flex;
}

.product-quickview .quantity-to-cart {
  border: 2px solid #E9E9E9;
  text-align: center;
  padding-right: 10px;
}

.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;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: 1.625rem;
}

/* /quickview */

.product-snapshot-vertical {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.product-snapshot-vertical .product-snapshot:empty {
  display: none;
}

.product-snapshot-vertical .product-snapshot:not(:empty) {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 30px;
}

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

.product-snapshot-vertical .product-card-rating.product-card-item {
  line-height: 1;
}

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

.product-snapshot-vertical .product-card-title {
  margin-top: 0;
}

.product-snapshot-horizontal .list_addtocart {
  display: flex;
  align-items: center;
}

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

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

.product-snapshot-horizontal.is-side .product-snapshot {
  margin-top: 15px;
}

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

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

.product-snapshot-horizontal.is-side .product-card > .row {
  margin: 0;
}

.product-snapshot-horizontal.is-side .card-body {
  line-height: 1.2;
}

.product-snapshot-horizontal.is-side .btn,
.product-snapshot-horizontal.is-side .product-card-item,
.product-snapshot-horizontal.is-side .product-card-price {
  font-size: 0.6875rem;
}

.product-snapshot-horizontal.is-side h2.product-card-item {
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.product-snapshot-horizontal.is-side .product-price-postfix {
  margin-left: 0.25rem;
}

.product-snapshot-horizontal.is-side .quantity-input {
  width: 30px;
}

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

.product-snapshot-horizontal:not(.is-side) .quantity-input {
  height: 45px;
  border-radius: 45px;
  width: 100px;
  border: 2px solid #E9E9E9;
  color: #393A41;
  font-size: 1.0625rem;
  font-weight: 500;
  text-align: center;
}

.product-snapshot-horizontal:not(.is-side) .card-actions.row {
  margin-bottom: 1rem;
}

.product-snapshot-horizontal .product-card-left-body {
  padding: 20px;
}

.product-snapshot-horizontal .product-card-left-body .product-card-item {
  margin-top: 6px;
  margin-bottom: 6px;
}

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

.product-card-image {
  margin-bottom: 0.25rem;
}

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

.product-card-body {
  padding: 20px 25px;
}

.product-card-item {
  margin-top: 4px;
  margin-bottom: 4px;
  color: #212121;
}

.product-card-title {
  margin-top: 0;
  font-weight: 500;
  font-size: 0.9375rem;
}

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

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

.product-card-title,
.product-card-price,
.product-card-description,
.product-card-rating,
.product-card-manufacturer,
.product-card-body .product-card-wishlist {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.product-card-description {
  color: #9C9B9F;
}

.quantity-name-text {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}

.card-actions.row {
  justify-content: start;
  align-items: center;
  margin: 0 -0.5rem;
}

.card-actions.row .col-details,
.card-actions.row .col-addtocart {
  padding: 0 0.5rem;
}

.product-card-footer {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.product-card-footer .product-card-item {
  padding: 0 25px;
  width: 100%;
}

.product-card-footer .product-card-item .btn {
  width: 100%;
}

.product-review-rating-stars {
  height: 100%;
}

.product-review-count {
  height: 100%;
  font-size: 11px;
  color: #a4a4a4;
  padding: 0 5px;
  position: relative;
}

.product-review-count:before {
  content: "(";
  font-size: 10px;
  position: absolute;
  top: 2px;
  left: 0;
}

.product-review-count:after {
  content: ")";
  font-size: 10px;
  position: absolute;
  top: 2px;
  right: 0;
}

.card-top-position .product-card-item {
  padding: 10px 25px;
}

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

.compare-checkbox-button {
  display: flex;
  align-items: center;
}

/* snapshot valtozatok */

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

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

.snapshot-attribute {
  width: 46px;
  height: 46px;
  margin: 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

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

.snapshot-attribute-wrapper {
  position: absolute;
  font-size: 0;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
}

.snapshot-attribute-link .attribute-value {
  width: 46px !important;
  height: 46px !important;
}

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

.snapshot-slider-left,
.snapshot-slider-right {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 56px;
  z-index: 1030;
}

.snapshot-slider-left {
  left: -20px;
}

.snapshot-slider-right {
  right: -20px;
}

/* /snapshot valtozatok */

/* product badges */

.product_badges {
  position: absolute;
  z-index: 100;
}

.product-image .product_badges {
  top: 0;
  left: 0;
}

.badgetype_1 .badgeitem-text,
.badgetype_9 .badgeitem-text {
  position: absolute;
  left: -2px;
  top: -2px;
  display: block;
  padding-top: 10px;
  height: 100%;
  width: 100%;
  text-align: center;
  transform: rotate(318deg);
}

.badgeitem {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  overflow: visible;
  position: relative;
  margin-bottom: 5px;
}

.badgeitem-text {
  color: #fff;
  line-height: 1;
}

.badgecolor_c .badgeitem-text {
  color: #000;
}

/* /product badges */

.aurora-overlay-buttons {
  display: flex;
  flex-direction: column;
}

.aurora-overlay-buttons .btn {
  margin: 1rem 0 0;
  min-width: 100px;
}

.aurora-overlay-content {
  padding: 2rem;
}

/*
 * Aurora Scroll 1.0 @author Gab @based on simplyScroll 1.0.4
 * http://logicbox.net/jquery/simplyscroll
 * http://logicbox.net/blog/simplyscroll-jquery-plugin
 * http://plugins.jquery.com/project/simplyScroll
 *
 */

.aurora-scroll {
  /* Modulon kívül vannak a nyilak */
  /* Modul fejléc jobb oldalán vannak a nyilak */
}

.aurora-scroll *:not(.clearfix) {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.aurora-scroll-list {
  z-index: 1;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
  margin: 0;
}

.aurora-scroll-list-item {
  flex: none !important;
}

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

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

.quickview-scroller-wrapper .aurora-scroll-click-container {
  width: 100%;
  margin: 0;
}

.aurora-scroll-clip {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.aurora-scroll-btn {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.aurora-scroll-btn-left {
  left: -24px;
}

.aurora-scroll-btn-right {
  right: -24px;
}

.aurora-scroll-btn-up,
.aurora-scroll-btn-down {
  right: calc(50% - 85px);
  left: auto;
}

.aurora-scroll-btn-left,
.aurora-scroll-btn-right {
  bottom: calc(50% - 85px);
}

.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:before {
  height: 15px;
  width: 18px;
  display: block;
  content: "";
  background: #00a889;
  -webkit-mask-image: url("../image/lasvegas-arrow-prev.svg");
  mask-image: url("../image/lasvegas-arrow-prev.svg");
}

.aurora-scroll-forward:before {
  height: 15px;
  width: 18px;
  display: block;
  content: "";
  background: #00a889;
  -webkit-mask-image: url("../image/lasvegas-arrow-next.svg");
  mask-image: url("../image/lasvegas-arrow-next.svg");
}

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

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

.aurora-scroll-arrow-pos-3 .aurora-scroll-btn-left,
.aurora-scroll-arrow-pos-3 .aurora-scroll-btn-right {
  bottom: auto;
  left: auto;
  top: -34px;
  width: 45px;
  height: 45px;
}

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

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

.aurora-scroll-arrow-pos-3 .aurora-scroll-forward:after {
  width: 15px;
  height: 15px;
}

.aurora-scroll-arrow-pos-3 .aurora-scroll-back:after {
  width: 15px;
  height: 15px;
}

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

.home-body main > .container > .row > .one-column-content .page-body {
  margin-top: 3rem;
}

.side-position {
  margin-bottom: 2rem;
}

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

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

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

footer .module .module-head,
.module.side-position .module-head {
  text-align: left;
  text-transform: none;
}

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

.home-position.module .module-head .module-head-title {
  color: #212121;
}

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

.home-position:not(.product-module):not(.stockfilter-module):not(#paf_filter):not(#pafsearch):not(#news) .module-body {
  margin-top: 15px;
}

.announcement-bar-section-section-body {
  background-color: #F3F4F5;
}

.modules-all-link {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modules-all-link .btn-link {
  display: flex;
  align-items: center;
  font-weight: 500;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 8px;
  color: #00a889;
  transition: all 0.2s ease-in-out;
}

.modules-all-link .btn-link:after {
  content: "";
  margin-left: 1rem;
  width: 10px;
  height: 9px;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #00a889;
  -webkit-mask-image: url("../image/lasvegas-arrow-next.svg");
  mask-image: url("../image/lasvegas-arrow-next.svg");
  transition: all 0.2s ease-in-out;
}

.modules-all-link .btn-link:active,
.modules-all-link .btn-link:hover {
  border-bottom: 1px solid #00a889;
}

.announcement-bar-section-row {
  padding: 14px 0;
  color: #212121;
  font-size: 11px;
}

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

.announcement-bar-section-row a {
  color: #212121;
}

.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;
  min-width: 24px;
}

/* banner slider */

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

.slider-container .banner-names {
  z-index: 2020;
}

.slider-container .slick-slide img {
  max-width: 100% !important;
  height: auto;
  width: 100%;
}

.slider-container .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

.desktop-slider-dots-mode .slick-dots li,
.desktop-slider-dots-mode .slick-dots li button {
  width: 24px;
  height: 24px;
}

.desktop-slider-dots-mode .slick-dots li button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.desktop-slider-dots-mode .slick-dots li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.desktop-slider-dots-mode .slick-dots li button:before {
  width: 24px;
  height: 24px;
  font-size: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.desktop-small-width-banner .scroller-position {
  margin: auto;
  display: block;
}

.desktop-small-width-banner .scroller-position:after {
  content: "";
  display: block;
  clear: both;
}

.desktop-small-width-banner .scroller-position .module-pafsearch-wrapper {
  padding-left: 30px;
  width: 25%;
  float: right;
  position: relative;
  z-index: 3;
  right: 0;
}

.desktop-small-width-banner .scroller-position .module-pafsearch-wrapper .module-head-title {
  font-size: 1.25rem;
  margin-bottom: 0 !important;
}

.desktop-small-width-banner .scroller-position .module-pafsearch-wrapper .module-head {
  padding: 15px 30px;
}

.desktop-small-width-banner .scroller-position .paf-search-form .widget {
  margin-bottom: 12px;
  padding-bottom: 5px;
}

.desktop-small-width-banner .scroller-position .widget-content-wrapper::-webkit-scrollbar {
  width: 10px;
}

.desktop-small-width-banner .scroller-position .widget-content-wrapper::-webkit-scrollbar-track {
  background: #fff;
  width: 10px;
}

.desktop-small-width-banner .scroller-position .widget-content-wrapper::-webkit-scrollbar-thumb {
  background: #D0D3D7;
  border: 0 solid transparent;
  border-radius: 10px;
  background-clip: content-box;
}

.desktop-small-width-banner .scroller-position .widget-content-wrapper::-webkit-scrollbar-thumb:hover {
  background: #00a889;
  border: 0 solid transparent;
  border-radius: 10px;
  background-clip: content-box;
}

.mobile-arrows .slick-arrow {
  width: 50px;
  height: 50px;
}

.mobile-arrows .slick-arrow:active:before,
.mobile-arrows .slick-arrow:hover:before {
  border-color: #00a889;
}

.mobile-arrows .slick-slide img {
  width: 100%;
}

.mobile-arrows .slick-next {
  top: 50%;
  right: 20px;
}

.mobile-arrows .slick-prev {
  top: 50%;
  left: 20px;
}

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

.banner-names {
  position: absolute !important;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 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;
  width: auto !important;
}

.banner-names-item:hover {
  cursor: pointer;
}

.small-width-banner-container .banner-names-item {
  font-size: 10px;
  border-bottom: 2px solid transparent;
}

.desktop-small-width-banner.desktop-slider-dots-mode .mobile-wrapper {
  height: 30px;
}

.banner-items-content {
  position: relative;
  background-color: #F3F4F5;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.banner-items-container {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-items-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.325;
}

.banner-items-subtitle {
  font-weight: normal;
  font-size: 11px;
  line-height: 22px;
}

body.desktop-device-body .banner-items-button .btn {
  box-shadow: 0px 5px 20px rgba(32, 32, 44, 0.15);
  background-color: #fff;
  border: 0;
}

body.desktop-device-body .banner-items-button .btn:active,
body.desktop-device-body .banner-items-button .btn:hover {
  background-color: #fff !important;
  box-shadow: 0px 5px 20px rgba(32, 32, 44, 0.15) !important;
  border: 0;
}

.banner-items-button {
  margin-top: 13px;
}

/* /banner slider */

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

.js-cart-delete {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  border-radius: 25px;
  border: 1px solid transparent;
  color: #FE5019;
  z-index: 99;
}

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

.cart-module-packageoffer-name {
  color: #212121;
}

.cart-module-packageoffer-container {
  background: #E9E9E9;
  padding: 0 1rem 10px;
  margin: 0;
}

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

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

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

.package-offer-product-item {
  padding: 0.5rem 0;
}

.cart-list .spinner-loader {
  display: none;
}

.cart-list .cart_remove_loading .spinner-loader {
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
}

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

.cart-dropdown-packageoffer-list .card-img {
  border-radius: 15px;
}

.dropdown-hover-menu .cart-action-list .cart-sub-total.dropdown-item-text,
.dropdown-hover-menu .cart-action-list .cart-total.dropdown-item-text {
  background-color: #fff;
  line-height: 0.9375rem;
  font-weight: 500;
}

.dropdown-hover-menu .cart-action-list .cart-total.dropdown-item-text,
.dropdown-hover-menu .cart-action-list .cart-sub-total.dropdown-item-text {
  padding-top: 4px;
  padding-bottom: 4px;
}

.dropdown-hover-menu .cart-action-list .cart-sub-total.dropdown-item-text {
  padding-top: 15px;
}

.dropdown-hover-menu .cart-action-list .last-cart-actions-total.cart-total.dropdown-item-text {
  padding-bottom: 15px;
}

.dropdown-hover-menu .cart-actions.dropdown-item-text {
  padding-top: 20px;
  padding-bottom: 11px;
}

.cart-product-list {
  max-height: 300px;
  overflow-x: auto;
}

.auroramessenger-popupcontent {
  width: 800px;
  overflow: hidden;
}

.auroramessenger-popupcontent .module-head {
  display: none;
}

.auroramessenger-popupcontent .aurora-scroll .aurora-scroll-btn-left {
  left: -25px;
  bottom: calc(50% - 55px);
}

.auroramessenger-popupcontent .aurora-scroll .aurora-scroll-btn-right {
  right: -25px;
  bottom: calc(50% - 55px);
}

.popup-item-wrapper {
  background: #EAEAEA;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}

.popup-item-wrapper .row {
  flex-wrap: nowrap;
}

.auroramessenger-wrapper .buttons {
  background: none;
  border: 0;
}

.auroramessage-title {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.auroramessage-others {
  margin: 10px 0;
  font-weight: bold;
  text-align: left;
}

.auroramessage-incart {
  background: #EAEAEA;
  width: 70%;
  float: left;
  text-align: left;
  padding: 5px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

.auroramessage-product-image {
  width: 50px;
  margin-right: 10px;
  border-radius: 15px;
}

.auroramessage-product-name,
.auroramessage-product-name:visited,
.auroramessage-product-name:active {
  color: #000;
}

.auroramessage-link {
  float: right;
  width: 27%;
  text-align: right;
  margin-top: 10px;
}

.auroramessage-link .message-close-button {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 20px;
  background: #fff;
  border-radius: 100%;
  font-weight: 500;
  position: absolute;
  top: -13px;
  color: #000;
  border: 3px solid #495057;
}

.auroramessage-text svg {
  color: #78b15a;
}

.auroramessage-text a {
  color: #000;
  text-decoration: underline;
}

.auroramessage-text a:hover {
  text-decoration: none;
}

.auroramessenger-message.popup {
  padding: 15px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px 0 #B5B8BE;
  color: #7D7D7D;
}

.auroramessenger-message.popup .aurora-scroll-container {
  position: relative;
}

/* 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: #fff;
  box-shadow: 0 5px 30px 5px rgba(69, 79, 91, 0.2);
}

/* /custom-dropdown */

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

.sf-horizontal > .category-list > .nav-link {
  outline: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
}

.sf-horizontal .children {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  margin: auto;
  z-index: 1000;
  min-width: 170px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px 0;
}

.sf-horizontal .align-1.dropDownParent .children {
  transform: translateX(0);
}

.sf-horizontal > .children {
  left: 50%;
  transform: translateX(-50%);
}

.sf-horizontal li:hover > .children,
.sf-horizontal li.sfHoverHorizontal > .children {
  display: block;
}

.sf-horizontal .children .children {
  min-height: 100%;
  transform: translateX(0);
  padding: 8px 0;
  top: 0;
  left: 100%;
}

.sf-horizontal > li {
  position: relative;
}

.sf-horizontal .children > li {
  position: static;
}

.sf-horizontal > li.dropDownParent > .nav-link:after,
.sf-horizontal > li.parent > .nav-link:after {
  border: solid #3F4547;
  border-width: 0 1.5px 1.5px 0;
  content: " ";
  height: 7px;
  width: 7px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  display: inline-block;
  top: -3px;
  position: relative;
  left: auto;
  right: -3px;
}

.sf-horizontal > li.parent .parent > .nav-link:after {
  border: solid #3F4547;
  border-width: 0 1.5px 1.5px 0;
  content: " ";
  height: 6px;
  width: 6px;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  display: inline-block;
  left: auto;
  position: absolute;
  right: 0.5rem;
}

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

.sf-horizontal > li.parent .parent:active > .nav-link:after,
.sf-horizontal > li.parent .parent:hover > .nav-link:after,
.sf-horizontal > li.dropDownParent:active > .nav-link:after,
.sf-horizontal > li.dropDownParent:hover > .nav-link:after,
.sf-horizontal > li.parent:active > .nav-link:after,
.sf-horizontal > li.parent:hover > .nav-link:after {
  border-right: 1.5px solid #272b2c;
  border-bottom: 1.5px solid #272b2c;
}

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

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

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

.sf-vertical .children {
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  z-index: 1000;
  min-width: 15em;
}

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

.sf-vertical li {
  position: relative;
}

.sf-vertical > li:hover .children,
.sf-vertical > li.js-sf-hover .children {
  display: block;
}

.sf-vertical > li.dropDownParent > a,
.sf-vertical > li.parent > a {
  position: relative;
}

.sf-vertical > li.dropDownParent > a:after,
.sf-vertical > li.parent > a:after {
  border: solid #00a889;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 6px;
  width: 6px;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  display: inline-block;
  top: -2px;
  left: auto;
  position: absolute;
  right: 0.5rem;
}

.sf-vertical > li.parent .parent > .nav-link:after {
  border: solid #00a889;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 6px;
  width: 6px;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  display: inline-block;
  left: auto;
  position: absolute;
  right: 0.5rem;
}

.sf-vertical > li.parent .parent:active > .nav-link:after,
.sf-vertical > li.parent .parent:hover > .nav-link:after,
.sf-vertical > li.dropDownParent:active > .nav-link:after,
.sf-vertical > li.dropDownParent:hover > .nav-link:after,
.sf-vertical > li.parent:active > .nav-link:after,
.sf-vertical > li.parent:hover > .nav-link:after {
  border-right: 1.5px solid #272b2c;
  border-bottom: 1.5px solid #272b2c;
}

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

.module-categoryoffer-wrapper h5 {
  font-weight: 500;
}

.category-snapshot-name-link {
  color: #9C9B9F;
  transition: all 0.2s ease-in-out;
}

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

.categoryoffer-col:active .category-snapshot-name-link,
.categoryoffer-col:hover .category-snapshot-name-link {
  color: #005c4b;
}

/* compare popup */

.tablescroll_body {
  width: 800px;
}

/* /compare popup */

/* compare module */

.compare-remove-btn {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2rem;
  line-height: 0.6;
}

/* /compare module */

.currenciesselect-module.header-position {
  display: flex;
  align-items: center;
}

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

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

.module-dealofday-wrapper .product-card {
  border: 0;
}

.module-dealofday-wrapper .product-module .product-card {
  border: 0 !important;
  box-shadow: none;
}

.module-dealofday-wrapper .product-card-title {
  margin-bottom: 25px;
}

.module-dealofday-wrapper .product-card-title a {
  font-size: 2.5rem;
  line-height: 55px;
}

.module-dealofday-wrapper ul {
  margin-top: 19px;
  padding-left: 1rem;
}

.module-dealofday-wrapper ul li {
  padding-bottom: 15px;
  line-height: 20px;
}

.module-dealofday-wrapper .card-actions .btn {
  padding: 14px 50px;
  font-size: 1.0625rem;
  line-height: 1.5;
  border-radius: 30px;
}

.module-dealofday-wrapper .product-card-price {
  margin-top: 25px;
}

.module-dealofday-wrapper .product-price-original {
  font-size: 1.125rem;
}

.module-dealofday-wrapper .product-price,
.module-dealofday-wrapper .product-price-special {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.module-dealofday-wrapper .product-price-postfix {
  line-height: 1.5rem;
  color: #929597;
  font-size: 1.125rem;
}

.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: 55px;
  border-radius: 55px;
  width: 100px;
  border: 2px solid #E9E9E9;
  color: #393A41;
  font-size: 1.0625rem;
  font-weight: 500;
  text-align: center;
}

#section-footer_advantages_stockholm {
  position: relative;
}

.footer-advantages {
  justify-content: center;
  background-color: #F3F4F5;
  border-radius: 15px;
  padding: 25px;
}

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

.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;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
  color: #212121;
}

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

.kickerimage-section-body .card-img {
  border-radius: 15px;
}

.kickerimage-section-body .kickerimage-title,
.kickerimage-section-body .kickerimage-title-link {
  margin-top: 0;
  color: #fff;
}

.kickerimage-section-body .kickerimage-title {
  text-align: center;
}

.kickerimage-section-body .card {
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.03);
}

.kickerimage-section-body .card:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.kickerimage-section-body .kickerimage-with-link.card:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}

/* language select */

.languageselect-module.header-position {
  display: flex;
  align-items: center;
}

.languageselect-module.header-position .module-head {
  padding: 0;
}

.languageselect-module.header-position .module-head-title {
  font-size: 0.875rem;
  margin-right: 1rem;
}

.language-icon ~ .language-icon {
  margin-left: 0.5rem;
}

.language-icon img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: .6;
  transition: all 0.2s ease-in-out;
}

.language-icon img:hover,
.language-icon.active img {
  opacity: 1;
}

.language-text {
  cursor: pointer;
  padding: 0 0.5rem;
  position: relative;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
}

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

.language-text:not(.active) span {
  opacity: .6;
}

.language-text:hover span {
  opacity: 1;
}

/* /language select */

#lastseen .product-card {
  border: 0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}

#lastseen .product-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

#lastseen .product-card-image {
  margin: 0;
}

#lastseen .is-side .product-card-title a:not(.edit-link) {
  height: auto;
}

#lastseen .is-side .product-card-left-body {
  padding: 5px 0;
}

#lastseen .is-side .product-card {
  padding: 10px;
}

#lastseen .is-side .card-body {
  padding: 0;
}

#lastseen .is-side .card-img {
  border-radius: 15px;
}

#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 .product-card-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  overflow: hidden;
  margin: 0;
}

.footer-top-position #lastseen .product-card-title a:not(.edit-link) {
  padding: 5px 20px;
  line-height: 1.25rem;
  height: 46px;
  font-weight: 500;
  display: block;
}

.footer-top-position #lastseen .card-body {
  padding: 0 0 1rem 0;
}

.footer-top-position #lastseen .snapshot-list-attributes,
.footer-top-position #lastseen .product-card-item:not(.product-card-title),
.footer-top-position #lastseen .product-card-quickview,
.footer-top-position #lastseen .product_badges,
.footer-top-position #lastseen .product-card-footer {
  display: none !important;
}

.footer-top-position #lastseen .product-snapshot-vertical .product-snapshot:not(:empty) {
  flex: 0 0 20% !important;
  max-width: 20% !important;
  margin-top: 1rem;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-top-position #lastseen .product-snapshot-vertical .product-snapshot:not(:empty):hover {
  box-shadow: none;
}

.mobile-navbar {
  padding-right: 2rem;
}

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

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

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

.mobile-login-buttons .btn-primary {
  color: #fff !important;
  box-shadow: 0 5px 15px rgba(32, 32, 44, 0.15);
}

.mobile-login-buttons .btn-secondary {
  color: #fff !important;
}

.mobile-login-buttons .btn {
  padding: 9px 3px 8px;
}

.hamburger-icon {
  width: 20px;
  height: 18px;
}

.hamburger-icon-line {
  background-color: #fff;
  width: 20px;
  height: 2px;
  left: 0;
  border-radius: 3px;
  transition: all 0.6s;
}

.hamburger-icon-line.line-1 {
  top: 1px;
}

.hamburger-icon-line.line-2 {
  top: 50%;
}

.hamburger-icon-line.line-3 {
  bottom: -1px;
}

.mm-wrapper_opening #js-hamburger-icon {
  color: #005c4b;
}

.js-close-menu .btn {
  width: 60px;
  height: 60px;
  border: 1px solid #B5B8BE;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #00a889;
  background-color: #fff;
  position: relative;
}

.js-close-menu .btn:active,
.js-close-menu .btn:hover {
  background-color: #00a889;
  color: #fff;
  border-color: #00a889;
}

li.hamburger-contacts-wrapper.mm-listitem:after,
li.hamburger-selects-wrapper.mm-listitem:after {
  display: none;
}

.hamburger-phone.hamburger-contacts-link {
  border-right: 1px solid #d9d9d9;
  margin-right: 1rem;
  padding-right: 1rem;
  color: #9C9B9F !important;
}

.hamburger-contacts-link {
  color: #9C9B9F;
  font-weight: 700;
}

.hamburger-contacts-link:active,
.hamburger-contacts-link:hover {
  color: #00a889 !important;
}

.mm-listitem {
  font-weight: 600;
}

.mm-listitem.nav-item {
  color: #acacac;
}

.nav-link .icon-arrow {
  display: none;
}

.mm-panel .wishlist-dropdown {
  margin: 0;
}

.mm-panel .wishlist-dropdown .mobile-wishlist-link {
  padding-left: 0;
}

#js-mobile-nav .wishlist-box-wrapper {
  padding: 10px 10px 10px 20px;
  height: 50px;
  display: flex;
  align-items: center;
}

.hamburger-wishlist > * {
  width: 100%;
}

.mm-panels > .mm-panel::-webkit-scrollbar {
  width: 10px;
}

.mm-panels > .mm-panel::-webkit-scrollbar-track {
  background: #fff;
  width: 10px;
}

.mm-panels > .mm-panel::-webkit-scrollbar-thumb {
  background: #D0D3D7;
  border: 0 solid transparent;
  border-radius: 10px;
  background-clip: content-box;
}

.mm-panels > .mm-panel::-webkit-scrollbar-thumb:hover {
  background: #00a889;
  border: 0 solid transparent;
  border-radius: 10px;
  background-clip: content-box;
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  transition: opacity .4s ease 0s !important;
}

.mm-menu_theme-dark .mm-panels,
.mm-menu_theme-dark .mm-listview,
.mm-menu_theme-dark .mm-panels > .mm-panel {
  background-color: #333 !important;
}

.mm-menu_theme-dark .mm-navbar__title,
.mm-menu_theme-dark .mm-listitem__btn:not(.mm-listitem__text),
.mm-menu_theme-dark .mm-counter {
  color: #fff !important;
}

.mm-menu_theme-dark .mm-btn_next:after,
.mm-menu_theme-dark .mm-btn_prev:before {
  border-color: #fff !important;
}

.mm-menu_theme-dark .mm-listitem:after {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.mm-menu_theme-dark .mm-listitem__btn:not(.mm-listitem__text) {
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mm-menu_theme-dark .mm-navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

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

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

.mosaic-grid {
  display: grid;
  grid-gap: 30px;
  grid-auto-flow: column;
  grid-template-columns: 100%;
  grid-template-areas: "mosaic-1" "mosaic-2" "mosaic-3" "mosaic-4" "mosaic-5";
}

.mosaic-grid-length--1 {
  grid-template-areas: "mosaic-1";
  grid-template-columns: 1fr;
}

.mosaic-grid-length--2 {
  grid-template-columns: 1fr;
  grid-template-areas: "mosaic-1" "mosaic-2";
}

.mosaic-grid-length--3 {
  grid-template-columns: 1fr;
  grid-template-areas: "mosaic-1" "mosaic-2" "mosaic-3";
}

.mosaic-grid-length--4 {
  grid-template-columns: 1fr;
  grid-template-areas: "mosaic-1" "mosaic-2" "mosaic-3" "mosaic-4";
}

.mosaic-grid > .card:nth-child(1) {
  grid-area: mosaic-1;
}

.mosaic-grid > .card:nth-child(2) {
  grid-area: mosaic-2;
}

.mosaic-grid > .card:nth-child(3) {
  grid-area: mosaic-3;
}

.mosaic-grid > .card:nth-child(4) {
  grid-area: mosaic-4;
}

.mosaic-grid > .card:nth-child(5) {
  grid-area: mosaic-5;
}

.mosaic-grid > .card:nth-child(n+6) {
  display: none;
}

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

.mosaic-title.card-title {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin-bottom: 0;
}

.mosaic-card-show-overlay {
  position: relative;
  border-radius: 15px;
}

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

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

.mosaic-card:after {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  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 {
  padding: 30px;
  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(234, 234, 234, 0.9);
}

.nanobar-container {
  font-size: 12px;
}

.nanobar-cookies {
  display: flex;
  border-top: 1px solid #495057;
}

.nanobar-cookie-cog {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 1030;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  transition: all 0.2s ease-in-out;
  background: #d9d9d9;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  color: #495057;
}

.nanobar-cookie-cog:hover {
  background: #495057;
  color: #fff;
}

/* /nanobar */

.news-pretext {
  text-align: center;
  font-size: 0.75rem;
  line-height: 20px;
  color: #9C9B9F;
  font-weight: 500;
}

.news-list .card-title a {
  color: #212121;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.news-list .card-title a:active,
.news-list .card-title a:hover {
  color: #00a889;
}

.news-card-title {
  margin: 37px 0 15px;
  line-height: 35px;
}

.news-card-title a {
  color: #212121;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.news-card-title a:active,
.news-card-title a:hover {
  color: #00a889;
}

.news-card .btn-outline-primary {
  box-shadow: 0px 5px 20px rgba(32, 32, 44, 0.15);
}

.news-card .btn-outline-primary:active,
.news-card .btn-outline-primary:hover,
.news-card .btn-outline-primary:focus {
  box-shadow: 0px 5px 20px rgba(32, 32, 44, 0.15) !important;
}

.news-card-footer {
  padding-top: 17px;
  padding-bottom: 18px;
}

.news-card-image-wrapper {
  position: relative;
  display: block;
}

.news-card-image-wrapper .card-subtitle {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 7px 10px 5px 10px;
  border-radius: 0 0 15px 15px;
}

.news-card-text {
  color: #9C9B9F;
  line-height: 1.5625rem;
  font-weight: 500;
}

.news-card-subtitle {
  color: #d2d2d2;
  font-size: 0.75rem;
  font-weight: 500;
}

.news-card-subtitle small {
  font-size: 0.75rem;
  font-weight: 500;
}

.news-cards .news-card {
  padding: 0 1rem;
}

.news-card-image {
  border-radius: 15px;
}

.news-cards .slick-next {
  right: -10px;
}

.news-cards .slick-prev {
  left: -10px;
}

.footer-position .modules-all-link {
  margin-top: 1rem;
  justify-content: flex-start;
}

.footer-position .news-pretext {
  display: none;
}

.footer-position .news-cards {
  margin: 0;
  flex-direction: column;
}

.footer-position .news-cards .news-card {
  background: transparent;
  margin-bottom: 0.5rem;
  padding: 0 !important;
  margin-right: 0;
  margin-left: 0;
}

.footer-position .news-cards .news-card-text {
  line-height: 1.4;
}

.footer-position .news-cards .news-card-title {
  margin: 0 0 0.25rem 0;
}

.footer-position .news-cards .news-card-title a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #b0b0b0;
}

.footer-position .news-cards .news-card-title a:active,
.footer-position .news-cards .news-card-title a:hover {
  color: #00a889;
}

.mobile-device-body .news-cards .news-card {
  padding: 0 0 1rem 0;
}

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

.newsletter-pretext,
.newsletter-posttext {
  color: #7D7D7D;
}

.module-newsletter_subscribe-wrapper .custom-checkbox label {
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #7D7D7D;
}

.subscribe-input-row {
  margin: 0 -5px;
}

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

.home-position .newsletter-home-wrapper {
  color: #393a41;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
}

.home-position .newsletter-home-wrapper .module-head-title {
  font-weight: 500;
  margin-bottom: 13px;
}

.home-position .newsletter-pretext,
.home-position .newsletter-posttext {
  color: #393a41;
  font-size: 13px;
  line-height: 22px;
}

.home-position .newsletter-home-left img {
  width: 100%;
  height: auto;
}

.home-position .newsletter-home-right {
  padding: 20px;
}

.home-position .module-head-title {
  color: #393a41;
  font-weight: 400;
  font-size: 1.5625rem;
  margin-bottom: 20px;
}

.home-position .form-submit .btn {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border: 0;
}

.home-position .form-submit .btn:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border: 0;
}

.home-position .custom-control-label:before {
  background-color: transparent;
  border: 1px solid #393a41;
}

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

.home-position .custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background-color: transparent;
  border-color: #393a41;
}

.home-position .custom-control-input:checked ~ .custom-control-label:before {
  background-color: transparent;
  border-color: #393a41;
}

.home-position .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  border-radius: 3px;
  background-color: #393a41;
  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");
}

.home-position .custom-checkbox label {
  color: #393a41 !important;
  line-height: 17px;
}

.home-position .subscribe-input-row {
  margin-bottom: 5px;
}

.home-position .subscribe-input-row .form-control {
  background: none;
  font-style: italic;
  border-width: 1px;
  color: #393a41;
  -webkit-appearance: none;
  appearance: none;
}

.home-position .subscribe-input-row .form-control::-webkit-input-placeholder {
  color: #393a41;
  opacity: 1;
}

.home-position .subscribe-input-row .form-control:-moz-placeholder {
  color: #393a41;
  opacity: 1;
}

.home-position .subscribe-input-row .form-control::-moz-placeholder {
  color: #393a41;
  opacity: 1;
}

.home-position .subscribe-input-row .form-control:-ms-input-placeholder {
  color: #393a41;
  opacity: 1;
}

.home-position .subscribe-input-row .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.home-position .subscribe-input-row .form-control:focus:-moz-placeholder {
  color: transparent;
}

.home-position .subscribe-input-row .form-control:focus::-moz-placeholder {
  color: transparent;
}

.home-position .subscribe-input-row .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.home-position .subscribe-input-row .form-control:focus {
  border: 1px solid #393a41;
}

/* product filter */

#paf_filter .module-head {
  text-align: left;
}

.custom-value-filter-max input,
.custom-value-filter-min input {
  text-align: center;
}

.custom-value-filter-button .btn {
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}

.widget {
  padding: 5px 0;
}

.widget label {
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  cursor: pointer;
}

.widget label:hover {
  color: #00a889;
}

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

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

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

.widget-head {
  padding: 0.6875rem 1.5rem 0.6875rem 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  position: relative;
  font-size: 0.875rem;
  color: #393A41;
  line-height: 1;
  font-weight: 400;
  background-color: transparent;
  border: 0;
  transition: all 0.2s ease-in-out;
}

.widget-head .paf-attr-icon-information-mark {
  background-color: #d9d9d9;
  width: 13px;
  height: 13px;
  color: #1e201d;
}

.widget-head .icon-arrow-span {
  position: absolute;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 8px;
  line-height: 8px;
}

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

.widget-head[aria-expanded="true"] .icon-arrow-span-down {
  display: none;
}

.widget-head[aria-expanded="true"] .icon-arrow-span-up {
  display: block;
}

.widget:not(.paf-filter-search) {
  transition: all 0.2s ease-in-out;
}

.widget:not(.paf-filter-search):active .widget-head,
.widget:not(.paf-filter-search):active .widget-body,
.widget:not(.paf-filter-search):hover .widget-head,
.widget:not(.paf-filter-search):hover .widget-body {
  background-color: #F3F4F5;
}

.widget:not(.paf-filter-search):active .widget-head:not([aria-expanded="true"]),
.widget:not(.paf-filter-search):hover .widget-head:not([aria-expanded="true"]) {
  color: #00a889;
}

.widget-head[aria-expanded="true"] {
  background-color: transparent;
  border: 0;
  border-bottom: 0;
  color: #00a889;
}

.widget:not(.paf-filter-search) .widget-body {
  box-shadow: 0 25px 49px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  background-color: #F3F4F5;
}

.widget:not(.paf-filter-search) .widget-body.show {
  background-color: #F3F4F5;
}

.widget:not(.paf-filter-search) .widget-body > div {
  padding: 10px;
}

.widget .widget-body {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.slice-more-after .slice-title {
  margin-top: 0.5rem;
}

.slice-more-after .slice-title a {
  cursor: pointer;
  color: #00a889;
  font-size: 0.8125rem;
}

.custom-value-filter {
  border-top: 1px solid #d9d9d9;
  margin-top: 1rem;
  padding: 1rem 0.5rem 0;
}

.paf-attr-icon + span {
  margin-left: 5px;
}

span + .paf-attr-icon {
  margin-left: 5px;
}

.paf-attr-icon img {
  display: none;
}

.loyalty-information-mark,
.paf-attr-icon-information-mark,
.paf-attr-icon-question-mark {
  border-radius: 60px;
  width: 15px;
  height: 15px;
  line-height: 10px;
  background-color: #E9E9E9;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 500;
  font-size: 11px;
}

.loyalty-information-mark {
  margin-left: 0.25rem;
}

.loyalty-information-mark:before,
.paf-attr-icon-information-mark:before {
  content: "i";
}

.paf-attr-icon-question-mark:before {
  content: "?";
}

.product-filter-slider {
  margin-top: 2rem;
  padding: 0 0.5rem;
}

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

.open-filter-btn {
  margin-right: auto;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  height: 45px;
  padding: 0;
  display: block;
  margin-top: 0;
}

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

.close-filter-btn {
  position: absolute;
  z-index: 1050;
  top: 3px;
  right: 3px;
  width: 40px;
  height: 40px;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  padding: 0;
}

.module-stockfilter-wrapper {
  padding: 5px 0;
}

.module-stockfilter-wrapper .module-head {
  display: none;
}

.paf-filter-search-btn {
  padding: 8px 10px;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 500;
}

.paf-filter-search-btn svg {
  width: 8px;
}

body:not(.desktop-device-body) html.js-is-visible {
  overflow: hidden;
}

body:not(.desktop-device-body) #paf_filter .module-head {
  padding: 0;
}

body:not(.desktop-device-body) .product-filter-module {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 260px;
  transform: translateX(-100%);
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

body:not(.desktop-device-body) .product-filter-module.show {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

body:not(.desktop-device-body) .product-filter-module > .module {
  background: #fff;
  padding: 0.5rem 1rem;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: .5s;
  overflow-scrolling: touch;
}

body:not(.desktop-device-body) .widget:not(.paf-filter-search) .widget-body.show {
  background-color: transparent;
}

body:not(.desktop-device-body) .custom-value-filter-max input,
body:not(.desktop-device-body) .custom-value-filter-min input {
  padding: 5px;
}

body:not(.desktop-device-body) .custom-value-filter {
  padding-left: 0;
  padding-right: 0;
}

body:not(.desktop-device-body) .widget:not(.paf-filter-search):active .widget-head,
body:not(.desktop-device-body) .widget:not(.paf-filter-search):active .widget-body,
body:not(.desktop-device-body) .widget:not(.paf-filter-search):hover .widget-head,
body:not(.desktop-device-body) .widget:not(.paf-filter-search):hover .widget-body {
  background-color: transparent;
}

body:not(.desktop-device-body) .paf-filter-wrapper {
  flex-direction: column !important;
}

body:not(.desktop-device-body) .header-navbar .js-wishlist-module {
  display: none;
}

/* /product filter */

.stockfilter-module.home-position {
  margin: 0;
}

.stockfilter-module.home-position .module-body {
  margin: 0 !important;
}

.stockfilter-module.home-position .form-group {
  margin-bottom: 0;
  cursor: pointer;
}

.stockfilter-module.home-position .custom-checkbox {
  padding: 0.625rem 1.5rem 0.625rem 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  position: relative;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 300;
  background-color: transparent;
  border: 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.stockfilter-module.home-position .custom-checkbox label {
  color: #393A41 !important;
  font-weight: 400;
  cursor: pointer;
}

.stockfilter-module.home-position .custom-checkbox:active,
.stockfilter-module.home-position .custom-checkbox:hover,
.stockfilter-module.home-position .custom-checkbox:focus {
  color: #00a889;
}

.stockfilter-module.home-position .custom-control-label:before,
.stockfilter-module.home-position .custom-control-label:after {
  top: 0;
}

.paf-search-form .widget {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  align-self: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
  margin-top: 0;
  border: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.paf-search-form .widget .widget-title {
  display: flex;
  padding-bottom: 0.25rem;
  align-items: center;
}

.widget-content-wrapper {
  width: 100%;
}

.scroller-position {
  position: relative;
}

.scroller-position .module-pafsearch-wrapper .module-head {
  text-align: left;
  padding: 15px 30px;
}

.scroller-position .module-pafsearch-wrapper .module-head-title {
  margin-bottom: 0 !important;
}

.scroller-position .module-pafsearch-wrapper .paf-search-form .widget .widget-title {
  font-size: 15px;
  font-weight: 500;
}

.scroller-position .paf-search-form .widget {
  margin-bottom: 14px;
}

.scroller-position .paf-search-button {
  padding-top: 0;
  padding-bottom: 0;
}

.scroller-position #pafsearch {
  background-color: #fff;
  border: 5px solid #EDEDED;
  box-shadow: 0 40px 80px rgba(32, 35, 64, 0.1);
  border-radius: 15px;
}

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

.support-row {
  height: 100%;
  align-items: stretch !important;
  flex: 1;
  margin: 0 -20px;
}

#section-support_box_lasvegas .pretext {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.support-item {
  padding: 0 20px;
  width: 100%;
  text-align: center;
}

.no-image-svg {
  color: #00a889;
}

.no-image-svg svg {
  width: 60px;
  height: 60px;
}

.support-item-title {
  font-size: 1.5625rem;
  font-weight: 500;
  color: #fff;
}

.support-item-content {
  font-size: 0.75rem;
  color: #9C9B9F;
  line-height: 1.375rem;
  font-weight: 500;
  margin-top: 12px;
}

.support-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #3B4048;
  border-radius: 15px;
  padding: 34px 20px 54px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.support-item a {
  border-radius: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* wishlist module and wishlist page */

.js-add-to-wishlist svg {
  transition: opacity 0.15s linear;
  width: 15px;
  height: 15px;
}

.js-add-to-wishlist .icon-heart-filled {
  opacity: 0;
  position: absolute;
}

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

.card-top-position .add-to-wsihlist-text {
  display: none;
}

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

.card-top-position .js-add-to-wishlist .wishlist-icon {
  position: absolute;
  top: 10px;
  right: 9px;
  color: #fff;
}

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

.card-top-position .js-add-to-wishlist:active:before,
.card-top-position .js-add-to-wishlist:hover:before {
  border-color: transparent #005c4b transparent transparent;
}

.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:before {
  border-color: transparent #005c4b transparent transparent;
}

.js-product-on-wishlist.js-add-to-wishlist:hover .wishlist-icon #path12 {
  fill-opacity: 0.5;
}

.js-product-on-wishlist .icon-heart {
  opacity: 0;
}

.js-product-on-wishlist .icon-heart-filled {
  opacity: 1;
}

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

/* wishlist page */

.wishlist-page-head-title {
  border-bottom: 0;
  margin-bottom: 0 !important;
  padding-bottom: 2rem;
  text-align: center;
}

.wishlist-product {
  padding: 1.5rem 0;
  border-bottom: 1px solid #E9E9E9;
}

.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: #aeaeae;
  font-size: 0.76562rem;
}

.wishlist-comment-toggle {
  color: #7D7D7D;
  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 {
  padding: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #C8C8CD;
  font-size: 1.25rem;
  line-height: 1;
}

.wishlist-page-empty svg {
  width: 40px;
  height: 34px;
  color: #C8C8CD;
  margin-right: 1rem;
}

.search-results .card-text,
.wishlist-dropdown .card-text {
  margin-top: 0.5rem;
}

.search-results .product-price,
.search-results .product-price-special,
.wishlist-dropdown .product-price,
.wishlist-dropdown .product-price-special {
  font-size: 0.8125rem;
  line-height: 1rem;
}

/* wishlist page */

/* /wishlist module and wishlist page */

.content-card-body.card-body {
  padding: 1rem 0;
}

.category-description {
  color: #74717B;
  font-weight: 300;
}

.category-custom-html-top,
.category-custom-html-bottom {
  color: #74717B;
  font-weight: 300;
}

.page-head-title {
  color: #393A41;
  font-weight: 500;
}

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

.subcategory-list .category-card,
.information-list-body .news-list .card {
  margin-top: 30px;
}

.sortbar-top {
  margin-top: 60px;
  margin-bottom: 0;
}

.tooltip-collateral img {
  border-radius: 15px;
}

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

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

.category-card-body {
  padding: 7px 30px;
}

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

.breadcrumb-item + .breadcrumb-item:before {
  padding: 0;
}

.breadcrumb-item:before {
  width: 8px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.5C0 3.77612 0.223633 4 0.5 4H6.29297L4.14648 6.14648C3.95117 6.3418 3.95117 6.6582 4.14648 6.85352C4.24414 6.95117 4.37207 7 4.5 7C4.62793 7 4.75586 6.95117 4.85351 6.85352L7.85318 3.85385C7.89944 3.80768 7.93609 3.75232 7.96149 3.69095C8.01199 3.56882 8.01199 3.43118 7.96149 3.30905C7.93609 3.24768 7.89944 3.19232 7.85318 3.14615L4.85351 0.146484C4.6582 -0.0488281 4.3418 -0.0488281 4.14648 0.146484C3.95117 0.341797 3.95117 0.658203 4.14648 0.853516L6.29297 3H0.5C0.223633 3 0 3.22388 0 3.5Z' fill='%23C5C5C5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  margin-right: 15px;
}

/* 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: #aeaeae;
  text-transform: uppercase;
}

.sr-cart-table > tbody > tr > td {
  vertical-align: middle;
}

.sr-cart-table .row-danger {
  border: 2px solid #f77982 !important;
}

.sr-cart-table .row-danger > tr > td {
  padding: 0.5rem;
}

.sr-cart-table .row-danger-box {
  background: #f77982;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.sr-cart-table .mobile-quantity-row td {
  text-align: center;
}

.sr-cart-table .cart-product-name {
  padding-bottom: 0.5rem;
}

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

.sr-cart-table .special-price,
.sr-cart-table .special-price-sum {
  font-weight: 800;
  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: 800;
  font-style: italic;
}

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

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

.sr-cart-table .original-price-sum {
  font-size: 0.875rem;
  font-weight: 400;
  font-style: italic;
  text-decoration: line-through;
}

.sr-cart-quantity-input {
  --cart-quantity-height: 36px;
  --cart-quantity-width: 50px;
  border: 1px solid #E9E9E9;
  float: right;
  width: auto;
  border-radius: 15px;
}

.sr-cart-quantity-input .input-group-btn-minus .btn {
  border-radius: 15px 0 0 15px;
}

.sr-cart-quantity-input .input-group-btn-plus .btn {
  border-radius: 0 15px 15px 0;
}

.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: #B5B8BE !important;
  margin-left: 0;
  margin-right: 0;
  border: 0;
  padding: 8px;
  align-items: center;
  height: var(--cart-quantity-height);
}

.sr-cart-quantity-input .btn:active,
.sr-cart-quantity-input .btn:hover {
  background-color: #e2e2e2;
}

.sr-cart-quantity-input .btn:active:focus {
  box-shadow: none !important;
}

.sr-cart-table tbody + tbody {
  border-width: 1px;
}

.cart-package-offer-table.sr-cart-table.table > tbody:last-child > tr > td {
  border: 0;
}

.cart-package-offer-wrapper {
  padding: 20px !important;
}

.cart-package-offer-table.sr-cart-table.table {
  margin-bottom: 0 !important;
}

/* 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 #E9E9E9;
  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: #00a889;
}

.gift-wrapping-list-item:hover .gift-wrapping-price,
.gift-wrapping-list-item.selected .gift-wrapping-price {
  opacity: 1;
}

.gift-wrapping-list-item:hover .gift-wrapping-image,
.gift-wrapping-list-item.selected .gift-wrapping-image {
  opacity: 0.35;
}

.gift-wrapping-product {
  display: none;
  align-items: center;
  justify-content: center;
}

.gift-wrapping-product.selected {
  display: flex;
}

.gift-wrapping-tooltip svg {
  width: 15px;
  height: 15px;
}

/* /gift wrapping */

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

.sr-cart-page .page-head h1 {
  font-size: 1.5625rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.sr-cart-page .alert {
  margin-top: 2rem;
  width: 100%;
}

.sr-cart-page .alert p {
  margin: 0;
}

.sr-cart-page .row > .alert {
  margin: 0 1rem 2rem 1rem;
  width: 100%;
}

.sr-cart-page .delete-button .btn {
  background: none;
  color: #f77982;
  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: 15px;
  border: 1px solid #E9E9E9;
  padding: 1rem;
  margin-top: 2rem;
  font-size: 13px;
}

.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: #00a889;
  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: #005c4b;
  box-shadow: none;
}

.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: 1.25rem !important;
}

/* /cart page */

/* disqus */

#dsq-content {
  overflow: visible;
  width: 100%;
  font-size: inherit;
  padding: inherit;
  margin: auto;
  height: auto;
  clear: both;
}

#disqus_thread {
  height: auto;
  width: 100%;
}

/* /disqus */

/* landing page */

.landing-page header,
.landing-page footer,
.landing-page #section-announcement_bar_lasvegas,
.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: 30px;
  margin-bottom: 30px;
}

.information-introtext-box,
.information-fulltext-box {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* personal data remove and download page */

.pd-tab > input,
.pd-tab section > div {
  display: none;
}

.pd-tab #tab1:checked ~ section .tab1,
.pd-tab #tab2:checked ~ section .tab2 {
  display: block;
}

.pd-tab {
  width: 100%;
  max-width: 880px;
}

.pd-tab ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.pd-tab ul li {
  display: inline-block;
  vertical-align: top;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.pd-tab ul li label {
  float: left;
  padding: 15px 25px;
  border: 1px solid #ddd;
  border-bottom: 0;
  background: #eee;
  cursor: pointer;
  margin-bottom: 0;
}

.pd-tab ul li label:active,
.pd-tab ul li label:hover {
  background: #f6f6f6;
  color: #444;
}

.pd-tab section {
  clear: both;
}

.pd-tab section div {
  color: #444;
}

.pd-tab #tab1:checked ~ nav .tab1 label,
.pd-tab #tab2:checked ~ nav .tab2 label {
  background: white;
  color: #111;
  position: relative;
}

.pd-tab .custom-tab .form-group {
  display: inline-block;
}

.pd-tab .custom-tab .form-group label {
  margin-right: 5px;
}

/* /personal data remove and download page */

/* list page */

.sortbar-top .pagination {
  display: none;
}

.subcategory-list .category-card {
  align-items: center;
  border-radius: 50px;
  border-color: #00a889;
  box-shadow: 0px 5px 20px rgba(32, 32, 44, 0.15);
  transition: all 0.2s ease-in-out;
  background-color: #fff;
}

.subcategory-list .category-card:active,
.subcategory-list .category-card:hover,
.subcategory-list .category-card:focus {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.subcategory-list .category-card .category-card-link {
  font-size: 17px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.subcategory-pic-show.subcategory-list .category-card {
  border-radius: 15px;
}

.subcategory-pic-show.subcategory-list img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.sortbar-bottom.sortbar {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: transparent;
}

.sortbar-bottom.sortbar .results {
  font-weight: 500;
  font-size: 14px;
  color: #BCBCBC;
}

.sortbar-bottom.sortbar .pagination-wrapper {
  width: 100%;
}

.sortbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: #F3F4F5;
  border-radius: 15px;
  margin-left: 0;
  margin-right: 0;
}

.sortbar-result {
  margin-top: 2rem;
}

.page-item {
  padding: 0 0.25rem;
  display: flex;
  align-items: center;
}

.sortbar-result-top .pagination {
  display: none;
}

.page-first.page-link,
.page-prev.page-link,
.page-next.page-link,
.page-last.page-link {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  color: #393A41;
}

.page-first.page-link:active,
.page-first.page-link:hover,
.page-prev.page-link:active,
.page-prev.page-link:hover,
.page-next.page-link:active,
.page-next.page-link:hover,
.page-last.page-link:active,
.page-last.page-link:hover {
  color: #00a889;
}

.sort-label,
.results {
  font-size: 0.75rem;
}

.module-search-critea {
  margin-bottom: 30px;
}

/* /list page */

/* login page */

.sr-login-remember-me-div .form-group {
  display: flex;
  justify-content: flex-end;
}

/* /login page */

.sr-custom-checkbox .sr-custom-checkbox-control:checked ~ .sr-custom-checkbox-label:after {
  background-image: url("data:image/svg+xml,%3csvg 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");
}

/* account page */

.account-address-card .card-body {
  padding: 1rem;
}

.account-address-card .card-footer {
  padding: 0 1rem 1rem 1rem;
}

/* /account page */

/* product-packageoffer */

.packageoffer-line-right {
  background: #E7E8EA;
  border-radius: 0 15px 15px 0;
  width: 100%;
}

.packageoffer-line-left {
  background: #F3F4F5;
  border-radius: 15px 0 0 15px;
}

.tab-pane .packageoffer-line-right {
  background-color: #d9d9d9;
}

.packageoffer-line-row {
  border: 0;
  margin: 0 !important;
}

.packageoffer-line-right-inner {
  width: 100%;
}

.packageoffer-line {
  margin-bottom: 30px;
}

.packageoffer-line-left-inner {
  padding: 40px 30px;
}

.packageoffer-line-row .package-head {
  color: #212121;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

.packageoffer-cart-button .btn-primary {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-snapshot-vertical .packageoffer-item:not(:empty) {
  margin-top: 15px;
}

.packageoffer-item .product-card .card-body {
  padding: 15px;
}

.packageoffer-item .product-card .card-body .product-card-title {
  margin-top: 0;
}

.packageoffer-line-row .package_add_to_cart:not(.offer_request):not(.ordernow) > span {
  display: none;
}

.packageoffer-line-row .card {
  border: 0;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}

.packageoffer-line-row .card:active,
.packageoffer-line-row .card:hover {
  border-radius: 15px !important;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
}

.packageoffer-item-badge {
  position: absolute;
  font-size: 0.9375rem;
  background: #343a40;
  color: #fff;
  font-weight: 500;
  padding: 2px 0.5rem;
}

.product-packageoffer-normal-price {
  text-decoration: line-through;
  color: #929597;
  font-size: 18px;
}

.product-packageoffer-package-price {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #151E26;
  font-weight: bold;
}

.product-packageoffer-discount {
  color: #929597;
  font-weight: 500;
}

.packageoffer-cart-button {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.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: 100px;
  padding: 4px 35px 5px 10px;
  line-height: 55px;
  height: 55px;
  border-radius: 50px !important;
  text-align: center;
  color: #212121;
  font-weight: 500;
  font-size: 1.0625rem;
}

.product_table_quantity {
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
}

.product-addtocart {
  padding: 0 0 2rem 0;
  margin-top: 10px;
}

.product-addtocart-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.product-addtocart-wrapper .input-group {
  padding: 0 0.5rem;
}

.product-addtocart-wrapper .quantity-name-text {
  padding: 0 1rem 0 0;
  color: #A4A4A4;
  font-weight: 500;
  font-size: 0.9375rem;
}

.product-addtocart-wrapper .quantity-text {
  padding-right: 0.5rem;
}

.product-addtocart-wrapper .button-add-to-cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 50px;
  font-size: 1.0625rem;
  line-height: 1.5;
  border-radius: 30px;
}

.product-addtocart-wrapper .cart-loading.button-add-to-cart {
  pointer-events: none;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.45);
}

.product-addtocart-wrapper .cart-loading.button-add-to-cart:active,
.product-addtocart-wrapper .cart-loading.button-add-to-cart:hover {
  background: none;
}

.product-addtocart-wrapper .cart-loading.button-add-to-cart:before {
  opacity: 0;
}

.product-addtocart-wrapper .cart-loading.button-add-to-cart:after {
  content: "";
  display: inline-block;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0);
  text-align: center;
  position: absolute;
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
  font-size: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-rendering: auto;
}

.product-addtocart-wrapper .cart-loading.button-add-to-cart span {
  opacity: 0;
}

/* /product page add-to-cart */

.product-children-table {
  width: 100%;
  font-size: 0.8125rem;
}

.product-children-table .quantity-text {
  display: none;
}

.product-children-table .list_addtocart .quantity-name-text {
  padding: 0 4px;
}

.product-children-table-responsive {
  margin: 30px 0;
}

.product-children-table .product-children-table-header td {
  font-weight: 500;
  border-top: 0;
}

.product-children-table tbody > tr > td {
  vertical-align: middle;
}

.product-children-table td {
  width: auto;
  border: 0;
  padding: 5px 10px;
}

.product-children-table select {
  max-width: 100px;
}

.product-children-table .product-price-special,
.product-children-table .product-price,
.product-children-table .product-price-original {
  white-space: nowrap;
}

.product-children-table .list_original {
  font-size: 0.8125rem;
}

.product-children-table .product-price-special,
.product-children-table .product-price {
  font-size: 0.8125rem;
}

.product-children-table .addtocart_wrapper {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-children-table .button-add-to-cart {
  width: auto;
  display: inline-block;
}

.product-children-table .quantity_wrapper {
  display: inline-block;
  margin-right: 10px;
}

.product-children-table .quantity-input {
  font-weight: 500;
  font-size: 1.0625rem;
  padding: 5px;
  margin: 0 1rem 0 0;
  width: 40px;
  height: 40px;
  outline: none !important;
  font-style: normal;
  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-wrapper.product-page-right-box {
  border-top: 1px solid #E7E8EA;
  margin-top: 2rem;
  padding-top: 25px;
}

.product-collateral-row {
  margin-top: 0.5rem;
}

.product-collateral-wrap {
  color: #212121;
}

.product-collateral-wrap strong {
  font-weight: 600;
}

.product-collateral-list .product-price-original {
  font-size: 0.75rem;
}

.product-collateral-list .product-price,
.product-collateral-list .product-price-special {
  font-size: 0.875rem;
  margin-right: 0;
  margin-top: 0;
}

.product-collateral-list-price {
  line-height: 1rem;
  flex-direction: column;
}

.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 {
  padding-right: 0.5rem;
  line-height: 20px;
  color: #212121;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.product-collateral-list-item {
  margin-bottom: 0.5rem;
}

/* /collateral - kiegészítő termékek */

/* product image */

.desktop-device-body #product-image-container {
  display: flex;
}

.product-images-module {
  margin: 0.5rem auto 1rem auto;
}

.social-share-module {
  margin-top: 0.5rem;
}

.position-5-wrapper .home-position {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

img.product-secondary-image {
  box-shadow: 0 0 0 5px transparent;
  transition: all 0.2s ease-in-out;
}

img.product-secondary-image:hover {
  box-shadow: 0 0 0 5px #00a889;
}

img.product-secondary-image.thumb-active {
  box-shadow: 0 0 0 5px #d9d9d9;
}

.product-images {
  margin: 0 10px 0 0;
  padding: 0;
}

.small-rounded {
  border-radius: 15px;
}

.product-image-outer {
  padding: 5px;
  outline: none;
}

.product-image-outer:active,
.product-image-outer:hover {
  cursor: pointer;
}

.product-image-outer img {
  outline: none;
  width: 100%;
  height: auto;
}

/* video as product image */

.video-container {
  position: relative;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.product-video-outer {
  position: relative;
}

.product-video-outer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.3);
}

.video-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  pointer-events: none;
}

/* /video as product image */

.position-5-wrapper .module-head {
  display: none;
}

/* product image drift zoom if enabled */

.drift-zoom-pane {
  background: rgba(0, 0, 0, 0.5); /* This is required because of a bug that causes border-radius to not
    work with child elements in certain cases. */
  transform: translate3d(0, 0, 0);
}

.drift-zoom-pane.drift-opening {
  animation: drift-fadeZoomIn 300ms ease-out;
}

.drift-zoom-pane.drift-closing {
  animation: drift-fadeZoomOut 250ms ease-in;
}

.drift-zoom-pane.drift-inline {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.drift-zoom-pane-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
}

.drift-zoom-pane-loader:before,
.drift-zoom-pane-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.drift-zoom-pane-loader:before {
  left: 0;
  animation: drift-loader-before 1800ms infinite linear;
}

.drift-zoom-pane-loader:after {
  right: 0;
  animation: drift-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
}

.drift-zoom-box {
  z-index: 1010;
  position: absolute;
  right: -430px;
  width: 400px;
  height: 100%;
  top: 0;
  pointer-events: none;
}

.drift-zoom-box > div {
  border: 1px solid #f3f4f5;
}

.drift-zoom-help-text {
  font-size: 11px;
  color: #00a889;
  display: flex;
}

/* /product image drift zoom */

.product-image-main {
  width: 100%;
}

.product-image-main > .product-image-link {
  position: relative;
  display: block;
}

.product-image-element {
  border-radius: 15px;
}

.product-image-img-mobile {
  border-radius: 15px;
}

/* /product image */

/* product options */

/* termék típusok - változatképző paraméterek */

.product-attribute-name {
  display: flex;
  width: 100%;
  margin-bottom: 0.75rem;
  line-height: 1;
}

.product-attribute-name span {
  display: flex;
  align-items: center;
  font-weight: normal;
}

.product-attribute-value {
  overflow: hidden;
}

.product-attribute-value .attribute-value {
  border-radius: 35px;
}

.product-attribute-value ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.product-attribute-value ul li {
  margin: 0 10px 10px 0;
}

.product-option-item {
  padding-bottom: 0.5rem;
}

.product-options-select-title {
  font-weight: normal;
}

/* termék típusok - változatképző paraméterek - ikonos választó */

.list-icon .variable {
  border-radius: 35px;
  border: 3px solid transparent;
  padding: 0;
  transition: all 0.2s ease-in-out;
}

.list-icon .variable:hover {
  border: 3px solid #00a889;
}

.list-icon .variable .color {
  border-radius: 35px;
  border: 2px solid #E9E9E9;
}

.list-icon .variable.selected {
  border: 3px solid #00a889;
}

/* termék típusok - változatképző paraméterek - szöveges választó */

.list-list .variable {
  border-radius: 50px;
  border: 3px solid transparent;
  background-color: #E9E9E9;
  transition: all 0.2s ease-in-out;
  color: #000;
  font-size: 0.9375rem;
}

.list-list .variable a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  height: 30px;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  color: inherit;
  letter-spacing: 1px;
}

.list-list .variable.selected {
  border: 3px solid #00a889;
}

.list-list .variable:hover {
  border: 3px solid #00a889;
}

.product-ring-select-parameter-row .form-element {
  padding: 0;
}

/* /product options */

.product-parameters td {
  vertical-align: middle;
  padding: 7px 0;
}

.product-parameters td.product-short-description {
  line-height: 24px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.product-parameters tr:first-child td {
  border-top: 0;
}

.product-attribute-row + .product-attribute-row {
  padding-top: 1rem;
}

.product-short-description {
  color: #aeaeae;
}

.product-quantity-discounts-cell {
  width: 100%;
}

.loyaltypoints-param-row .param-label {
  position: relative;
}

.loyalty-info-tootltip {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
}

.product-quantity-discounts strong {
  display: block;
  background: #E9E9E9;
  border-radius: 15px 15px 0 0;
  padding: 10px 20px 0 20px;
}

.product-quantity-discounts .product-quantity-discounts-wrapper {
  display: block;
  background: #E9E9E9;
  border-radius: 0 0 15px 15px;
  padding: 5px 20px 15px 20px;
}

.product-quantity-discounts-cell1 {
  padding-right: 1rem;
}

/* product price */

.product-page-price-line {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product-page-price-line-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product-page-price-line-wrapper .product-page-price-original {
  width: 100%;
}

.discount-interval {
  background-color: #E9E9E9;
  border-radius: 50px;
  display: inline-flex;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
  padding: 6px 15px;
  margin-top: 18px;
}

.discount-interval-pretext {
  padding-right: 0.5rem;
}

.product-page-price-original {
  text-decoration: line-through;
  color: #929597;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 11px;
}

.product-page-price-special,
.product-page-price {
  color: #151E26;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1;
  display: block;
}

.postfix {
  color: #929597;
  margin-left: 0.25rem;
}

.decrease-wrapper {
  margin-bottom: 2px;
}

.decrease-amount {
  padding: 5px 25px 4px 15px;
  font-size: 13px;
  font-weight: 700;
  color: #c9c9c9;
  box-shadow: 3px 3px 10px rgba(55, 55, 55, 0.2);
  border-radius: 50px;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 5px;
}

/* /product price */

/* product reviews */

.js-scroll-productreview {
  align-items: center;
  display: inline-flex;
}

.label-count {
  margin-left: 5px;
}

.label-count:before {
  content: '(';
}

.label-count:after {
  content: ')';
}

.product-review-no-reviews {
  flex: 1;
  display: flex;
}

.product-review-no-reviews .content {
  border-radius: 50px;
  padding: 1rem;
  display: flex;
  align-items: center;
  height: 100%;
  color: #737179;
  font-size: 15px;
  width: 100%;
  justify-content: center;
}

.product-review-no-reviews svg {
  width: 28px;
  height: 28px;
}

.product-review-list-items {
  display: block;
  columns: 25rem;
  gap: 30px;
}

.no-review-icon {
  margin-right: 15px;
}

.tab-content .product-review-item {
  background-color: #fff;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.05);
}

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

.tab-content .product-review-summary .product-rating-star-box .star-unfilled {
  color: #DB9A1B;
  opacity: 1;
}

.tab-content .product-review-summary:not(.review-empty):before {
  transform: translateX(-60%);
}

.tab-content .product-review-summary.review-empty .add-review .btn {
  padding: 12px 8px;
}

.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-summary:not(.review-empty):before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: #F2BF15;
  position: absolute;
  border-radius: 500px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  transform: translateX(-50%);
  z-index: 0;
}

.product-review-item {
  background: #fff;
  padding: 1rem;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.1);
  margin: 0 0 30px 0;
  display: flex;
  flex-direction: column;
  break-inside: avoid;
  transform: translateZ(0);
  border-radius: 15px;
}

.product-review-item .review-head {
  font-weight: 400;
  color: #9C9B9F;
}

.product-review-item .review-sep {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.product-review-item .review-description {
  margin: 1rem 0;
  font-size: 0.9375rem;
  line-height: 1.75rem;
  font-style: italic;
}

.product-review-item .review-rating {
  margin: 1rem 0 0.5rem;
}

.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: rgba(0, 190, 53, 0.3);
  color: #78A084;
  font-size: 11px;
  line-height: 11px;
  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-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: #3B4048;
  padding: 24px 0 26px;
  border-radius: 15px;
  overflow: hidden;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
}

.product-review-summary .product-review-average-sum {
  background-color: transparent;
  padding: 0;
  border-radius: 50px;
  color: white;
}

.product-review-summary .product-review-pointer {
  cursor: pointer;
  color: #00a889;
}

.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: 17px;
  width: 100%;
  border-radius: 10px;
  background-color: #4A505A;
}

.product-review-summary .product-review-rating-filter {
  width: 3.5em;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  transition: all 0.2s ease-in-out;
  text-align: center;
  margin-left: 15px;
}

.product-review-summary .product-review-rating-filter:active,
.product-review-summary .product-review-rating-filter:hover {
  color: #00a889;
}

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

.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: 80px 1fr 150px auto;
  grid-gap: 15px;
}

.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: #fff;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
  padding: 20px 0;
  transition: all 0.2s ease-in-out;
  transform: translateY(-100px);
}

.product-sticky-wrapper .product-sticky-image {
  border-radius: 15px;
}

.product-sticky-wrapper .product-sticky-image img {
  max-width: 80px;
  max-height: 80px;
  border-radius: 15px;
}

.product-sticky-wrapper .product-page-price-line-inner {
  display: flex;
  align-items: center;
}

.product-sticky-wrapper .product-sticky-name-and-links .product-sticky-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #212121;
}

.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: #151E26;
  margin-top: 0;
  margin-right: 0.5rem;
}

.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.5rem;
  font-size: 1.125rem;
  margin-bottom: 7px;
  line-height: 1;
}

.product-sticky-wrapper .product-page-price-wrapper .product-price-special {
  margin-top: 0;
  color: #151E26;
  line-height: 1;
}

.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 .decrease-wrapper,
.product-sticky-wrapper .product-table-discontinued-wrapper,
.product-sticky-wrapper .discount-interval,
.product-sticky-wrapper .text_minimum,
.product-sticky-wrapper .product_table_quantity {
  display: none;
}

.product-sticky-wrapper .product-addtocart {
  padding: 0;
  margin-top: 0;
}

.product-sticky-wrapper .product_table_addtocart_wrapper .button-add-to-cart {
  font-size: 1.125rem;
  line-height: 0.875rem;
  padding: 16px;
  border: 0;
}

.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;
  border-bottom: 0;
}

.product-page-nav-tabs .nav-item {
  text-align: left;
  margin-bottom: 2px;
  transition: all 0.2s ease-in-out;
}

.product-page-nav-tabs .nav-link {
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 0;
  background-color: #F3F4F5;
  color: #9C9B9F;
  transition: all 0.2s ease-in-out;
  border-radius: 15px 0 0 15px;
}

.product-page-nav-tabs .nav-item:hover .nav-link,
.product-page-nav-tabs .nav-item.show .nav-link,
.product-page-nav-tabs .nav-link.active {
  border: 0;
  background-color: #E7E8EA;
  color: #000;
}

.tab-pane .home-position {
  margin: 0 !important;
}

.tab-pane .home-position .module-body {
  margin: 0 !important;
}

.tab-content .list-group-item {
  background-color: transparent;
}

.tab-content.product-page-tab-content {
  background-color: #E7E8EA;
  border-radius: 0 15px 15px 15px;
  padding: 30px;
  height: 100%;
  line-height: 1.5625rem;
}

/* /tabs */

/* tags */

.tags {
  padding: 0.5rem 0 1rem 0;
}

/* tags */

.tab-content .module-head {
  display: none;
}

.product-page-body main.has-sticky {
  padding: 0 !important;
}

.product-page-body .sticky-header {
  position: relative;
}

.product-page-right-box {
  padding-bottom: 1rem;
  margin-top: 1.1875rem;
}

.position-5-wrapper .home-position .module-body {
  margin-top: 0;
}

iframe.fb_iframe_widget_lift {
  width: 100% !important;
}

.position-5-wrapper {
  margin-top: 1rem;
}

.quantity-text {
  display: none;
}

.product-page-right .product_badges {
  position: relative;
  display: flex;
}

.product-page-right .badgeitem-content {
  margin-right: 0.5rem;
}

.product-page-right .badgeitem-content a {
  pointer-events: none;
}

.product-page-middle-1 {
  margin-top: 2rem;
}

.product-page-top {
  padding-top: 19px;
}

.product-page-head-title {
  line-height: 1.375;
}

.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(0, 168, 137, 0.4);
  animation: pulse 2s infinite;
}

.pulse:hover {
  animation: none;
}

.header-wishlist-icon #path12 {
  fill-opacity: 0;
  transition: all 0.2s ease-in-out;
}

.js-add-to-wishlist .wishlist-icon #path12 {
  fill-opacity: 0;
  transition: all 0.2s ease-in-out;
}

.js-add-to-wishlist:active .wishlist-icon #path12,
.js-add-to-wishlist:hover .wishlist-icon #path12 {
  fill-opacity: 1;
  stroke: currentColor;
}

.js-product-on-wishlist {
  position: relative;
}

.js-product-on-wishlist.js-add-to-wishlist .wishlist-icon #path12 {
  fill-opacity: 1;
  stroke: currentColor;
}

[class*="col-sr-"] {
  flex: 0 0 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}

.cursor-pointer {
  cursor: pointer;
}

.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.d-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bg-dark .close {
  color: #fff;
  opacity: .9;
  text-shadow: none;
}

.bg-dark .close:hover {
  color: #dee2e6;
}

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

.sr-separator {
  height: 1px;
  background-color: #E9E9E9;
  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: #FFC107;
}

svg.rating-star {
  margin-right: 1px;
}

.star-unfilled {
  color: #dee2e6;
}

.customer-delete-modal-close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.qtip {
  z-index: 8999 !important;
}

.card-img {
  border-radius: 15px 15px 0 0;
}

.card-img-top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@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% - 30px);
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .container,
  .container-sm {
    max-width: 540px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }

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

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

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

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

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

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }

  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

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

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 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:first-child {
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }

  .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-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }

  .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: 0 0 1rem;
    margin-top: 2.55rem;
  }

  footer #section-partners_lasvegas .module {
    padding-bottom: 0;
  }

  footer .footer-bottom-inner {
    padding-bottom: 3rem;
  }

  footer .module {
    padding-bottom: 3rem;
  }

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

  .aurora-overlay-buttons {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }

  .aurora-overlay-buttons .btn {
    margin: 1rem;
  }

  #news.home-position .module-head-title {
    margin-bottom: 1rem;
  }

  .home-position:not(.product-module):not(.stockfilter-module):not(#paf_filter):not(#pafsearch):not(#news) .module-body {
    margin-top: 30px;
  }

  .desktop-small-width-banner .scroller-position {
    max-width: 540px;
  }

  .banner-names-item {
    padding: 10px 1rem 9px;
  }

  .small-width-banner-container .banner-names-item {
    padding: 6px 1rem 5px;
  }

  .banner-items-content {
    position: absolute;
    background-color: transparent;
  }

  .banner-items-title {
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .footer-advantages {
    padding: 62px 30px 54px;
  }

  .mosaic-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "mosaic-1 mosaic-2" "mosaic-3 mosaic-3" "mosaic-3 mosaic-3" "mosaic-4 mosaic-5";
  }

  .mosaic-grid-length--4 {
    grid-template-areas: "mosaic-1 mosaic-2" "mosaic-3 mosaic-4";
  }

  .nanobar {
    padding: 0.5rem 2rem;
  }

  .news-pretext {
    margin-bottom: 2rem;
  }

  .news-card-text {
    height: 105px;
  }

  .news-cards {
    margin-top: 2rem;
    flex-flow: row nowrap;
  }

  .news-cards .news-card {
    flex: 1;
  }

  .support-item-title {
    margin-top: 40px;
  }

  .support-item-inner {
    padding: 60px 40px 32px;
  }

  .wishlist-product-image {
    padding-right: 1rem;
  }

  .wishlist-product-actions {
    padding-left: 1rem;
  }

  .wishlist-product {
    display: flex;
    justify-content: space-between;
  }

  .wishlist-options {
    text-align: right;
  }

  .wishlist-option-item {
    justify-content: flex-end;
  }

  .wishlist-product-date-added {
    text-align: right;
  }

  .wishlist-product-buttons {
    justify-content: flex-end;
  }

  .wishlist-share-form {
    width: 460px;
  }

  .sr-cart-special-row-title {
    margin-right: 30px;
  }

  .sr-cart-bottom-buttons-row .sr-col-shop-continue .sr-cart-back {
    padding-left: 0;
  }

  .sr-next-to-checkout {
    margin-left: 1rem;
  }

  .sr-shipping-cost-calculator-inline {
    display: flex;
    align-items: center;
  }

  .sr-shipping-cost-calculator-inline .sr-shipping-cost-calculator-inline-right {
    margin-left: 0.5rem;
  }

  .cart-summary-box,
  .shipping-cost-calculator {
    justify-content: flex-end;
  }

  .redeem-help {
    text-align: right;
  }

  .account-account-menu .list-group {
    width: 50%;
  }

  [class*="col-sr-"] {
    flex: 0 0 33.3%;
  }
}

@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 {
    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:first-child {
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  footer .module-head {
    padding-bottom: 2.5rem;
  }

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

  .product-snapshot-horizontal:not(.is-side) {
    padding-right: 2rem;
  }

  .module-head {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .slider-container {
    margin-bottom: 0;
  }

  .desktop-small-width-banner .scroller-position {
    max-width: 720px;
  }

  .small-width-banner-container {
    border-radius: 15px;
    margin-top: 30px;
  }

  .small-width-banner-container .banner-items .slick-list {
    border-radius: 15px;
  }

  .small-width-banner-container .banner-names {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .small-width-banner-container .banner-items-container {
    padding: 20px 80px;
  }

  .banner-items-title {
    font-size: 1.5625rem;
    line-height: 1.45;
  }

  .desktop-small-width-banner .banner-items-title {
    font-size: 1.5625rem;
    line-height: 1.25;
  }

  .banner-items-subtitle {
    font-size: 0.9375rem;
    margin-top: 1rem;
  }

  .banner-items-button {
    margin-top: 2rem;
  }

  .module-dealofday-wrapper .product-card-description {
    line-height: 25px;
  }

  .module-dealofday-wrapper .product-card-left {
    flex: 1;
    max-width: none;
    width: auto;
    padding-right: 3rem;
  }

  .module-dealofday-wrapper .product-card-right {
    flex: 1;
    padding-left: 0;
  }

  #section-footer_advantages_stockholm {
    margin-bottom: -4rem;
  }

  .footer-advantages-item-left {
    width: 30px;
    max-width: 30px;
  }

  .footer-advantage-subtitle {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    margin-top: 5px;
  }

  .news-cards .slick-next {
    right: -20px;
  }

  .news-cards .slick-prev {
    left: -20px;
  }

  .home-position .module-head-title {
    font-size: 2.5rem;
  }

  .home-position .newsletter-pretext {
    margin-bottom: 1.5rem;
  }

  .home-position .form-submit {
    padding-top: 20px;
  }

  .paf-search-form .widget {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  #section-support_box_lasvegas .module-head-title {
    margin-bottom: 17px;
  }

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

  .category-description {
    line-height: 25px;
    margin-bottom: 2rem;
  }

  .category-custom-html-top,
  .category-custom-html-bottom {
    line-height: 25px;
  }

  .category-card-body {
    padding: 14px 10px;
  }

  .category-custom-html-bottom {
    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-bottom: 1px solid #E9E9E9;
    border-top: 0;
  }

  .sr-cart-table > tbody:not(.row-danger) > tr > td {
    padding: 1rem;
  }

  .sr-cart-table .cart-buttons-wrapper {
    padding-top: 0.5rem;
    display: flex;
  }

  .custom-tab .form-inline input {
    width: 400px;
  }

  .packageoffer-line-row .package-head {
    padding-top: 12px;
    padding-bottom: 33px;
  }

  .product-review-item .review-head {
    margin-top: 12px;
    margin-bottom: 21px;
  }

  .product-image-box > .product-image {
    margin-bottom: 3rem;
  }

  .product-page-top {
    margin-bottom: 78px;
  }

  .sr-guest-registration-input {
    width: 280px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .product-page-left {
    width: 40%;
  }
}

@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 {
    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:first-child {
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }

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

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

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

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column-left {
    margin-top: 0;
  }

  main.has-sticky {
    padding-top: 160px;
  }

  header .navbar {
    height: 160px;
  }

  .search-module {
    margin-left: auto;
  }

  .navbar-brand {
    padding-right: 2rem;
  }

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

  .dropdown-hover-menu:not(.mm-listview) {
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    visibility: hidden;
    opacity: .3;
    transform: scale(1, 0);
    transform-origin: top;
    animation-fill-mode: forwards;
    transition: all 0.1s 0s linear;
    min-width: 20rem;
    border-radius: 30px 30px 15px 15px;
    width: 100%;
    padding-top: 75px;
    margin: 0;
  }

  .dropdown-hover-menu:not(.mm-listview) .dropdown-item:focus,
  .dropdown-hover-menu:not(.mm-listview) .dropdown-item:hover {
    background-color: transparent;
  }

  .dropdown-hover-menu:not(.mm-listview) .dropdown-item {
    background-color: transparent;
  }

  .dropdown-hover-menu:not(.mm-listview) .dropdown-item a {
    font-weight: 500;
    line-height: 1rem;
  }

  .dropdown-hover-menu:not(.mm-listview) .dropdown-item:not(.last-wishlist-item):not(.last-cart-item) > .row {
    border-bottom: 1px solid #dedede;
    padding-bottom: 1rem;
  }

  .logged-dropdown .dropdown-hover-menu:not(.mm-listview) {
    min-width: 12rem;
    padding-bottom: 7px;
  }

  .dropright .dropdown-hover-menu {
    right: -10px;
    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%;
  }

  .one-column-content .tab-pane .product-snapshot-vertical .product-snapshot {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .product-card {
    position: relative;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
    border: 0;
  }

  .product-card .product-card-footer {
    left: 0;
    right: 0;
    padding-top: 0;
    box-shadow: 0 60px 80px rgba(0, 0, 0, 0.2);
  }

  .product-card:active,
  .product-card:hover {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
    border-bottom: 0;
  }

  .product-module .product-snapshot-vertical:not(#lastseen_home_list) .product-card {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    border: 0;
  }

  .product-module .product-snapshot-vertical:not(#lastseen_home_list) .product-card:active,
  .product-module .product-snapshot-vertical:not(#lastseen_home_list) .product-card:hover {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
    border-bottom: 0;
  }

  .product-module .product-snapshot-vertical:not(#lastseen_home_list) .product-card .product-card-footer div.product-card-item:nth-last-child(2) {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
  }

  .product-snapshot-vertical:not(#lastseen_home_list) .product-card {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    border: 0;
  }

  .product-snapshot-vertical:not(#lastseen_home_list) .product-card .product-card-footer div.product-card-item:nth-last-child(2) {
    margin-bottom: 20px;
    margin-top: 8px;
  }

  .product-snapshot-vertical:not(#lastseen_home_list) .product-card:active,
  .product-snapshot-vertical:not(#lastseen_home_list) .product-card:hover {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
    border-bottom: 0;
  }

  .product-snapshot-vertical:not(#lastseen_home_list) .product-card:active .product-card-footer,
  .product-snapshot-vertical:not(#lastseen_home_list) .product-card:hover .product-card-footer {
    visibility: visible;
    opacity: 1;
  }

  .product-snapshot-vertical:not(#lastseen_home_list) .product-card-footer {
    position: absolute;
    transition: all 0.2s ease-in-out;
    bottom: 0;
    width: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(90%);
    z-index: 999;
    background-color: #fff;
    padding: 0;
  }

  .aurora-scroll .product-snapshot-vertical:not(#lastseen_home_list) .product-card-body {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 0;
  }

  .aurora-scroll .product-snapshot-vertical:not(#lastseen_home_list) .product-card {
    border: 1px solid #d9d9d9 !important;
    box-shadow: none;
  }

  .aurora-scroll .product-snapshot-vertical:not(#lastseen_home_list) .product-card-footer {
    transform: translateY(0);
    border: 0;
    bottom: 0 !important;
    left: 0;
    right: 0;
    box-shadow: none;
  }

  .aurora-scroll .product-snapshot-vertical:not(#lastseen_home_list) .product-card:hover {
    box-shadow: none;
  }

  .aurora-scroll .product-snapshot-vertical:not(#lastseen_home_list) .product-card:hover .product-card-body {
    border: 0;
  }

  .aurora-scroll .product-snapshot-vertical:not(#lastseen_home_list) .product-card:hover .product-card-footer {
    border: 0;
  }

  .aurora-scroll .product-snapshot-horizontal .product-card {
    border: 1px solid #d9d9d9;
    box-shadow: none;
  }

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

  .home-body main > .container > .row > .one-column-content .page-body {
    margin-top: 4rem;
  }

  .home-position:not(.product-module):not(.stockfilter-module):not(#paf_filter):not(#pafsearch):not(#news) .module-body {
    margin-top: 60px;
  }

  .desktop-small-width-banner .scroller-position {
    max-width: 960px;
  }

  .banner-items-subtitle {
    line-height: 1.5625rem;
    max-width: 50%;
  }

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

  .auroramessenger-popupcontent .aurora-scroll-btn {
    width: 55px;
    height: 55px;
  }

  .module-categoryoffer-wrapper .card-body {
    padding: 15px;
    text-align: left;
  }

  .footer-advantages {
    flex-wrap: nowrap;
    margin: 0;
  }

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

  .mosaic-grid-length--5 .mosaic-card:nth-child(3) .mosaic-title {
    font-size: 5rem;
    line-height: 5rem;
    font-weight: bold;
  }

  .mosaic-grid-length--4 .mosaic-card:nth-child(2) .mosaic-title {
    font-size: 5rem;
    line-height: 5rem;
    font-weight: bold;
  }

  .mosaic-grid-length--3 .mosaic-card:nth-child(2) .mosaic-title {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: bold;
  }

  .mosaic-grid {
    grid-template-columns: 28% calc(44% - 60px) 28%;
    grid-template-areas: "mosaic-1 mosaic-3 mosaic-4" "mosaic-2 mosaic-3 mosaic-5";
  }

  .mosaic-grid-length--4 {
    grid-template-areas: "mosaic-1 mosaic-2 mosaic-3" "mosaic-1 mosaic-2 mosaic-4";
  }

  .mosaic-grid-length--3 {
    grid-template-areas: "mosaic-1 mosaic-2 mosaic-3";
  }

  .mosaic-grid-length--2 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "mosaic-1 mosaic-2";
  }

  .subscribe-input-row > .col {
    flex-basis: 50%;
  }

  .home-position .newsletter-home-wrapper {
    flex-direction: row;
  }

  .home-position .newsletter-home-left img {
    width: 450px;
    border-radius: 15px;
  }

  #paf_filter .module-head {
    display: none;
  }

  #paf_filter.home-position {
    margin-bottom: 0;
  }

  .paf-filter-wrapper {
    margin: 0 -5px;
    flex-wrap: wrap;
  }

  .widget {
    padding: 5px;
  }

  .widget-head {
    padding: 0.625rem 1.5rem 0.625rem 1rem;
    font-size: 0.8125rem;
  }

  .widget:not(.paf-filter-search) .widget-body {
    position: absolute;
    min-width: 150px;
    border: 0;
  }

  .close-filter-btn {
    display: none;
  }

  .module-stockfilter-wrapper {
    padding: 5px;
  }

  .scroller-position .module-pafsearch-wrapper .module-head-title {
    font-weight: 400;
  }

  .page-head-title {
    margin-top: 1rem;
    margin-bottom: 2.075rem;
  }

  .product-list-body .page-head {
    text-align: center;
  }

  .category-custom-html-top,
  .category-custom-html-bottom {
    margin-top: 60px;
  }

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

  .packageoffer-line-left {
    padding: 0;
  }

  .product-children-table .quantity-input {
    margin: 0;
    width: 60px;
  }

  .product-children-table tr td:last-child {
    width: 20%;
  }

  .product-collateral-row {
    margin-left: 0;
    margin-right: 0;
  }

  .product-collateral-wrap strong {
    line-height: 22px;
  }

  .product-collateral-list-name {
    width: 60%;
  }

  .product-collateral-name {
    padding: 0;
  }

  .product-collateral-list-details {
    max-width: 40%;
  }

  .product-collateral-list-checkbox-and-picture {
    max-width: 15%;
  }

  .product-collateral-list-name-price-options {
    max-width: 85%;
    flex: 1;
  }

  .desktop-device .video-container {
    padding-bottom: 56.25%;
  }

  .product-parameters tr > td:first-child {
    width: 45%;
  }

  .product-quantity-discounts-cell1 {
    width: 65%;
  }

  .product-review-summary .product-review-average-sum {
    margin-left: -40px;
  }

  .desktop-device-body .position-3-container {
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: flex-start;
  }

  .desktop-device-body #flypage-nav {
    flex-direction: column;
  }

  .product-page-head-title {
    margin-top: 0;
    margin-bottom: 0.9rem;
  }

  .position-3-wrapper {
    margin-top: 1rem;
  }

  .product-page-right {
    padding-left: 2rem;
  }

  .col-sr-2 {
    flex: 0 0 50%;
  }

  .col-sr-3 {
    flex: 0 0 33.33333%;
  }

  .col-sr-4 {
    flex: 0 0 25%;
  }

  .col-sr-5 {
    flex: 0 0 20%;
  }

  .col-sr-6 {
    flex: 0 0 16.66667%;
  }

  .col-sr-7 {
    flex: 0 0 14.28571%;
  }

  .col-sr-8 {
    flex: 0 0 12.5%;
  }

  .col-sr-9 {
    flex: 0 0 11.11111%;
  }

  .col-sr-10 {
    flex: 0 0 10%;
  }
}

@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 {
    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:first-child {
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }

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

  .search-module {
    margin-right: 60px;
  }

  .card-deck.card-multiple .card {
    flex: 0 0 calc(33.33333% - 30px);
  }

  .one-column-content .product-snapshot-vertical .product-snapshot {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .aurora-scroll-btn {
    width: 85px;
    height: 85px;
  }

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

  .home-body main > .container > .row > .one-column-content .page-body {
    margin-top: 60px;
  }

  .home-position:not(#news) .module-head-title {
    margin-bottom: 2.5rem;
  }

  .modules-all-link {
    margin-top: 80px;
  }

  .desktop-slider-dots-mode:not(.desktop-small-width-banner) .scroller-position .module-pafsearch-wrapper {
    margin-top: -40px;
  }

  .desktop-slider-dots-mode:not(.desktop-small-width-banner) .slider-container {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .desktop-slider-dots-mode:not(.desktop-small-width-banner) .slider-container .slick-dots {
    bottom: 0;
  }

  .desktop-small-width-banner .scroller-position {
    max-width: 1170px;
    padding: 0 15px;
  }

  .desktop-small-width-banner .scroller-position .widget-content-wrapper {
    max-height: 175px;
    overflow: auto;
  }

  .banner-items-title {
    font-size: 5rem;
  }

  .desktop-small-width-banner .banner-items-title {
    font-size: 3rem;
  }

  .cart-product-list {
    max-height: 470px;
  }

  .footer-advantages-item-right {
    padding-left: 20px;
  }

  .home-position .newsletter-home-right {
    padding: 40px 60px;
  }

  .scroller-position .module-pafsearch-wrapper {
    right: 15%;
  }

  body:not(.desktop-small-width-banner) .scroller-position .module-pafsearch-wrapper {
    position: absolute;
    z-index: 9;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 310px;
    top: 0;
    bottom: 0;
    margin: auto;
    justify-content: center;
    right: calc((100% - 1140px)/2);
  }

  .scroller-position #pafsearch {
    margin: 0;
  }

  .scroller-position #pafsearch .module-body {
    margin: 0 !important;
  }

  .paf-search-form .row {
    margin: 0;
  }

  .paf-search-form .widget {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-body main > .container > .row > .one-column-content .page-body .widget-content-wrapper {
    display: flex;
  }

  .home-body main > .container > .row > .one-column-content .page-body .paf-search-form .widget {
    flex: 0 0 33%;
    max-width: 33%;
    align-self: flex-start !important;
  }

  .product-collateral-select {
    padding-left: 0.5rem;
    width: 150px;
  }

  .product-rating-average {
    font-size: 5rem;
  }
}

@media screen and (min-width: 1300px) {
  .aurora-scroll-arrow-pos-2 .aurora-scroll-btn-left {
    left: -85px;
  }

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

  .auroramessenger-popupcontent .aurora-scroll .aurora-scroll-btn-left {
    left: -25px;
  }

  .auroramessenger-popupcontent .aurora-scroll .aurora-scroll-btn-right {
    right: -25px;
  }
}

@media screen and (min-width: 1500px) {
  .aurora-scroll-arrow-pos-2 .aurora-scroll-btn-left {
    left: -170px;
  }

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

  .auroramessenger-popupcontent .aurora-scroll .aurora-scroll-btn-left {
    left: -25px;
  }

  .auroramessenger-popupcontent .aurora-scroll .aurora-scroll-btn-right {
    right: -25px;
  }
}

@media (min-width: 1660px) {
  .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 {
    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:first-child {
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl .list-group-item:last-child {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }

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

  .slick-arrow {
    width: 85px;
    height: 85px;
  }

  .card-deck.card-multiple .card {
    flex: 0 0 calc(33.33333% - 30px);
  }

  .news-cards .slick-next {
    right: -135px;
  }

  .news-cards .slick-prev {
    left: -135px;
  }

  .scroller-position .module-pafsearch-wrapper .module-head {
    padding: 25px 30px;
  }

  .scroller-position .paf-search-form .widget {
    margin-bottom: 18px;
  }

  .scroller-position .paf-search-button {
    padding-top: 10px;
    padding-bottom: 16px;
  }

  .scroller-position .module-pafsearch-wrapper {
    right: 20%;
  }
}

@media (min-width: 1920px) {
  .slider-container .slick-slide img {
    max-width: none !important;
  }
}

@media (max-width: 1659.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 {
    padding-right: 0;
    padding-left: 0;
  }

  .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: 1300px) {
  body:not(.desktop-small-width-banner) .mobile-arrows .slick-prev {
    left: 0;
  }

  body:not(.desktop-small-width-banner) .mobile-arrows .slick-next {
    right: 0;
  }
}

@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 {
    padding-right: 0;
    padding-left: 0;
  }

  .wishlist-dropdown {
    margin: 0 !important;
  }

  .wishlist-dropdown .mobile-wishlist-link {
    padding-left: 0 !important;
  }

  .wishlist-dropdown .mobile-wishlist-link .wishlist-mobile-icon {
    margin-right: 1rem;
    position: relative;
  }

  .wishlist-dropdown .mobile-wishlist-link .wishlist-mobile-icon #path12 {
    fill-opacity: 0;
  }

  .wishlist-dropdown .mobile-wishlist-link .header-quantity-box {
    top: 0;
    right: -14px;
  }

  .desktop-small-width-banner .scroller-position,
  .scroller-position {
    display: flex;
    flex-direction: column;
  }

  .desktop-small-width-banner .scroller-position #section-banner_slider_lasvegas,
  .scroller-position #section-banner_slider_lasvegas {
    order: 1;
  }

  .desktop-small-width-banner .scroller-position .module-pafsearch-wrapper,
  .scroller-position .module-pafsearch-wrapper {
    order: 2;
    float: none;
    background: #EDEDED;
    box-shadow: 0 40px 80px rgba(32, 35, 64, 0.1);
    padding: 5px;
  }

  .desktop-small-width-banner .scroller-position .module-pafsearch-wrapper .module-head-title,
  .scroller-position .module-pafsearch-wrapper .module-head-title {
    margin-bottom: 0;
  }

  .desktop-small-width-banner .scroller-position .module-pafsearch-wrapper .pafsearch-module,
  .scroller-position .module-pafsearch-wrapper .pafsearch-module {
    background-color: #fff;
    margin-bottom: 0;
    padding: 20px 0 30px 0;
  }

  #js-mobile-navbar {
    padding-right: 10px;
  }

  .navbar-brand {
    max-width: 160px;
    max-height: 50px;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  header {
    height: 130px;
    display: flex;
    align-items: center;
  }

  .cart-dropdown {
    margin-right: 0;
  }

  .product-snapshot-horizontal.is-side h2.product-card-item {
    font-size: 0.75rem;
  }

  .product-snapshot-horizontal.is-side .product-card-title,
  .product-snapshot-horizontal.is-side .product-card-price,
  .product-snapshot-horizontal.is-side .product-card-description {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .product-module.home-position:not(#dealofday) .card-body,
  .product-module.footer-position .card-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-module.home-position:not(#dealofday) .product-snapshot-vertical .product-snapshot,
  .product-module.footer-position .product-snapshot-vertical .product-snapshot {
    flex-basis: 230px;
    flex-shrink: 0;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .product-card {
    transition: all 0.2s ease-in-out;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.1);
  }

  .product-card:active,
  .product-card:hover {
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.25);
  }

  .home-position .aurora-scroll-arrow-pos-2 .aurora-scroll-btn-left {
    left: 1rem;
    bottom: auto;
    top: -60px;
  }

  .home-position .aurora-scroll-arrow-pos-2 .aurora-scroll-btn-right {
    right: 1rem;
    bottom: auto;
    top: -60px;
  }

  .desktop-slider-dots-mode .slick-dots {
    position: relative;
    bottom: 0;
    margin: 10px 0;
  }

  .desktop-small-width-banner .scroller-position .module-pafsearch-wrapper {
    width: 100%;
    float: none;
  }

  #lastseen .module-body {
    margin: 0;
  }

  #lastseen .module-head-title {
    margin: 0;
  }

  #lastseen .product-snapshot-vertical {
    padding-top: 10px;
  }

  #lastseen #lastseen_home_list {
    padding-bottom: 3rem;
  }

  .footer-top-position #lastseen .product-snapshot-vertical .product-snapshot:not(:empty) {
    flex: 0 0 230px !important;
    max-width: 230px !important;
  }

  .widget-content-wrapper {
    display: flex;
    justify-content: center;
  }

  .paf-search-button {
    margin: auto;
  }

  .paf-search-button .btn-primary {
    width: 100%;
  }

  .paf-search-form {
    padding: 0 30px;
  }

  .breadcrumb {
    padding: 0.5rem 0;
  }

  .product-page-body.desktop-device-body .breadcrumb {
    padding: 0.5rem 0 3rem 0;
  }

  .product-page-body.desktop-device-body .product-picture-zoom-enabled.slick-vertical .slick-next {
    bottom: -75px;
  }

  .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: 400;
    padding: 5px 0;
    display: flex;
    position: relative;
    align-items: center;
  }

  .breadcrumb-item:nth-last-child(2) a:before {
    content: "";
    transform: rotate(-180deg);
    margin-right: 10px;
    width: 8px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.5C0 3.77612 0.223633 4 0.5 4H6.29297L4.14648 6.14648C3.95117 6.3418 3.95117 6.6582 4.14648 6.85352C4.24414 6.95117 4.37207 7 4.5 7C4.62793 7 4.75586 6.95117 4.85351 6.85352L7.85318 3.85385C7.89944 3.80768 7.93609 3.75232 7.96149 3.69095C8.01199 3.56882 8.01199 3.43118 7.96149 3.30905C7.93609 3.24768 7.89944 3.19232 7.85318 3.14615L4.85351 0.146484C4.6582 -0.0488281 4.3418 -0.0488281 4.14648 0.146484C3.95117 0.341797 3.95117 0.658203 4.14648 0.853516L6.29297 3H0.5C0.223633 3 0 3.22388 0 3.5Z' fill='%23C5C5C5'/%3E%3C/svg%3E%0A");
    margin-top: -2px;
  }

  body:not(.information-list-body) .sortbar-top .results {
    display: none;
  }

  #product-image-container {
    margin-bottom: 2rem;
  }

  .product-quantity-discounts-wrapper .product-quantity-discounts-table:nth-child(odd) {
    background-color: #d9d9d9;
  }

  .product-review-summary:not(.review-empty):before {
    transform: translateX(-60%);
  }

  .product-review-summary .add-review .btn {
    padding: 14px 30px;
  }

  .product-page-head-title {
    font-size: 1.5625rem;
  }

  .module .module-head .module-head-title {
    font-size: 1.25rem;
    text-align: center;
  }

  .product-page-right .product_badges {
    margin-top: 1.5rem;
  }

  .product-quantity-discounts > strong {
    border-radius: 15px 15px 0 0;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }

  .product-quantity-discounts div strong {
    border-radius: 0;
    background-color: transparent;
    padding-top: 0;
  }

  .product-quantity-discounts-table {
    padding: 5px 0;
    border-radius: 15px;
  }

  .product-quantity-discounts-cell1 {
    padding-left: 1rem;
  }

  .flypage .module .module-head {
    text-align: left;
    padding-bottom: 0;
  }
}

@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 {
    padding-right: 0;
    padding-left: 0;
  }

  main.has-sticky {
    padding-top: 130px !important;
  }

  .search-module.dropdown .dropdown-menu {
    padding-top: 50px;
  }

  .search-module.dropdown .dropdown-menu .dropdown-item {
    padding-top: 0.25rem;
  }

  .search-module.dropdown .search-results .dropdown-item > .row {
    padding-bottom: 0.5rem;
  }

  .search-module.dropdown .search-results .card-text {
    margin-top: 0.25rem;
  }

  .search-module {
    margin-bottom: 0;
  }

  .header-navbar {
    margin-top: 0;
  }

  .header-navbar .js-wishlist-module,
  .header-navbar .cart-dropdown.cart-list,
  .header-navbar .login-list.nav {
    display: none;
  }

  .kickerimage-row.row {
    margin: 0 -7.5px;
  }

  .kickerimage-row.row > div {
    padding: 0 7.5px;
  }

  footer {
    padding: 0px 0 30px 0;
  }

  .contact-wrapper-box,
  footer .contact-wrapper-box a {
    font-size: 12px;
  }

  footer .module-head {
    padding: 0;
  }

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

  .footer-bottom {
    padding-top: 30px;
  }

  #section-partners_lasvegas {
    margin-top: 15px;
  }

  .product-module:not(#dealofday) .btn-primary.btn,
  .product-module:not(#dealofday) .btn-outline-primary.btn {
    font-size: 13px;
    line-height: 20px;
    padding: 8px 38px 5px;
  }

  .product-price {
    font-size: 1rem;
  }

  .btn-quickview {
    display: none;
  }

  .gift-wrapping-product-card .product-card-body {
    padding: 15px 15px 0 15px;
  }

  .product-snapshot-vertical .product-snapshot:not(:empty) {
    margin-top: 15px;
  }

  .product-snapshot-horizontal:not(.is-side) .product-snapshot {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .product-snapshot-horizontal .card-body {
    padding: 0 1rem;
  }

  .product-snapshot-horizontal .product-card-left-body {
    padding: 0 1rem;
  }

  .product-card-body {
    padding: 0 20px 20px;
  }

  .product-card {
    overflow: hidden;
  }

  .snapshot-list-attributes {
    margin: 0 -10px;
  }

  .snapshot-list-attributes-inner {
    padding: 0 15px;
    width: 100% !important;
  }

  .snapshot-slider-left {
    left: 2px;
    z-index: 1010;
  }

  .snapshot-slider-right {
    right: 3px;
    z-index: 1010;
  }

  .module .module-head .module-head-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }

  .slider-container {
    margin-bottom: 0;
  }

  .small-width-banner-container {
    padding: 0;
  }

  .banner-items-container {
    padding: 20px;
  }

  .banner-items-button .btn {
    font-size: 15px;
    padding: 11px 1.5625rem 10px;
    font-weight: 500;
  }

  .footer-advantages {
    margin: 0;
  }

  .footer-top-position > .container .footer-advantages-section {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .footer-advantages .footer-advantages-item {
    margin-bottom: 1rem;
  }

  .kickerimage-section-body .kickerimage-title {
    line-height: 1.2;
  }

  #lastseen {
    margin-bottom: 0;
  }

  .js-close-menu .btn {
    border: 1px solid #00a889;
    background-color: #00a889;
    color: #fff;
  }

  .mobile-wishlist-link.nav-link {
    padding: 0;
    display: flex;
    align-items: center;
  }

  .header-wishlist-title {
    margin-left: 5px;
    line-height: 1;
  }

  #js-mobile-nav .wishlist-dropdown {
    margin: 0;
  }

  #js-mobile-nav .wishlist-dropdown .wishlist-mobile-icon {
    position: relative;
  }

  #js-mobile-nav .wishlist-dropdown .header-quantity-box {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    bottom: 0;
    right: -13px;
    margin: auto;
  }

  .mobile-menu-login-element {
    display: flex;
    align-items: center;
  }

  .mobile-login-buttons {
    padding-left: 0 !important;
  }

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

  .mobile-login-buttons-row .btn {
    font-size: 13px;
  }

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

  .mobile-login-buttons-row .btn-link {
    color: #00a889 !important;
  }

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

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

  .mosaic-grid-length--4.mosaic-grid {
    grid-auto-rows: 400px 200px;
  }

  .mosaic-grid-length--5.mosaic-grid {
    grid-auto-rows: 200px 200px 400px 200px 200px;
  }

  .news-card-title {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 25px;
  }

  .home-position .newsletter-home-wrapper .module-head-title {
    margin-bottom: 3px;
  }

  .home-position .newsletter-home-left {
    padding: 0 20px;
  }

  body:not(.desktop-device-body) .widget-content-wrapper {
    display: flex;
    flex-direction: column;
  }

  .scroller-position .paf-search-form > .row {
    flex-direction: column;
    margin: 0;
  }

  .scroller-position .widget {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .scroller-position .pafsearch-module.home-position:not(.product-module) .module-body {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .paf-search-form {
    padding: 0;
  }

  .paf-search-form > .row {
    flex-direction: column;
  }

  .paf-search-form > .row .widget-content-wrapper {
    flex-direction: column;
  }

  .paf-search-form .widget {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .support-row {
    margin: 0;
    flex-direction: column;
  }

  .support-row .support-item {
    padding: 0 0 1rem 0;
  }

  #section-support_box_lasvegas .pretext {
    margin-bottom: 20px;
  }

  .no-image-svg svg {
    width: 40px;
    height: 40px;
  }

  .support-item-title {
    font-size: 1.25rem;
    margin-top: 1rem;
  }

  .support-item-content {
    margin-top: 18px;
  }

  .category-description {
    line-height: 23px;
    margin-top: 25px;
    font-weight: 400;
  }

  .page-head-title {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .sortbar-top {
    margin-top: 25px;
  }

  .breadcrumb {
    padding: 28px 0 18px;
    margin-bottom: 0;
  }

  .sr-cart-table {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #E9E9E9;
  }

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

  .cart-package-offer-table.sr-cart-table.table .package-offer-head-mobile .package-offer-quantity-input {
    max-width: 100px;
  }

  .cart-package-offer-table.sr-cart-table.table .package-offer-name {
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
  }

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

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

  .subcategory-list.row {
    margin: 0 -5px;
    overflow-x: scroll;
    overflow-scrolling: touch;
    flex-wrap: nowrap;
    width: auto;
    padding-bottom: 40px;
  }

  .subcategory-list.row .col-subcategory {
    padding: 0 5px;
  }

  .subcategory-list .category-card .category-card-link {
    font-size: 14px;
  }

  .packageoffer-line {
    margin-bottom: 20px;
  }

  .packageoffer-item-name {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .packageoffer-line-left-inner {
    padding: 23px 0;
  }

  .packageoffer-line-left-inner .product-snapshot-vertical {
    margin: 0;
  }

  .packageoffer-line-left-inner .packageoffer-line-row {
    margin: 0;
  }

  .packageoffer-line-row .package-head {
    font-size: 0.875rem;
    line-height: 1rem;
  }

  .product-packageoffer-package-price {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-top: 1px;
    margin-bottom: 3px;
  }

  .product-packageoffer-discount {
    font-size: 0.8125rem;
    line-height: 0.8125rem;
  }

  .packageoffer-line-right-inner {
    display: flex;
    align-items: center;
  }

  .packageoffer-line-right-inner-price {
    width: 45%;
    padding-right: 10px;
  }

  .packageoffer-line-right-inner-cart {
    width: 55%;
  }

  .packageoffer-cart-button {
    margin-top: 0;
  }

  .packageoffer-line-right {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 28px;
    border-radius: 0 0 15px 15px;
  }

  .product-snapshot-vertical .packageoffer-item.product-snapshot:not(:empty) {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .packageoffer-line-left {
    border-radius: 15px 15px 0 0;
  }

  .packageoffer-line-row .card {
    padding: 5px 10px;
  }

  .packageoffer-line-row .card .packageoffer-item-image {
    margin-bottom: 0;
  }

  .module-packageoffer-wrapper {
    width: 100%;
  }

  .product-addtocart {
    padding: 0 0 0.5rem 0;
  }

  .product-children-table thead {
    display: none;
  }

  .product-children-table tbody,
  .product-children-table tr,
  .product-children-table th,
  .product-children-table td {
    display: block;
    width: 100% !important;
  }

  .product-children-table tr {
    margin-bottom: 2rem;
    border: 1px solid #e5e5e5;
  }

  .product-children-table tr:nth-child(odd) {
    background-color: #efefef;
  }

  .product-children-table tr td:first-child {
    padding-top: 10px;
  }

  .product-children-table tr td:last-child {
    padding-bottom: 10px;
  }

  .product-children-table .quantity-input {
    height: 38px;
  }

  .product-children-table td {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px;
  }

  .product-children-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 0.75rem;
    line-height: 0.75rem;
    margin-bottom: 0.25rem;
  }

  .product-children-table td:last-child:before {
    content: none;
  }

  .product-children-table td div {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 0.8125rem;
    padding-right: 10px;
    justify-content: flex-start;
    text-align: left;
    padding-top: 0;
  }

  .product-children-table .list_addtocart {
    display: block;
    flex: 1;
    padding-right: 0;
    width: 100%;
  }

  .product-children-table .button-add-to-cart {
    flex: 1 1 100%;
  }

  .product-children-table .quantity-name-text {
    display: none;
  }

  #product-image-container {
    width: auto !important;
  }

  .product-image-box .slick-arrow {
    display: none !important;
  }

  .product-image-mobile .slick-dots {
    position: relative;
  }

  .decrease-wrapper {
    margin-top: 14px;
  }

  .product-review-summary.review-empty {
    margin-bottom: 0 !important;
  }

  .product-review-item {
    margin: 30px 0 0 0;
  }

  .product-review-values-outer {
    padding: 0;
  }

  .product-review-summary:not(.review-empty):before {
    transform: translate(-50%, -65%);
    left: 50%;
    right: auto;
  }

  .product-review-summary .product-review-average-sum {
    padding-top: 0;
    height: 150px;
  }

  .product-rating-average-inner {
    text-align: center;
  }

  .product-rating-star-box {
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !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;
  }

  .product-rating-count-text {
    font-weight: 500;
    margin-top: 8px;
  }

  .product-review-values {
    padding-top: 27px;
  }

  .product-review-summary .product-review-progress {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .product-review-summary .add-review .btn {
    padding: 19px 30px;
  }

  .product-review-summary {
    padding: 24px 20px 26px;
  }

  .product-review-summary .add-review {
    margin-top: 17px;
    padding: 10px 0;
  }

  .tabs,
  .tab-pages {
    width: 100%;
  }

  .tabs {
    margin-bottom: 2rem;
  }

  .position-3-container {
    flex-direction: column;
  }

  .position-3-container .home-position {
    padding: 0;
  }

  .tabs .tab-button {
    background-color: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #e6e6e6;
    box-shadow: none;
    width: 100%;
    font-weight: 500;
    font-size: 0.9375rem;
    position: relative;
    padding: 0;
    outline: 0;
  }

  .tabs .tab-button span {
    padding: 15px 15px 15px 0;
    opacity: 0.5;
  }

  .tabs .tab-button.first {
    border-top: 0;
  }

  .tabs .tab-button:before,
  .tabs .tab-button:after {
    content: "";
    position: absolute;
    background-color: #9C9B9F;
    transition: transform 0.25s ease-out;
    display: block;
  }

  .tabs .tab-button:after {
    width: 12px;
    height: 2px;
    right: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .tabs .tab-button:before {
    width: 2px;
    height: 12px;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .tabs .tab-button[aria-expanded="true"] span {
    opacity: 1;
  }

  .tabs .tab-button[aria-expanded="true"]:before {
    transform: rotate(90deg);
  }

  .tabs .tab-button[aria-expanded="true"]:after {
    transform: rotate(180deg);
  }

  .tabs .tab-content {
    transition: all 0.2s ease-in-out;
  }

  .tabs .tab-content .module-head {
    display: none;
  }

  .product-page-middle-1 {
    margin-top: 1rem;
  }
}

@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 {
    padding-right: 0;
    padding-left: 0;
  }

  .sr-container-small {
    width: 100%;
  }

  .sr-container-xs {
    width: 100%;
  }

  .mm-panels {
    overflow: visible !important;
  }

  .search-module {
    margin-top: 10px;
    order: 5;
    flex: 0 0 100%;
  }

  #js-mobile-navbar {
    order: 1;
  }

  .navbar-brand {
    order: 2;
  }

  #js-cart {
    order: 3;
  }

  .search-module .form-control {
    height: 40px;
  }

  .search-module .input-group-append {
    right: 0;
  }

  .hamburger-contacts-wrapper > span {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .hamburger-phone.hamburger-contacts-link {
    border: 0;
    padding: 0 0 10px 0;
    margin: 0;
  }

  .card-footer .btn {
    padding: 7px 10px;
  }

  .gift-wrapping-product button.btn {
    padding: 5px;
  }

  .quickview {
    display: none;
  }

  .product-card-footer .product-card-item .offer_request.btn {
    font-size: 13px;
    padding-top: 9px;
    padding-bottom: 8px;
  }

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

  .product-snapshot-vertical {
    margin: 0 -5px;
  }

  .product-snapshot-vertical .product-snapshot:not(:empty) {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 20px;
  }

  .product-card-body {
    padding: 0 15px;
  }

  .product-card-footer .product-card-item {
    padding: 0 15px;
  }

  .aurora-scroll-btn-left {
    left: 0;
  }

  .aurora-scroll-btn-right {
    right: 0;
  }

  .mobile-arrows .slick-arrow {
    width: 40px;
    height: 40px;
    width: 45px;
    height: 45px;
    background-color: transparent;
    transform: translate(0, -14px);
  }

  .mobile-arrows .slick-next {
    right: 20px;
    top: auto;
    bottom: 15px;
  }

  .mobile-arrows .slick-next:before {
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 13px;
    height: 11px;
  }

  .mobile-arrows .slick-prev {
    left: 20px;
    top: auto;
    bottom: 15px;
  }

  .mobile-arrows .slick-prev:before {
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 13px;
    height: 11px;
  }

  .mobile-banner-image-wrapper {
    position: relative;
    height: 100%;
    display: block;
  }

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

  .mobile-dots {
    background-color: #F3F4F5;
    display: block;
    width: 100%;
    padding: 10px 60px 36px;
  }

  .mobile-dots .slick-dots {
    position: relative;
  }

  .mobile-dots .slick-dots li {
    width: 30px;
    height: 30px;
    margin: 0;
  }

  .mobile-dots .slick-dots li button {
    font-size: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .mobile-dots .slick-dots li button:before {
    font-size: 40px;
    position: relative;
    height: 30px;
    line-height: 30px;
  }

  .not-banner-item-conent.mobile-dots {
    padding-top: 25px;
  }

  .banner-items-title {
    color: #393A41;
  }

  .banner-items-subtitle {
    color: #74717B;
    padding-top: 8px;
  }

  .auroramessenger-message.popup .module {
    display: none;
  }

  .cart-popup-module .auroramessage-product-image {
    display: none;
  }

  .cart-popup-module .auroramessage-incart {
    float: none;
    width: auto;
    margin: 0;
    display: block;
  }

  .cart-popup-module .auroramessage-link {
    float: none;
    width: 100%;
  }

  .auroramessage-others {
    display: none;
  }

  .module-dealofday-wrapper .card-actions .btn {
    width: 100%;
  }

  .module-dealofday-wrapper .card-actions.row .col-addtocart,
  .module-dealofday-wrapper .card-actions.row .col-details {
    padding: 0;
    flex: 0 0 100%;
  }

  .module-dealofday-wrapper .product-snapshot-horizontal:not(.is-side) .product-snapshot .product-card-row {
    flex-direction: column;
  }

  .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-top-position #lastseen .product-card-title a:not(.edit-link) {
    padding: 10px 15px;
    font-size: 0.75rem;
    line-height: 1rem;
    height: 42px;
  }

  .footer-top-position #lastseen .product-snapshot-vertical .product-snapshot:not(:empty) {
    flex: 0 0 160px !important;
    max-width: 160px !important;
  }

  .mosaic-grid-length--4.mosaic-grid {
    grid-auto-rows: 400px 400px 200px 200px;
  }

  .footer-position .news-cards {
    margin-bottom: 0.25rem;
  }

  .footer-position .news-card-title {
    margin: 0 !important;
  }

  .home-position .newsletter-home-wrapper {
    margin: -15px;
  }

  .custom-value-filter-button .btn {
    padding: 0 20px;
  }

  .custom-value-filter-button {
    padding-left: 0 !important;
  }

  body:not(.desktop-device-body) .custom-value-filter-min input {
    min-width: 80px;
  }

  body:not(.desktop-device-body) .product-filter-module > .module {
    padding-bottom: 4rem;
  }

  body:not(.desktop-device-body) .product-filter-module {
    width: 100vw;
  }

  .paf-search-form .widget {
    padding: 0;
  }

  .wishlist-product-image,
  .wishlist-product-details,
  .wishlist-product-actions {
    margin-bottom: 1rem;
  }

  .wishlist-buttons {
    flex-direction: column;
  }

  .wishlist-buttons .btn + .btn {
    margin-top: 1rem;
  }

  .sr-cart-table .cart-row-image {
    flex-basis: 20%;
  }

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

  .sr-cart-quantity-input {
    --cart-quantity-height: 26px;
  }

  .sr-cart-quantity-input .btn {
    padding: 5px 2px;
  }

  .sr-cart-special-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .sr-cart-summary-box-table {
    table-layout: fixed;
  }

  .sr-cart-summary-box-table .gross-total {
    font-size: 1.3125rem;
    line-height: 1.125rem;
  }

  .sr-col-to-chekout {
    flex-direction: column;
  }

  .sr-cart-bottom-buttons-row .btn {
    width: 100%;
    margin-bottom: 15px;
  }

  .col-country-select-box {
    margin-bottom: 10px;
  }

  .cart-package-offer-table.sr-cart-table.table .package-offer-head-mobile .package-offer-quantity-input {
    max-width: 70px !important;
  }

  .cart-package-offer-table.sr-cart-table.table .package-offer-head-mobile {
    grid-template-columns: 80px auto !important;
  }

  .information-list-description {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .information-introtext-box,
  .information-fulltext-box {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .product-list-body .sortbar-top {
    margin: 0 -15px;
  }

  .product-list-body .results {
    margin-bottom: 1rem;
  }

  .sortbar-top {
    padding: 0;
    margin: 0;
    background: no-repeat;
    border-radius: 0;
  }

  .sortbar-top .sort {
    background-color: #212121;
    color: #fff;
    height: 60px;
  }

  .sort-label {
    line-height: 1;
    font-weight: 700;
    padding-top: 7px;
    padding-left: 20px;
  }

  .sort-select {
    width: 100%;
    padding-right: 10px;
  }

  .sort-select select.form-control {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
    height: 30px;
    padding-right: 20px;
    background: url("../image/lasvegas-white-select-arrow.svg") no-repeat;
    background-position: right 5px center;
    margin-left: 0;
  }

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

  .sortbar-filter-left {
    padding-left: 0;
    padding-right: 2px;
  }

  .open-filter-btn {
    color: #fff;
    background-color: #212121;
    border-color: #212121;
    border-radius: 0;
    font-size: 15px;
    height: 60px;
  }

  .sortbar-fitler-right {
    padding-left: 0;
    padding-right: 0;
  }

  .paf-filter-search-btn.btn-link,
  .widget-head {
    padding-left: 0;
  }

  .stockfilter-module.home-position .custom-control-label:after,
  .stockfilter-module.home-position .custom-control-label:before {
    top: 0;
    left: -26px;
  }

  .stockfilter-module.home-position .custom-checkbox {
    padding: 0 0 0 26px;
  }

  .packageoffer-item .product-card .card-body {
    padding-right: 0;
  }

  .packageoffer-item-image-link img {
    border-radius: 15px;
  }

  .packageoffer-line-right-inner-price {
    width: 50%;
  }

  .packageoffer-line-right-inner-cart {
    width: 50%;
  }

  .module-packageoffer-wrapper .sort-label {
    padding-left: 0;
    padding-top: 0;
  }

  .module-packageoffer-wrapper .sortbar-packageoffer-list {
    margin: 0 0 1rem 0;
  }

  .product-addtocart-wrapper .quantity-name-text {
    padding: 0;
    margin: 0;
  }

  .product-addtocart-wrapper .quantity-text {
    display: none;
  }

  .product-collateral-wrapper.product-page-right-box {
    margin-top: 27px;
    padding-top: 29px;
  }

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

  .product-collateral-list select.form-control {
    font-size: 0.75rem;
    min-width: 130px;
  }

  .product-options .form-control {
    width: auto;
  }

  .table-bordered.parameter-table {
    border: 0;
  }

  .table-bordered.parameter-table th,
  .table-bordered.parameter-table td,
  .table-bordered.parameter-table tr {
    border: 0;
  }

  .table-bordered.parameter-table tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .table-bordered.parameter-table strong {
    font-weight: 400;
  }

  .parameter-table td:first-child {
    width: 50%;
  }

  .parameter-table td:nth-child(2),
  .product-parameters td:nth-child(2) {
    text-align: right;
  }

  .product-review-list-items {
    display: flex;
    margin: 0;
    overflow-x: scroll;
    overflow-scrolling: touch;
    flex-wrap: nowrap;
    padding-bottom: 20px;
  }

  .product-review-list-items .product-review-item {
    flex: 0 0 220px !important;
    max-width: 220px !important;
    margin-right: 8px;
    margin-left: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .product-review-item .review-head {
    flex-wrap: wrap;
  }

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

  .product-review-summary:not(.review-empty) {
    border-radius: 0;
    margin: 0 -15px;
  }

  .product-review-values {
    margin: 1rem 0;
  }

  .product-page-head-title {
    margin-top: 3rem;
  }

  .sr-guest-registration-order-1 {
    flex-basis: 100%;
  }

  .sr-guest-registration-order-2 {
    order: 2;
  }

  .product-card-body svg.rating-star {
    width: 14px;
    height: 14px;
  }
}

@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 {
    padding-right: 0;
    padding-left: 0;
  }

  #likebox-frame .fb-page > span,
  #likebox-frame .fb-page iframe {
    width: 100% !important;
  }

  .auroramessenger-popupcontent {
    width: 95%;
  }

  .module-dealofday-wrapper .product-card-title a {
    font-size: 1.5625rem;
    line-height: 1.4;
  }

  .sr-login-remember-me-div {
    padding-left: 0;
  }
}

@media (max-width: 380px) {
  .product-addtocart-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-addtocart-wrapper .product_table_quantity {
    margin-bottom: 0.5rem;
  }

  .product-addtocart-wrapper .input-group {
    padding-left: 0;
  }

  .product-addtocart-wrapper .product_table_addtocartbtn {
    width: 100%;
  }
}

@media (max-width: 370px) {
  .sr-login-forgotten-div {
    flex: 0 0 44%;
    max-width: 44%;
  }

  .sr-login-remember-me-div {
    flex: 0 0 56%;
    max-width: 56%;
  }
}

@media (max-width: 340px) {
  .navbar-brand {
    max-width: 150px;
  }
}

@media (max-height: 800px) {
  .popup-product-module {
    display: none;
  }
}

@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 #B5B8BE;
    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: #E9E9E9;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #E9E9E9;
  }
}

@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 drift-fadeZoomIn {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes drift-fadeZoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  15% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes drift-loader-before {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.2) translateX(6px);
  }

  25% {
    transform: scale(1.3) translateX(8px);
  }

  40% {
    transform: scale(1.2) translateX(6px);
  }

  50% {
    transform: scale(1);
  }

  60% {
    transform: scale(0.8) translateX(6px);
  }

  75% {
    transform: scale(0.7) translateX(8px);
  }

  90% {
    transform: scale(0.8) translateX(6px);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes drift-loader-after {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.2) translateX(-6px);
  }

  25% {
    transform: scale(1.3) translateX(-8px);
  }

  40% {
    transform: scale(1.2) translateX(-6px);
  }

  50% {
    transform: scale(1);
  }

  60% {
    transform: scale(0.8) translateX(-6px);
  }

  75% {
    transform: scale(0.7) translateX(-8px);
  }

  90% {
    transform: scale(0.8) translateX(-6px);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 168, 137, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(0, 168, 137, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 168, 137, 0);
  }
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.1);
  }

  80% {
    transform: scale(1);
  }
}