/*
* theme: Korfu
* preprocessor: scss
* framework: Bootstrap v4.3.1
* version: 1.0.3
*/

/*
* Fonts to pagehead.tpl
*/

/* colors */

/* social colors */

/* error color */

/* alert colors */

/* left - right column */

/* globals */

/* snapshot  */

/* responsive menu height */

/* bannerscroller */

/* input - form elemets */

/* pagination */

/* dropdown-menu */

/* subcategory */

/* buttons */

/* aurorascroll */

/* header category */

/* check icon url*/

/* theme icon set */

/* footer*/

/* badges */

/* product page */

/*
* bootstrap variables redefine
*/

:root {
  --global-color: #212121;
  --global-hover-color: #ec008e;
  --global-font-color: #212121;
  --global-light-color: #f3f5f7;
  --global-dark-color: #212121;
  --font-family-base: "Open Sans", sans-serif;
  --font-family-secondary: "Lora", sans-serif;
  --font-family-third: "Amatic SC", cursive;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1600px;
  --breakpoint-xxxl: 1900px;
  --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;
  --package-offer-separator-color: #212121;
}

/* bootstrap framework */

*,
*::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);
  font-size: 9px;
}

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

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  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;
  text-transform: uppercase;
}

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: #212121;
  text-decoration: none;
  background-color: transparent;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

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

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  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: #6c757d;
  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;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background: url("../image/select-arrow.svg");
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  padding-right: 3.5rem;
  background-size: 8px;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

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

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

.img-thumbnail {
  background-color: #fff;
  height: auto;
  border: 0;
  padding: 0;
  border-radius: 0;
  max-width: 100%;
}

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

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

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

pre 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 {
  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,
.col-xxxl-1,
.col-xxxl-2,
.col-xxxl-3,
.col-xxxl-4,
.col-xxxl-5,
.col-xxxl-6,
.col-xxxl-7,
.col-xxxl-8,
.col-xxxl-9,
.col-xxxl-10,
.col-xxxl-11,
.col-xxxl-12,
.col-xxxl,
.col-xxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #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: #f5c6cb;
}

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

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

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

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

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

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

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

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

.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: calc(1.5em + 12px + 4px);
  padding: 6px 2.5rem;
  line-height: 1.5;
  color: #ec008e;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 2px solid #cacfd9;
  border-radius: 9999em;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 600;
}

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

.form-control:focus {
  color: #ec008e;
  background-color: #ffffff;
  outline: 0;
  box-shadow: none;
  border-color: #212121;
}

.form-control::placeholder {
  color: #9aa1ad;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

.col-form-label {
  padding-top: calc(6px + 2px);
  padding-bottom: calc(6px + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(10px + 2px);
  padding-bottom: calc(10px + 2px);
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  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 + 0.5rem + 4px);
  padding: 3px 15px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 4px);
  padding: 10px 25px;
  line-height: 1.5;
  border-radius: 0.3rem;
  font-size: 2rem;
}

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

textarea.form-control {
  transition: border-color 0.15s ease-in-out, background 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: auto;
  max-width: none;
  border-radius: 5px;
}

.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 {
  color: #6c757d;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 12px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 3px);
  background-size: calc(0.75em + 6px) calc(0.75em + 6px);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 12px) * 3 / 4 + 3.5rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 2.5rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 3.5rem/calc(0.75em + 6px) calc(0.75em + 6px);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

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

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 12px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 3px);
  background-size: calc(0.75em + 6px) calc(0.75em + 6px);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 12px) * 3 / 4 + 3.5rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 2.5rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #ffffff no-repeat center right 3.5rem/calc(0.75em + 6px) calc(0.75em + 6px);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.btn {
  display: inline-block;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  line-height: 1.5;
  border-radius: 9999em;
  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;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 9px 20px;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  font-weight: 600;
  border-width: 2px;
  cursor: pointer;
}

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

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  color: #f3f5f7;
  background: #212121;
  border: 2px solid #212121; /* TODO régi checkout miatt BS4 anchor fix*/
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #212121;
  color: #f3f5f7;
  border-color: #f3f5f7;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

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

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

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

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

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

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

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

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #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.2rem rgba(255, 193, 7, 0.5);
}

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

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

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

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

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

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

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

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

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

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

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

.btn-lg,
.btn-group-lg > .btn {
  padding: 8px 30px;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 9999em;
}

.btn-sm,
.btn-group-sm > .btn {
  line-height: 1.5;
  border-radius: 9999em;
  padding: 4px 10px;
  font-size: 1.3rem;
}

.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;
  position: relative;
}

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}

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

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

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

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

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

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

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

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

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

.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 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -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: 6px 2.5rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ec008e;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 2px solid #cacfd9;
  border-radius: 9999em;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

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

.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: 10px 25px;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.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: 3px 15px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

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

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

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

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

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

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

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

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

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 12px + 4px);
  padding: 6px 3.5rem 6px 2.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ec008e;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 2.5rem center/8px 10px;
  background-color: #ffffff;
  border: 2px solid #cacfd9;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #ec008e;
  background-color: #ffffff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 2.5rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 4px);
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 4px);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 12px + 4px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 12px + 4px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 12px + 4px);
  padding: 6px 2.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ec008e;
  background-color: #ffffff;
  border: 2px solid #cacfd9;
  border-radius: 9999em;
}

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

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  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, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -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: #b3d7ff;
}

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

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -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: #b3d7ff;
}

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

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -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: #b3d7ff;
}

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

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

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

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

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

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

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

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

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

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

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

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

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

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

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

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

.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: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.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.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 9999em;
}

.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 {
  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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

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

.card-group {
  display: flex;
  flex-direction: column;
}

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

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

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

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

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #212121;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

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

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

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

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

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

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

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

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

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

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

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

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

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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.2rem 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.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

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

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

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

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

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

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #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: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

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

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

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

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

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

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

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

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

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

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

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

.list-group-item {
  position: relative;
  display: block;
  margin-bottom: -1px;
  background-color: #fff;
  border: 0;
  padding: 0.25rem 0;
  font-size: 1.4rem;
}

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

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

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

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

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

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

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

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

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

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

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

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

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

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

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

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

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

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

.list-group-item-warning {
  color: #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: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

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

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

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

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .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;
}

.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-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: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", 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.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

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

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

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

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

.carousel {
  position: relative;
}

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

.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' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: 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;
}

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

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

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

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

.bg-success {
  background-color: #28a745 !important;
}

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

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

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

.bg-warning {
  background-color: #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: #dc3545 !important;
}

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

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

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

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

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

.text-primary {
  color: #007bff !important;
}

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

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

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

.text-success {
  color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #6c757d !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;
}

@font-face {
  font-family: 'korfu-design-icons';
  src: url("/catalog/view/theme/korfu/fonts/korfu-design-icons/korfu-design-icons.eot?72153145");
  src: url("/catalog/view/theme/korfu/fonts/korfu-design-icons/korfu-design-icons.eot?72153145#iefix") format("embedded-opentype"), url("/catalog/view/theme/korfu/fonts/korfu-design-icons/korfu-design-icons.woff2?72153145") format("woff2"), url("/catalog/view/theme/korfu/fonts/korfu-design-icons/korfu-design-icons.woff?72153145") format("woff"), url("/catalog/view/theme/korfu/fonts/korfu-design-icons/korfu-design-icons.ttf?72153145") format("truetype"), url("/catalog/view/theme/korfu/fonts/korfu-design-icons/korfu-design-icons.svg?72153145#korfu-design-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'korfu-design-icons';
    src: url('korfu-design-icons.svg?72153145#korfu-design-icons') format('svg');
  }
}
*/

[class^="sr-icon-"]:before,
[class*=" sr-icon-"]:before {
  font-family: "korfu-design-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: .2em;
  text-align: center; /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none; /* fix buttons height, for twitter bootstrap */
  line-height: 1em; /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em; /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.sr-icon-tags:before {
  content: '\e800';
}

/* '' */

.sr-icon-tag:before {
  content: '\e801';
}

/* '' */

.sr-icon-heart:before {
  content: '\e802';
}

/* '' */

.sr-icon-search:before {
  content: '\e803';
}

/* '' */

.sr-icon-eye:before {
  content: '\e804';
}

/* '' */

.sr-icon-refresh:before {
  content: '\e805';
}

/* '' */

.sr-icon-user:before {
  content: '\e806';
}

/* '' */

.sr-icon-hamburger-menu:before {
  content: '\e807';
}

/* '' */

.sr-icon-calendar:before {
  content: '\e808';
}

/* '' */

.sr-icon-truck:before {
  content: '\e809';
}

/* '' */

.sr-icon-trash:before {
  content: '\e810';
}

/* '' */

.sr-icon-list-alt:before {
  content: '\e811';
}

/* '' */

.sr-icon-list:before {
  content: '\e812';
}

/* '' */

.sr-icon-th:before {
  content: '\e813';
}

/* '' */

.sr-icon-sliders:before {
  content: '\e814';
}

/* '' */

.sr-icon-spinner:before {
  content: '\e815';
}

/* '' */

.sr-icon-edit:before {
  content: '\e816';
}

/* '' */

.sr-icon-phone-alt:before {
  content: '\e817';
}

/* '' */

.sr-icon-phone:before {
  content: '\e818';
}

/* '' */

.sr-icon-at:before {
  content: '\e819';
}

/* '' */

.sr-icon-globe:before {
  content: '\e820';
}

/* '' */

.sr-icon-gift:before {
  content: '\e821';
}

/* '' */

.sr-icon-gavel:before {
  content: '\e822';
}

/* '' */

.sr-icon-file:before {
  content: '\e823';
}

/* '' */

.sr-icon-money:before {
  content: '\e824';
}

/* '' */

.sr-icon-check:before {
  content: '\e825';
}

/* '' */

.sr-icon-print:before {
  content: '\e826';
}

/* '' */

.sr-icon-envelope:before {
  content: '\e827';
}

/* '' */

.sr-icon-map-pin:before {
  content: '\e828';
}

/* '' */

.sr-icon-angle-up:before {
  content: '\e830';
}

/* '' */

.sr-icon-angle-down:before {
  content: '\e831';
}

/* '' */

.sr-icon-angle-left:before {
  content: '\e832';
}

/* '' */

.sr-icon-angle-right:before {
  content: '\e833';
}

/* '' */

.sr-icon-angle-double-left:before {
  content: '\e834';
}

/* '' */

.sr-icon-angle-double-right:before {
  content: '\e835';
}

/* '' */

.sr-icon-info-circle:before {
  content: '\e836';
}

/* '' */

.sr-icon-exclamation-circle:before {
  content: '\e837';
}

/* '' */

.sr-icon-exclamation-triangle:before {
  content: '\e838';
}

/* '' */

.sr-icon-plus:before {
  content: '\e839';
}

/* '' */

.sr-icon-minus:before {
  content: '\e840';
}

/* '' */

.sr-icon-comments:before {
  content: '\e841';
}

/* '' */

.sr-icon-comment:before {
  content: '\e842';
}

/* '' */

.sr-icon-times:before {
  content: '\e843';
}

/* '' */

.sr-icon-times-circle:before {
  content: '\e844';
}

/* '' */

.sr-icon-youtube-square:before {
  content: '\e845';
}

/* '' */

.sr-icon-youtube:before {
  content: '\e846';
}

/* '' */

.sr-icon-twitter-square:before {
  content: '\e847';
}

/* '' */

.sr-icon-twitter:before {
  content: '\e848';
}

/* '' */

.sr-icon-google-plus-square:before {
  content: '\e849';
}

/* '' */

.sr-icon-google-plus:before {
  content: '\e850';
}

/* '' */

.sr-icon-google-plus-g:before {
  content: '\e851';
}

/* '' */

.sr-icon-linkedin:before {
  content: '\e852';
}

/* '' */

.sr-icon-linkedin-in:before {
  content: '\e853';
}

/* '' */

.sr-icon-facebook-square:before {
  content: '\e854';
}

/* '' */

.sr-icon-facebook:before {
  content: '\e855';
}

/* '' */

.sr-icon-facebook-f:before {
  content: '\e856';
}

/* '' */

.sr-icon-pinterest-square:before {
  content: '\e857';
}

/* '' */

.sr-icon-pinterest:before {
  content: '\e858';
}

/* '' */

.sr-icon-pinterest-p:before {
  content: '\e859';
}

/* '' */

.sr-icon-instagram:before {
  content: '\e860';
}

/* '' */

.sr-icon-caret-left:before {
  content: '\e861';
}

/* '' */

.sr-icon-caret-right:before {
  content: '\e862';
}

/* '' */

.sr-icon-caret-up:before {
  content: '\e863';
}

/* '' */

.sr-icon-caret-down:before {
  content: '\e864';
}

/* '' */

.sr-icon-question:before {
  content: '\e865';
}

/* '' */

.sr-icon-question-circle:before {
  content: '\e866';
}

/* '' */

.sr-icon-regular-check-square:before {
  content: '\e867';
}

/* '' */

.sr-icon-settings-cogwheel-button:before {
  content: '\e868';
}

/* '' */

.sr-icon-left-arrow:before {
  content: '\e869';
}

/* '' */

.sr-icon-right-arrow:before {
  content: '\e870';
}

/* '' */

.sr-icon-sort:before {
  content: '\e871';
}

/* '' */

@font-face {
  font-family: 'sr-cart-icons';
  src: url("/catalog/view/theme/korfu/fonts/sr-cart-icons/sr-cart-icons.eot?65370621");
  src: url("/catalog/view/theme/korfu/fonts/sr-cart-icons/sr-cart-icons.eot?65370621#iefix") format("embedded-opentype"), url("/catalog/view/theme/korfu/fonts/sr-cart-icons/sr-cart-icons.woff2?65370621") format("woff2"), url("/catalog/view/theme/korfu/fonts/sr-cart-icons/sr-cart-icons.woff?65370621") format("woff"), url("/catalog/view/theme/korfu/fonts/sr-cart-icons/sr-cart-icons.ttf?65370621") format("truetype"), url("/catalog/view/theme/korfu/fonts/sr-cart-icons/sr-cart-icons.svg?65370621#sr-cart-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'sr-cart-icons';
    src: url('sr-cart-icons.svg?65370621#sr-cart-icons') format('svg');
  }
}
*/

[class^="icon-sr-"]:before,
[class*=" icon-sr-"]:before {
  font-family: "sr-cart-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center; /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none; /* fix buttons height, for twitter bootstrap */
  line-height: 1em; /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em; /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-sr-cart-1:before {
  content: '\e801';
}

/* '' */

.icon-sr-cart-2:before {
  content: '\e802';
}

/* '' */

.icon-sr-cart-3:before {
  content: '\e803';
}

/* '' */

.icon-sr-cart-4:before {
  content: '\e804';
}

/* '' */

.icon-sr-cart-5:before {
  content: '\e805';
}

/* '' */

.icon-sr-cart-6:before {
  content: '\e806';
}

/* '' */

.icon-sr-cart-7:before {
  content: '\e807';
}

/* '' */

.icon-sr-cart-8:before {
  content: '\e808';
}

/* '' */

.icon-sr-cart-9:before {
  content: '\e809';
}

/* '' */

.icon-sr-cart-10:before {
  content: '\e810';
}

/* '' */

.icon-sr-cart-11:before {
  content: '\e811';
}

/* '' */

.icon-sr-cart-12:before {
  content: '\e812';
}

/* '' */

.icon-sr-cart-13:before {
  content: '\e813';
}

/* '' */

.icon-sr-cart-14:before {
  content: '\e814';
}

/* '' */

.icon-sr-cart-15:before {
  content: '\e815';
}

/* '' */

.icon-sr-cart-16:before {
  content: '\e816';
}

/* '' */

.icon-sr-cart-17:before {
  content: '\e817';
}

/* '' */

.icon-sr-cart-18:before {
  content: '\e818';
}

/* '' */

.icon-sr-cart-19:before {
  content: '\e819';
}

/* '' */

.icon-sr-cart-20:before {
  content: '\e820';
}

/* '' */

.icon-sr-cart-21:before {
  content: '\e821';
}

/* '' */

.icon-sr-cart-22:before {
  content: '\e822';
}

/* '' */

.icon-sr-cart-23:before {
  content: '\e823';
}

/* '' */

.icon-sr-cart-24:before {
  content: '\e824';
}

/* '' */

.icon-sr-cart-25:before {
  content: '\e825';
}

/* '' */

.icon-sr-cart-26:before {
  content: '\e826';
}

/* '' */

.icon-sr-cart-27:before {
  content: '\e827';
}

/* '' */

.icon-sr-cart-28:before {
  content: '\e828';
}

/* '' */

.icon-sr-cart-29:before {
  content: '\e829';
}

/* '' */

.icon-sr-cart-30:before {
  content: '\e830';
}

/* '' */

.icon-sr-cart-31:before {
  content: '\e831';
}

/* '' */

.icon-sr-cart-32:before {
  content: '\e832';
}

/* '' */

.icon-sr-cart-33:before {
  content: '\e833';
}

/* '' */

.icon-sr-cart-34:before {
  content: '\e834';
}

/* '' */

.icon-sr-cart-35:before {
  content: '\e835';
}

/* '' */

.icon-sr-cart-36:before {
  content: '\e836';
}

/* '' */

.icon-sr-cart-37:before {
  content: '\e837';
}

/* '' */

.icon-sr-cart-38:before {
  content: '\e838';
}

/* '' */

.icon-sr-cart-39:before {
  content: '\e839';
}

/* '' */

.icon-sr-cart-40:before {
  content: '\e840';
}

/* '' */

.icon-sr-cart-41:before {
  content: '\e841';
}

/* '' */

.icon-sr-cart-42:before {
  content: '\e842';
}

/* '' */

.icon-sr-cart-43:before {
  content: '\e843';
}

/* '' */

.icon-sr-cart-44:before {
  content: '\e844';
}

/* '' */

.icon-sr-cart-45:before {
  content: '\e845';
}

/* '' */

.icon-sr-cart-46:before {
  content: '\e846';
}

/* '' */

.icon-sr-cart-47:before {
  content: '\e847';
}

/* '' */

.icon-sr-cart-48:before {
  content: '\e848';
}

/* '' */

.icon-sr-cart-49:before {
  content: '\e849';
}

/* '' */

.icon-sr-cart-50:before {
  content: '\e850';
}

/* '' */

.icon-sr-cart-51:before {
  content: '\e851';
}

/* '' */

.icon-sr-cart-52:before {
  content: '\e852';
}

/* '' */

.icon-sr-cart-53:before {
  content: '\e853';
}

/* '' */

.icon-sr-cart-54:before {
  content: '\e854';
}

/* '' */

.icon-sr-cart-55:before {
  content: '\e855';
}

/* '' */

.icon-sr-cart-56:before {
  content: '\e856';
}

/* '' */

.icon-sr-cart-57:before {
  content: '\e857';
}

/* '' */

.icon-sr-cart-58:before {
  content: '\e858';
}

/* '' */

.icon-sr-cart-59:before {
  content: '\e859';
}

/* '' */

.icon-sr-cart-60:before {
  content: '\e860';
}

/* '' */

.icon-sr-cart-61:before {
  content: '\e861';
}

/* '' */

.icon-sr-cart-62:before {
  content: '\e862';
}

/* '' */

.icon-sr-cart-63:before {
  content: '\e863';
}

/* '' */

.icon-sr-cart-64:before {
  content: '\e864';
}

/* '' */

.icon-sr-cart-65:before {
  content: '\e865';
}

/* '' */

/* order is important don't change without TEST! */

header .header-top-custom-position {
  background-color: #212121;
}

header .header-top-custom-position .section-topline {
  color: #f3f5f7;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.4em;
  padding: 12px 0;
}

header .header-top-custom-position .section-topline strong {
  font-weight: 800;
}

header .header-bottom div.module-category-wrapper + ul.headermenu-list.navbar-nav {
  border-left: 1px solid #e9ebf0;
}

header .header-bottom .headermenu-list.navbar-nav {
  flex-direction: row;
  padding-left: 15px;
  margin-left: 15px;
}

header .header-bottom .headermenu-list.navbar-nav li a {
  padding: 15px 7px;
  color: #212121;
  font-size: 1.4rem;
}

header .header-bottom .headermenu-list.navbar-nav li:hover > a {
  color: #ec008e;
}

header .header-bottom .headermenu-list.navbar-nav li li a {
  padding-top: 4px;
  padding-bottom: 4px;
  height: auto;
  font-size: 13px;
}

header .category-module.module {
  margin-bottom: 0;
}

header .header-phone a {
  color: #212121;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.2px;
}

header .header-phone a:active,
header .header-phone a:hover {
  color: #ec008e;
}

.header-position.module {
  margin: 0;
}

.header-middle-left {
  padding-left: 0;
}

.header-middle-left .header-phone {
  padding-right: 10px;
}

.header-middle-left .currenciesselect-module {
  padding-left: 15px;
}

.header-middle-right > .header-col,
.header-middle-right .module-wishlist-wrapper {
  padding: 0 15px;
}

.header-middle-right,
.header-middle-right > .header-col.header-col-login {
  padding-right: 0;
}

.header-middle-inner {
  border-bottom: 1px solid #e9ebf0;
}

.page-body {
  padding: 0;
  background-color: #ffffff;
  color: #212121;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5em;
}

.page-body.noScroll {
  overflow: hidden;
}

.column-left .btn,
.column-right .btn {
  white-space: normal;
}

.page-wrap {
  position: relative;
}

.sr-container {
  margin: auto;
}

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

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

/* home page */

.home-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.home-layout {
  position: relative;
  z-index: 10;
}

/* /home page */

/* home-bottom-section position news*/

.home-bottom-section.home-bottom-position-two-column {
  background: #f3f5f7;
}

.home-bottom-section.home-bottom-position-two-column-inner {
  border: 2px solid #f3f5f7;
  margin-top: 5rem;
}

.home-bottom-section.home-bottom-position-two-column .home-bottom-section-inner > div {
  flex: 0 0 100%;
}

.home-bottom-section.home-bottom-position-two-column .home-bottom-section-inner > div:nth-child(2n-1) .module-head {
  text-align: left;
}

.home-bottom-section.home-bottom-position-two-column .home-bottom-section-inner > div:nth-child(n+3) {
  display: none;
}

.home-bottom-section.home-bottom-position-two-column .home-bottom-section-inner > div:nth-child(2n) .module-head {
  text-align: right;
}

.home-bottom-section.home-bottom-position-two-column .footer-container {
  display: flex;
  position: relative;
}

.home-bottom-section.home-bottom-position-two-column .footer-container .content-module {
  margin-bottom: 0;
  padding: 3rem;
}

.home-bottom-section.home-bottom-position-two-column .footer-container .content-module .module-head {
  margin: 0;
}

.home-bottom-section.home-bottom-position-two-column .footer-container .content-module .module-head-title {
  font-size: 4rem;
  color: #9aa1ad;
  line-height: 1em;
}

.home-bottom-section.home-bottom-position-two-column .module-body {
  padding: 0;
}

.home-bottom-section:not(.home-bottom-position-two-column) {
  background: #f3f5f7;
}

.home-bottom-section:not(.home-bottom-position-two-column) .article-list-item {
  padding-bottom: 0;
  padding-top: 75px;
  border: 2px solid #f3f5f7;
  margin: 10px 0;
}

.home-bottom-section:not(.home-bottom-position-two-column) .news-article {
  position: relative;
  padding-left: 0;
  display: flex;
  flex-direction: column-reverse;
}

.home-bottom-section:not(.home-bottom-position-two-column) .article-date {
  top: -59px;
  left: 0;
  right: 0;
  margin: auto;
}

.home-bottom-section:not(.home-bottom-position-two-column) .article-content,
.home-bottom-section:not(.home-bottom-position-two-column) .article-title,
.home-bottom-section:not(.home-bottom-position-two-column) .news-all-button,
.home-bottom-section:not(.home-bottom-position-two-column) .article-read-more {
  text-align: center;
}

.home-bottom-section:not(.home-bottom-position-two-column) .article-introtext {
  padding: 10px 15px;
}

.home-bottom-section:not(.home-bottom-position-two-column) .home-bottom-position.newsletter_subscribe-module .fieldset,
.home-bottom-section:not(.home-bottom-position-two-column) .home-bottom-position.newsletter_subscribe-module .subscribe_button,
.home-bottom-section:not(.home-bottom-position-two-column) .home-bottom-position.newsletter_subscribe-module .newsletter-pretext {
  text-align: center;
}

.home-bottom-section:not(.home-bottom-position-two-column) .home-bottom-position.newsletter_subscribe-module .form-element-checkbox {
  padding: 0;
  text-align: center;
}

.home-bottom-section:not(.home-bottom-position-two-column) .home-bottom-position.newsletter_subscribe-module .form-element label {
  justify-content: center;
}

.home-bottom-section:not(.home-bottom-position-two-column) .home-bottom-position.newsletter_subscribe-module .label-inbefore span {
  width: 80%;
  text-align: center;
  padding: 0 10px;
}

.home-bottom-section:not(.home-bottom-position-two-column) .home-bottom-position.newsletter_subscribe-module .label-inbefore .form-control {
  margin-top: 2px;
}

/* /home-botton-section position news*/

.main-row {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.search_list_body .subcategories-wrapper {
  display: none;
}

footer {
  background: #212121;
  color: #f3f5f7;
}

footer .list-group-item {
  border: 0;
  color: #ffffff;
  padding: .5rem 1rem .5rem 0;
  font-weight: 400;
  background: none;
  display: block;
}

footer .list-group-item:focus,
footer .list-group-item:hover {
  background: none;
}

footer a:not(.btn),
footer a:not(.btn):hover {
  color: #ffffff;
  font-weight: 400;
}

footer .list-group-item:hover,
footer a:not(.btn):hover {
  color: #ec008e;
  text-decoration: none;
}

footer .accordion-hover:after {
  content: "\e831";
}

.footermenu-list {
  flex-direction: row;
}

.footermenu-list li {
  padding: .5rem 2rem .5rem 0;
}

.footermenu-list li a {
  font-size: 1.5rem;
}

.footer-row {
  padding: 3rem 0;
}

.footer-row .module-head {
  position: relative;
}

.footer-row .module-head-title {
  font-size: 1.8rem;
  display: inline-block;
  background: #212121;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  z-index: 2;
  padding-right: 25px;
  color: #f3f5f7;
}

.footer-wide-position .module {
  padding: 1rem 0;
}

.footer-col-position-wrapper .footer-position.module {
  margin-bottom: 20px;
}

.footer-col-position {
  width: 100%;
  padding: 25px 0;
}

.footer-col-position .module,
.footer-col-position .list-group {
  margin: 0;
}

/* footer-seo */

.footer-seo {
  font-size: 1.3rem;
  padding-bottom: 15px;
}

/* /footer-seo */

/* copyright */

.copyright a {
  color: #f3f5f7;
}

.copyright a:hover {
  text-decoration: underline;
}

.copyright-inner {
  border-top: 1px solid #f3f5f7;
  padding: 2rem 0;
  font-size: 1.2rem;
}

/* /copyright */

/* totop */

.totop {
  right: 5px;
  bottom: 100px;
  position: fixed;
  z-index: 9999;
}

.totop a,
.totop a:visited {
  background: transparent;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  border-radius: 100%;
  color: #f3f5f7;
  text-align: center;
  font-size: 10px;
}

.totop a:before,
.totop a:visited:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
  box-shadow: inset 0 0 0 35px #212121;
  transform: scale3d(0.9, 0.9, 1);
  transition: box-shadow 0.3s, transform 0.3s;
}

.totop a:hover,
.totop a:visited:hover {
  color: #212121;
  transform: scale(1.07, 1.07);
}

.totop a:hover:before,
.totop a:visited:hover:before {
  box-shadow: inset 0 0 0 2px #212121;
  transform: scale3d(1, 1, 1);
}

.totop a:hover:active,
.totop a:hover:focus,
.totop a:visited:hover:active,
.totop a:visited:hover:focus {
  transform: scale(1.3);
}

.totop a i,
.totop a:visited i {
  line-height: 25px;
}

.totop a i:before,
.totop a:visited i:before {
  margin: -2px 0 0 0;
  vertical-align: middle;
}

/* /totop */

/* mobile footer */

.mobile-footer {
  padding: 15px 0;
}

.mobile-footer .module-head {
  display: none;
}

/* /mobile footer */

.custom-countdown-style {
  background: #f3f5f7;
  border-radius: 9999em;
  padding: .7rem 1rem;
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
  margin: 1rem 0;
}

.custom-countdown-style .label,
.custom-countdown-style .value {
  flex: 0 0 25%;
  padding: 0 .5rem;
  text-align: center;
  line-height: 1.5em;
}

.custom-countdown-style .value {
  font-weight: 900;
  font-size: 1.5rem;
  color: #212121;
  position: relative;
}

.custom-countdown-style .value:after {
  content: ':';
  position: absolute;
  right: 0;
}

.custom-countdown-style span:nth-child(4):after {
  display: none;
}

.custom-countdown-style .label {
  text-transform: uppercase;
  font-size: .9rem;
}

.sale_countdown_label {
  display: none;
}

.saletime-param-row .saletime-param.param-label {
  display: none;
}

/**
* vendor intlTelInput rewrite
* path: catalog\view\javascript\phonevalidator\build\css\intlTelInput.css
 */

.sr-register .intl-tel-input.allow-dropdown .flag-container,
.sr-register .intl-tel-input.separate-dial-code .flag-container {
  z-index: 4;
  top: 1px;
  left: 1px;
  bottom: 1px;
}

.sr-register .intl-tel-input.allow-dropdown .selected-flag {
  background-color: #f6f7f7;
  width: 80px;
  border-color: #212121;
  border-top-left-radius: 9999em;
  border-bottom-left-radius: 9999em;
}

.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.allow-dropdown .selected-flag:focus {
  outline: none;
}

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

/* alerts */

.success,
.warning,
.wait {
  padding: 5px 0;
  margin-bottom: 10px;
  text-align: center;
}

.help-block {
  font-size: 12px;
  font-style: italic;
}

.success {
  background: #e4f1c9;
  border: 1px solid #a5bd71;
}

.warning {
  background: #ffdfe0;
  border: 1px solid #f99;
}

.wait {
  background: #fbfaea;
  border: 1px solid #efebaa;
}

span.required {
  color: #f00;
  font-weight: bold;
}

.error {
  color: #f00;
  display: block;
}

/* /alerts */

/*
 * 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;
  margin: 0;
  list-style: none;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

.aurora-scroll-click-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.aurora-scroll-click-container .aurora-scroll-list {
  width: auto;
  margin: 0;
}

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

.aurora-scroll-btn {
  position: absolute;
  z-index: 3;
  cursor: pointer;
}

.aurora-scroll-btn:before {
  color: #212121;
  transition: text-shadow 0.4s ease-in-out 0s;
  font-size: 22px;
}

.aurora-scroll-btn:hover:before {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}

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

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

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

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

.aurora-scroll-back:before,
.aurora-scroll-forward:before {
  font-family: "korfu-design-icons", sans-serif;
  display: block;
  font-size: 22px;
  color: #212121;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.aurora-scroll-arrow-pos-horizontal {
  padding: 15px 0;
  margin-top: 5px;
}

.aurora-scroll-btn-up:before,
.aurora-scroll-btn-down:before {
  font-size: 8.8px;
}

.aurora-scroll-btn-up {
  top: -20px;
}

.aurora-scroll-btn-down {
  bottom: -15px;
}

.aurora-scroll-back:before {
  content: '\e869';
}

.aurora-scroll-forward:before {
  content: '\e870';
}

.aurora-scroll-btn-up:before {
  content: '\e830';
}

.aurora-scroll-btn-down:before {
  content: '\e831';
}

.aurora-scroll-arrow-pos-2 .aurora-scroll-btn-left {
  left: -40px;
}

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

.aurora-scroll-arrow-pos-3 .aurora-scroll-btn-left,
.aurora-scroll-arrow-pos-3 .aurora-scroll-btn-right {
  bottom: auto;
  left: auto;
  top: -50px;
}

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

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

.aurora-scroll-arrow-pos-3 .aurora-scroll-btn:before {
  font-size: 22px;
  width: 22px;
  height: 22px;
  line-height: 22px;
}

/* touchspin in addtocart */

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

.bootstrap-touchspin * {
  display: block;
}

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

.bootstrap-touchspin .form-control {
  text-align: center;
  padding: 0;
  margin: 0 5px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

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

.bootstrap-touchspin .btn {
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 0;
  background: transparent;
  font-size: 2rem;
  font-weight: 600;
  border: 0;
  color: #212121;
}

.bootstrap-touchspin .btn:hover {
  color: #ec008e;
}

/* buttons => button group-ok */

.buttons {
  padding: 15px 0;
}

.buttons table {
  width: 100%;
}

.buttons:before,
.buttons:after {
  content: " ";
  display: table;
}

.buttons:after {
  clear: both;
}

.btn-info,
.btn-danger {
  /* TODO régi checkout miatt BS4 anchor fix*/
}

.btn-info:not([href]):not([tabindex]):hover,
.btn-info:not([href]):not([tabindex]):active,
.btn-info:not([href]):not([tabindex]),
.btn-danger:not([href]):not([tabindex]):hover,
.btn-danger:not([href]):not([tabindex]):active,
.btn-danger:not([href]):not([tabindex]) {
  color: #fff;
}

.open > .dropdown-toggle.btn-default {
  background: #212121;
  color: #f3f5f7;
  border: 2px solid #212121;
}

.btn-default.disabled,
.btn-default {
  background: #f3f5f7;
  border-color: #212121;
  color: #212121;
}

.btn-default.disabled:not([href]):not([tabindex]),
.btn-default:not([href]):not([tabindex]) {
  color: #212121;
}

.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default.disabled:active,
.btn-default.disabled:active:hover,
.btn-default.disabled.active:hover,
.btn-default.disabled.active:focus,
.btn-default.disabled:active:focus,
.btn-default:focus,
.btn-default:hover,
.btn-default:active,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default:active:focus {
  border-color: #ec008e;
  color: #ec008e;
  box-shadow: none; /* TODO régi checkout miatt BS4 anchor fix*/
}

.btn-default.disabled:focus:not([href]):not([tabindex]),
.btn-default.disabled:hover:not([href]):not([tabindex]),
.btn-default.disabled:active:not([href]):not([tabindex]),
.btn-default.disabled:active:hover:not([href]):not([tabindex]),
.btn-default.disabled.active:hover:not([href]):not([tabindex]),
.btn-default.disabled.active:focus:not([href]):not([tabindex]),
.btn-default.disabled:active:focus:not([href]):not([tabindex]),
.btn-default:focus:not([href]):not([tabindex]),
.btn-default:hover:not([href]):not([tabindex]),
.btn-default:active:not([href]):not([tabindex]),
.btn-default:active:hover:not([href]):not([tabindex]),
.btn-default.active:hover:not([href]):not([tabindex]),
.btn-default.active:focus:not([href]):not([tabindex]),
.btn-default:active:focus:not([href]):not([tabindex]) {
  color: #ec008e;
}

.btn-primary:not([href]):not([tabindex]) {
  color: #f3f5f7;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #f3f5f7;
  background: #ec008e;
  border: 2px solid #ec008e;
  box-shadow: none; /* TODO régi checkout miatt BS4 anchor fix*/
}

.btn-primary:not(:disabled):not(.disabled):active:focus:not([href]):not([tabindex]),
.btn-primary:not(:disabled):not(.disabled):active:not([href]):not([tabindex]),
.btn-primary.active:not([href]):not([tabindex]),
.btn-primary.focus:not([href]):not([tabindex]),
.btn-primary.active:hover:not([href]):not([tabindex]),
.btn-primary:active:hover:not([href]):not([tabindex]),
.btn-primary:focus:not([href]):not([tabindex]),
.btn-primary:hover:not([href]):not([tabindex]),
.open > .dropdown-toggle.btn-primary:not([href]):not([tabindex]) {
  color: #fff;
}

.btn-xs {
  font-size: 1.1rem;
  padding: 2px 5px;
}

.btn-xl {
  padding: 12px 50px;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 9999em;
}

.btn-xxl {
  padding: 16px 60px;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 9999em;
}

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

.btn-gray:hover {
  color: #fff;
  background-color: transparent;
  border-color: #c1c9d0;
}

.btn-gray:focus,
.btn-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 230, 234, 0.5);
}

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

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

.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 230, 234, 0.5);
}

.btn-gray:active,
.btn-gray:hover {
  color: #212121;
}

.bootstrap-touchspin button.btn {
  padding: 0 !important;
}

/* aurora overlay */

.aurora-overlay-buttons {
  padding: 10px 0;
}

.aurora-overlay-buttons .btn {
  margin: 0 10px;
}

/* /aurora overlay */

/* cart buttons */

.gift-wrapping button.btn,
.free-gift-chooser button.btn {
  background: none;
  color: #212121;
  border-color: #cacfd9;
}

.gift-wrapping button.btn:active,
.gift-wrapping button.btn:hover,
.gift-wrapping button.btn:focus,
.free-gift-chooser button.btn:active,
.free-gift-chooser button.btn:hover,
.free-gift-chooser button.btn:focus {
  background: none !important;
  color: #212121 !important;
  border-color: #212121 !important;
  box-shadow: none;
}

/* /cart buttons */

.product-sortbar {
  overflow: visible !important;
  overflow: auto;
  padding: 0;
  border: 1px solid #cacfd9;
}

.product-sortbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-sortbar-inner > div {
  float: none;
}

.product-sortbar-inner .sort {
  order: 1;
}

.product-sortbar-inner .pagination {
  order: 3;
}

.product-sortbar-inner .display {
  order: 2;
}

.product-sortbar .sort-dropdown {
  display: inline-block;
  min-width: 200px;
}

.product-sortbar .sort-dropdown .btn-default {
  border-color: #cacfd9;
  color: #9aa1ad;
  padding-left: 10px;
}

.product-sortbar .sort-dropdown .btn-default:active,
.product-sortbar .sort-dropdown .btn-default:hover {
  border-color: #ec008e;
}

.product-sortbar .sort-dropdown-list {
  min-width: 200px;
}

.product-sortbar .sort-dropdown-list .dropdown-item {
  font-size: 1.25rem;
}

.product-sortbar .show.sort-dropdown .btn-default,
.product-sortbar .show.sort-dropdown .btn-default {
  border-color: #ec008e;
}

.product-sortbar .sort-text {
  margin-right: 8px;
}

.product-sortbar .caret {
  margin: 0 2px;
  font-size: 1rem;
  position: absolute;
  right: 1rem;
  top: 12px;
}

.product-sortbar .show .caret:before {
  content: '\e830';
}

/* /sort dropdown */

/* custom-select */

.customselect_selectedoption {
  border: 1px solid #dee2e6;
  min-width: 280px;
  width: 100%;
  height: auto;
  padding: 5px 20px;
  margin: 0;
}

.customselect_optionswrapper {
  height: 180px;
  overflow-y: scroll;
  width: 100%;
  padding: 0;
}

.customselect_selectwrapper {
  border: 1px solid #dee2e6;
  margin: 0;
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border-top: 0;
  z-index: 1;
  right: 0;
  top: 100%;
}

.selectphotolabel {
  vertical-align: top;
  padding-bottom: 30px;
  margin-bottom: 10px;
}

.customselect_arrow {
  background: #fff;
  cursor: pointer;
}

.customselect_arrow .fa-caret-down {
  float: right;
  margin-top: 2px;
}

.customselect_selectwrapper .selectitems {
  border-bottom: #dee2e6;
  padding: 10px 8px;
  background: #fff;
}

.customselect_selectwrapper .selectitems:last-child {
  border: 0;
}

.customselect_selectwrapper .selectitems:hover {
  background: #e9ecef;
  cursor: pointer;
}

.customselect_selectwrapper .selectedclass {
  background: #e9ecef;
}

img.selectphoto {
  float: left;
  margin-right: 5px;
  border: 1px solid #6c757d;
}

/* /custom-select */

/* dropdown */

.dropdown:active .dropdown-toggle:after,
.dropdown:hover .dropdown-toggle:after {
  border-right: 2px solid #ec008e;
  border-bottom: 2px solid #ec008e;
}

.dropdown-toggle:after {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  border-right: 2px solid #212121;
  border-bottom: 2px solid #212121;
  transform: rotate(45deg);
  top: -3px;
  position: relative;
  right: -3px;
  margin: auto;
  vertical-align: middle;
  border-left: 0;
  border-top: 0;
}

/* /dropdown */

/* dropdown-hover-menu, .dropdown-click-menu */

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

.dropdown-hover-menu {
  box-shadow: 0 3px 5px 1px rgba(69, 79, 91, 0.2);
  position: relative;
  border: 2px solid #fff;
  padding: 0;
  min-width: 160px;
  margin: 2px 0 0;
  color: inherit;
  font-size: inherit;
  background: #ffffff;
  z-index: 1902;
}

.dropdown-hover-menu > li > a {
  color: #212121;
  line-height: 25px;
  height: 29px;
  padding: 3px 20px;
  display: block;
  clear: both;
  font-weight: inherit;
  white-space: nowrap;
}

.dropdown-hover-menu > li > a:hover {
  color: #f3f5f7;
  background: #212121;
}

.dropdown-click-menu,
.dropdown-hover-menu {
  text-align: left;
  list-style: none;
  background-clip: padding-box;
}

/* /dropdown-hover-menu, .dropdown-click-menu */

/* fancybox defaults */

.fancybox-skin {
  background-color: #fff;
}

.fancybox-overlay .form-table {
  text-align: left;
}

#fancybox-thumbs.bottom {
  bottom: 2px;
  background: none;
  font-size: 1em;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

/* /fancybox defaults */

/**
* SR custom checkbox
*/

.sr-custom-checkbox {
  --checkbox-size: 24px;
  display: flex;
  justify-content: flex-start;
  text-align: left;
}

.sr-custom-checkbox-label {
  font-size: 14px;
  line-height: var(--checkbox-size);
  flex-basis: calc(100% - var(--checkbox-size));
  margin: -3px 0 0 0;
}

.sr-custom-checkbox-control {
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  margin: 0 9px 0 0;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #cacfd9;
}

.sr-custom-checkbox-control:checked {
  background-size: 80% 80%;
  background-color: #ffffff;
}

/* SR custom checkbox END */

/**
* SR floating labels
*/

.sr-float-label input:focus {
  border: 2px solid #78b15a;
}

.sr-float-label {
  margin: 0;
  padding: 0;
  border: 0;
  height: 56px;
  box-sizing: border-box;
  box-shadow: none;
  position: relative;
}

.sr-float-label .sr-control-label {
  z-index: 3;
  height: 0;
  position: absolute;
  top: 16px;
  left: 21px;
  font-weight: 600;
  color: #878787;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
  width: auto;
  pointer-events: none;
  font-size: 15px;
}

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

.sr-float-label .sr-form-control:focus {
  background: white;
}

.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: #878787;
  font-size: 12px;
  transform: translate3d(0, -10px, 0);
}

.sr-input-group {
  position: relative;
  display: flex;
  width: 100%;
}

.sr-input-group .sr-form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.sr-input-group-addon,
.sr-input-group .sr-form-control {
  display: flex;
  align-items: center;
}

.sr-input-group-addon {
  z-index: 3;
  white-space: nowrap;
  vertical-align: middle;
  padding: 9px 20px;
  margin-bottom: 0;
  font-size: 1rem;
  color: #ec008e;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #cacfd9;
  border-radius: 9999em;
}

.sr-input-group-addon-checked {
  color: #78b15a;
}

.sr-input-group-addon-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  cursor: pointer;
  border-width: 2px;
}

.sr-form-control-feedback {
  top: 12px;
  right: 10px;
  font-size: 12px;
  color: #ff6d6d;
  position: absolute;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.sr-form-control-ok {
  top: 12px;
  right: 12px;
  font-size: 12px;
  color: #78b15a;
  position: absolute;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.has-error .sr-input-group-addon {
  border-color: #ff6d6d;
}

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

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

/* telinput dependency */

.telephone-input .personal-telephone-number::-webkit-input-placeholder {
  color: transparent;
}

.telephone-input .personal-telephone-number:-moz-placeholder {
  color: transparent;
  opacity: 1;
}

.telephone-input .personal-telephone-number::-moz-placeholder {
  color: transparent;
  opacity: 1;
}

.telephone-input .personal-telephone-number:-ms-input-placeholder {
  color: transparent;
}

.telephone-input .personal-telephone-number:focus::-webkit-input-placeholder {
  color: #666;
}

.telephone-input .personal-telephone-number:focus:-moz-placeholder {
  color: #666;
  opacity: 1;
}

.telephone-input .personal-telephone-number:focus::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.telephone-input .personal-telephone-number:focus:-ms-input-placeholder {
  color: #666;
}

input[type="checkbox"]:checked {
  background: #212121 url("../image/check.svg") no-repeat center center/100% 100%;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  cursor: pointer;
  border: 0;
  box-shadow: inset 0 0 0 2px #cacfd9;
  background: #ffffff;
  transition: border-color 0.15s ease-in-out, background 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="radio"]:disabled {
  opacity: .6;
}

input[type="radio"]:checked,
input[type="radio"].hovered,
input[type="radio"].checked {
  background: #ffffff;
  box-shadow: inset 0 0 0 5px #212121;
  outline: none;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  cursor: pointer;
  background: #ffffff;
  outline: none !important;
  border-radius: 2px;
  background-size: cover !important;
  border: 2px solid #cacfd9;
  transition: border-color 0.15s ease-in-out, background 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="checkbox"]:disabled {
  opacity: .6;
}

input[type="checkbox"]:checked,
input[type="checkbox"].hovered,
input[type="checkbox"].checked {
  border-color: #212121;
}

input.error {
  background: #f88 !important;
}

select.form-control:not([size]):not([multiple]) {
  height: initial;
  color: #9aa1ad;
}

select.form-control {
  padding-right: 3.5rem;
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
.form-control,
.form-control:focus {
  transition: border-color 0.15s ease-in-out, background 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none !important;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  top: 4px;
}

.has-error .sr-form-control,
.has-error .sr-form-control:focus {
  box-shadow: none;
  border-color: #ff6d6d !important;
}

.sr-form-control:focus {
  border-color: #78b15a !important;
}

.form-control::-webkit-input-placeholder {
  color: #9aa1ad;
  opacity: 1;
}

.form-control:-moz-placeholder {
  color: #9aa1ad;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #9aa1ad;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #9aa1ad;
  opacity: 1;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control:focus:-moz-placeholder {
  color: transparent;
}

.form-control:focus::-moz-placeholder {
  color: transparent;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control:not(input[type="checkbox"]):not(input[type="radio"]):hover,
.form-control:not(input[type="checkbox"]):not(input[type="radio"]):focus {
  box-shadow: 0 0 0 0.2rem #ec008e;
  border-color: #fff;
}

.form-control:disabled {
  opacity: .6;
}

.form-control-sm,
.form-control-lg {
  border-radius: 9999em;
}

.form-table {
  width: 100%;
}

.form-table td {
  padding: 5px;
}

.form-table tr > td:first-child {
  width: auto !important;
  padding-right: 40px;
}

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

#captcha {
  margin-top: 10px;
}

/* 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: #f00;
  font-weight: bold;
}

.element-errors {
  display: block;
  clear: both;
  float: none;
}

/* /form generator */

/**
* SR custom checkbox
*/

/* SR custom checkbox END */

/**
* SR floating labels
*/

/* telinput dependency */

.list-group-item.selected {
  background: transparent;
}

/**
* SR nativ modal
*/

.sr-modal-mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  transition: opacity .3s ease;
  overflow-y: auto;
}

.sr-modal-wrapper {
  display: flex;
  margin: auto;
}

.sr-modal-container {
  width: 500px;
  margin: 0 auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all .3s ease;
  flex: 1;
}

.sr-modal-container .btn-primary {
  height: 56px;
  font-size: 18px;
  text-transform: none;
}

/* TODO ez nem így kell */

.sr-modal-container .password-reset {
  display: block;
  line-height: 14px;
  margin-bottom: 20px;
}

.sr-modal-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 0;
  padding-bottom: 0;
}

.sr-modal-header h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #1e1e1e;
}

.sr-modal-body {
  margin: 10px 0;
}

/* TODO ez nem így kell */

.sr-modal-body .intl-tel-input.allow-dropdown input {
  padding-left: 50px;
  padding-top: 20px;
}

.sr-modal-body .form-group.telephone-input label,
.sr-modal-body .telephone-input .float-label.has-value .control-label {
  left: 50px;
}

.sr-modal-body .form-control-ok {
  right: 12px;
}

.sr-modal-body .intl-tel-input.allow-dropdown .flag-container {
  z-index: 2;
}

.sr-modal-body .billing-address-row.row {
  margin: 0;
}

.sr-modal-body .payment-company-row input {
  margin-top: -1px;
}

.sr-modal-default-button {
  float: right;
}

.sr-modal-enter {
  opacity: 0;
}

.sr-modal-leave-active {
  opacity: 0;
}

.sr-modal-enter .sr-modal-container {
  transform: scale(1.1);
}

.sr-modal-leave-active .sr-modal-container {
  transform: scale(0.9);
}

.sr-modal-close-button {
  position: absolute;
  top: 0;
  right: -13px;
  border: none;
  background: transparent;
}

.sr-modal-close-button:focus {
  outline: none;
}

.sr-modal-footer {
  border: 0;
  padding: 0;
}

.checkout-app #auth_modal #sociallogin .content {
  text-align: center;
  display: inline-block;
  margin: 0;
}

.checkout-app #auth_modal #sociallogin .checkout-content-title {
  display: none;
}

.checkout-app #auth_modal #sociallogin .social_link {
  border-radius: 4px;
  overflow: hidden;
  display: inline-flex;
  width: 32%;
}

.checkout-app #auth_modal #sociallogin .social_link .social_login_link {
  margin: 0;
  font-size: smaller;
}

/* TODO modal modifier -ek kellenek, small size */

.checkout-address-edit-modal {
  width: 600px;
}

/* SR nativ modal END */

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

.cartquickview-button {
  margin-top: 8px;
}

.cartquickview-button:hover {
  background: #212121;
  color: #f3f5f7;
  border: 2px solid #212121;
}

.quickview-details-button {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 5px 20px;
}

.quickview-details-button-text {
  vertical-align: middle;
}

.quickview-details-button:after {
  font-size: 1.4rem;
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.4rem;
  border-radius: 9999em;
  vertical-align: middle;
  margin-left: 8px;
  content: '\e870';
  font-family: "korfu-design-icons", sans-serif;
  background: transparent;
}

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

.product-quickview .product-page-price {
  min-height: 54px;
  height: 100%;
  padding: 10px 0;
}

.product-quickview .price_row {
  vertical-align: top;
}

.product-quickview-details {
  padding: 10px 0 5px 0;
  text-align: center;
  overflow: hidden;
}

.product-quickview .quantity-text {
  display: none;
}

.product-quickview .product_table_addtocart_wrapper {
  padding: 15px 0;
  display: flex;
  align-items: center;
}

.product-quickview-heading {
  margin: 0 0 20px 0;
  font-size: 20px;
}

.product-quickview-right {
  overflow: hidden;
  padding-left: 20px;
}

.product-quickview-product-image {
  box-shadow: none;
}

/* /quickview */

/* snapshot valtozatok */

.snapshot-list-attributes {
  width: 100%;
  z-index: 1000;
}

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

.snapshot_horizontal .snapshot-list-attributes {
  margin: 5px 0;
}

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

.snapshot-attribute {
  width: 46px;
  height: 46px;
  margin: 5px;
  font-size: 11px;
  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 700ms ease;
}

.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: inline-block;
  z-index: 1000;
  position: absolute;
  top: 0;
  width: 12px;
  height: 56px;
}

.snapshot-slider-left:before,
.snapshot-slider-right:before {
  font-family: "korfu-design-icons", sans-serif;
  font-size: 12px;
  line-height: 56px;
}

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

.snapshot-slider-left:before {
  content: '\e832';
}

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

.snapshot-slider-right:before {
  content: '\e833';
}

/* /snapshot valtozatok */

/* product badges */

.product_badges {
  left: -20px;
  top: -20px;
  position: absolute;
  z-index: 100;
}

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

.product_badges .badgetype_5,
.product_badges .badgetype_9,
.product_badges .badgetype_11,
.product_badges .badgetype_12,
.product_badges .badgetype_1 {
  margin-top: 0;
}

.snapshot_horizontal_product .product_badges {
  left: 0;
  top: 0;
}

.badgetype_2,
.badgetype_3,
.badgetype_5,
.badgetype_11,
.badgetype_12 {
  padding-top: 20px;
}

.badgetype_4 {
  text-indent: -6px;
  padding-top: 10px;
}

.badgetype_6,
.badgetype_7 {
  line-height: 30px;
}

.badgetype_8,
.badgetype_10 {
  padding-top: 28px;
}

.badgetype_13 {
  padding-top: 25px;
}

.badgetype_1 {
  font-size: 10px;
}

.badgetype_1,
.badgetype_9 {
  margin-left: 0;
}

.badgetype_4,
.badgetype_6,
.badgetype_7 {
  margin-left: 0;
}

.product-image .badgetype_5,
.product-image .badgetype_11,
.product-image .badgetype_12 {
  margin-top: 10px;
}

.product-image .badgetype_4,
.product-image .badgetype_6,
.product-image .badgetype_7 {
  margin-left: 0;
}

.product-image .badgetype_1,
.product-image .badgetype_9 {
  margin-top: 10px;
  margin-left: 0;
}

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

.badgeitem {
  float: left;
  text-align: center;
  font-size: 13px;
  overflow: visible;
  display: inline;
  line-height: 1;
  font-weight: normal;
  text-decoration: none;
  position: relative;
}

.badgeitem-text {
  color: #fff;
  text-shadow: 1px 1px 1px #212121;
}

.badgeitem-content {
  display: inline-block;
  vertical-align: top;
}

.horizontal-orientation {
  text-align: left;
}

.vertical-orientation .badgeitem-content {
  display: block;
}

.vertical-orientation .badgeitem-content:after {
  content: "";
  display: block;
  clear: both;
}

.badgecolor_c .badgeitem-text {
  color: #000;
  text-shadow: 1px 1px 1px #fff;
}

/* /product badges */

/* snapshots global */

.product-module-list-link-wrapper {
  padding: 10px 0;
}

.img-thumbnail-link {
  display: block;
  position: relative;
  line-height: 0;
  overflow: hidden;
}

.list_with_divs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.side-position .list_with_divs {
  padding: 0 !important;
}

.productscroller > li {
  margin: 0 !important;
}

.product-snapshot {
  padding: 5px;
}

.product-snapshot .snapshot_vertical_product_inner {
  box-shadow: 0 2px 5px 0 rgba(0, 51, 96, 0);
  transition: box-shadow .3s ease-in-out;
  padding: 15px;
}

.product-snapshot:empty {
  padding: 0;
  display: none;
}

.snapshot-list-item {
  font-size: 1.3rem;
  padding: 4px 0;
}

.snapshot-list-item .featured-table {
  width: 100%;
  text-align: left;
}

.snapshot-list-item.list_addtocart {
  display: flex;
  align-items: center;
}

.list_prouctprice {
  padding: 10px 0;
  font-family: "Lora", sans-serif;
}

.list_picture {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.list_picture img {
  border: 1px solid #fff;
}

.list_picture:hover .quickview {
  opacity: 1;
}

.list_picture .list_wishlist {
  padding: 0;
  display: block;
  font-size: 0;
  width: 55px !important;
  height: 55px;
}

.list_picture .list_wishlist .wishlist_button_wrapper {
  position: relative;
  z-index: 100;
}

.list_picture .list_wishlist:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 55px 55px 0;
  border-color: transparent #f3f5f7 transparent transparent;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;
  transition: all 0.2s ease-in-out;
}

.list_picture .list_wishlist a {
  width: 55px;
  height: 55px;
  display: flex;
  text-align: center;
  justify-content: flex-end;
  align-items: flex-start;
}

.list_picture .list_wishlist:hover:before {
  border-color: transparent #212121 transparent transparent;
}

.list_picture .list_wishlist:hover a {
  color: #f3f5f7;
}

.list-productname-link {
  font-size: 1.6rem;
  font-weight: 600;
  color: #212121;
}

.list_stock {
  font-weight: 600;
  font-size: 1.3rem;
}

.list_rating {
  height: 32px;
}

.review-rating-count {
  margin-left: 5px;
  vertical-align: middle;
}

.list_original {
  text-decoration: line-through;
  color: #96a0a9;
  font-weight: 300;
  font-size: 1.4rem;
  padding-right: 1rem;
}

.list_price {
  color: #ec008e;
}

.list_special {
  color: #ff4cba;
}

.list_price,
.list_special {
  font-size: 2.5rem;
  font-weight: 400;
}

.short_description img {
  max-width: 100%;
  height: auto !important;
}

.list_actions {
  padding: 1rem 0;
}

.list_actions .list_details {
  margin-right: 1rem;
}

.list_actions .list-details-link {
  border-color: #f0f2f6;
}

.list_actions .list-details-link:hover {
  border-color: #ec008e;
}

.list_addtocart .quantity-input {
  height: 30px;
  width: 50px;
  padding: 2px;
  background: #ffffff;
  vertical-align: middle;
  border-radius: 9999em !important;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  border: 2px solid #cacfd9;
}

.list_addtocart .quantity-name-text {
  padding: 0 10px;
}

.side-position .list_div_item {
  padding: 15px 0;
}

.side-position .list_prouctname {
  padding-top: 0;
}

.side-position .list-productname-link {
  color: #212121;
  word-break: break-word;
}

.side-position .list-productname-link:hover {
  color: #212121;
}

.side-position .list-details-link,
.side-position .list_addtocart .btn {
  font-size: 12px;
  padding: 3px 12px;
}

.side-position .list-details-link {
  padding: 9px 12px;
}

.side-position .list_addtocart .btn {
  padding: 8px 12px;
}

.side-position .snapshot_vertical .list-productname-link,
.side-position .snapshot_horizontal .list-productname-link {
  font-size: 1.3rem;
  display: inline-block;
  line-height: 1.2em;
}

.side-position .list_original {
  font-size: 1.3rem;
  width: auto;
}

.side-position .list_special,
.side-position .list_price {
  font-size: 1.8rem;
}

.side-position .list_prouctprice {
  padding: 5px 0;
}

.side-position .quantity-input,
.side-position .quantity-name-text {
  display: none;
}

/* /snapshots global */

.snapshot_vertical.list-style .list_div_item,
.snapshot_horizontal .list_div_item {
  width: 100%;
}

.snapshot_vertical.list-style .list-productname-link,
.snapshot_horizontal .list-productname-link {
  font-size: 1.8rem;
}

.snapshot_vertical.list-style .list_addtocart .btn,
.snapshot_vertical.list-style .list-details-link,
.snapshot_horizontal .list_addtocart .btn,
.snapshot_horizontal .list-details-link {
  width: auto;
}

.snapshot_vertical.list-style .list_addtocart .button-add-to-cart:before,
.snapshot_horizontal .list_addtocart .button-add-to-cart:before {
  content: "\e865";
  font-weight: 300;
  font-size: 1.8rem;
  font-family: "sr-cart-icons";
  margin-right: 10px;
}

.side-position .snapshot_horizontal .list_addtocart .btn,
.side-position .snapshot_horizontal .list-details-link {
  min-width: 105px;
}

.snapshot_horizontal_product {
  border-bottom-width: 3px;
  box-shadow: none;
  display: flex;
}

.snapshot_horizontal_left {
  padding-right: 20px;
  width: 30%;
}

.side_module .snapshot_horizontal_left {
  padding-right: 10px;
}

.snapshot_horizontal_right {
  padding-bottom: 10px;
  width: 70%;
  text-align: left;
}

.snapshot_horizontal_right .list-productname-link {
  font-weight: 400;
}

.side-position .snapshot_horizontal_product {
  border: 0;
}

.side-position .snapshot_horizontal_product .list_wishlist {
  display: none;
}

.side-position .snapshot_horizontal .list_div_item {
  padding: 0;
  width: 100%;
}

.side-position .snapshot_horizontal_left .list_picture {
  justify-content: flex-start;
}

body:not(.home_body) .snapshot_horizontal:not(.side_module) .list_div_item,
.two-column-content .snapshot_vertical.list-style .list_div_item {
  width: 100%;
}

body:not(.home_body) .snapshot_horizontal:not(.side_module) .list_div_item .list-productname-link,
.two-column-content .snapshot_vertical.list-style .list_div_item .list-productname-link {
  font-size: 1.8rem;
}

body:not(.home_body) .snapshot_horizontal:not(.side_module) .list_div_item .list_picture,
.two-column-content .snapshot_vertical.list-style .list_div_item .list_picture {
  border-color: #cacfd9;
}

.snapshot_vertical_product {
  border-bottom-width: 3px;
  position: relative;
}

.snapshot_vertical_product .list_picture {
  margin-bottom: 20px;
}

.snapshot_vertical_product .list_prouctprice {
  padding: 10px 0 0 0;
}

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

.snapshot_vertical .list_productprice_special_postfix .list_price_postfix,
.snapshot_vertical .list_productprice_special_postfix .list_original {
  display: block;
}

.snapshot_vertical .short_description {
  display: none;
}

.snapshot_vertical:not(.list-style) .list_div_item .short_description {
  display: none;
}

.snapshot_vertical.list-style .list_div_item {
  transition: all 0.2s ease-in-out;
}

.snapshot_vertical.list-style .snapshot_vertical_product {
  display: flex;
  align-items: flex-start;
}

.snapshot_vertical.list-style .snapshot_vertical_product .snapshot_horizontal_right {
  margin-left: 30px !important;
}

.snapshot_vertical.list-style .short_description {
  display: block;
}

.snapshot_vertical.list-style .list_prouctname {
  height: auto !important;
}

.one-column-content .snapshot_vertical .list_div_item {
  width: 100%;
}

.two-column-content .snapshot_vertical .list_div_item {
  width: 50%;
}

/* module globals */

.module {
  margin-bottom: 1.5rem;
}

.module-head {
  margin: 0;
}

.column-content .module-head,
.home-position .module-head,
.side-position .module-head {
  padding: 1.5rem 0;
}

.module-head-title {
  font-weight: inherit;
}

.column-content .module-head-title,
.home-position .module-head-title,
.side-position .module-head-title {
  font-size: 1.6rem;
  margin: 0;
  font-weight: 300;
}

.side-position {
  padding: 0;
  margin-bottom: 30px;
  border: 1px solid #cacfd9;
}

.side-position .module-head {
  padding: 2rem 2.5rem;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #cacfd9;
  display: flex;
  height: 7rem;
  align-items: center;
}

.side-position .module-head-title {
  display: inline-block;
  position: relative;
  z-index: 2;
  text-transform: none;
}

.side-position .module-body {
  padding: 2.5rem;
}

.home-position .module-head,
.home-bottom-position .module-head {
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}

.home-position .module-head-title,
.home-bottom-position .module-head-title {
  font-size: 3rem;
  font-family: "Lora", sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
  line-height: 1.5em;
}

.product-image-flight-to-cart {
  width: 50px !important;
  height: 50px !important;
}

body:not(.flypage_body):not(.sr-cart-page-body) .home-position:not(.kickerimage-module):not(.bannerscroller-module) .module-body,
.section-instafeed .module-body {
  padding: 0 6rem;
}

.home-bottom-position.newsletter_subscribe-module .module-body {
  padding-right: 0;
}

.home-bottom-position.newsletter_subscribe-module .label-inbefore span {
  font-size: 1.3rem;
  line-height: 2rem;
  padding-right: 10px;
  width: 80%;
}

.module-news2-wrapper .home-bottom-section.home-bottom-position-two-column .module-body {
  padding-left: 0;
}

.hide-top .module-head {
  display: none;
}

/* /module globals */

/* bannerscroller */

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* az első modul a home pozícióba mindig rá fog lódni a bannerscrollerre */

.scroller-container {
  margin: 0 -15px;
}

.scroller-container .container {
  width: 100%;
  padding: 0;
  max-width: none;
}

.bannerscroller-module {
  background: #ced4da;
  margin: 0;
  position: relative;
}

.bannerscroller-module .module-body {
  padding: 0;
}

.bannerscroller-module img {
  display: none;
  height: auto;
}

.nivoSlider {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.nivoSlider img {
  top: 0;
  left: 0;
  max-width: none;
  position: absolute;
  object-fit: cover;
}

.nivoSlider .nivo-imageLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  opacity: 0;
}

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

.nivo-box img {
  display: block;
}

.nivo-caption,
.nivo-html-caption {
  display: none;
}

.nivoSlider .lazy {
  display: none !important;
}

/* controlNav: true */

.nivo-controlNav {
  position: absolute;
  bottom: 70px;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
}

.nivo-control {
  background: #212121;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  font-size: 1px;
  text-indent: -99999px;
  text-decoration: none;
  line-height: 10px;
  border-radius: 100%;
  cursor: pointer;
}

.nivo-control.active {
  background: #fff;
  font-weight: bold;
}

.nivo-control:hover {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}

.nivo-control-text {
  cursor: pointer;
  border-radius: 0;
  font-size: 1.2rem;
  background: #212121;
  color: #f3f5f7 !important; /* BS4 doesn't support a:not([href]), links should be buttons */
  display: inline-block;
  width: auto;
  height: 25px;
  text-indent: 0;
  text-decoration: none;
  line-height: 25px;
  padding: 0 20px;
  text-transform: uppercase;
  opacity: 1;
  position: relative;
  font-weight: 300;
}

.nivo-control-text.active {
  background: #ec008e;
  color: #f3f5f7;
  font-weight: 300;
}

.nivo-control-text.active:before {
  content: " ";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 5px solid #ec008e;
  height: 0;
  position: absolute;
  top: -5px;
  width: 0;
  left: calc(50% - 10px);
}

.nivo-control-text:hover {
  background: #ec008e;
  color: #f3f5f7;
}

/* directionNav: true */

.nivo-prevNav {
  left: 0;
}

.nivo-prevNav,
.nivo-nextNav {
  position: absolute;
  top: 45%;
  cursor: pointer;
  display: block;
  margin: 0 30px;
  z-index: 100;
}

.nivo-prevNav span,
.nivo-nextNav span {
  height: 100px;
  width: 50px;
  display: block;
  text-decoration: none;
  text-indent: -999999px;
}

.nivo-prevNav span:after,
.nivo-nextNav span:after {
  color: #212121;
  position: absolute;
  top: 0;
  background: none;
  text-align: center;
  display: block;
  width: 50px;
  height: 100px;
  line-height: 100px;
  text-indent: 0;
  transition: all 0.2s ease-in-out;
  font-family: "korfu-design-icons", sans-serif;
  font-weight: normal;
  font-size: 5rem;
}

.nivo-prevNav span:hover:after,
.nivo-nextNav span:hover:after {
  color: #ec008e;
}

.nivo-prevNav:hover span,
.nivo-nextNav:hover span {
  text-shadow: 0 0 40px rgba(255, 255, 255, 0.9);
}

.nivo-prevNav span:after {
  content: "\e832";
}

.nivo-nextNav {
  right: 0;
}

.nivo-nextNav span:after {
  right: 0;
  content: "\e833";
}

/* TODO refaktor */

.bannerscroller-module,
.nivoSlider img {
  height: 700px !important;
}

/*
* IE11 fix because object-fit does not support
*/

_:-ms-fullscreen,
:root .bannerscroller-module,
:root .nivoSlider img {
  height: auto !important;
}

/* /bannerscroller */

/* cart module */

/**
* Lenyíló kosár esetén ha a magasság kisebb mint 480px akkor
* a termék lista magasságát fixáljuk és az overflow miatt a
* scrollbarral lehet görgetni benne.
*/

.cart-module-button {
  display: flex;
  text-decoration: none;
  text-align: left;
  border-radius: 0;
  box-shadow: none;
  width: auto;
  font-size: 1.5rem;
  background-color: transparent;
  font-weight: 300;
  white-space: nowrap;
  max-width: 300px;
  text-overflow: ellipsis;
  color: #212121;
  height: 79px;
  padding: 0 5px;
  min-width: initial;
  border: 0;
  position: relative;
  overflow: visible;
  align-items: center;
}

.cart-module-button:active,
.cart-module-button:hover {
  color: #ec008e;
}

.cart-module-button .module-head {
  display: none;
}

.cart-module-button .icon-sr-cart {
  display: flex;
  justify-content: center;
}

.cart-module-button .icon-sr-cart:before {
  font-size: 2.8rem;
  vertical-align: bottom;
}

.cart-module-button.dropdown-toggle .fa-caret-down {
  top: auto;
  right: 10px;
  position: absolute;
  font-size: 1rem;
}

.cart-module-button h3 {
  font-size: 1.6rem;
}

.cart-module-button > h3 {
  display: inline;
  line-height: 1;
}

.cart-module-button:focus {
  text-decoration: none;
  outline: none;
}

.cart-module-button.dropdown-toggle:after {
  display: none;
}

.cart-dropdown {
  background: #ffffff;
  border-radius: 0;
  margin-top: 0;
  box-shadow: none;
  font-size: 1.3rem;
  width: 100%;
  z-index: 1903;
  border: 1px solid #212121;
  padding: 10px 0;
  color: #212121;
  line-height: initial;
}

.cart-dropdown.cart-product-list {
  min-width: 300px;
}

.cart-dropdown:before {
  right: 10px;
  top: -12px;
  border: 8px solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #212121;
  margin-top: -5px;
}

.cart-dropdown.dropdown-click-menu,
.cart-dropdown.dropdown-hover-menu {
  left: auto;
  right: 0;
}

.cart-dropdown li:not(.cart-dropdown-product-list),
.cart-dropdown .cart-dropdown-product-list-box {
  padding: 5px 20px;
}

.cart-dropdown .table {
  margin: 0;
}

.cart-dropdown-product-list {
  border-bottom: 1px solid #ced4da;
}

.cart-dropdown .cart-product-table tr:last-child td {
  border-bottom: 0;
}

.cart-dropdown .cart-product-table td {
  border: 0;
  border-bottom: 1px solid #ced4da;
  padding: 5px;
}

.cart-dropdown .cart-total-table td {
  border: 0;
}

.cart-dropdown .cart-actions {
  text-align: left;
  padding: 15px 10px 5px 10px;
  border-top: 1px solid #ced4da;
}

.cart-dropdown .cart-actions a {
  width: 48%;
}

.cart-dropdown .cart-actions a:last-child {
  float: right;
}

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

.cart-module-packageoffer-container {
  background: #d5d5d533;
  padding: 0 20px 10px;
  margin: 0 0 10px;
}

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

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

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

.cart-actions-only-one a {
  width: 100%;
}

.icon-sr-cart:before {
  content: "\e865";
  font-weight: 300;
  font-size: 2.3rem;
}

.cart-product-name {
  padding-bottom: 8px;
}

.cart-product-name-link {
  color: #212121;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.cart_remove_loading {
  background: url("../image/ajax_load.gif") no-repeat transparent;
}

.cart_remove_btn {
  color: #212121;
  cursor: pointer;
}

.cart_remove_btn:hover {
  color: #ec008e;
}

.cart-module-quantity {
  background: #212121;
  color: #f3f5f7 !important;
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% + 6px);
  border-radius: 9999em;
  min-width: 18px;
  height: 18px;
  line-height: 14px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  padding: 2px;
}

.cart-more-link {
  padding: 3px;
}

.cart-totals-text,
.empty-cart {
  padding: 5px 10px;
}

.responsive-menu .module-cart-wrapper {
  width: 55px;
}

/* /cart module */

/* auroramessage */

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

.auroramessage_prodname,
.auroramessage_prodname:visited,
.auroramessage_prodname:active {
  color: #000;
}

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

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

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

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

.auroramessage_incart {
  background: #f8f9fa;
  width: 70%;
  float: left;
  text-align: left;
  padding: 5px;
  margin-top: 10px;
}

.auroramessage_incart .auroramessage_prodpic {
  display: inline-block;
  width: 50px;
  vertical-align: top;
  padding-right: 10px;
  margin-bottom: 5px;
}

.auroramessage_incart .auroramessage_prod_option,
.auroramessage_incart .auroramessage_prodname {
  line-height: 1.4rem;
}

.auroramessage_incart .auroramessage_prod_option {
  padding-left: 5px;
}

.auroramessenger-message.ribbon {
  color: #6c757d;
  position: relative;
  padding: 15px 30px;
  background: #e4f1c9 "../image/yes_icon.png" 10px center no-repeat;
}

.auroramessenger-message.ribbon .auroramessage_text,
.auroramessenger-message.ribbon .cartPopupMessagePackage,
.auroramessenger-message.ribbon .cartPopupMessageProduct {
  display: inline-block;
}

.auroramessenger-message.ribbon .message-close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 7px;
  height: 7px;
  background: url("../image/close_icon.png") left top no-repeat;
  cursor: pointer;
}

.auroramessenger-message.popup {
  padding: 15px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px 0 #adb5bd;
  color: #6c757d;
}

.auroramessenger-message.popup .list_div_item {
  width: 220px !important;
}

.auroramessenger-message.popup .module-head,
.auroramessenger-message.popup .message-close {
  display: none;
}

.auroramessenger-message.popup .module {
  margin: 0;
  padding: 0;
}

.auroramessenger-message.popup .product-module {
  margin: 0 40px;
}

.auroramessenger-message.popup .cartPopupMessagePackage,
.auroramessenger-message.popup .cartPopupMessageProduct {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 60px);
}

.auroramessenger-message.popup .snapshot_horizontal_direction .list_div_item {
  width: 100%;
}

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

.auroramessenger-message.popup .auroramessage_link a {
  text-decoration: none;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.auroramessenger-message.popup .auroramessage_link a.message-close.btn {
  background-color: transparent;
  color: #212121;
}

.auroramessenger-message.popup .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;
}

.auroramessenger-message.popup .auroramessage_text {
  background: #fff url("../image/yes_icon.png") left center no-repeat;
  padding: 5px 0 5px 25px;
  display: inline-block;
}

.auroramessenger-message.popup .list-productname-link {
  font-size: 1.5rem;
}

.auroramessenger-message.popup .list_price,
.auroramessenger-message.popup .list_special {
  font-size: 2.5rem;
}

.auroramessenger-message.popup .list_actions .btn {
  font-size: 1.2rem;
}

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

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

/* /auroramessage */

.category-list b {
  text-decoration: none;
  font-weight: 400;
}

.category-list-link,
.category-list-link:visited {
  display: block;
  text-decoration: none;
  background: transparent;
  line-height: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 15px 7px;
  color: #212121;
  text-transform: none;
}

.category-list-link:hover,
.category-list-link:active,
.children .selected > .category-list-link:hover,
.category_menu:not(.vertical-basic) .parent:hover > .category-list-link {
  color: #ec008e;
  text-decoration: none;
}

.selected > .category-list-link b {
  font-weight: 700;
}

header .header-bottom .headermenu-list.navbar-nav li li:hover a,
.header-position .category_menu li li .category-list-link:active,
.header-position .category_menu li li .category-list-link:hover,
header .selected > .category-list-link,
header .children .selected > .category-list-link:hover {
  background-color: #f3f5f7;
}

.category-list-link-text {
  margin: 0;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  display: inline;
  text-transform: none;
}

.category_menu,
.children {
  padding: 0;
  margin: 0;
  list-style: none;
}

.children {
  background-color: #fff;
  position: relative;
}

.children .category-list-link,
.children .category-list-link:visited {
  color: #212121;
  font-size: 13px;
  text-transform: none;
}

.children .category-list-link:hover,
.children .category-list-link:visited:hover {
  color: #ec008e;
}

.children .selected > .category-list-link {
  color: #ec008e;
}

.side-position .category-list-link {
  font-size: 15px;
  padding: 8px 20px;
}

.side-position .category_menu > li.selected .category-list-link-text:before {
  opacity: 1;
  width: 100%;
}

.side-position .category_menu > li > a {
  padding-left: 0;
  padding-right: 0;
}

.side-position .category_menu > li > a .category-list-link-text {
  position: relative;
}

.side-position .category_menu > li > a:hover {
  color: #ec008e;
  text-decoration: none;
}

/* custom-dropdown */

.subTreeDropDown {
  line-height: 1.5em;
  background: transparent;
}

.subTreeDropDown.children {
  border: 0;
  box-shadow: none;
}

.subTreeDropDown > li {
  padding: 30px;
  background: #f3f5f7;
  color: #212121;
  box-shadow: 0 5px 30px 5px rgba(69, 79, 91, 0.2);
  border-bottom: 2px solid #ec008e;
}

.subTreeDropDown > li li {
  padding-bottom: 10px;
}

.subTreeDropDown > li a {
  color: #212121;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.3rem;
}

.subTreeDropDown > li a:hover {
  color: #ec008e;
  text-decoration: underline;
}

.subTreeDropDown ul {
  padding: 0;
}

.subTreeDropDown ul li {
  list-style: none;
}

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

.sf-horizontal .dropDownParent.align-1 .subTreeDropDown.children > li {
  width: 100% !important;
  box-shadow: none;
  border-bottom: 5px solid #cacfd9;
}

.sf-horizontal .dropDownParent.align-1 .subTreeDropDown.children > li .custom-dropdown-item-pictures a {
  border: 1px solid #f2f2f2;
  padding: 7px;
}

.sf-horizontal .dropDownParent.align-1 .subTreeDropDown.children > li .custom-dropdown-item-pictures a .item-pic-name {
  font-size: 2rem;
  font-weight: 700;
  padding-top: 8px;
}

.sf-horizontal .dropDownParent.align-1 .subTreeDropDown.children > li .custom-dropdown-item-pictures img {
  height: auto !important;
  width: auto !important;
  margin: auto;
  max-height: 250px !important;
}

.sf-horizontal .dropDownParent.align-1 .subTreeDropDown.children > li .korfu-custom-dropdown .kcd-main-category a {
  text-transform: uppercase;
  font-weight: 600;
  background: #f2f2f2;
  padding: 3px 10px 3px 10px;
}

.sf-horizontal .dropDownParent.align-1 .subTreeDropDown.children > li .korfu-custom-dropdown a {
  color: #212121;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  display: block;
  padding: 7px 10px;
}

.sf-horizontal .dropDownParent.align-1 .subTreeDropDown.children > li .korfu-custom-dropdown a:active,
.sf-horizontal .dropDownParent.align-1 .subTreeDropDown.children > li .korfu-custom-dropdown a:hover {
  color: #ec008e;
}

.sf-horizontal .dropDownParent.align-1 .subTreeDropDown.children > li .korfu-custom-dropdown li {
  padding: 0;
}

/* /custom-dropdown */

/* superfish basic */

.sf-arrows .children .sf-with-ul:after,
.sf-arrows.sf-vertical .sf-with-ul:after {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  border-right: 2px solid #212121;
  border-bottom: 2px solid #212121;
  transform: rotate(-45deg);
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

.category_menu:not(.slide-categories) .children .category-list-link:hover:after,
.category_menu:not(.slide-categories) .children .category-list-link:active:after {
  border-right: 2px solid #ec008e;
  border-bottom: 2px solid #ec008e;
}

.category_menu:not(.slide-categories) .children .category-list.sfHover .category-list-link:after {
  border-right: 2px solid #ec008e;
  border-bottom: 2px solid #ec008e;
}

/* /superfish basic */

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

.horizontal-basic .category-list {
  display: inline-block;
}

.horizontal-basic,
.sf-horizontal {
  position: relative;
  z-index: 1901;
  padding: 0;
  position: static;
}

.sf-horizontal,
.sf-horizontal * {
  list-style: none;
}

.sf-horizontal > li {
  position: relative;
  display: inline-block;
}

.sf-horizontal .children > li {
  position: relative;
  display: block;
}

.sf-horizontal .children {
  box-shadow: 0 3px 5px 1px rgba(69, 79, 91, 0.2);
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 102;
  min-width: 100%;
}

.sf-horizontal li:hover > .children,
.sf-horizontal li.sfHoverHorizontal > .children {
  display: block;
}

.sf-horizontal .children .children {
  top: 0;
  left: 100%;
}

.sf-horizontal .children .category-list-link,
.sf-horizontal .children .category-list-link:visited {
  white-space: nowrap;
}

.sf-horizontal .subTreeDropDown {
  top: inherit;
}

.sf-horizontal > li.dropDownParent > a:after,
.sf-horizontal > li.parent > a:after {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  border-right: 2px solid #212121;
  border-bottom: 2px solid #212121;
  transform: rotate(45deg);
  top: -3px;
  position: relative;
  right: -3px;
}

.sf-horizontal > li.dropDownParent:active > a:after,
.sf-horizontal > li.dropDownParent:hover > a:after,
.sf-horizontal > li.parent:active > a:after,
.sf-horizontal > li.parent:hover > a:after {
  border-right: 2px solid #ec008e;
  border-bottom: 2px solid #ec008e;
}

/* /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: 1900;
  min-width: 15em;
  border: 1px solid #cacfd9;
}

.sf-vertical .children a {
  text-transform: none;
}

.sf-vertical > li,
.sf-vertical .children > li {
  position: relative;
  display: block;
}

.sf-vertical > li:hover .children,
.sf-vertical > li.sfHover .children {
  display: block;
}

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

/* slide-categories - Függőleges legördülő kategória */

.slide-categories .cat-arrow,
.slide-categories .children {
  display: none;
}

.slide-categories .category-list-link {
  padding: 5px 0 5px 15px;
}

.slide-categories .children {
  background: rgba(255, 255, 255, 0.15);
}

.slide-categories .children .category-list-link {
  padding: 5px 0 5px 25px;
}

.slide-categories .children .children .category-list-link {
  padding: 5px 0 5px 35px;
}

.slide-categories .category-list.parent.cat-closed > .category-list-link:after {
  content: "\e833";
}

.slide-categories .category-list.parent.cat-closed > .category-list-link:after,
.slide-categories .category-list.selected.parent > .category-list-link:after {
  content: "\e831";
  font-family: "korfu-design-icons", sans-serif;
  margin-top: 5px;
  font-size: 1rem;
  position: absolute;
  right: 4em;
}

/* /slide-categories - Függőleges legördülő kategória */

/* vertical-basic - Normál függőleges kategória */

.vertical-basic .category-list {
  padding: 0;
}

.vertical-basic .category-list-link {
  padding: 8px 0 8px 15px;
}

.vertical-basic .children {
  background: #f3f5f7;
}

.vertical-basic .children .category-list-link {
  padding: 5px 0 5px 15px;
  text-transform: none;
  font-size: 1.3rem;
  color: #212121;
  position: relative;
}

.vertical-basic .children .category-list-link:before {
  content: '-';
  position: absolute;
  left: 0;
}

.vertical-basic .children .children .category-list-link {
  padding: 5px 0 5px 30px;
}

.vertical-basic .children .children .category-list-link:before {
  left: 15px;
}

.vertical-basic .parent.selected {
  padding-bottom: 0;
}

.vertical-basic .parent.selected > a {
  color: #ec008e;
}

.vertical-basic .parent.selected .selected a {
  color: #ec008e;
}

/* /vertical-basic - Normál függőleges kategória */

/* categoryoffer module */

.category_snapshot {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  padding: 0;
}

.category_snapshot br {
  display: none;
}

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

.category-snapshot-name {
  padding: 15px 0;
}

.category-snapshot-name-link {
  background: #212121;
  color: #f3f5f7;
  font-size: 2rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 65px;
  line-height: 1.2em;
  font-weight: 300;
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}

.category-snapshot-name-link:hover {
  color: #f3f5f7;
  opacity: .9;
}

/* /categoryoffer module */

/* compare popup */

.tablescroll_body {
  width: 800px;
  height: 360px;
}

.compare-product-table .list-picture img {
  max-height: 100px;
}

.compare-product-table .list-productname {
  height: 50px;
  padding: 0 10px;
  overflow: hidden;
}

.compare-product-table td {
  border: 0;
  padding: 4px 6px;
  vertical-align: top;
}

.compare-product-table .odd.samevalue td,
.compare-product-table .samevalue td {
  background: #d4dce3;
}

.compare-product-table .odd .compare-product-values-row {
  background: #f3f5f7;
}

.compare-product-values-row {
  width: 200px;
}

.compare-filter-button {
  padding-top: 15px;
}

.compare-product-label-row {
  width: 150px;
  background: #f3f5f7;
  font-weight: 600;
}

.tablescroll_head .compare-product-label-row {
  background: #f3f5f7;
}

/* /compare popup */

/* compare module */

.deleteIcon {
  font-size: 2rem;
  cursor: pointer;
}

.module-compare-wrapper .list-group-item {
  border: 0;
  padding: 10px 0;
}

.module-compare-wrapper .list-group-item > .badge {
  float: left;
  background: transparent;
  color: #f00;
}

.module-compare-wrapper .product-module {
  display: none;
}

.compare_button_wrapper a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.compare_button_wrapper a:before {
  padding-right: 5px;
  content: "\e805";
  font-family: "korfu-design-icons", sans-serif;
  font-size: 2.5rem;
}

.compare_button_wrapper a.compared:before {
  content: "\e843";
  font-size: 2.5rem;
}

/* /compare module */

/* currenciesselect module */

.currencieselect-select {
  height: 24px;
  line-height: 24px;
  font-size: 1.2rem;
}

.currencieselect-select:active,
.currencieselect-select:hover {
  border-color: #ec008e;
}

/* /currenciesselect module */

/* customcontent module */

.customcontent .module-body {
  overflow: hidden;
}

/* /customcontent module */

.module-dealofday-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.module-dealofday-wrapper .snapshot_horizontal .list-details-link {
  font-size: 1.7rem;
  line-height: 1.7rem;
  padding: 12px 34px;
}

.module-dealofday-wrapper .snapshot_horizontal .list_addtocart a.btn {
  font-size: 1.7rem;
  line-height: 1.7rem;
  padding: 11px 43px 12px;
}

.module-dealofday-wrapper .product_badges {
  left: 0;
  top: 0;
}

.module-dealofday-wrapper .home-position {
  margin: 3rem 0;
}

.module-dealofday-wrapper .module-head {
  text-align: center;
  color: #212121;
  margin: 0;
}

.module-dealofday-wrapper .module-body {
  padding: 0;
}

.module-dealofday-wrapper .list_wishlist.snapshot-list-item {
  padding: 15px 0;
}

.module-dealofday-wrapper .wishlist-add {
  display: flex;
  align-items: center;
}

.module-dealofday-wrapper .wishlist-add:before {
  padding: 0 8px 0 0;
}

.module-dealofday-wrapper .wishlist-add:hover:before {
  color: #ec008e;
}

.module-dealofday-wrapper .product-snapshot:hover {
  box-shadow: none;
}

.module-dealofday-wrapper .snapshot_horizontal_left {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: auto;
  padding-right: 2rem;
}

.module-dealofday-wrapper .snapshot_horizontal_product {
  padding: 0;
}

.module-dealofday-wrapper .snapshot_horizontal_product:hover {
  border-color: transparent;
}

.module-dealofday-wrapper .list-productname-link {
  font-weight: 500;
  font-size: 2rem;
}

.module-dealofday-wrapper .list_actions {
  padding: 20px 0 0 0;
  display: flex;
}

.module-dealofday-wrapper .list_picture img {
  border: 0;
}

.module-dealofday-wrapper .list_picture .list_wishlist {
  margin: 0;
}

.module-dealofday-wrapper .list_picture .wishlist-add {
  justify-content: center;
  align-items: center;
}

.module-dealofday-wrapper .list_picture .wishlist-add:before {
  padding: 0;
}

.module-dealofday-wrapper .list_picture .wishlist-add:hover:before {
  color: #ec008e;
}

.module-dealofday-wrapper .list_picture .button-add-to-cart {
  font-size: 0;
  width: 55px !important;
  height: 55px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background: transparent;
}

.module-dealofday-wrapper .list_picture .button-add-to-cart:before {
  content: "\e865";
  color: #212121;
  display: inline-block;
  margin-right: 0;
  font-size: 2.5rem;
}

.module-dealofday-wrapper .list_picture .button-add-to-cart:active,
.module-dealofday-wrapper .list_picture .button-add-to-cart:focus,
.module-dealofday-wrapper .list_picture .button-add-to-cart:hover {
  background: transparent;
  border: 0;
}

.module-dealofday-wrapper .list_picture .button-add-to-cart:active:before,
.module-dealofday-wrapper .list_picture .button-add-to-cart:focus:before,
.module-dealofday-wrapper .list_picture .button-add-to-cart:hover:before {
  color: #ec008e;
}

.module-dealofday-wrapper .list_picture .list_details,
.module-dealofday-wrapper .list_picture .list_addtocart {
  padding: 0;
  margin: 0;
}

.module-dealofday-wrapper .list_picture .list_addtocart .quantity-input,
.module-dealofday-wrapper .list_picture .list_addtocart .quantity-name-text {
  display: none;
}

.module-dealofday-wrapper .list_picture .list_details {
  margin-right: 0;
}

.module-dealofday-wrapper .list_picture .list-details-link {
  font-size: 0;
  width: 55px !important;
  height: 55px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background: transparent;
}

.module-dealofday-wrapper .list_picture .list-details-link:before {
  content: '\e804';
  font-family: "korfu-design-icons", sans-serif;
  font-size: 2.5rem;
}

.module-dealofday-wrapper .list_picture .list-details-link:hover:before {
  color: #ec008e;
}

.module-dealofday-wrapper .snapshot_horizontal_right {
  padding-left: 2rem;
}

.module-dealofday-wrapper .short_description {
  font-size: 1.5rem;
  padding-top: 2rem;
}

.module-dealofday-wrapper .list_prouctprice {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: flex-end;
}

.module-dealofday-wrapper .list_prouctprice * {
  line-height: 1em;
}

.module-dealofday-wrapper .list_special {
  padding-right: 1rem;
}

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

.module-dealofday-wrapper .list_price,
.module-dealofday-wrapper .list_special {
  font-size: 3.5rem;
}

.module-dealofday-wrapper .module-head-title {
  font-size: 3.5rem;
}

.module-dealofday-wrapper .product-module:not(.side-position) .product-snapshot:not(:empty) {
  border-bottom: 0 !important;
}

/* information */

.sublinks .list-group-item {
  padding-left: 30px;
  border-radius: 0;
}

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

.information-tags {
  padding-top: 20px;
}

#information-menu .accordion-hover {
  position: relative;
}

#information-menu .accordion-hover:after {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  border-right: 2px solid #212121;
  border-bottom: 2px solid #212121;
  transform: rotate(-45deg);
  top: 0;
  position: relative;
  right: -3px;
  vertical-align: middle;
  border-left: 0;
  border-top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s ease-in-out;
}

#information-menu .accordion-hover:active,
#information-menu .accordion-hover:hover {
  color: #ec008e;
}

#information-menu .accordion-hover:active:after,
#information-menu .accordion-hover:hover:after {
  color: #ec008e;
}

#information-menu .accordion-hover[aria-expanded="true"]:after {
  transform: rotate(45deg);
  margin-top: -2px;
}

#information-menu .accordion-hover[aria-expanded="false"]:after {
  transform: rotate(-45deg);
}

/*
#information-menu .accordion-hover:not(.collapsed) {
    &:after {
        transform: rotate(-45deg);
    }
}
*/

/* /information */

/* kickerimages */

.kickerimage-module .module-body {
  padding: 0;
}

.kickerimages .kickerimages-col {
  padding: 0;
  overflow: hidden;
}

.kickerimage-title {
  font-family: "Amatic SC", cursive;
  line-height: 1.2em;
  font-size: 4.5rem;
  color: #f3f5f7;
}

.kickerimage-title:after {
  content: '\e870';
  font-family: "korfu-design-icons", sans-serif;
  font-size: 1.8rem;
  display: inline-block;
  float: right;
  margin-top: 2rem;
}

.kickerimages-row {
  margin: 0;
}

.kickerimage-description {
  padding: 0 3rem;
  color: #f3f5f7;
}

.kickerimage-box {
  position: relative;
  display: block;
}

.kickerimage-box img {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  transform-origin: center;
  transition: all 0.2s ease-in-out;
}

.kickerimage-inner-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem;
  width: 100%;
  text-align: center;
}

.kickerimage-inner-wrapper > span {
  display: inline-block;
  width: 100%;
}

.kickerimage-button {
  position: relative;
  margin-top: 7rem;
}

.kickerimage-button .btn-primary.btn {
  padding: 1.2rem 3.5rem;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.1);
}

.kickerimage-button .btn-primary.btn:after {
  content: '\e870';
  font-family: "korfu-design-icons", sans-serif;
  font-size: .8rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 5px;
}

.kickerimage-button .btn-primary.btn:hover:not([href]):not([tabindex]) {
  background: #f3f5f7;
  color: #ec008e !important;
  border-color: #f3f5f7;
}

/* /kickerimages */

/* languageselect module */

.language_icon {
  display: inline-block;
  cursor: pointer;
}

.language_icon img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: .5;
  transition: all 0.2s ease-in-out;
}

.language_icon img:hover,
.language_icon.active img {
  opacity: 1;
}

.language_icon span.language-code-name {
  display: none;
}

.languageselect-select {
  height: 24px;
  line-height: 24px;
  font-size: 1.2rem;
  padding: 2px 8px;
}

.language-text {
  display: inline-block;
  cursor: pointer;
  padding: 0 5px;
  font-size: 1.2rem;
  color: #212121;
  line-height: 1.6rem;
  position: relative;
  text-transform: uppercase;
  margin: .7rem 0;
  font-weight: 700;
}

.language-text ~ .language-text {
  border-left: 2px solid #212121;
}

.language-text span {
  transition: all 0.4s ease-in-out 0s;
  opacity: .7;
}

.language-text:hover span,
.language-text.active span {
  opacity: 1;
}

.language-text:hover span {
  color: #ec008e;
}

/* /languageselect module */

/* likebox */

.likebox-module .module-body {
  overflow: hidden;
}

/* /likebox */

/* login */

.logged-dropdown {
  position: relative;
  text-align: left;
  height: 100%;
}

.logged-dropdown a {
  padding: 0 15px;
  text-decoration: none;
}

.logged-dropdown .sr-icon-user {
  font-size: 2.6rem;
}

.logged-dropdown .sr-icon-angle-down {
  font-size: 10px;
}

.logged-dropdown > a > span {
  display: none;
}

.logged-dropdown > ul {
  position: absolute;
  width: 100%;
  z-index: 99999;
  transition: all 0.2s 0s linear;
  min-width: 150px;
  right: 0;
  left: auto;
  padding: 0;
}

.logged-dropdown > ul > li {
  display: block;
  border: 0;
  min-width: 100px;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

.logged-dropdown > ul > li > a {
  height: 0;
  display: block;
  text-align: left;
  transition: height 150ms ease-in;
  font-size: 1.2rem;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 0;
}

.logged-dropdown > ul > li > a:hover {
  transition: all 0.2s ease-in-out;
  color: #f3f5f7;
}

.logged-dropdown:hover > ul > li > a {
  line-height: 25px;
  height: 29px;
}

.login-list .create-list-item {
  display: none;
}

.login-list .login-list-item {
  font-size: 0;
}

.login-list .login-list-item a {
  padding: 0 5px;
  display: flex;
  align-items: center;
}

.login-list .login-list-item a:before {
  content: '\e806';
  font: 2.3rem "korfu-design-icons", sans-serif;
}

.login-list .login-list-item a:active,
.login-list .login-list-item a:hover {
  color: #212121;
}

.login-list li a {
  font-weight: 600;
  color: #212121;
}

.login-list-item {
  position: relative;
}

.header-col-login {
  padding-right: 0;
}

.header-col-login li.logged-dropdown.dropdown > a {
  padding-top: 28px;
  padding-bottom: 28px;
  padding-right: 0;
  display: flex;
  align-items: center;
}

.header-col-login li.logged-dropdown.dropdown > a:active,
.header-col-login li.logged-dropdown.dropdown > a:hover {
  color: #ec008e;
}

.header-col-login li.logged-dropdown.dropdown > ul.dropdown-hover-menu {
  margin-top: 0;
  min-width: 170px;
}

.header-col-login li.logged-dropdown.dropdown > ul.dropdown-hover-menu i {
  font-size: 10px;
  line-height: 29px;
  vertical-align: middle;
}

/* /login */

/* manufactureroffer module */

.manufactureroffer-image-container {
  font-size: 0;
}

.manufactureroffer-image-link {
  padding: 15px;
  display: inline-block;
}

.all-manufacturer-link {
  border-top: 1px solid #dee2e6;
  margin-top: 2px;
}

/* /manufactureroffer module */

/* mobile menu */

#menu-nav:not(.mm-menu),
#categorytree-nav:not(.mm-menu),
.mm-menu.mm-offcanvas,
.responsive-menu,
.print_body #mobile-nav {
  display: none;
}

.mm-menu {
  background: #f3f5f7 !important;
}

.mm-menu .mm-listitem_divider {
  background: #f3f5f7 !important;
}

.mm-menu .mm-listitem_divider:before {
  content: '';
  display: block;
  width: calc(100% - 1rem);
  height: 1px;
  background: #cacfd9;
  margin-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mm-menu .category-list-link-text {
  text-transform: none;
}

.mm-navbar {
  border-color: #f3f5f7 !important;
}

.mm-listitem .mm-btn_next:before {
  display: none !important;
}

.mm-menu .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 0;
}

.mm-menu .mm-panels > .mm-panel:after,
.mm-menu .mm-panels > .mm-panel:before {
  height: 40px;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #212121 !important;
}

.mm-listitem > a,
.mm-listitem > span {
  text-transform: none;
}

.mm-listitem.mm-title.mm-group-title {
  background: #212121;
  font-weight: 600;
  color: #f3f5f7;
}

body .mm-menu .mm-navbar a.mm-navbar__title {
  text-transform: uppercase;
  font-weight: 800;
  color: #212121 !important;
}

.responsive-menu {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 0;
  display: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  line-height: 70px;
  height: 70px;
  background: #f3f5f7;
}

.mobile-headers {
  z-index: 2;
  padding: 0 5px;
  text-decoration: none;
  display: flex;
  color: #212121;
  cursor: pointer;
}

.mobile-cart-link.mobile-headers {
  padding: 0 10px;
  position: relative;
}

.mobile-cart-link.mobile-headers .icon-sr-cart:before {
  font-size: 2.8rem;
}

.mobile-headers-icon,
.mobile-headers-title {
  font-size: 18px;
  color: inherit;
  line-height: inherit;
  text-decoration: none;
}

.mobile-headers-icon {
  font-size: 2.3rem;
}

.mobile-search-link {
  margin-left: auto;
}

.mobile-headers-title {
  font-size: 1.1rem;
  text-transform: uppercase;
  text-align: center;
  padding-top: 8px;
  line-height: 1;
}

.mobile-menu-orientation-default .mobile-category-header {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}

.mobile-menu-orientation-default .mobile-category-header .default-category-icon {
  width: 30px;
  height: 30px;
  display: flex;
  flex: 0 0 auto;
  position: relative;
}

.mobile-menu-orientation-default .mobile-category-header .default-category-icon .mobile-headers-icon {
  display: block;
  line-height: 33px;
}

.mobile-menu-orientation-default .mobile-category-header .mobile-headers-title {
  padding-top: 3px;
}

.mobile-menu-orientation-default .mobile-content-header {
  order: 5;
}

.mobile-menu-orientation-default .mobile-logo {
  order: 2;
}

.mobile-menu-orientation-default .mobile-search-link {
  order: 3;
}

.mobile-menu-orientation-default .mobile-cart-link {
  order: 4;
}

.mobile-menu-orientation-left .mobile-search-link {
  margin-left: auto;
}

.mobile-menu-orientation-right .mobile-content-header {
  order: 4;
}

.mobile-menu-orientation-right .mobile-logo {
  order: 1;
  margin: 0;
  padding-left: 10px;
}

.mobile-menu-orientation-right .mobile-search-link {
  order: 2;
}

.mobile-menu-orientation-right .mobile-cart-link {
  order: 3;
}

.mobile-content-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mobile-logo {
  margin: 0 0 0 auto;
  flex: 0 1 auto;
  align-items: center;
}

.logo-module,
.mobile-logo {
  display: flex;
  align-items: center;
}

.logo-module img,
.mobile-logo img {
  max-height: 70px;
}

.logo-module a,
.mobile-logo a {
  font-size: 5rem;
  display: inline-block;
  color: #212121;
  font-family: "Amatic SC", cursive;
}

.mobile-wishlist-dropdown-link {
  display: none;
}

.hamburger {
  padding: 10px;
  display: flex;
  cursor: pointer;
  transition-property: opacity,filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  align-items: center;
  justify-content: center;
}

.hamburger:hover {
  opacity: .8;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 30px;
}

.hamburger:active .hamburger-inner,
.hamburger:active .hamburger-inner:after,
.hamburger:active .hamburger-inner:before,
.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner:after,
.hamburger:hover .hamburger-inner:before {
  background-color: #ec008e;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  height: 3px;
  background-color: #212121;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}

.hamburger-inner:after,
.hamburger-inner:before {
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -7px;
  width: 25px;
  left: 0;
}

.hamburger-inner:after {
  bottom: -10px;
  width: 20px;
  left: 0;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: .15s;
  transition-delay: .15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner:after {
  top: -14px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  width: 20px;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 25px;
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: .32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #ec008e;
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  width: 30px;
  background-color: #ec008e;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 30px;
  background-color: #ec008e;
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/* /mobile menu */

/* aurora nanobar */

.aurora-nanobar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  background: #495057;
  color: #fff;
  padding: 6px 30px;
  text-align: center;
}

.aurora-nanobar-freeshipping.aurora-nanobar {
  z-index: 9998;
}

.aurora-nanobar-freeshipping.aurora-nanobar .aurora-nanobar-text {
  padding-top: 8px;
  padding-bottom: 8px;
}

.aurora-nanobar-firstlogin.aurora-nanobar {
  z-index: 9999;
}

#first-login-nanobar-button {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  cursor: pointer;
  line-height: 37px;
  transition: all 0.2s ease-in-out 0s;
  background: rgba(78, 78, 78, 0.3);
  border-radius: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

#first-login-nanobar-button:hover {
  background: rgba(78, 78, 78, 0.6);
  color: #fff;
}

#first-login-nanobar-button:hover:before {
  border-color: transparent transparent transparent rgba(34, 34, 34, 0.5);
}

.aurora-nanobar-container {
  width: 1170px;
  margin: auto;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.3rem;
  line-height: 1.4em;
}

.aurora-nanobar-text {
  display: block;
  padding: 0 20px 0;
  text-align: center;
  flex: 1;
  flex-basis: 100%;
}

#nanoTextCookies .aurora-nanobar-text {
  padding: 0;
}

.aurora-nanobar-buttons-wrapper {
  flex: 1;
  flex-basis: 100%;
  text-align: left;
  padding: 0 20px 10px;
}

.aurora-nanobar-cookies {
  width: 100%;
  text-align: left;
  border-top: 1px solid #555;
  padding-top: 15px;
  margin-top: 15px;
}

.aurora-nanobar-cookies .form-group {
  margin-bottom: 0;
  padding: 5px 20px;
}

.aurora-nanobar-cookies label {
  font-weight: normal;
  vertical-align: middle;
  margin: 0;
}

.cookies-help-text {
  color: #a8a8a8;
  padding-left: 20px;
}

#aurora-nanobar-settings-button {
  margin-right: 10px;
  color: #fff;
}

#aurora-nanobar-settings-button:hover {
  color: #ec008e;
}

.aurora-nanobar-cookies label input {
  vertical-align: middle;
  margin: -2px 2px 0 0;
}

.aurora-nanobar-close-x {
  position: absolute;
  bottom: calc(50% - 12px);
  width: 25px;
  height: 25px;
  display: block;
  right: 115px;
  color: #fff;
  cursor: pointer;
}

/* /aurora nanobar */

/* news */

.news-pretext {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.7em;
  padding-bottom: 2rem;
}

.news-article {
  position: relative;
}

.news-article img {
  box-shadow: none;
  padding: 0;
  max-width: 100%;
  height: auto !important;
  border: 0;
}

.news-all-button {
  text-align: center;
}

.news-all-button .btn:after {
  content: '\e870';
  font-family: "korfu-design-icons", sans-serif;
  padding-left: 1rem;
  font-size: .8rem;
}

.article-title {
  font-size: 1.4rem;
  line-height: 1.5rem;
  margin: 8px 0;
}

.article-title a {
  line-height: 1.1em;
  font-weight: 700;
  color: #212121;
}

.article-list {
  padding: 0;
  list-style: none;
}

.article-info {
  font-size: 1.2rem;
}

.article-info .fa {
  display: none;
}

.article-thumb {
  padding-right: 0;
  float: none;
}

.article-content {
  overflow: hidden;
}

.article-introtext {
  font-size: 1.2rem;
  line-height: 1.5em;
  padding: 10px 0;
}

.home-position .article-list,
.home-bottom-position .article-list {
  margin: 0;
}

.home-position .article-thumb,
.home-bottom-position .article-thumb {
  padding-right: 0;
}

.home-position .article-title,
.home-bottom-position .article-title {
  font-size: 2.4rem;
}

.home-position .article-info,
.home-bottom-position .article-info {
  font-size: 12px;
  text-align: center;
}

.home-position .article-read-more,
.home-bottom-position .article-read-more {
  text-align: center;
  padding-bottom: 20px;
}

.side-position .article-thumb img {
  width: 100%;
  height: auto;
}

.side-position .news-article {
  background: #ffffff;
  border: 1px solid #cacfd9;
  display: flex;
  flex-direction: column-reverse;
}

.side-position .news-article .article-title a {
  padding: 15px 15px 0 15px;
  display: block;
}

.side-position .news-pretext:empty {
  padding: 0;
}

.side-position .article-content {
  padding: 15px;
}

.side-position .article-list-item {
  padding: 12px 0;
}

.side-position .news-all-button .btn {
  display: block;
  padding: 8px 12px;
}

.side-position .article-info span {
  display: block;
}

.side-position .article-read-more .btn {
  padding-left: 0;
}

/* home-section position news*/

.home-section .module-news-wrapper {
  position: relative;
  padding: 4rem 0;
}

.home-section .news-article {
  position: relative;
  padding: 20px;
}

.home-section .news-article .news-article-inner {
  position: relative;
  overflow: hidden;
}

.home-section .news-article .article-title:active .article-title-link,
.home-section .news-article .article-title:hover .article-title-link {
  color: #ec008e;
}

.home-section .news-article .btn-link {
  padding: 0;
  font-size: 1.2rem;
}

.home-section .news-article .btn-link:after {
  content: '\e870';
  font-family: "korfu-design-icons", sans-serif;
  font-size: .8rem;
  padding-left: 1rem;
}

.home-section .news-article .btn-link:hover {
  color: #f3f5f7;
}

.home-section .article-list {
  display: flex;
  flex-wrap: wrap;
}

.home-section .article-list-item {
  overflow: hidden;
  width: 100%;
}

.home-section .article-info {
  text-align: left;
  color: #f3f5f7;
  padding-top: 1rem;
  display: none;
}

.home-section .article-read-more,
.home-section .article-introtext {
  display: none;
}

.home-section .article-title {
  margin-top: 2rem;
}

.home-section .article-title-link {
  color: #212121;
  font-weight: 400;
  text-transform: none;
  font-size: 2.1rem;
  font-family: "Lora", sans-serif;
}

.home-section .article-thumb {
  position: relative;
  z-index: 1;
}

.home-section .article-thumb a {
  position: relative;
  display: block;
}

.home-section .article-thumb a:before {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.home-section .article-thumb a:after {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.home-section .article-thumb a:before,
.home-section .article-thumb a:after {
  content: '';
  display: block;
  z-index: 2;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

.home-section .article-thumb a img {
  position: relative;
  z-index: 1;
}

.home-section .news-all-button {
  padding-top: 1rem;
}

/* /home-section position news*/

/* home-bottom-section position news*/

.home-bottom-section .article-title {
  text-align: left;
  margin: 0;
  padding-bottom: .5rem;
}

.home-bottom-section .article-title-link {
  color: #ec008e;
  font-size: 1.6rem;
  text-transform: none;
  font-weight: 400;
}

.home-bottom-section .article-title-link:hover {
  color: #ec008e;
}

.home-bottom-section .article-author {
  display: none;
}

.home-bottom-section .news-article {
  position: relative;
  padding-left: 7rem;
  display: flex;
  flex-direction: column-reverse;
}

.home-bottom-section .article-date {
  background: url("../image/news_date_badge.png") center center no-repeat;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #f3f5f7;
}

.home-bottom-section .article-date span {
  font-family: "Lora", sans-serif;
  font-weight: bold;
  font-size: 11px;
  display: block;
  padding-left: 2px;
}

.home-bottom-section .article-read-more {
  text-align: left;
}

.home-bottom-section .article-read-more .btn {
  padding: 0;
  text-decoration: underline;
}

.home-bottom-section .news-all-button {
  padding-top: 1rem;
  text-align: left;
}

.home-bottom-section .news-all-button .btn {
  background: transparent;
}

.home-bottom-section.home-bottom-position-two-column .article-introtext {
  font-style: italic;
  padding: 0;
  height: 34px;
  overflow: hidden;
  position: relative;
}

/* /home-bottom-section position news*/

/* /news */

/* newsletter subscribe module */

.newsletter-subscribe-form input::-webkit-input-placeholder {
  color: #9aa1ad;
  opacity: 1;
}

.newsletter-subscribe-form input:-moz-placeholder {
  color: #9aa1ad;
  opacity: 1;
}

.newsletter-subscribe-form input::-moz-placeholder {
  color: #9aa1ad;
  opacity: 1;
}

.newsletter-subscribe-form input:-ms-input-placeholder {
  color: #9aa1ad;
  opacity: 1;
}

.newsletter-subscribe-form input:focus::-webkit-input-placeholder {
  color: transparent;
}

.newsletter-subscribe-form input:focus:-moz-placeholder {
  color: transparent;
}

.newsletter-subscribe-form input:focus::-moz-placeholder {
  color: transparent;
}

.newsletter-subscribe-form input:focus:-ms-input-placeholder {
  color: transparent;
}

.newsletter-subscribe-form .input-checkbox:focus {
  box-shadow: none;
}

.newsletter-pretext,
.newsletter-posttext {
  padding: 1rem 0;
  font-size: 1.2rem;
  line-height: 1.5em;
}

.home-position.newsletter_subscribe-module .form-element {
  clear: none;
  float: left;
  width: 33.33%;
  padding: 0 10px;
}

.home-position.newsletter_subscribe-module .form-element-text {
  margin-bottom: 10px;
}

.home-position.newsletter_subscribe-module .form-element label {
  font-weight: 300;
  font-size: 17px;
}

.home-position.newsletter_subscribe-module .form-element-customtext {
  float: none;
  display: inline-block;
}

.home-position.newsletter_subscribe-module .label-inbefore span {
  padding-left: 15px;
}

.side-position.newsletter_subscribe-module .form-element label {
  font-weight: 300;
}

.footer-position.newsletter_subscribe-module .form-element {
  padding-bottom: 5px;
}

.footer-position.newsletter_subscribe-module .subscribe_button {
  padding-top: 10px;
}

.home-bottom-position.newsletter_subscribe-module .fieldset {
  text-align: right;
  font-size: 0;
  margin: 0 -10px;
}

.home-bottom-position.newsletter_subscribe-module .form-element {
  clear: none;
  width: 50%;
  float: none;
  padding: 0 10px;
  display: inline-block;
}

.home-bottom-position.newsletter_subscribe-module .form-element-checkbox {
  width: 100%;
  text-align: right;
  margin: 2rem 0;
  padding-right: 0;
}

.home-bottom-position.newsletter_subscribe-module .form-element label {
  display: flex;
  font-weight: 300;
  font-size: 17px;
  justify-content: flex-end;
}

.home-bottom-position.newsletter_subscribe-module .form-element-text {
  margin-bottom: 10px;
}

.home-bottom-position.newsletter_subscribe-module .form-element-text .form-control {
  background: transparent;
  padding: 10px 25px;
}

.home-bottom-position.newsletter_subscribe-module .form-element-customtext {
  float: none;
  display: inline-block;
  width: 100%;
}

.home-bottom-position.newsletter_subscribe-module .label-inbefore .form-control {
  margin-top: 5px;
}

.home-bottom-position.newsletter_subscribe-module .newsletter-pretext {
  font-size: 1.4rem;
  text-align: right;
}

.home-bottom-position.newsletter_subscribe-module .newsletter-subscribe-form {
  padding-top: 2rem;
}

.home-bottom-position.newsletter_subscribe-module .subscribe_button {
  text-align: right;
}

.home-bottom-position.newsletter_subscribe-module .subscribe_button .btn {
  padding: 12px 50px;
  font-size: 1.5rem;
  cursor: pointer;
}

.home-bottom-position.newsletter_subscribe-module .subscribe_button .btn:after {
  content: '\e870';
  font-family: "korfu-design-icons", sans-serif;
  font-size: 1.1rem;
  margin-left: 1rem;
}

/* /newsletter subscribe module */

/* PAF - Product Attribute Filter */

.paf-filter-module {
  position: relative;
}

.paf-filter-module .form-control:focus {
  background: #f3f5f7;
  box-shadow: none;
  outline: none;
  border-color: #212121;
}

.paf-filter-wrapper {
  flex-direction: column;
  margin: 0 -25px;
}

.custom-value-filter {
  padding-top: 15px;
}

.custom-value-filter .form-control {
  line-height: 33px;
  height: 33px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.3rem;
  font-weight: 400;
}

.custom-value-filter-open-button {
  text-align: center;
  cursor: pointer;
  display: block;
}

.custom-value-filter-controls {
  padding-top: 10px;
}

.custom-value-filter-min,
.custom-value-filter-max {
  width: 28%;
  padding-right: 5px;
  float: left;
}

.custom-value-filter-min {
  margin-right: 15px;
  position: relative;
}

.custom-value-filter-min:after {
  content: '\e840';
  font-family: "korfu-design-icons", sans-serif;
  position: absolute;
  right: -12px;
  top: 6px;
  font-weight: bold;
}

.custom-value-filter-button {
  width: 35%;
  float: right;
  margin-right: 0;
}

.custom-value-filter-button .btn {
  width: 100%;
  padding: 9px 12px;
}

.side-position .paf-filter-search {
  padding: 0;
  border-bottom: 0;
}

.side-position .paf-filter-search-btn {
  position: absolute;
  width: auto;
  border-radius: 0;
  height: 5rem;
  top: -1px;
  right: -1px;
  padding: 0 10px;
  max-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f5f7;
  border: 1px solid #cacfd9;
  border-bottom: 0;
  text-align: center;
  color: #212121;
}

.side-position .paf-filter-search-btn:hover {
  background: #ec008e;
  color: #f3f5f7;
  border-color: #ec008e;
}

.paf-filter-search-btn {
  text-align: left;
  position: relative;
}

.paf-filter-search-btn .fa {
  font-size: 3rem;
}

.home-position .paf-filter-search-btn {
  padding-right: 45px;
}

.paf-filter-link-reset,
.paf-filter-link-reset:hover {
  display: inline;
  float: left;
  height: 17px;
  width: 17px;
  line-height: 17px;
  text-decoration: none;
  margin-right: 4px;
  margin-bottom: 3px;
}

.paf-filter-link-reset span {
  text-indent: -99px;
  width: 1px;
  visibility: hidden;
  text-decoration: none;
}

.paf-filter-link-reset:before {
  padding-right: 4px;
  content: "\e844";
  font-family: "korfu-design-icons", sans-serif;
}

.paf-filter-btn {
  padding: 10px;
}

.module-paf_filter-wrapper .side-position {
  border-bottom-color: #f3f5f7;
}

.module-paf_filter-wrapper .side-position .module-body {
  padding: 0 25px;
}

.side-position .slice-options .attribute-value {
  width: 16px !important;
  height: 16px !important;
  margin-top: 0;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding-left: 0;
  margin-left: 5px;
}

.module_filter_centered .module-body {
  padding: 0 15px;
}

.module_filter_centered .widget-col {
  padding-left: 5px;
  padding-right: 5px;
}

.module_filter_centered .paf-filter-wrapper {
  margin-left: -5px;
  margin-right: -5px;
}

.slice-more-after .slice-title a {
  cursor: pointer;
}

.widget {
  padding: 20px 25px;
  border-bottom: 1px solid #cacfd9;
}

.widget-title {
  padding-bottom: 4px;
  cursor: pointer;
  color: #212121;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  display: flex;
}

.widget-title:hover {
  color: #ec008e;
}

.widget-title img {
  margin-left: 5px;
  margin-right: 5px;
}

.widget-content {
  padding-top: 4px;
}

.widget_select select {
  width: 100%;
  cursor: pointer;
}

.home-position .widget {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 10px;
  display: block;
  overflow-x: hidden;
}

.widget label {
  color: #212121;
  cursor: pointer;
  line-height: 1em;
}

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

.widget label span {
  font-size: 1.3rem;
  font-weight: 400;
  margin-left: 5px;
  vertical-align: top;
}

.widget label span img,
.widget label span span {
  margin-right: 5px;
}

.widget label span img {
  padding-left: 8px;
}

.widget label span span {
  margin-top: 3px;
}

.widget label span span.rs {
  margin: 0 0 0 3px;
}

.widget input[type="checkbox"] {
  margin: 0;
  float: left;
  outline: none;
}

.widget .separator {
  clear: both;
  padding: 2px 0;
}

.slider-inputs {
  color: #f3f5f7;
  margin-top: 15px;
  text-align: center;
}

.slider-inputs label {
  margin: 0;
}

.slider-inputs .min-value {
  float: left;
}

.slider-inputs .max-value {
  float: right;
}

.slider-inputs .formatcurrency {
  font-size: 1.2rem;
  font-weight: 400;
  font-style: italic;
}

.filter_toggle_button {
  order: -1;
  font-size: 6px;
  cursor: pointer;
  padding-right: 5px;
}

.filter_toggle_button i {
  font-size: inherit;
}

.paf-attr-icon img {
  display: none;
}

.paf-attr-icon:before {
  font-weight: 300;
}

.paf-attr-icon-information-mark:before,
.paf-attr-icon-question-mark:before {
  font-family: "korfu-design-icons", sans-serif;
  margin: 0 5px;
}

.paf-attr-icon-information-mark:before {
  content: '\e836';
}

.paf-attr-icon-question-mark:before {
  content: '\e865';
}

.ui-corner-all {
  border-radius: 9999em;
}

.ui-widget.ui-widget-content {
  border: 0;
}

.ui-slider-range {
  height: 12px;
}

.ui-slider-horizontal {
  height: 2px;
  font-size: 1em;
  border: 0;
  padding: 0;
  margin: 10px 0;
  background: #e9ecef;
}

.ui-slider-horizontal .ui-slider-handle {
  background: #212121;
}

.ui-slider-horizontal .ui-slider-handle,
.ui-slider-horizontal .ui-slider-handle:visited,
.ui-slider-horizontal .ui-slider-handle:hover,
.ui-slider-horizontal .ui-slider-handle:active {
  border: 0;
  width: 19px;
  height: 19px;
  top: -9px;
  cursor: pointer;
  border-radius: 3px;
  transition: none;
  background: #ec008e;
}

.ui-slider-horizontal .ui-slider-range {
  border-radius: 0;
  height: 2px;
  line-height: 2px;
  font-size: 1em;
  background: #212121;
}

.ui-slider-horizontal span:nth-last-child(2) {
  margin-left: 0;
}

.ui-slider-horizontal span:last-child {
  margin-left: -15px;
}

/* mobile slide paf-filter */

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

.paf-filter-overlay.isVisible {
  display: block;
  opacity: 1;
}

.open-filter-btn {
  margin-right: auto;
  font-size: 1.6rem;
  color: #9aa1ad;
}

.open-filter-btn i {
  font-size: 2.2rem;
}

.close-filter-btn {
  position: absolute;
  z-index: 901;
  top: 0;
  right: -70px;
  width: 7rem;
  height: 7rem;
  font-size: 2.5rem;
  display: flex;
  padding: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  border-width: 1px;
}

/* /mobile slide paf-filter */

/* /PAF - Product Attribute Filter */

/* PAS - Product Attribute Search */

.pafsearch-module .widget {
  float: left;
  width: 25%;
  border: 0;
  padding: 0 15px;
}

.pafsearch-module select.input-select {
  max-width: 100%;
  width: 100%;
}

.pafsearch-module .buttons {
  background: none;
  border: 0;
}

.paf-search-button {
  text-align: left;
  padding: 15px 0;
}

.side-position .paf-search-form .widget {
  width: 100%;
  float: none;
  padding-bottom: 10px;
}

/* /PAS - Product Attribute Search */

/* pathway */

.pathway-inside-container,
.pathway-container {
  padding: 10px 0;
  font-size: 1.2rem;
  color: #212121;
  margin-bottom: 0;
}

.pathway-inside-container {
  padding: 33px 10px 10px;
}

.pw-item {
  display: inline;
  vertical-align: top;
}

.pw-item-home {
  display: none;
}

.pw-item-last-h {
  margin: 0;
  display: inline;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.pw-sep {
  padding: 0 15px;
}

.pw-sep-first,
.pw-sep span {
  display: none;
}

.pw-sep:after {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  padding: 0 2px;
  text-indent: 0;
  content: '\e833';
  font-family: "korfu-design-icons", sans-serif;
  font-size: 6px;
}

body:not(.list_page_body) .pw-item:nth-last-child(2),
body:not(.list_page_body) .pw-item-last {
  display: none;
}

.pw-item h2 {
  text-transform: none;
}

.pw-link {
  font-weight: 400;
  color: #212121;
}

.pw-link:hover {
  color: #ec008e;
}

.pathway-inside-container .pw-link {
  color: #212121;
  font-weight: 600;
}

.pathway-inside-container .pw-link:hover {
  color: #212121;
  text-decoration: none;
}

/* /pathway */

/* search-popup */

.search-popup-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(0, -100vh) scale(1, 0);
  background: rgba(255, 255, 255, 0.95);
  transition: all .2s ease-in-out;
  opacity: 0;
  z-index: 9999;
}

.search-popup-wrapper.collapsing,
.search-popup-wrapper.collapse {
  display: block;
  height: 100% !important;
}

.search-popup-wrapper.collapse.show {
  transform: translate(0, 0) scale(1, 1);
  opacity: 1;
  z-index: 99999;
}

.search-popup-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
}

.search-popup-container {
  height: 100%;
  width: 100%;
}

.search-popup-container .module-head {
  margin: 0;
}

.search-popup-container .module-head-title:after {
  display: none;
}

.search-popup-btn {
  padding: 0;
  font-size: 2.5rem;
  color: #212121;
}

.search-popup-btn:hover {
  color: #212121 !important;
}

.search-popup-btn-close {
  margin: 90px 20px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
}

/* /search-popup */

/* search module */

.search-module {
  position: relative;
  z-index: 1902;
}

.search-module .input-group {
  border-radius: 9999em;
  background: transparent;
  border: 2px solid #cacfd9;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search-module .input-group:focus-within {
  box-shadow: 0 0 0 0.2rem #ec008e;
  border-color: #fff;
}

.search-module .input-group-btn {
  padding: 4px;
}

.search-module .input-group .form-control {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #212121;
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  height: auto;
}

.search-module .input-group .form-control::-webkit-input-placeholder {
  color: #212121;
  opacity: 1;
}

.search-module .input-group .form-control:-moz-placeholder {
  color: #212121;
  opacity: 1;
}

.search-module .input-group .form-control::-moz-placeholder {
  color: #212121;
  opacity: 1;
}

.search-module .input-group .form-control:-ms-input-placeholder {
  color: #212121;
  opacity: 1;
}

.search-module .input-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.search-module .input-group .form-control:focus:-moz-placeholder {
  color: transparent;
}

.search-module .input-group .form-control:focus::-moz-placeholder {
  color: transparent;
}

.search-module .input-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.search-module .input-group .btn {
  font-weight: 300;
  box-shadow: none;
  margin-left: 0;
  border-radius: 9999em;
  font-size: 3rem;
  padding: 0;
  background: transparent;
  color: #212121;
}

.search-module .input-group .btn:hover {
  color: #212121;
}

.search-module .form-group {
  margin: 0;
}

.col-categoryselect {
  float: right;
}

.col-categoryselect .form-control {
  color: #212121;
  font-style: normal;
  font-weight: 400;
  font-size: 2.0rem;
  height: 60px !important;
  -webkit-user-select: none;
  user-select: none;
}

.module-search-row {
  flex-direction: row-reverse;
  margin-left: -10px;
  margin-right: -10px;
}

.header-col-search {
  width: auto;
}

.header-middle .col-search-input {
  padding: 0 5px;
}

.header-middle .col-categoryselect {
  padding: 0 5px;
}

/* /search module */

/* search results */

.search-results {
  position: absolute;
  display: none;
  z-index: 1902;
  top: 100%;
  width: 100%;
  margin: 0;
  right: 0;
  padding-top: 20px;
  background: #fff;
  height: 300px;
  overflow: auto;
  border: 1px solid #cacfd9;
}

.search-results-list,
.search-results-item {
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
}

.search-results li:last-child {
  border: 0;
}

.search-results .search_img {
  float: left;
}

.search-results-item {
  font-size: 1.4rem;
  padding-bottom: 15px;
}

.search-results-item a {
  display: block;
  text-decoration: none;
  padding: 0 0 15px 0;
  font-weight: 400;
  color: #212121;
}

.search-results-item a:hover {
  color: #212121;
}

.search-results-head {
  display: none;
}

.search-results .list_price,
.search-results .list_special {
  font-size: 1.5rem;
  font-style: italic;
}

.search-results .list_original {
  display: inline-block;
  width: auto;
  font-size: 1.4rem;
  font-style: italic;
}

.search_name {
  text-transform: uppercase;
}

.search_img {
  width: 50px;
  text-align: center;
}

.search_list_body h4.heading {
  display: none;
}

.search_right {
  overflow: hidden;
  padding-left: 5px;
  text-align: left;
}

.module-search-critea {
  padding: 2rem;
  border: 1px solid #cacfd9;
}

.search_list_body .category-page-middle-section {
  display: none;
}

/* /search results */

/* searchlog module */

.search-word {
  margin: 0 2px;
}

.search-word:before {
  content: "\e800";
  font-family: "korfu-design-icons", sans-serif;
  padding-right: 3px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.searchlog-link,
.searchlog-link:visited {
  margin: 2px;
  padding: 1px 2px;
  display: inline-block;
  text-decoration: none;
}

.searchlog-row {
  line-height: 200%;
}

.top-search-word {
  font-size: 120%;
}

.average-search-word {
  font-size: 100%;
}

.low-search-word {
  font-size: 80%;
}

/* /searchlog module */

/* social share */

.social-share-module {
  min-height: 40px;
  padding: 10px 0 0 0;
  position: relative;
}

.social-share-module > div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 10px 0;
}

.social-share-module #fb-root {
  margin: 0;
}

.twitter {
  width: 21px;
  height: 21px;
  cursor: pointer;
  background: url("../image/twitter_share.png") top left no-repeat;
}

/* /social share */

.stockfilter-module label {
  display: flex;
  align-items: center;
}

.stockfilter-module label span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  padding-left: 10px;
  line-height: 1.7rem;
}

/* wishlist module */

.wishlist-add {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.wishlist-add:before {
  padding-right: 8px;
  content: "\e802";
  font-family: "korfu-design-icons", sans-serif;
  font-size: 2rem;
}

.wishlist-product-count {
  background: #212121;
  color: #f3f5f7 !important;
  position: absolute;
  top: calc(50% - 20px);
  right: -6px;
  border-radius: 9999em;
  min-width: 18px;
  height: 18px;
  line-height: 14px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  padding: 2px;
}

.wishlist-modul-empty .wishlist-product-count {
  display: none;
}

.wishlist-title {
  font-size: 0;
}

.wishlist-btn {
  position: relative;
  background: none;
  padding: 0;
  box-shadow: none;
  border: 0;
  color: #212121;
  display: flex;
}

.wishlist-btn:hover {
  color: #212121;
}

.wishlist-btn i:before {
  content: "\e802";
  font-family: "korfu-design-icons", sans-serif;
  font-size: 2.3rem;
}

.header-wishlist-wrapper > i {
  padding-left: 5px;
}

.module-wishlist-wrapper .header-position .module-edit-link {
  right: -20px;
}

/* /wishlist module */

.footer-social-links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 3px;
  transform: scale(1, 1);
  font-size: 20px;
}

.footer-social-links strong {
  font-weight: 300;
}

.footer-kickerimages .kickerimages-row {
  position: relative;
  z-index: 10;
  flex-wrap: nowrap;
}

.footer-kickerimages .kickerimages-col {
  padding: 0;
}

.footer-kickerimages .kickerimage-title {
  font-size: 4rem;
}

.footer-kickerimages .kickerimage-description {
  font-size: 1.4rem;
}

.footer-kickerimages .kickerimage-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-kickerimages .kickerimage-button .btn {
  border-radius: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.3);
}

.footer-kickerimages .kickerimage-button .btn:hover {
  background: #fff;
  color: #212121;
}

/* account page */

.identity-switcher {
  margin: 0 15px;
}

.account_edit_body .form-table tr > td:first-child {
  width: 40% !important;
}

.newpassword_popup {
  text-align: center;
  width: 500px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.heading {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding: 10px 0;
  border-bottom: 1px solid #b6c2ce;
}

#customer_delete.modal {
  z-index: 8003 !important;
}

#customer_delete.modal .modal-dialog {
  z-index: 8004;
}

.registration-contribution {
  z-index: 8003 !important;
}

.registration-contribution .modal-dialog {
  z-index: 8004;
}

/* /account page */

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

.top h1 {
  font-size: 3rem;
  font-family: "Lora", sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
  line-height: 1.5em;
  margin: 0 0 25px 0;
}

/* cart-page-vue */

/* 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-wrapper {
  margin: auto;
  width: 100%;
  padding: 0;
}

.sr-cart-table th {
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 400;
  color: #a1a3a8;
  text-transform: uppercase;
}

.sr-cart-table.table > thead > tr > th {
  border-bottom: 1px solid #ebedef;
  padding-bottom: 11px;
}

.sr-cart-table.table > tbody:not(.row-danger) > tr > td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sr-cart-table.table > tbody:first-child > tr > td {
  border-top: 0 !important;
}

.sr-cart-table.table > tbody > tr > td {
  vertical-align: middle;
}

.sr-cart-table .row-danger {
  border: 2px solid #f77982 !important;
}

.sr-cart-table .row-danger > tr > td {
  border: none;
  padding: 7px 6px 6px 6px;
}

.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-row-name a {
  font-size: 1.5rem;
  line-height: 2rem;
}

.sr-cart-table .cart-product-attribute {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #bfc6c7;
}

.sr-cart-table .special-price,
.sr-cart-table .special-price-sum {
  font-weight: bold;
}

.sr-cart-table .special-price-sum,
.sr-cart-table .current-price {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 800;
  font-style: italic;
  color: #44464c;
}

.sr-cart-table .special-price,
.sr-cart-table .price {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 800;
  font-style: italic;
  color: #44464c;
}

.sr-cart-table .original-price {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 400;
  text-decoration: line-through;
  font-style: italic;
  color: #a1a3a8;
}

.sr-cart-table .original-price-sum {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 400;
  font-style: italic;
  text-decoration: line-through;
  color: #a1a3a8;
}

.sr-cart-quantity-input {
  border: solid 1px #e0e4e4;
  float: right;
  width: auto;
  border-radius: 9999em;
}

.sr-cart-quantity-input .form-control {
  background: #fff;
  box-shadow: none;
  border: 0;
  width: 50px;
  padding: 0 9px;
  text-align: center;
  font-size: 1.2rem;
}

.sr-cart-quantity-input .btn {
  background-color: #efefef;
  box-shadow: none;
  color: #9ea4a6 !important;
  margin-left: 0;
  margin-right: 0;
  border: 0;
}

.sr-cart-quantity-input .btn:active,
.sr-cart-quantity-input .btn:hover {
  background-color: #e0e4e4;
}

.sr-cart-table.table tbody + tbody {
  border-width: 1px;
}

.sr-cart-page {
  padding-top: 30px;
}

.sr-cart-page .cart-row-name a {
  color: #212121;
}

.sr-cart-page .cart-row-name a:active,
.sr-cart-page .cart-row-name a:hover {
  color: #ec008e;
}

.sr-cart-page select.form-control.checkout-form-control {
  height: auto;
  padding: 7px 9px;
}

.sr-cart-page .sr-country-select-inline {
  width: auto;
  max-width: 160px;
  margin-left: 0;
}

.sr-cart-page .special-price,
.sr-cart-page .special-price-sum {
  color: #ff4cba;
}

.sr-cart-page .original-price,
.sr-cart-page .original-price-sum {
  color: #96a0a9;
}

.sr-cart-page .delete-button.cart-button .btn {
  font-size: 11px;
  padding: 0 12px;
  line-height: 2rem;
}

.sr-cart-page .edit-button.cart-button .btn {
  font-size: 11px;
  color: #f3f5f7 !important;
  padding: 0 7px;
}

.cart-header-amount {
  width: 18%;
}

.sr-cart-special-row {
  display: flex;
  align-items: center;
}

.sr-cart-special-row-title {
  margin-right: 30px;
  color: #212121;
  font-size: 1.5rem;
}

.sr-cart-summary-box-table {
  margin-top: 6px;
  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: 2.4rem;
  line-height: 2.4rem;
  color: #212121;
}

.sr-cart-summary-box-table .total-save {
  color: #ff4cba;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.sr-shipping-cost-calculator {
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #cacfd9;
  color: #212121;
  padding: 20px;
  margin-top: 30px;
  font-size: 13px;
}

.sr-shipping-cost-calculator .sr-separator:last-child {
  display: none;
}

.country-label {
  padding-right: 10px;
}

.sr-col-to-chekout {
  display: flex;
  justify-content: flex-end;
}

.sr-cart-bottom-buttons-row {
  margin-top: 30px;
}

.sr-cart-bottom-buttons-row .sr-col-shop-continue {
  padding-left: 0;
}

.sr-cart-bottom-buttons-row .sr-col-shop-continue .sr-cart-back.btn {
  color: #212121;
  background-color: transparent;
  border: 0;
  padding-left: 0;
}

.sr-cart-bottom-buttons-row .sr-col-shop-continue .sr-cart-back.btn:active,
.sr-cart-bottom-buttons-row .sr-col-shop-continue .sr-cart-back.btn:focus,
.sr-cart-bottom-buttons-row .sr-col-shop-continue .sr-cart-back.btn:hover {
  background-color: transparent;
  border: 0;
  color: #ec008e;
  box-shadow: none;
}

/* /cart-page-vue */

/* gift_wrapping */

#cart-present-form {
  text-align: center;
}

#cart-present-form #cart-present-submit-button {
  margin: auto;
}

#gift_wrapping_display_selector {
  display: block;
  float: right;
}

#gift_wrapping_display_selector label {
  font-weight: bold;
  vertical-align: top;
  cursor: pointer;
}

#gift_wrapping_display {
  margin: 0;
}

#gift_wrapping_module_body label {
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}

#gift_wrapping_module_body .autohelp {
  margin-left: 3px;
}

#gift_wrapping_module_body textarea {
  resize: vertical;
  height: 74px;
  width: 100%;
  margin: 0;
  padding: 5px;
  box-sizing: border-box;
}

#gift_wrapping_module_body select {
  margin-bottom: 15px;
  padding: 4px;
  text-transform: none;
}

.gift_wrapping_wrapping_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
  margin-bottom: 15px;
}

.gift_wrapping_wrapping {
  position: relative;
  margin: 0 5px 8px 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.gift_wrapping_wrapping span {
  position: absolute;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  width: 100%;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

.gift_wrapping_wrapping:hover span.gift_wrapping_wrapping_text {
  opacity: 1;
}

.gift_wrapping_wrapping span.gift_wrapping_wrapping_pipe,
.gift_wrapping_wrapping span.gift_wrapping_wrapping_text,
.gift_wrapping_wrapping.selected:hover span.gift_wrapping_wrapping_text {
  opacity: 0;
}

.gift_wrapping_wrapping.selected span.gift_wrapping_wrapping_pipe {
  opacity: 1;
  font-size: 1.8rem;
}

.gift_wrapping_wrapping img {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.gift_wrapping_wrapping.selected img,
.gift_wrapping_wrapping:hover img {
  opacity: 0.4;
}

.gift_wrapping_product {
  margin-bottom: 15px;
  display: none;
  justify-content: center;
  align-items: center;
}

.gift_wrapping_product.selected {
  display: flex;
}

.gift_wrapping_arrow {
  flex-basis: 30%;
  text-align: center;
}

.gift_wrapping_product_snapshot {
  text-align: center;
}

.gift_wrapping_product img {
  max-width: 100%;
}

/* /gift_wrapping  */

.cart-package-offer-table.sr-cart-table.table .package-offer-head-mobile .delete-button.cart-button {
  margin-top: 5px;
}

.cart-package-offer-table.sr-cart-table.table .package-offer-head-mobile .sr-cart-quantity-input {
  width: 126px;
}

.cart-package-offer-table.sr-cart-table.table > tbody,
.cart-package-offer-table.sr-cart-table.table > tbody:not(.row-danger) > tr > td,
.cart-package-offer-table.sr-cart-table.table > tbody > tr > td {
  border: none;
}

.cart-package-offer-table.sr-cart-table.table thead tr > td:first-child {
  text-align: center;
}

.cart-package-offer-table.sr-cart-table.table .cart-row-image {
  width: auto !important;
  display: block;
  text-align: center;
}

.cart-package-offer-table.sr-cart-table.table .package-offer-item:not(:last-child) .cart-row-image::after {
  color: var(--package-offer-separator-color, #212121);
  content: '+';
  font-size: 3rem;
  line-height: 0;
  top: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  position: relative;
}

.cart-package-offer-table.sr-cart-table.table > .package-offer-item-mobile:not(:last-child) .mobile-quantity-row td {
  border-bottom: 1px solid var(--package-offer-separator-color, #212121);
}

.cart-package-offer-table.sr-cart-table.table > .package-offer-item-mobile:not(:last-child) .cart-row-image::after {
  color: var(--package-offer-separator-color, #212121);
  content: '+';
  font-size: 3rem;
  line-height: 0;
  top: 35px;
  font-weight: bold;
  text-align: center;
  display: block;
  position: relative;
}

.cart-package-offer-table.sr-cart-table.table .package-offer-item:not(.package-offer-item-mobile):not(:last-child) .cart-row-name,
.cart-package-offer-table.sr-cart-table.table .package-offer-item:not(.package-offer-item-mobile):not(:last-child) .cart-row-price,
.cart-package-offer-table.sr-cart-table.table .package-offer-item:not(.package-offer-item-mobile):not(:last-child) .cart-row-quantity,
.cart-package-offer-table.sr-cart-table.table .package-offer-item:not(.package-offer-item-mobile):not(:last-child) .cart-row-amount {
  border-bottom: 1px solid var(--package-offer-separator-color, #212121);
}

/* contact page */

.contact-info-title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 600;
}

.contact-info-value {
  margin-bottom: 5px;
}

.contact-content-form {
  padding: 15px 0;
}

.contact-content-form br {
  display: none;
}

.contact-content-form .form-element {
  padding-bottom: 15px;
}

.contact-content-form .input-captcha {
  margin-top: 10px;
}

.contact-content-form .contact-buttons.buttons {
  padding-top: 0;
}

.contact-content-form .input-text {
  max-width: 400px;
}

/* /contact page */

.content_addtocart_wrapper {
  padding: 0 !important;
}

/* gallery module */

.gallery-picture-box {
  vertical-align: top;
  display: inline-block;
  margin: 5px 0;
  padding: 5px;
}

.gallery-picture-desc {
  text-align: center;
  width: 100%;
  word-wrap: break-word;
}

/* /gallery module */

/* 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 .pathway-container {
  display: none;
}

/* /landing-page */

.information_list_item_introtext {
  display: flex;
  align-items: flex-start;
  min-height: initial !important;
  padding-bottom: 20px;
}

.information_list_item_introtext img {
  padding-right: 20px;
  max-width: 400px;
}

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

.information_list_item_date {
  padding-right: 10px;
}

.orderby {
  margin: 15px 0;
  overflow: auto;
  padding: 15px;
  background: #f3f5f7;
  border-radius: 9999em;
}

.orderby .pagination {
  display: flex;
  justify-content: flex-end;
  display: block;
}

.orderby .pagination .results {
  order: -1;
  display: inline-block;
  margin-right: auto;
}

.information_list_item {
  padding-bottom: 3rem;
}

.information_list_item_info {
  text-align: left;
  padding-bottom: 10px;
}

.information_page .top h1,
.information_list .heading {
  text-align: left;
  position: relative;
  padding: 0 0 15px 0;
}

.information_page .top h1:before,
.information_list .heading:before {
  content: "";
  display: block;
  background: #ced4da;
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.information_list .heading {
  border-bottom: 0;
}

.information_list .heading h3 {
  margin: 0;
}

.information_list .heading a {
  line-height: 1.1em;
  font-weight: 700;
  color: #2d2d2d;
}

.information_list .heading a:hover {
  color: #212121;
}

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

.category-page-top-section {
  background: #f3f5f7;
  padding: 4rem 0;
}

.category-page-top-section .top h1 {
  font-family: "Amatic SC", cursive;
  color: #212121;
  font-size: 4.5rem;
  line-height: 4.8rem;
  text-transform: none;
  position: relative;
}

.category-page-top-section .top h1:after {
  content: '';
  position: absolute;
  left: calc(50% - 48px);
  bottom: -30px;
  width: 96px;
  height: 8px;
  background: url("../image/grey_line.png") 0 0 no-repeat;
}

.column-left .subcategories-wrapper {
  border: 1px solid #cacfd9;
  margin-bottom: 30px;
}

.column-left .subcategory-list {
  padding: 0;
}

.column-left .subcategory-name {
  height: auto;
}

.category-page-middle-section {
  background: #f3f5f7;
}

.category-page-middle-section > div > div.content {
  display: none;
}

.category-description {
  font-size: 1.4rem;
  line-height: 2em;
  padding: 0 0 4rem 0;
}

.category-custom-html-bottom {
  padding: 4rem 5px;
  font-size: 1.4rem;
  line-height: 2em;
}

.subcategory-list {
  position: relative;
  z-index: 101;
  text-align: center;
  margin: 0 -10px;
  padding: 5rem 0;
}

.subcategory-description {
  position: absolute;
  left: 0;
  text-align: left;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  font-size: 1.7rem;
  line-height: 1.5em;
  padding: 5px;
  font-weight: 300;
  top: 0;
}

.subcategory-item {
  padding: 0 10px;
}

.subcategory-item-inner {
  position: relative;
  text-align: center;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
  padding-left: 10px;
}

.subcategory-item-inner:hover {
  color: #fff;
  background: #212121;
}

.subcategory-item-inner:hover .subcategory-description {
  z-index: 2;
  left: 0;
  width: 100%;
  visibility: visible;
  transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  background: #212121;
  opacity: .9;
  color: #fff;
  padding: 5px;
}

.subcategory-item-inner:hover .subcategory-description:empty {
  display: none;
}

.subcategory-item-inner:hover .subcategory-name {
  background-color: transparent;
}

.subcategory-item-inner img {
  height: auto;
  max-width: 100%;
}

.subcategory-item-inner .subcategory-img {
  padding: 0 4px;
  width: 30px;
  height: 30px;
  display: flex;
  background: none;
}

.subcategory-name {
  background-color: transparent;
  color: #212121;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 25px 10px 15px;
  height: 80px;
  line-height: 1.2em;
  font-weight: 600;
}

.subcategory-name:after {
  content: '\e870';
  font-family: "korfu-design-icons", sans-serif;
  font-size: .8rem;
  color: #212121;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
}

.subcategory-item-inner .subcategory-img .img-thumbnail {
  background: none;
}

.subcategory-item-inner:active .subcategory-name,
.subcategory-item-inner:active .subcategory-name:after,
.subcategory-item-inner:hover .subcategory-name,
.subcategory-item-inner:hover .subcategory-name:after {
  color: #f3f5f7;
}

.sort-dropdown .sort-dropdown-toggle:after {
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 20px;
  transition: all 0.2s ease-in-out;
}

.show.sort-dropdown .sort-dropdown-toggle:after {
  transform: rotate(225deg);
  top: 3px;
}

.product-sortbar .sort .form-control {
  width: 220px;
  height: 38px !important;
  display: inline-block;
  background: #fff;
  margin-left: 0;
  padding: 3px 15px;
}

.product-sortbar .packageofferlist-title {
  margin: 0 20px 0 10px;
  line-height: 30px;
  float: left;
}

.product-sortbar .limit {
  margin: 5px 20px 0 10px;
  float: left;
}

.product-sortbar-bottom .pagination {
  display: block;
  overflow: hidden;
  width: 100%;
}

.display-text {
  display: none;
}

.sort {
  padding: 0 3rem;
}

.sort-text {
  line-height: 7rem;
  font-size: 1.4rem;
  padding: 0 1.5rem 0 0;
}

.list-grid-icons {
  display: flex;
}

.list-grid-btn {
  width: 7rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #cacfd9;
  cursor: pointer;
  color: #9aa1ad;
}

.list-grid-btn.active-style {
  color: #212121 !important;
}

.list-grid-btn:hover {
  border-color: #ec008e;
  background: #ec008e;
  color: #f3f5f7 !important;
}

.list-grid-btn .fa {
  font-size: 1.5rem;
}

.list-grid-btn .fa:before {
  margin: 0;
}

.orderby-bottom .pagination,
.product-sortbar-bottom .pagination {
  margin-left: 0;
}

.pagination .links {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.pagination_navi {
  font-family: "korfu-design-icons", sans-serif;
}

.pagination-link-active,
.pagination-link,
.pagination-link:visited {
  display: inline-block;
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
  padding: 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #f3f5f7;
  color: #212121;
  font-size: 1.8rem;
  border-right: 1px solid #cacfd9;
}

.pagination_back ~ .pagination-link:nth-child(3) {
  border-left: 1px solid #cacfd9;
}

.pagination-link-active,
.pagination-link:active {
  background: #cacfd9;
  color: #f3f5f7;
}

.pagination-link:hover {
  background: #212121;
  color: #f3f5f7;
}

.pagination_last:before {
  content: '\e835';
}

.pagination_first:before {
  content: '\e834';
}

.pagination_back:before {
  content: '\e869';
}

.pagination_next:before {
  content: '\e870';
}

.pagination_back {
  position: absolute !important;
  top: 0;
  left: 0;
  border-left: 0;
}

.pagination_next {
  position: absolute !important;
  top: 0;
  right: 0;
  border-left: 1px solid #cacfd9;
  border-right: 0;
}

.pagination_first,
.pagination_last {
  display: none;
}

.pagination-mobile {
  margin: 2rem auto;
}

.pagination-mobile-inner {
  display: flex;
  justify-content: center;
}

.pagination-mobile-pages {
  background: #cacfd9;
  color: #f3f5f7;
  height: 7rem;
  line-height: 7rem;
  display: inline-block;
  padding: 0 2rem;
}

.pagination-mobile-nav {
  display: inline-block;
  position: relative;
}

.pagination-mobile .pagination_next,
.pagination-mobile .pagination_back {
  position: relative !important;
  display: inline-block;
  border: 1px solid #cacfd9;
}

.pagination-mobile .pagination_back ~ .pagination-link:nth-child(3) {
  border-left: none;
}

.pagination-mobile input {
  height: 5rem;
  width: 5rem;
  text-align: center;
}

/* /list page */

/* login page */

.checkout_content .form-group label {
  cursor: pointer;
}

.sr-login-remember-me-div .sr-custom-checkbox {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.sr-login-remember-me-div input.sr-custom-checkbox-control {
  display: inline-block;
  vertical-align: middle;
}

/* /login page */

body:not(.list_page_body):not(.flypage_body) .pathway-inside-container {
  display: none;
}

/* sociallogin */

.social_login_div_inline .checkout-content-title {
  display: none;
}

.account_forgotten_body .social_login_inline_text {
  display: block;
  padding: 20px 0;
}

.social_login_link,
.social_login_link:visited {
  padding: 6px 12px;
  line-height: 20px;
  display: inline-block;
  margin: 0 0 15px 0;
  text-align: left;
  width: 185px;
  white-space: nowrap;
  color: #fff;
  background: #495057;
}

.social_login_link:hover,
.social_login_link:focus,
.social_login_link:active {
  color: #fff;
  text-decoration: none;
  background: #343a40;
}

.social_login_link span.provider {
  margin-left: 7px;
}

.facebook_login_link,
.facebook_login_link:visited {
  background: #3b5998;
}

.facebook_login_link:hover,
.facebook_login_link:focus,
.facebook_login_link:active {
  background: #2a4398;
}

.google_login_link,
.google_login_link:visited {
  background: #d34836;
}

.google_login_link:hover,
.google_login_link:focus,
.google_login_link:active {
  background: #d3372a;
}

.facebook_login_link_img,
.facebook_login_link_img:hover,
.facebook_login_link_img:focus,
.facebook_login_link_img:active,
.google_login_link_img,
.google_login_link_img:hover,
.google_login_link_img:focus,
.google_login_link_img:active {
  width: auto;
  padding: 0;
  background: none;
}

/* /sociallogin */

/* osszes gyarto oldal */

.manufacturer_filter_by_abc,
.manufacturers_filtered_list {
  padding: 10px;
}

.manufacturers_filtered_list .mf_group_title {
  padding: 5px 0;
  font-weight: 600;
  border-bottom: 1px solid #e9ecef;
}

.manufacturers_filtered_list .mf_group_items {
  padding: 5px 0 10px 0;
}

.manufacturers_filtered_list .mf_group_items span {
  padding: 0 10px 0 0;
}

/* /osszes gyarto oldal */

/* maintenance page */

.maintenance_body {
  padding: 20px;
}

.maintenance_body header {
  border: 0;
  padding: 30px 0;
}

.maintenance-content {
  padding: 40px;
  font-size: 2rem;
  line-height: 1.7em;
  border: 2px solid #e9ecef;
}

/* maintenance page */

.flypage h1 {
  font-size: 4.5rem;
  line-height: 4.8rem;
  text-transform: none;
  font-family: "Amatic SC", cursive;
  color: #212121;
  font-weight: 400;
  position: relative;
}

.product-page-top-wrapper {
  background: #f3f5f7;
  padding: 5rem 0 3rem 0;
}

.product-page-top {
  position: relative;
  z-index: 11;
}

.product-content-columns-container {
  padding-top: 25px;
}

/* product-packageoffer */

.packageofferlist-orderby {
  display: flex;
  align-items: center;
}

.packageofferlist-orderby .form-control {
  width: 200px;
  margin: 0 15px;
}

.packageoffer-line {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}

.packageoffer-line-left {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

.packageoffer-line-right {
  margin-top: 25px;
}

.package-offer-variant-select-wrapper .variant-select-attribute-label {
  font-size: 12px;
}

.package-offer-variant-select-wrapper .package-offer-variants {
  margin: 5px 0 10px 0;
}

.package-offer-item-attributes {
  font-size: 12px;
}

.packageoffer-item-plus {
  margin: 15px;
  font-size: 5rem;
  text-align: center;
  align-self: center;
  color: #212121;
  font-weight: 500;
}

.packageoffer-item-badge {
  display: block;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: absolute;
  bottom: 3px;
  left: 3px;
  line-height: 25px;
  height: 28px;
  width: 28px;
  text-align: center;
  z-index: 2;
  font-weight: 600;
}

.packageoffer-item-name {
  padding: 20px 0 10px 0;
}

.packageoffer-item-image {
  text-align: center;
  box-shadow: 0 0 25px 0 rgba(0, 0, 1, 0.05);
  border-bottom: 3px solid #212121;
}

.packageoffer-item-link {
  text-align: left;
  font-size: 1.8rem;
  color: #212121;
  font-weight: 300;
  text-transform: uppercase;
}

.packageoffer-item-link:hover {
  color: #212121;
}

.packageoffer-cart-button {
  padding: 10px 0;
}

.package_add_to_cart {
  padding: 12px 50px;
  font-size: 1.5rem;
}

.packageoffer-totals {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 300;
  color: #212121;
}

.packageoffer-totals-label {
  padding-right: 10px;
}

.packageoffer-totals-label,
.packageoffer-totals-text {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.product-packageoffer-package-price {
  font-size: 2.5rem;
  font-weight: 900;
  font-style: italic;
}

.product-packageoffer-normal-price .packageoffer-totals-text {
  text-decoration: line-through;
}

/* /product-packageoffer */

.position_1_wrapper {
  padding-top: 2rem;
}

.position_2_wrapper,
.position_3_wrapper,
.position_4_wrapper {
  padding: 4rem 0;
}

.position-2-container,
.position-4-container {
  overflow: hidden;
  position: relative;
}

.position-2-container .home-position,
.position-4-container .home-position {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.position-2-container .module-head,
.position-4-container .module-head {
  color: #212121;
  text-align: left;
  margin: 20px 0 0 0;
}

.position-2-container .module-head-title,
.position-4-container .module-head-title {
  font-size: 2.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  display: block;
}

.position-2-container > div:nth-child(even) {
  background: #f3f5f7;
  padding: 2rem 0 8rem 0;
}

.position-3-container {
  display: flex;
  align-items: flex-start;
}

.position-4-container .home-position.product-module,
.position-2-container .home-position.product-module {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.position-4-container .home-position.product-module .module-head,
.position-2-container .home-position.product-module .module-head {
  color: #212121;
}

.position-4-container .home-position.product-module .module-head-title,
.position-2-container .home-position.product-module .module-head-title {
  font-size: 3rem;
  line-height: 3.6rem;
  letter-spacing: 1.8px;
  font-family: "Lora", sans-serif;
  font-weight: 400;
  text-align: center;
  display: block;
}

.position-2-container .home-position:not(.product-module),
.position-4-container .home-position:not(.product-module) {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.position_3_wrapper {
  position: relative;
  overflow: hidden;
}

.position_5_wrapper .module-head {
  display: none;
}

.youtube-video-item {
  margin: 15px 0;
}

.cetelem-calculator-wrapper {
  margin: 10px 0;
}

.cetelem-calculator-iframe {
  border: 0;
  width: 100% !important;
}

.position-4-container .home-position {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.position-2-container .home-position {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.product-before-tabs-position-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.product-page-bottom-position-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.product-after-tabs-position-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.position-3-container .home-position {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

/* product page add-to-cart */

.product_table_quantity {
  padding: 0 20px 0 0;
  font-size: 1.8rem;
  color: #212121;
}

.product_table_quantity .quantity-to-cart {
  font-weight: 700;
  font-size: 1.6rem;
  padding: 4px 5px 4px 10px;
  margin: 0;
  width: 50px;
  height: 35px;
  outline: none !important;
  font-style: normal;
  border-radius: 9999em !important;
  text-align: center;
}

.product_table_quantity .children_with_select .quantity-text,
.product_table_quantity .children_with_select .quantity-name-text {
  display: none;
}

.product_table_quantity .ui-spinner {
  border: 2px solid #cacfd9;
  border-radius: 9999em;
  background: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
}

.product_table_quantity .ui-spinner-input {
  border: 0;
  margin: 0;
}

.product_table_quantity,
.content_addtocart_wrapper,
.product_table_addtocartbtn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text_minimum {
  padding-top: 3px;
}

.decrease_amount {
  font-weight: 600;
}

.product_table_addtocart_wrapper {
  padding: 2.5rem 0;
  display: flex;
  align-items: center;
  border-top: 1px solid #cacfd9;
  border-bottom: 1px solid #cacfd9;
}

.product_table_addtocart_wrapper .button-add-to-cart {
  position: relative;
  margin-right: 0;
  text-align: center;
  padding: .5rem 2.5rem;
  font-size: 1.7rem;
  font-weight: 500;
}

.product_table_addtocart_wrapper .button-add-to-cart span {
  line-height: 30px;
  display: inline-block;
}

.product_table_addtocart_wrapper .button-add-to-cart span:before {
  content: "\e865";
  font-family: "sr-cart-icons";
  font-size: 2rem;
  margin-right: 1rem;
}

.product_table_addtocart_wrapper .cart-loading.button-add-to-cart {
  pointer-events: none;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.45);
}

.product_table_addtocart_wrapper .cart-loading.button-add-to-cart:active,
.product_table_addtocart_wrapper .cart-loading.button-add-to-cart:hover {
  background: none;
}

.product_table_addtocart_wrapper .cart-loading.button-add-to-cart:before {
  opacity: 0;
}

.product_table_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_table_addtocart_wrapper .cart-loading.button-add-to-cart span {
  opacity: 0;
}

.quantity-text,
.notify-request:before,
.offer_request:before {
  display: none;
}

/* TODO mixin */

/* /product page add-to-cart */

.product-children-table {
  width: 100%;
  font-size: 1.3rem;
}

.product-children-table-responsive {
  margin: 30px 0;
}

.product-children-table .product-children-table-header td {
  font-weight: 600;
  border-top: 0;
}

.product-children-table tr.even td {
  background: #f3f5f7;
}

.product-children-table tbody > tr > td {
  vertical-align: middle;
}

.product-children-table.product-children-table td {
  width: auto;
  border: 0;
  padding: .5rem 1rem;
}

.product-children-table select {
  max-width: 100px;
}

.product-children-table .list_special,
.product-children-table .list_original,
.product-children-table .list_price {
  white-space: nowrap;
}

.product-children-table .list_original {
  font-size: 1.3rem;
}

.product-children-table .list_special,
.product-children-table .list_price {
  font-size: 1.5rem;
}

.product-children-table .addtocart_wrapper {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-children-table .bootstrap-touchspin {
  flex: 0 0 110px;
}

.product-children-table .button-add-to-cart {
  margin: 5px 0 5px 5px;
  width: auto;
  display: inline-block;
  padding: 6px 15px;
}

.product-children-table .quantity_wrapper {
  display: inline-block;
  margin-right: 10px;
}

.product-children-table .quantity-input {
  margin: 0;
  text-align: center;
  color: #212121;
  width: 50px !important;
  border-radius: 9999em !important;
  max-width: 50px;
  font-style: normal;
}

.product-children-table .quantity-name-text,
.product-children-table .quantity-input {
  font-size: 14px;
}

.product-children-table .list_addtocart > * {
  flex: 0 0 100%;
}

.product-children-table .quantity-to-cart {
  width: 28px;
}

.product-children-table .quantity-name-text {
  vertical-align: middle;
}

.product-children-table .autohelp:hover {
  text-decoration: none;
}

.product-children-table .paf-attr-icon {
  font-size: 2.5rem;
}

.product-children-table .ui-spinner {
  border: 2px solid #cacfd9;
  border-radius: 9999em;
  background: #ffffff;
  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 strong {
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
  line-height: 1.5em;
}

.product-collateral-wrapper .list_original {
  font-size: 1.1rem;
}

.product-collateral-wrapper .list_special,
.product-collateral-wrapper .list_price {
  font-size: 1.3rem;
  font-weight: 600;
}

.product-collateral-wrap strong {
  color: #212121;
}

.product_collateral,
.collateral-snapshot-table {
  width: 100%;
}

.collateral-module-cell {
  padding: 6px 6px 6px 0;
  vertical-align: middle;
}

.collateral_module_picture {
  width: 5%;
}

.collateral_module_checkbox {
  width: 5%;
}

.collateral_module_checkbox input {
  vertical-align: middle;
}

.collateral_module_productname {
  width: 60%;
}

.collateral_module_productname a {
  font-size: 1.3rem;
  display: inline-block;
  line-height: 1.2em;
}

.collateral_module_details {
  width: 30%;
  text-align: right;
}

.collateral_options_table {
  margin-top: 5px;
  text-align: left;
}

/* /collateral - kiegészítő termékek */

/* product image */

.enlarge {
  display: none;
}

.productimages {
  padding: 10px 0;
  margin: -10px;
}

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

.product-image {
  border-radius: 0;
  position: relative;
  border: 1px solid #cacfd9;
}

.product-image-img {
  height: auto;
  width: 100%;
}

.one_productimage {
  padding: 10px;
  float: left;
  width: auto;
}

.one_productimage img {
  height: auto;
  width: 100%;
  border-radius: 0;
}

.product-page-left .one_productimage {
  width: 25%;
}

.more-productpics-wrapper {
  padding: 10px;
}

.more-productpics-wrapper .row {
  margin-left: -5px;
  margin-right: -5px;
}

.more-pics-item {
  margin-bottom: 10px;
  padding: 0 5px;
}

.product-secondary-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #cacfd9;
  transition: all 0.2s ease-in-out;
}

.product-secondary-image:hover,
.product-secondary-image.thumb-active {
  border: 1px solid #ec008e;
}

.more-pics-button-assist {
  position: relative;
}

.more-pics-button-assist .step-thumbnail {
  border-radius: 9999em;
}

.product-image-box .slick-slide:focus,
.product-image-box .slick-slide a {
  outline: none !important;
}

.product-image-box .slick-dots li button:before {
  font-size: 12px;
}

.product-image-box .slick-dots li {
  margin: 0;
}

.product-image-box .slick-prev,
.product-image-box .slick-next {
  display: flex;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #212121;
  font-size: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.product-image-box .slick-prev:active,
.product-image-box .slick-prev:hover,
.product-image-box .slick-prev:focus,
.product-image-box .slick-next:active,
.product-image-box .slick-next:hover,
.product-image-box .slick-next:focus {
  background: rgba(255, 255, 255, 0.85);
  color: #212121;
}

.product-image-box .slick-prev:before,
.product-image-box .slick-next:before {
  content: "";
}

.product-image-box .slick-prev {
  left: -10px;
  z-index: 9;
}

.product-image-box .slick-prev:before {
  display: block;
  height: 7px;
  width: 7px;
  border-right: 2px solid #001e38;
  border-bottom: 2px solid #001e38;
  transform: rotate(-225deg);
  position: relative;
}

.product-image-box .video-container.slick-slide {
  pointer-events: none;
}

.product-image-box .slick-next {
  right: -10px;
}

.product-image-box .slick-next:before {
  display: block;
  height: 7px;
  width: 7px;
  border-right: 2px solid #001e38;
  border-bottom: 2px solid #001e38;
  transform: rotate(-45deg);
  position: relative;
  right: 2px;
}

.product-image-mobile {
  margin-bottom: 20px;
}

.product-image-mobile .video-container {
  padding-bottom: inherit;
}

/* video as product image */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  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%;
}

.video-outer {
  position: relative;
}

.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: 50%;
  height: 50%;
  pointer-events: none;
}

/* /video as product image */

/* /product image */

/* product options */

/* termék típusok - változatképző paraméterek */

.ring_wrapper {
  margin: 20px 0;
}

.ring_wrapper .variable {
  margin-right: 4px;
  padding: 3px;
  float: left;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  border: 2px solid #dee2e6;
  line-height: 0;
}

.ring_wrapper .variable.selected,
.ring_wrapper .variable:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.ring_wrapper .param-value-icon {
  width: 100%;
}

.ring-list {
  padding: 0;
}

/* termék típusok - változatképző paraméterek - ikonos választó */

.list-icon .variable {
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 100%;
}

.list-icon .variable img {
  border-radius: 100%;
}

.list-icon .variable.selected {
  border-color: transparent;
  padding: 0;
}

.list-icon .variable.selected .icon,
.list-icon .variable.selected .color {
  width: 26px !important;
  height: 26px !important;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.list-icon .variable.selected .icon:before,
.list-icon .variable.selected .color:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  background: url("../image/check.svg");
  background-size: 100%;
}

.list-icon .icon,
.list-icon .color {
  width: 20px !important;
  height: 20px !important;
}

.list-icon .color {
  border-radius: 100%;
  box-shadow: none;
}

/* termék típusok - változatképző paraméterek - szöveges választó */

.list-list .variable {
  padding: 0;
  border: 1px solid #e9ecef;
  background: #e9ecef;
  border-radius: 9999em;
  margin: 0 10px 10px 0;
}

.list-list .variable a {
  display: block;
  padding: 2px 8px;
  min-width: 50px;
  height: 25px;
  line-height: 21px;
  text-align: center;
  font-weight: 300;
  color: #212121;
}

.list-list .variable.selected,
.list-list .variable:hover {
  background: #212121;
}

.list-list .variable.selected a,
.list-list .variable:hover a {
  color: #f3f5f7;
}

.product-ring-select-parameter-row .form-element {
  padding: 0;
}

.product_options_wrapper {
  margin: 20px 0;
}

.product_options_text {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 5px 20px;
}

.product_options_table {
  width: 100%;
}

.product_options_name {
  width: 50%;
}

/* /product options */

/* product-parameters */

.product-page-left .social-share-module {
  text-align: left;
}

.product-quantity-discounts {
  padding: 5px 20px;
}

.product-quantity-discounts strong {
  font-size: 1.5rem;
  font-weight: 600;
}

.product-quantity-discounts-cell {
  float: left;
  width: 50%;
}

.product-quantity-discounts-cell2 {
  text-align: right;
}

.attached-documents a {
  cursor: pointer;
}

.attached-documents-list {
  list-style: none;
  padding: 15px 0;
}

.attached-documents-list i {
  margin-right: 5px;
}

.product_discounted {
  width: 48%;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  margin-right: 5px;
  vertical-align: top;
  padding: 15px 5px 5px;
}

.product_discounted_date {
  width: 40%;
  display: inline-block;
  padding: 5px;
}

.wishlist-add .fa {
  padding-right: 5px;
}

.compare_button_wrapper input {
  display: none;
}

.parameter_table {
  width: 100%;
}

.parameter_table tr td {
  padding: 10px 20px;
  color: #212121;
  font-weight: 300;
  font-size: 15px;
}

.parameter_table tr td strong {
  font-weight: 700;
}

.parameter_table tr.even td {
  background: #f3f5f7;
}

.product-children-table.parameter_table tr.even td {
  background: #e4e8ed;
}

.product_options_text,
.discount-intervall {
  padding: 10px 0;
}

.product_options_wrapper,
.discount-intervall,
.product_parameters {
  color: #212121;
  font-size: 1.4rem;
}

.productstock-param-row,
.productstock1-param-row,
.productstock2-param-row,
.productshippingtime-param-row {
  background: #f3f5f7;
}

.product_option_name,
.product-ring-select-parameter-row .param-label-name,
.product-ring-select-parameter-row .param-label span,
.product-ring-select-parameter-row .param-label-name span {
  font-weight: 600;
}

.product-short-description {
  color: #212121;
}

.product-short-description img {
  max-width: 100%;
  height: auto !important;
}

.productcategorydescriptionlist-param a:after {
  content: '\e870';
  font-family: "korfu-design-icons", sans-serif;
  font-size: 1rem;
  margin-left: 1rem;
}

.product_parameters {
  width: 100%;
}

.product_parameters .param-label {
  width: 45%;
  font-weight: 600;
}

.product_parameters .param-value {
  width: 55%;
}

.product_parameters .param-value.param-value-icon {
  width: 100%;
}

.product_parameters .no-border {
  padding: 5px 0;
}

.product_parameters .param-label,
.product_parameters .param-value,
.product_parameters .no-border,
.product_parameters .product-short-description {
  padding: 5px 10px;
}

.product_parameters .param-value-icon {
  padding: 0;
}

.product-print-preview-link:before {
  content: "\e826";
  font-family: "korfu-design-icons", sans-serif;
  font-size: 2rem;
  padding-right: 5px;
}

/* /product-parameters */

/* product price */

.product-page-price {
  position: relative;
  height: auto;
  padding: 10px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  font-family: "Lora", sans-serif;
}

.product-page-price .product-page-price-label {
  display: none;
}

.product-page-price .postfix {
  padding-left: 8px;
}

.product-page-price-wrapper .price_row_1 {
  order: 2;
}

.product-page-price-wrapper .price_row_2 {
  order: 1;
}

.price_row,
.decrease_wrapper,
.discount-intervall,
.product-page-price-label {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.decrease_wrapper {
  vertical-align: text-bottom;
  padding: 2px 20px 2px 0;
  order: 100;
}

.decrease_wrapper .decrease_text {
  display: none;
}

.decrease_wrapper .decrease_text,
.decrease_wrapper .decrease_amount {
  font-weight: 700;
  color: #d57840;
  font-size: 2.2rem;
}

.decrease_wrapper .decrease_amount:before {
  content: '-';
}

.price_row {
  padding-right: 2.5rem;
  vertical-align: text-bottom;
}

.default-customer-group-price {
  font-weight: 300;
}

.discount-intervall {
  padding: 10px 20px;
}

.discount-intervall-item {
  display: inline-block;
}

.product_table_original {
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: line-through;
  color: #96a0a9;
}

.product_table_special {
  font-size: 3.5rem;
  font-weight: 400;
  color: #ff4cba;
}

.product_table_price {
  font-size: 3.5rem;
  font-weight: 400;
  color: #ec008e;
}

/* /product price */

/* product reviews */

.product-reviews-module .module-head {
  display: block;
}

.product-review-form {
  margin-top: 20px;
  background: #f3f5f7;
  padding: 2.5rem;
}

.product-review-item {
  padding: 15px 0;
}

.review-head img {
  vertical-align: middle;
}

.review-date-added {
  font-size: 0.9rem;
  padding-bottom: 10px;
}

.product-review-form .lsep {
  display: none;
}

.form-element-rating .prefix {
  padding-right: 5px;
}

.form-element-rating input {
  cursor: pointer;
  margin: 5px 0 0 0;
}

.label-count {
  margin-left: 5px;
}

.label-count:before {
  content: '(';
}

.label-count:after {
  content: ')';
}

.product-review-count {
  margin-left: 5px;
  vertical-align: middle;
}

.review-verified-purchase {
  display: inline-block;
  line-height: 1rem;
}

.review-verified-purchase .review-verified-purchase-text {
  position: relative;
  background: #479900;
  text-align: center;
  color: white;
  padding: 4px 20px;
  display: inline-block;
  font-size: 1.2rem;
}

.review-verified-purchase .review-verified-purchase-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.review-verified-purchase .review-verified-purchase-text:before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid #479900;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.product-review-summary .product-review-pointer {
  cursor: pointer;
  color: #212121;
}

.product-review-summary .product-review-average-sum {
  height: 100%;
  display: flex;
  align-items: center;
  background: #212121;
  padding: 10px;
  border-radius: 0;
  color: white;
  text-align: center;
  justify-content: space-around;
}

.product-review-summary .product-rating-average {
  font-size: 4rem;
  font-weight: 900;
}

.product-review-summary .product-review-values {
  padding: 5px 0;
}

.product-review-summary .product-review-values-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.product-review-summary .product-review-progress {
  margin: 5px 10px;
  height: 10px;
  width: 100%;
  border-radius: 10px;
}

.product-review-summary .product-review-progress .progress-bar {
  background: #212121;
}

.product-review-summary .product-review-rating-filter {
  width: 3.5em;
}

.product-review-summary .add-review {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: 10px 20px;
  background: #e9ecef;
  border-radius: 0;
}

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

.product-review-summary .product-review-average-sum,
.product-review-summary .product-review-values,
.product-review-summary .add-review {
  margin-bottom: 10px;
}

/* /product reviews */

/* tabs */

.tabs {
  width: 25%;
  margin-bottom: 0;
  margin-top: 0;
  background: #f3f5f7;
  text-align: left;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
}

.tabs a,
.tabs a:visited {
  display: block;
  cursor: pointer;
  padding: 16px 20px;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 600;
  position: relative;
  color: #212121 !important;
}

.tabs a:active,
.tabs a:hover {
  color: #212121 !important;
}

.tabs a.selected,
.tabs a.selected:visited {
  color: #212121 !important;
  background: #ffffff;
}

.tab-pages {
  width: 75%;
}

.tab_page {
  padding: 0 30px 25px 30px;
  margin-bottom: 0;
  background: #ffffff;
  overflow: hidden;
}

.tab_page .product_desc {
  display: block;
}

.tab_page .module-head {
  margin: 0;
  text-align: left;
}

.tab_page .module-head > .module-head-title {
  font-family: "Open Sans", sans-serif;
  color: #212121;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.tab_page .product-review-form .module-head .module-head-title {
  color: #212121;
  text-transform: none;
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 400;
}

.flypage .tab-content {
  position: absolute;
  left: -9999999px;
  width: 100%;
}

.flypage .tab-content-active {
  position: static;
}

/* /tabs */

/* tags */

.tags {
  padding: 10px 0;
}

.tags a {
  font-size: 1.3rem;
  margin-right: 2rem;
  color: #212121;
}

.tags a:hover {
  color: #212121;
}

/* tags */

/* .checkout-app-container for new checkout design */

.checkout-app-container .social-login-content {
  display: flex;
  justify-content: center;
}

.checkout-app-container .social-login-content .social-link {
  margin: 0 15px;
}

.checkout-app-container .social-login-link {
  margin: 0;
}

.sr-register #password.sr-form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.sr-register .sr-input-group-addon-right {
  border-width: 2px;
}

.sr-thankyou-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0 50px 0;
}

.sr-thankyou-messages li {
  display: flex;
}

.sr-thankyou-messages i {
  color: #212121;
  margin-right: 13px;
}

.sr-thankyou-page-head-center {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sr-thankyou-registration {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sr-guest-registration-form {
  margin-top: 35px;
}

.new-checkout-thankyou > .buttons {
  border-top: 1px solid #cacfd9;
  padding: 25px 0;
}

.sr-guest-registration-input {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-control:focus ~ .sr-input-group-addon-right {
  border-color: #212121;
}

.sr-guest-registration-form-inline .checkbox {
  position: relative;
}

.sr-guest-registration-form-inline .checkbox label {
  display: block;
  padding-left: 30px;
}

.sr-guest-registration-form-inline .checkbox label input {
  position: absolute;
  left: 0;
}

.confirm-after-next-button.btn-primary:not([href]) {
  background-color: transparent;
  color: #212121;
  border-color: #212121;
}

.confirm-after-next-button.btn-primary:not([href]):active,
.confirm-after-next-button.btn-primary:not([href]):hover {
  background-color: #212121;
  color: #f3f5f7;
}

/* wishlist page */

.wishlist-options {
  padding-bottom: 10px;
}

.wishlist-options-label {
  padding-right: 5px;
}

.wishlist_product_price .side_module_original {
  text-decoration: line-through;
}

.wishlist_product_picture {
  float: left;
  padding: 0 10px 10px 0;
}

.wishlist_table .button-add-to-cart {
  padding: 4px 10px;
}

.wishlist-cell-added-value {
  white-space: nowrap;
}

.wishlist-options-value,
.wishlist-options-label,
.wishlist-option-form-control {
  display: inline-block;
}

/* /wishlist page */

/* dev tools */

#page-warnings,
#not-functional,
#admin-customer {
  width: 100%;
  line-height: 20px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #f00;
}

.editproduct {
  font-size: 2rem;
}

.editproduct:before {
  content: "\e816";
  font-family: "korfu-design-icons", sans-serif;
}

body.body-test.body-admin-logged #page-warnings {
  height: 40px;
}

/* /dev tools */

/* shop_protect */

#shop_protect {
  width: 350px;
  margin: 100px auto;
}

#shop_protect .loginbox {
  float: none;
  width: auto;
}

/* /shop_protect */

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

.module-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: 9000;
}

.module-edit-link i:before {
  content: "\e816";
}

.languageselect-module .module-edit-link {
  right: -25px;
}

.cart-module .module-edit-link {
  right: -30px;
}

.module-editable:hover .module-edit-link {
  opacity: 1;
}

.module-editable:hover .module-edit-link:hover {
  background: white;
}

.pulse {
  box-shadow: 0 0 0 rgba(33, 33, 33, 0.4);
  animation: pulse 2s infinite;
}

.pulse:hover {
  animation: none;
}

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

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

[class*="col-sr-"] {
  flex: 0 0 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.no-border {
  border: 0;
}

.sr-separator {
  height: 1px;
  background-color: #cacfd9;
  margin: 15px auto;
}

.sr-separator.w-300 {
  width: 300px;
}

.pl-6 {
  padding-left: 5rem;
}

.pr-6 {
  padding-right: 5rem;
}

/* style-guide font-families */

.font-size-3 {
  font-size: 3rem;
}

.sr-sg-font-family {
  font-family: "Open Sans", sans-serif;
}

.sr-sg-font-2-family {
  font-family: "Lora", sans-serif;
}

.sr-sg-font-3-family {
  font-family: "Amatic SC", cursive;
}

/* Bootstrap 4 display */

.accordion-toggle:focus,
.accordion-toggle:hover {
  text-decoration: none;
}

.accordion-hover:after {
  font-size: 10px;
  padding-left: 5px;
  content: "\e832";
  font-family: "korfu-design-icons", sans-serif;
}

#loading-gif {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  text-align: center;
  background: #fff;
  vertical-align: middle;
}

#loading-gif .fa-spinner {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}

/* qtip */

.qtip-defaults.qtip {
  z-index: 60000 !important;
}

/* /qtip */

a:focus,
a:hover,
a:active {
  transition: all 0.2s ease-in-out;
}

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

.autohelp:hover {
  text-decoration: underline;
}

/* adwords */

iframe[name="google_conversion_frame"] {
  display: none;
}

/* /adwords */

.contact-wrapper-box-line {
  display: flex;
  align-items: start;
  justify-content: left;
  flex-wrap: wrap;
  font-size: 14px;
  color: #A6A6A6;
}

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

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

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

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

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

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

footer a:active,
footer a:hover {
  color: #007bff;
}

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

.maprow {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  border: 0 none;
  box-sizing: border-box;
  overflow: hidden;
}

.red-box {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 80);
  display: block;
  z-index: 1000;
  padding: 0px;
}

.blue-box {
  display: block;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  z-index: 1001;
  width: 100%;
}

.contact-boxes {
  background-color: white;
  padding: 30px;
}

.custom-contact-row.row {
  max-width: 1100px;
  margin: 0 auto;
}

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

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

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

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

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

.footer-advantage-subtitle {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-top: 0;
  margin-bottom: 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 (min-width: 576px) {
  .container {
    max-width: 540px;
  }

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

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

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

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

  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }

  .card-group {
    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 {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

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

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

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

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

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sr-container-md {
    max-width: 540px;
  }

  .product-snapshot:hover .snapshot_vertical_product_inner {
    box-shadow: 0 2px 5px 0 rgba(0, 51, 96, 0.16);
  }

  .list_actions {
    display: flex;
  }

  .side-position .list_actions {
    flex-wrap: nowrap;
  }

  .snapshot_horizontal_product .snapshot_horizontal_left {
    position: relative;
  }

  .snapshot_horizontal_product .snapshot_horizontal_left > .list_wishlist.snapshot-list-item {
    position: absolute;
    right: 21px;
    padding: 1px 0;
    top: 0;
    z-index: 1001;
  }

  .snapshot_horizontal_product .snapshot_horizontal_left > .list_wishlist.snapshot-list-item .wishlist_button_wrapper {
    width: 55px;
    height: 55px;
  }

  .snapshot_horizontal_product .snapshot_horizontal_left > .list_wishlist.snapshot-list-item .wishlist_button_wrapper:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 55px 55px 0;
    border-color: transparent #fff transparent transparent;
  }

  .snapshot_horizontal_product .snapshot_horizontal_left > .list_wishlist.snapshot-list-item .wishlist-add {
    font-size: 0;
    display: block;
    height: 30px;
    text-align: right;
  }

  .snapshot_horizontal_product .snapshot_horizontal_left > .list_wishlist.snapshot-list-item .wishlist-add:before {
    position: relative;
    padding-right: 8px;
    display: block;
    padding-top: 4px;
  }

  .one-column-content .snapshot_vertical .list_div_item {
    width: 50%;
  }

  .two-column-content .snapshot_vertical .list_div_item {
    width: 50%;
  }

  .snapshot_vertical_product > .list_wishlist.snapshot-list-item {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 998;
    padding: 0;
  }

  .snapshot_vertical_product > .list_wishlist.snapshot-list-item .wishlist_button_wrapper {
    width: 55px;
    height: 55px;
  }

  .snapshot_vertical_product > .list_wishlist.snapshot-list-item .wishlist_button_wrapper:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 55px 55px 0;
    border-color: transparent #fff transparent transparent;
  }

  .snapshot_vertical_product > .list_wishlist.snapshot-list-item .wishlist-add {
    font-size: 0;
    display: block;
    height: 30px;
    text-align: right;
  }

  .snapshot_vertical_product > .list_wishlist.snapshot-list-item .wishlist-add:before {
    position: relative;
    padding-right: 0;
    padding-top: 0;
  }

  .auroramessenger-message.popup .snapshot_horizontal_direction .list_div_item {
    width: 660px !important;
  }

  .module-dealofday-wrapper {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-bottom-section.home-bottom-position-two-column .article-introtext {
    height: 60px;
  }

  .home-bottom-section.home-bottom-position-two-column .article-introtext:after {
    content: "";
    background: #f3f5f7;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.8;
  }

  .home-section .article-list-item {
    width: 33.3%;
  }

  .home-section .article-title-link {
    font-size: 1.4rem;
  }

  .home-section .article-title {
    margin-top: 0.5rem;
  }

  .home-section .news-article {
    padding: 10px;
  }

  .home-section .article-list {
    justify-content: center;
  }

  .sr-next-to-checkout {
    margin-left: 20px;
  }

  .sr-shipping-cost-calculator-inline {
    display: flex;
    align-items: center;
  }

  .sr-shipping-cost-calculator-inline .sr-shipping-cost-calculator-inline-right {
    margin-left: 10px;
  }

  .sr-shipping-cost-calculator-inline .sr-shipping-cost-calculator-inline-right .select.form-control.checkout-form-control {
    padding-top: 0;
  }

  #summaryBox,
  #shipping-cost-calculator {
    justify-content: flex-end;
  }

  .redeem-help {
    text-align: right;
  }

  .product-page-top {
    display: flex;
    flex-direction: column-reverse;
  }

  .product-content-columns-container {
    padding-top: 70px;
  }

  .position-4-container .home-position {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .position-2-container .home-position {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-before-tabs-position-wrapper {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-page-bottom-position-wrapper {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-after-tabs-position-wrapper {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .position-3-container .home-position {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  [class*="col-sr-"] {
    flex: 0 0 50%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

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

  .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 {
    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 {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

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

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

  .sr-container-md {
    max-width: 720px;
  }

  .one-column-content .snapshot_vertical .list_div_item {
    width: 33.33%;
  }

  .scroller-container {
    margin: auto;
  }

  .module-dealofday-wrapper {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .kickerimage-title {
    padding-bottom: 2rem;
    position: relative;
    margin-bottom: 3rem;
  }

  .kickerimage-title:after {
    content: '';
    position: absolute;
    left: calc(50% - 48px);
    bottom: 0;
    width: 96px;
    height: 8px;
    background: url("../image/white_line.png") 0 0 no-repeat;
  }

  .kickerimages-col:hover .kickerimage-box img {
    transform: scale(1.1, 1.1) translate(-47%, 0);
  }

  .sr-cart-table.table > tbody:not(.row-danger) > tr > td.cart-row-name {
    width: 50%;
  }

  .sr-cart-table.table > tbody:not(.row-danger) > tr > td.cart-row-price {
    width: 10%;
  }

  .sr-cart-table.table > tbody:not(.row-danger) > tr > td.cart-row-quantity {
    width: 17%;
  }

  .sr-cart-table.table > tbody:not(.row-danger) > tr > td.cart-row-image {
    width: 8%;
  }

  .sr-cart-table.table > tbody:not(.row-danger) > tr > td,
  .sr-cart-table.table > tbody > tr > th,
  .sr-cart-table.table > tfoot > tr > td,
  .sr-cart-table.table > tfoot > tr > th,
  .sr-cart-table.table > thead > tr > td,
  .sr-cart-table.table > thead > tr > th {
    border-bottom: 1px solid #ebedef;
    border-top: 0;
  }

  .sr-cart-table.table > tbody:not(.row-danger) > tr > td {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sr-cart-table .cart-product-name {
    padding-bottom: 6px;
  }

  .sr-cart-table .cart-product-attribute-wrapper {
    margin-bottom: -11px;
  }

  .sr-cart-table .cart-button {
    display: inline-block;
  }

  .sr-cart-table .cart-buttons-wrapper {
    padding-top: 22px;
  }

  .custom-tab .form-inline input {
    width: 400px;
  }

  .flypage h1:after {
    content: '';
    position: absolute;
    left: calc(50% - 48px);
    bottom: -30px;
    width: 96px;
    height: 8px;
    background: url("../image/grey_line.png") 0 0 no-repeat;
  }

  .packageoffer-item {
    flex: 0 1 23%;
  }

  .position-4-container .home-position {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .position-2-container .home-position {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-before-tabs-position-wrapper {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-page-bottom-position-wrapper {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-after-tabs-position-wrapper {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .position-3-container .home-position {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-collateral-wrapper {
    margin: 30px 0 10px 0;
  }

  .product-image:hover {
    border: 1px solid #ec008e;
  }

  .more-images-position-image-left .product-page-images {
    flex: 0 0 8.5%;
    max-width: 8.5%;
    padding: 0;
  }

  .more-images-position-image-left .product-page-left {
    position: static;
  }

  .more-images-position-image-left .position_5_wrapper .product-images-module {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 8.5%;
    z-index: 100;
  }

  .more-images-position-image-left .position_5_wrapper .product-images-module .module-body {
    display: flex;
    align-items: flex-start;
  }

  .more-images-position-image-left .position_5_wrapper .product-images-module,
  .more-images-position-image-left .position_5_wrapper .productimages {
    padding: 0;
  }

  .more-images-position-image-left .position_5_wrapper .productimages {
    margin: 0;
  }

  .more-images-position-image-left .position_5_wrapper .one_productimage {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .more-images-position-image-left .position_5_wrapper .product-secondary-image {
    margin-bottom: 10px;
    box-shadow: none;
  }

  .flypage .product-page-left {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .flypage .product-page-right {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .flypage .more-images-position-default .product-page-left,
  .flypage .more-images-position-default .product-page-right {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .flypage .more-images-position-image-left .product-page-left {
    flex: 0 0 calc(45% - 4.25%);
    max-width: calc(45% - 4.25%);
  }

  .flypage .more-images-position-image-left .product-page-right {
    flex: 0 0 calc(55% - 4.25%);
    max-width: calc(55% - 4.25%);
  }

  .product_parameters .no-border,
  .product_parameters .param-label,
  .product_parameters .param-value,
  .product_parameters .product-short-description {
    padding: 5px 0;
  }

  .product-page-price {
    line-height: 34px;
    padding: 0 0 10px 0;
  }

  .default-customer-group-price {
    display: flex;
  }

  .default-customer-group-price-1 {
    flex-basis: 50%;
  }

  .sr-guest-registration-input {
    width: 280px;
  }

  html {
    font-size: 10px;
  }

  .contact-wrapper-box-line .footer-contact-col:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #6c757d;
  }

  footer .list-group-flush .list-group-item:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #6c757d;
  }

  .footer-advantage-subtitle {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .product-review-summary {
    display: flex;
    align-items: stretch;
    align-content: stretch;
  }

  .product-review-summary .product-review-average-sum {
    flex-direction: column;
    justify-content: center;
  }

  .product-review-summary .product-rating-average {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

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

  .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 {
    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 {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

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

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

  .sticky-head-active.sticky-head.header-bottom {
    position: fixed;
    top: 0;
    z-index: 1901;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  }

  .aurora-nanobar-active[data-nanobar-position=top] .sticky-head-active.sticky-head.header-bottom {
    top: 46px;
  }

  .header-middle-left .header-phone {
    padding-right: 10px;
  }

  .header-middle-left .currenciesselect-module {
    padding-left: 10px;
  }

  .home-bottom-section.home-bottom-position-two-column-inner {
    padding-bottom: 8rem;
  }

  .home-bottom-section.home-bottom-position-two-column .home-bottom-section-inner > div {
    width: 50%;
  }

  .home-bottom-section.home-bottom-position-two-column .footer-container .newsletter_subscribe-module.content-module .module-head {
    text-align: right;
  }

  .home-bottom-section:not(.home-bottom-position-two-column) .home-bottom-section-inner {
    padding-bottom: 12rem;
  }

  .home-bottom-section:not(.home-bottom-position-two-column) .home-bottom-position.newsletter_subscribe-module .label-inbefore span {
    width: auto;
  }

  .column-left,
  .column-right {
    flex: 0 0 280px;
  }

  .column-content-left,
  .column-left,
  .two-column-content {
    order: 0;
    max-width: initial;
  }

  .column-content-right,
  .column-right {
    order: 1;
  }

  .two-column-content {
    flex: 1;
    overflow-x: hidden;
  }

  .sr-container-md {
    max-width: 960px;
  }

  .product-content-columns.row,
  .product-page-row.row,
  .product-positions.row {
    margin: 0;
  }

  .product-content-columns.row > section,
  .product-page-row.row > section,
  .product-positions.row > section {
    padding: 0;
  }

  .dropdown-hover-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    visibility: hidden;
    opacity: .3;
    transform: scale(1, 0);
    min-width: 100%;
    transform-origin: top;
    animation-fill-mode: forwards;
    transition: all 0.2s 0s linear;
  }

  .dropdown:hover > .dropdown-hover-menu {
    visibility: visible;
    transform: scale(1, 1);
    opacity: 1;
    transition: all 0.2s 0s linear;
  }

  .product-quickview .product_table_addtocart_wrapper .button-add-to-cart {
    padding: 0 25px;
  }

  .cart-module.module-editable {
    position: static !important;
  }

  .side-position .category-snapshot-col {
    width: 100%;
  }

  .module-dealofday-wrapper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .module-dealofday-wrapper .snapshot_horizontal_left {
    padding-right: 4rem;
  }

  .module-dealofday-wrapper .snapshot_horizontal_right {
    padding-left: 4rem;
  }

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

  .module-dealofday-wrapper .list_original {
    font-size: 2.2rem;
    line-height: 2.8rem;
    padding-right: 0;
    color: #b5babe;
  }

  .module-dealofday-wrapper .list_special {
    font-size: 4rem;
    padding-right: 2rem;
  }

  .module-dealofday-wrapper .list-productname-link {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }

  .module-dealofday-wrapper .module-head-title {
    font-size: 5rem;
  }

  .module-dealofday-wrapper .home-position {
    margin: 8rem 0;
  }

  .aurora-nanobar-buttons-wrapper {
    flex-basis: 35%;
    text-align: right;
    padding: 0;
  }

  .aurora-nanobar-firstlogin .aurora-nanobar-text {
    flex-basis: 65%;
  }

  .aurora-nanobar-cookies {
    display: flex;
  }

  .home-section .news-article:hover .article-content {
    top: 0;
  }

  .home-section .news-article:hover .article-thumb a:before,
  .home-section .news-article:hover .article-thumb a:after {
    transform: scale(1.3);
  }

  .home-section .article-content {
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.2s ease-in-out;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.6);
    padding: 1.5rem;
  }

  .home-section .article-read-more,
  .home-section .article-info {
    display: block;
  }

  .home-section .article-introtext {
    color: #f3f5f7;
    font-size: 1.2rem;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-height: 6em;
    line-height: 1.2em;
    padding: 0;
    margin-top: 10px;
  }

  .home-section .article-read-more {
    margin-top: auto;
    padding-bottom: 0;
    text-align: left;
  }

  .home-section .article-list-item {
    width: 20%;
  }

  .home-section .news-article {
    padding: 10px;
  }

  .home-section .article-title {
    margin-top: 1rem;
  }

  .home-section .article-title-link {
    font-size: 1.5rem;
  }

  .home-section .article-info {
    padding-top: 0;
  }

  .open-filter-btn {
    display: none;
  }

  .close-filter-btn {
    display: none;
  }

  .search-results {
    max-height: 415px;
    height: auto;
    max-width: 420px;
  }

  .search-results-item a {
    padding: 0;
  }

  .search-results-item {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cacfd9;
  }

  .search-module {
    position: static !important;
  }

  .search-dropdown-wrapper {
    text-align: right;
    padding: 0;
  }

  .search-dropdown-module {
    z-index: 1903;
    padding: 10px;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    float: left;
    margin: 0;
    border-top: 2px solid #212121;
  }

  .search-dropdown-btn {
    display: inline-block;
    width: 40px;
    line-height: 26px;
    padding: 5px;
  }

  .col-categoryselect {
    width: 240px;
  }

  .col-search-input {
    width: 460px;
  }

  .hidden-search-category .col-search-input {
    width: 100%;
  }

  .hidden-search-category .search-results {
    right: auto;
    left: 0;
    max-width: 100%;
  }

  body.home_body footer {
    padding-top: 7rem;
  }

  .footer-kickerimage-position .footer-container {
    padding: 0;
  }

  #section-footer-kickerimage .footer-kickeimage-section-body {
    margin-top: -175px;
  }

  .pagination .links .pagination_navi {
    font-weight: 500;
    font-size: 2rem;
    width: 7rem;
    height: 7rem;
    line-height: 7rem;
  }

  .packageoffer-line-right {
    padding-left: 50px;
  }

  .packageoffer-item-plus {
    margin: 25px;
  }

  .position-4-container .home-position {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .position-2-container .home-position {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-before-tabs-position-wrapper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-page-bottom-position-wrapper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-after-tabs-position-wrapper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .position-3-container .home-position {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .product_table_addtocart_wrapper .button-add-to-cart {
    padding: 0.5rem 4.5rem;
  }

  .two-column-content .product_table_addtocart_wrapper .button-add-to-cart {
    padding: 0 25px;
  }

  .product-children-table tr td:last-child {
    width: 22%;
  }

  .parameter_table:not(.product-children-table) tr td:first-child {
    width: 25%;
  }

  .parameter_table:not(.product-children-table) tr td:last-child {
    width: 75%;
  }

  #page-warnings {
    position: absolute;
    top: 0;
    z-index: 8000;
  }

  .body-test .page-wrap,
  .body-admin-logged .page-wrap {
    padding-top: 20px;
    background-position: center 20px;
  }

  .body-test.body-admin-logged {
    padding-top: 40px;
    background-position: center 40px;
  }

  .body-admin-logged .module-cart-wrapper,
  .body-admin-logged .module-editable {
    position: relative;
  }

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

@media (min-width: 992px) and (max-width: 1599.98px) {
  .sr-shipping-cost-calculator-inline .sr-shipping-cost-calculator-inline-right {
    margin-left: 5px;
  }

  .sr-cart-page .sr-shipping-cost-calculator-inline select.sr-country-select-inline.form-control.checkout-form-control {
    padding-top: 0;
    max-width: 140px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

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

  .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 {
    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 {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

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

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

  header .header-bottom .headermenu-list.navbar-nav li a {
    font-size: 1.6rem;
    padding: 15px 10px;
  }

  .header-col-cart.header-col,
  .header-middle {
    height: 80px;
  }

  header .header-phone a {
    font-size: 1.7rem;
    letter-spacing: 0.6px;
  }

  .home-bottom-section.home-bottom-position-two-column-inner {
    padding-bottom: 3rem;
  }

  .home-bottom-section.home-bottom-position-two-column .home-bottom-section-inner > div {
    flex: 1;
  }

  .sr-container-md {
    max-width: 1140px;
  }

  body:not(.home_body) .snapshot_horizontal:not(.side_module) .list_div_item,
  .two-column-content .snapshot_vertical.list-style .list_div_item {
    width: 50%;
  }

  body:not(.home_body) .snapshot_horizontal:not(.side_module) .list_div_item .btn,
  .two-column-content .snapshot_vertical.list-style .list_div_item .btn {
    font-size: 1.4rem;
    padding: 10px 30px;
  }

  .one-column-content .snapshot_vertical .list_div_item {
    width: 25%;
  }

  .two-column-content .snapshot_vertical .list_div_item {
    width: 33.33%;
  }

  .category-list-link,
  .category-list-link:visited {
    font-size: 1.6rem;
    padding: 15px 10px;
  }

  .module-dealofday-wrapper {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .kickerimage-title {
    font-size: 5.5rem;
  }

  .kickerimage-description {
    font-size: 1.3rem;
  }

  .language-text {
    padding: 0 10px;
    font-size: 1.6rem;
  }

  .logged-dropdown > a > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    width: 160px;
    text-align: left;
    padding-left: 10px;
    display: flex;
    align-items: center;
    margin-top: 2px;
  }

  .header-col-login li.logged-dropdown.dropdown > ul.dropdown-hover-menu {
    min-width: 150px;
  }

  .home-section .module-news-wrapper {
    padding-top: 10rem;
  }

  .home-section .module-news-wrapper:before {
    height: calc(100% - 20rem);
  }

  .home-section .article-introtext {
    font-size: 1.3rem;
    line-height: 1.5em;
    margin-top: 2rem;
  }

  .home-section .article-list-item {
    width: 20%;
  }

  .home-section .article-title-link {
    font-size: 2.1rem;
  }

  .home-section .article-info {
    padding-top: 1rem;
  }

  .home-section .news-article {
    padding: 20px 23px;
  }

  .home-section .article-title {
    margin-top: 2rem;
  }

  .side-position .paf-filter-search-btn {
    height: 7rem;
  }

  .product-sortbar-top {
    margin-bottom: 5rem;
  }

  .product-sortbar-bottom {
    margin-top: 5rem;
  }

  .position-4-container .home-position {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .position-2-container .home-position {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-before-tabs-position-wrapper {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-page-bottom-position-wrapper {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-after-tabs-position-wrapper {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .position-3-container .home-position {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .flypage .product-page-left {
    padding-right: 20px;
  }

  .flypage .more-images-position-default .product-page-left {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .flypage .more-images-position-default .product-page-right {
    flex: 0 0 46%;
    max-width: 46%;
  }

  .flypage .more-images-position-image-left .product-page-images {
    flex: 0 0 9%;
    max-width: 9%;
  }

  .flypage .more-images-position-image-left .product-page-left {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .flypage .more-images-position-image-left .product-page-right {
    flex: 0 0 46%;
    max-width: 46%;
  }

  .flypage .more-images-position-image-left .aurora-scroll-btn-down:before,
  .flypage .more-images-position-image-left .aurora-scroll-btn-up:before {
    font-size: 14px;
    color: #212121;
  }

  .footer-advantages {
    flex-wrap: nowrap;
    margin: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  body:not(.home_body) .snapshot_horizontal:not(.side_module) .list_div_item .list_actions,
  .two-column-content .snapshot_vertical.list-style .list_div_item .list_actions {
    flex-direction: column;
  }

  .two-column-content .snapshot_vertical.list-style .list_div_item .list_actions {
    flex-direction: row;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }

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

  .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 {
    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 {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xxl .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

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

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

  header .header-bottom .headermenu-list.navbar-nav li a {
    padding: 15px;
  }

  .header-middle-left .header-phone {
    padding-right: 35px;
  }

  .header-middle-left .currenciesselect-module {
    padding-left: 25px;
  }

  .home-bottom-section.home-bottom-position-two-column .footer-container .content-module {
    padding: 6rem 8rem 12rem;
  }

  .home-bottom-section.home-bottom-position-two-column .footer-container .content-module .module-head {
    padding-top: 5rem;
  }

  .home-bottom-section.home-bottom-position-two-column .footer-container .content-module .module-head-title {
    font-size: 5rem;
  }

  .column-left,
  .column-right {
    flex: 0 0 380px;
  }

  .two-column-content div#content,
  .one-column-content div#content {
    min-height: 500px;
  }

  .two-column-content {
    margin-left: 30px;
  }

  .footer-container {
    padding: 0 125px;
  }

  .fancybox-quickview {
    width: 1200px !important;
  }

  .fancybox-quickview .fancybox-inner {
    width: 1170px !important;
    height: 800px !important;
  }

  .snapshot_vertical.list-style .snapshot_vertical_product .list_picture {
    flex: 0 0 30%;
  }

  .one-column-content .snapshot_vertical .list_div_item {
    width: 16.66%;
  }

  .two-column-content .snapshot_vertical .list_div_item {
    width: 25%;
  }

  .category-list-link,
  .category-list-link:visited {
    padding: 15px;
  }

  .home-section .article-list {
    flex-wrap: nowrap;
  }

  .home-section .article-list-item {
    width: 20%;
  }

  .home-section .article-content {
    padding: 2rem;
  }

  .home-section .news-all-button {
    padding-top: 3rem;
  }

  .widget_radios .widget-content,
  .widget_select .widget-content,
  .widget_checkboxes .widget-content {
    padding-left: 25px;
  }

  .search-popup-content {
    top: 20%;
  }

  .search-results {
    max-height: 640px;
    height: auto;
  }

  .product-content-columns {
    margin: 0 -5rem;
  }

  .position-3-container .home-position.product-module,
  .position-4-container .home-position.product-module,
  .position-2-container .home-position.product-module {
    max-width: 1540px;
  }

  .footer-advantages {
    padding: 58px 40px 52px;
  }

  .footer-advantages-item-right {
    padding-left: 20px;
  }
}

@media (min-width: 1900px) {
  .container {
    max-width: 1850px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxxl-first {
    order: -1;
  }

  .order-xxxl-last {
    order: 13;
  }

  .order-xxxl-0 {
    order: 0;
  }

  .order-xxxl-1 {
    order: 1;
  }

  .order-xxxl-2 {
    order: 2;
  }

  .order-xxxl-3 {
    order: 3;
  }

  .order-xxxl-4 {
    order: 4;
  }

  .order-xxxl-5 {
    order: 5;
  }

  .order-xxxl-6 {
    order: 6;
  }

  .order-xxxl-7 {
    order: 7;
  }

  .order-xxxl-8 {
    order: 8;
  }

  .order-xxxl-9 {
    order: 9;
  }

  .order-xxxl-10 {
    order: 10;
  }

  .order-xxxl-11 {
    order: 11;
  }

  .order-xxxl-12 {
    order: 12;
  }

  .offset-xxxl-0 {
    margin-left: 0;
  }

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

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

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

  .offset-xxxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.66667%;
  }

  .offset-xxxl-6 {
    margin-left: 50%;
  }

  .offset-xxxl-7 {
    margin-left: 58.33333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.66667%;
  }

  .offset-xxxl-9 {
    margin-left: 75%;
  }

  .offset-xxxl-10 {
    margin-left: 83.33333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.66667%;
  }

  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }

  .list-group-horizontal-xxxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxxl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xxxl .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxxl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .d-xxxl-none {
    display: none !important;
  }

  .d-xxxl-inline {
    display: inline !important;
  }

  .d-xxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxl-block {
    display: block !important;
  }

  .d-xxxl-table {
    display: table !important;
  }

  .d-xxxl-table-row {
    display: table-row !important;
  }

  .d-xxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxl-flex {
    display: flex !important;
  }

  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }

  .flex-xxxl-row {
    flex-direction: row !important;
  }

  .flex-xxxl-column {
    flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxxl-center {
    justify-content: center !important;
  }

  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    align-items: center !important;
  }

  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    align-content: center !important;
  }

  .align-content-xxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    align-self: center !important;
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }

  .float-xxxl-left {
    float: left !important;
  }

  .float-xxxl-right {
    float: right !important;
  }

  .float-xxxl-none {
    float: none !important;
  }

  .m-xxxl-0 {
    margin: 0 !important;
  }

  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }

  .m-xxxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxxl-3 {
    margin: 1rem !important;
  }

  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxxl-5 {
    margin: 3rem !important;
  }

  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }

  .p-xxxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxxl-3 {
    padding: 1rem !important;
  }

  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxxl-5 {
    padding: 3rem !important;
  }

  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }

  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }

  .text-xxxl-left {
    text-align: left !important;
  }

  .text-xxxl-right {
    text-align: right !important;
  }

  .text-xxxl-center {
    text-align: center !important;
  }

  .home-bottom-section.home-bottom-position-two-column .home-bottom-section-inner > div:nth-child(2n-1) .content-module {
    padding-right: 16rem;
  }

  .home-bottom-section.home-bottom-position-two-column .home-bottom-section-inner > div:nth-child(2n) .content-module {
    padding-left: 16rem;
  }

  .footer-kickerimage-position .container {
    max-width: 1540px;
  }

  .position-3-container .home-position.product-module,
  .position-4-container .home-position.product-module,
  .position-2-container .home-position.product-module {
    max-width: 1850px;
  }
}

@media (max-width: 1899.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xxxl > .table-bordered {
    border: 0;
  }

  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .product-quickview .aurora-scroll-list-item,
  .quickview-scroller-wrapper,
  .quickview-img-snapshot img {
    width: 350px !important;
  }

  .sf-horizontal .dropDownParent.align-1 .subTreeDropDown.children > li .custom-dropdown-item-pictures a .item-pic-name {
    font-size: 1.4rem;
  }
}

@media (max-width: 1599.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 {
    padding-right: 0;
    padding-left: 0;
  }

  .information_list_item_introtext img {
    max-width: 200px;
    height: auto;
  }

  .footer-advantages-item {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 1200px) {
  .aurora-nanobar {
    padding: 10px;
  }

  .aurora-nanobar-container {
    width: 90%;
  }

  .aurora-nanobar-freeshipping .aurora-nanobar-text {
    padding: 0;
  }

  .aurora-nanobar-close-x {
    right: 15px;
  }
}

@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 {
    padding-right: 0;
    padding-left: 0;
  }

  .home-bottom-section.home-bottom-position-two-column-inner {
    flex-wrap: wrap;
  }

  .category-page-bottom-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-position .aurora-scroll-arrow-pos-2 .aurora-scroll-btn-left {
    left: 1rem;
    bottom: auto;
    top: -50px;
  }

  .home-position .aurora-scroll-arrow-pos-2 .aurora-scroll-btn-right {
    right: 1rem;
    bottom: auto;
    top: -50px;
  }

  .home-position .aurora-scroll-arrow-pos-2 .aurora-scroll-btn:before {
    font-size: 11px;
    width: 22px;
    height: 22px;
    line-height: 22px;
  }

  .bannerscroller-module,
  .nivoSlider img {
    height: calc(700px * 0.9) !important;
  }

  .product_table_addtocart_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .product_table_quantity,
  .product_table_addtocartbtn {
    flex: 0 0 100%;
    padding: 1rem 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 {
    padding-right: 0;
    padding-left: 0;
  }

  .two-column-content {
    margin-bottom: 2rem;
  }

  .main-row .column-content-left,
  .main-row .column-content-right,
  .main-row .column-left,
  .main-row .column-right,
  .main-row .two-column-content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home-bottom-position .module-body {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-click-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    visibility: hidden;
    opacity: .3;
    transform: scale(1, 0);
    min-width: 100%;
    transform-origin: top;
    animation-fill-mode: forwards;
    transition: all 0.2s 0s linear;
  }

  .active .dropdown-click-menu {
    visibility: visible;
    transform: scale(1, 1);
    opacity: 1;
    transition: all 0.2s 0s linear;
  }

  .home-bottom-position.newsletter_subscribe-module .module-body {
    padding-left: 0;
  }

  .bannerscroller-module,
  .nivoSlider img {
    height: calc(700px * 0.6) !important;
  }

  .mobile-cart-product-count {
    top: 20px;
    background: #212121;
    color: #f3f5f7 !important;
    padding: 3px;
    min-width: 15px;
    height: 15px;
    font-size: 10px;
    position: absolute;
    right: 10px;
    z-index: 80004;
    width: 15px;
    line-height: 9px;
    font-weight: 700;
    text-align: center;
    border-radius: 9999em;
    display: block;
  }

  .cart-module {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    transform: scale(0, 0);
    transition: all 0.2s ease-in-out;
  }

  .cart-module.collapse.show {
    top: 70px;
    z-index: 99999;
    transform: scale(1, 1);
  }

  .header-middle-right .cart-module {
    position: fixed;
  }

  .cart-dropdown {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    transform: scale(1, 1);
  }

  .cart-dropdown-product-list {
    max-height: 300px;
    overflow-x: auto;
  }

  .mobile-cart-empty,
  .cart-module-button {
    display: none;
  }

  .category-list-link,
  .category-list-link:visited {
    padding: 0 15px;
  }

  .module-dealofday-wrapper .module-dealofday-wrapper .img-thumbnail-link {
    max-width: 400px;
    margin: auto;
  }

  .module-dealofday-wrapper .snapshot_horizontal_product {
    flex-direction: column;
  }

  .module-dealofday-wrapper .snapshot_horizontal_right,
  .module-dealofday-wrapper .snapshot_horizontal_left {
    flex: 0 0 100%;
    width: 100%;
  }

  .module-dealofday-wrapper .snapshot_horizontal_left {
    padding-right: 0;
    padding-bottom: 2rem;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .module-dealofday-wrapper .snapshot_horizontal_right {
    padding-left: 0;
    padding-top: 15px;
  }

  .module-dealofday-wrapper .img-thumbnail-link {
    margin-bottom: 40px;
  }

  .module-dealofday-wrapper .list_actions {
    flex-direction: column;
  }

  .login-list {
    display: none;
  }

  .responsive-menu {
    display: flex;
  }

  .mm-page .page-wrap {
    padding-top: 70px;
  }

  .home-bottom-position.newsletter_subscribe-module .form-element-checkbox {
    text-align: left;
  }

  .home-bottom-position.newsletter_subscribe-module .newsletter-pretext {
    text-align: left;
  }

  .module-paf_filter-wrapper {
    position: fixed;
    z-index: 901;
    top: 70px;
    left: -100vw;
    width: 280px;
    transition: transform 0.6s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    visibility: hidden;
    opacity: 0;
  }

  .module-paf_filter-wrapper .module {
    background: #ffffff;
    height: calc(100vh - 70px);
    overflow-y: scroll;
    overflow-x: hidden;
    transition: .5s;
    overflow-scrolling: touch;
  }

  .search-dropdown-module {
    display: block;
    position: static;
  }

  .col-phone-categoryselect {
    display: none;
  }

  .search-popup-content {
    top: 160px;
    width: 100%;
    padding: 0 5%;
  }

  .col-categoryselect .form-control {
    height: 52px !important;
  }

  .footer-social-links a {
    width: 24px;
  }

  .footer-kickerimages .kickerimages-row {
    flex-wrap: wrap !important;
    justify-content: center;
  }

  .footer-kickerimages .kickerimages-col {
    flex: 0 0 50%;
  }

  .sr-cart-table.table {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #d6d6d6;
    padding-top: 15px;
  }

  .sr-cart-table.table > tbody {
    display: flex;
    flex-wrap: wrap;
    border: 0;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 5px;
    padding: 10px 0 0;
  }

  .cart-page-vue .cart-title {
    margin-top: 0;
  }

  .sr-cart-table.table > tbody > tr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-basis: 100%;
  }

  .sr-cart-table.table > tbody.row-danger {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
  }

  .sr-cart-table .row-danger-box > td {
    margin: auto;
  }

  .sr-cart-table.table > tbody:not(.row-danger) > tr > td,
  .sr-cart-table.table > tbody > tr > th,
  .sr-cart-table.table > tfoot > tr > td,
  .sr-cart-table.table > tfoot > tr > th,
  .sr-cart-table.table > thead > tr > td,
  .sr-cart-table.table > thead > tr > th {
    border: 0;
  }

  .sr-cart-table.table > tbody > tr > td.cart-row-image {
    flex-basis: 12%;
    display: flex;
    padding-top: 0;
    flex-basis: 10%;
  }

  .sr-cart-table.table > tbody > tr > td.cart-row-name {
    display: flex;
    flex-basis: 88%;
    padding: 0;
    align-items: center;
    flex-wrap: wrap;
  }

  .sr-cart-table.table > tbody > tr > td.cart-row-name .cart-product-name {
    display: flex;
    flex-basis: 100%;
    padding-top: 0;
    padding-bottom: 8px;
  }

  .sr-cart-table.table > tbody > tr > td.cart-row-amount {
    display: flex;
    flex-basis: 26%;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
  }

  .sr-cart-table.table .cart-product-attribute-wrapper {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    margin: 0;
  }

  .sr-cart-table .cart-row-name a {
    line-height: 1.5rem;
  }

  .sr-cart-table.table tr.mobile-quantity-row > td {
    display: flex;
    flex-basis: 100%;
  }

  .sr-cart-table .mobile-price-wrapper {
    order: 2;
    display: flex;
    flex-basis: 84%;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    flex-basis: 80%;
  }

  .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 .edit-button.cart-button {
    padding-right: 10px;
  }

  .sr-cart-table .cart-button .btn {
    line-height: 18px;
  }

  .sr-cart-table .cart-buttons-wrapper {
    display: flex;
    flex-basis: 100%;
    padding-top: 8px;
  }

  .sr-cart-table .quantity-input .form-control {
    width: 35px;
  }

  .sr-cart-table.table > tbody > tr > td.cart-row-name,
  .sr-cart-table.table tr.mobile-quantity-row > td {
    flex-basis: 90%;
    padding-left: 10px;
  }

  .sr-cart-table.table > tbody > tr.mobile-quantity-row {
    justify-content: flex-end;
  }

  .sr-cart-table.table > tbody > tr.mobile-quantity-row td {
    padding-top: 11px;
    padding-bottom: 15px;
  }

  .sr-cart-table.table > tbody.gift-wrapping tr > td,
  .sr-cart-table.table > tbody.free-gift-chooser tr > td {
    padding-bottom: 17px;
    padding-top: 9px;
  }

  .sr-cart-quantity-input {
    padding-right: 1px;
    height: 29px;
  }

  .sr-cart-quantity-input .input-group-btn-plus button {
    margin-right: -1px;
  }

  .sr-shipping-cost-calculator-wrapper,
  .col-cart-summary-box-table {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .sr-shipping-cost-calculator-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .pd-tab ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }

  .pd-tab ul li label {
    width: 100%;
    display: block;
    float: none;
    padding: 8px 25px;
  }

  .pd-tab .custom-tab .form-group {
    display: block;
  }

  .pd-tab .custom-tab button {
    width: 100%;
  }

  .product-sortbar {
    min-height: 4rem;
    margin-top: 1rem;
  }

  .pagination-link,
  .pagination-link-active,
  .pagination-link:visited {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
  }

  .pagination_first,
  .pagination_last {
    display: inline-block;
  }

  .pagination_next,
  .pagination_back {
    position: relative !important;
    font-size: 1.7rem;
  }

  .pagination_back {
    border-right: 0;
  }

  .pagination_back:before {
    content: '\e832';
  }

  .pagination_next {
    border-left: 0;
    border-right: 1px solid #cacfd9;
  }

  .pagination_next:before {
    content: '\e833';
  }

  .product-page-row.row,
  .product-positions.row {
    margin: 0;
  }

  .product-page-row.row > section {
    padding: 0;
  }

  .product-content-columns-container {
    padding-top: 10px;
  }

  .position_2_wrapper,
  .position_3_wrapper,
  .position_4_wrapper {
    padding: 1rem 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: 3rem;
  }

  .product-children-table td {
    display: flex;
    align-items: center;
  }

  .product-children-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    flex: 0 0 30%;
    font-size: 1.5rem;
  }

  .product-children-table td:last-child:before {
    display: none;
  }

  .product-children-table td div {
    flex: 0 0 70%;
    font-size: 1.5rem;
    padding-right: 1rem;
    justify-content: flex-end;
    text-align: right;
  }

  .product-children-table tr.even td:last-child {
    background: #787878;
  }

  .product-children-table .list_addtocart {
    display: block;
    flex: 1;
    padding-right: 0;
  }

  .product-children-table .list_addtocart > * {
    flex: 0 0 100%;
  }

  .product-children-table .button-add-to-cart {
    flex: 1 1 100%;
  }

  .product-children-table .quantity-name-text {
    display: none;
  }

  .product-children-table .bootstrap-touchspin {
    flex: 0 0 120px;
    text-align: center;
    justify-content: center;
  }

  .contact-wrapper-box-line .footer-contact-col {
    padding: 0 15px;
  }

  footer .list-group-flush .list-group-item {
    font-size: 14px;
    line-height: 18px;
  }

  .footer-advantages {
    margin: 0 !important;
  }

  .footer-top-position > .container .footer-advantages-section {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .footer-advantages .footer-advantages-item {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .sr-modal-header {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .sr-modal-close-button {
    right: -10px;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .sr-container-small {
    width: 100%;
  }

  .home-bottom-section.home-bottom-position-two-column-inner {
    border: 0;
  }

  .home-bottom-section.home-bottom-position-two-column .home-bottom-section-inner > div:nth-child(2n) .module-head {
    text-align: left;
  }

  .home-bottom-section.home-bottom-position-two-column .footer-container {
    max-width: 100%;
    padding: 0;
    display: block;
  }

  .home-bottom-section .footer-container .content-module {
    padding: 3rem 0;
  }

  .home-bottom-position .module-body,
  .home-position .module-body {
    padding: 0 20px;
  }

  .home-bottom-position .module-head,
  .home-position .module-head {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
  }

  .home-bottom-section .footer-container .content-module .module-head-title {
    font-size: 3rem;
  }

  .home-sections {
    padding: 0 15px;
  }

  .home-sections .module-kickerimage-wrapper {
    margin: 0 -15px;
  }

  .main-row {
    padding-top: 15px;
  }

  .aurora-scroll-btn-left {
    left: 0;
  }

  .aurora-scroll-btn-right {
    right: 0;
  }

  .product-sortbar-top .product-sortbar-inner button.open-filter-btn {
    width: 65%;
    font-size: 1.8rem;
  }

  .product-sortbar-top .product-sortbar-inner button.open-filter-btn .open-filter-btn i {
    margin-right: 5px;
  }

  .product-sortbar-top .product-sortbar-inner .sort {
    width: 35%;
  }

  .product-sortbar-top .product-sortbar-inner .sort .sort-dropdown {
    min-width: auto;
    width: 100%;
  }

  .product-sortbar-top .product-sortbar-inner .sort-dropdown-list {
    min-width: 200px;
    right: 0;
    left: auto !important;
    top: -4px !important;
    transform: translate3d(1px, 66px, 0px) !important;
    border: 1px solid #cacfd9;
  }

  .product-sortbar-top .product-sortbar-inner .sort-dropdown-list .dropdown-item {
    font-size: 1.625rem;
  }

  .product-module.home-position:not(#dealofday) .list_div_item.product-snapshot {
    width: 70%;
    flex-shrink: 0;
    padding: 0 5px;
  }

  .product-module.home-position:not(#dealofday) .list_with_divs {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }

  .product-module.home-position:not(#dealofday) .mobile-simple-view.snapshot_vertical_product {
    padding: 0 0 25px 0;
  }

  .product-module.home-position:not(#dealofday) .mobile-simple-view.snapshot_vertical_product .list_picture {
    margin-bottom: 10px;
  }

  .product-module.home-position:not(#dealofday) .mobile-simple-view.snapshot_vertical_product .list_prouctname.snapshot-list-item {
    line-height: 19px;
    text-align: center;
    height: 40px !important;
    overflow: hidden;
  }

  .product-module.home-position:not(#dealofday) .mobile-simple-view.snapshot_vertical_product .snapshot_vertical_product_inner > div:not(.list_picture):not(.list_prouctname):not(.list_prouctprice):not(.list_actions) {
    display: none;
  }

  .product-module.home-position:not(#dealofday) .mobile-simple-view.snapshot_vertical_product .snapshot-list-item {
    text-align: center;
  }

  .product-module.home-position:not(#dealofday) .mobile-simple-view.snapshot_vertical_product .list_prouctprice {
    padding: 5px 0 0;
  }

  .product-module.home-position:not(#dealofday) .mobile-simple-view.snapshot_vertical_product .list_original {
    font-size: 1.6rem;
  }

  .product-module.home-position:not(#dealofday) .mobile-simple-view.snapshot_vertical_product .list_actions {
    display: flex;
    justify-content: space-between;
  }

  .product-module.home-position:not(#dealofday) .mobile-simple-view.snapshot_vertical_product .list_actions .list_addtocart,
  .product-module.home-position:not(#dealofday) .mobile-simple-view.snapshot_vertical_product .list_actions .list_details {
    padding: 0 2px;
    width: 100%;
  }

  .product-module.home-position:not(#dealofday) .mobile-simple-view.snapshot_vertical_product .list_actions .list_addtocart .btn,
  .product-module.home-position:not(#dealofday) .mobile-simple-view.snapshot_vertical_product .list_actions .list_details .btn {
    width: 100%;
    padding: 8px 12px;
  }

  .product-module.home-position:not(#dealofday) .mobile-simple-view.snapshot_vertical_product .list_price,
  .product-module.home-position:not(#dealofday) .mobile-simple-view.snapshot_vertical_product .list_special {
    font-size: 2.3rem;
  }

  .one-column-content .snapshot_vertical .list_div_item {
    width: 100%;
  }

  .product-snapshot .snapshot_vertical_product_inner {
    padding: 0;
  }

  .side-position .snapshot_horizontal_product {
    flex-direction: row;
  }

  .side-position .snapshot_horizontal_left {
    width: 30%;
  }

  .side-position .snapshot_horizontal_right {
    width: 70%;
  }

  body:not(.home_body) .snapshot_horizontal:not(.side_module) .list_div_item,
  .two-column-content .snapshot_vertical.list-style .list_div_item {
    width: 50%;
  }

  body:not(.home_body) .snapshot_horizontal:not(.side_module) .list_div_item .list-productname-link,
  .two-column-content .snapshot_vertical.list-style .list_div_item .list-productname-link {
    font-size: 1.4rem;
  }

  .snapshot_horizontal_left {
    width: 100%;
    padding-right: 0;
  }

  .snapshot_horizontal_right {
    width: 100%;
    padding-bottom: 0;
  }

  .snapshot_horizontal_right .list_actions {
    padding: 0;
  }

  .snapshot_horizontal_right .list_prouctname.snapshot-list-item {
    padding-top: 0;
  }

  .snapshot_horizontal:not(#dealofday_home_list) .snapshot_horizontal_product .snapshot_horizontal_left .wishlist-add {
    display: block;
    font-size: 0;
    padding-top: 5px;
  }

  .snapshot_horizontal_product {
    flex-direction: column;
  }

  .snapshot_horizontal_product .list-details-link {
    padding: 8px 20px;
  }

  .snapshot_horizontal_product .list_addtocart {
    flex-wrap: wrap;
  }

  .snapshot_horizontal_product .list_addtocart .bootstrap-touchspin {
    width: 80px;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }

  .snapshot_horizontal_product .list_addtocart .quantity-name-text {
    padding: 0 15px 10px;
  }

  .snapshot_vertical_product,
  .snapshot_vertical_product:hover {
    border-color: transparent;
  }

  body .home-position .module-body,
  body .home-bottom-position .module-body,
  .section-instafeed .module-body {
    padding: 0 !important;
  }

  .side-position .paf-filter-module-head.module-head {
    height: 5rem;
  }

  .bannerscroller-module,
  .nivoSlider img {
    height: calc(700px * 0.4) !important;
  }

  .auroramessenger-popupcontent {
    width: 420px;
  }

  .auroramessenger-message.popup .module {
    display: none;
  }

  .cartPopupModuleProduct .auroramessage_prodpic,
  .cartPopupModulePackage .auroramessage_prodpic {
    display: none;
  }

  .cartPopupModuleProduct .auroramessage_incart,
  .cartPopupModulePackage .auroramessage_incart {
    float: none;
    width: auto;
    margin: 0;
    display: block;
  }

  .cartPopupModuleProduct .auroramessage_link,
  .cartPopupModulePackage .auroramessage_link {
    float: none;
    width: 100%;
  }

  .auroramessage_others {
    display: none;
  }

  .module-dealofday-wrapper {
    padding: 0;
  }

  .module-dealofday-wrapper .img-thumbnail-link {
    margin-bottom: 0;
  }

  .kickerimage-box img {
    width: 100%;
    height: auto !important;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
  }

  .kickerimage-inner-wrapper {
    text-align: left;
  }

  .kickerimage-link,
  .kickerimages-col {
    height: 100px;
  }

  .kickerimage-button,
  .kickerimage-description {
    display: none !important;
  }

  .aurora-nanobar-firstlogin .aurora-nanobar-text {
    display: block;
    padding-bottom: 10px;
  }

  .news-article img {
    width: 100%;
  }

  .home-position .article-title,
  .home-position .article-info {
    text-align: left;
  }

  .home-position .news-all-button {
    padding: 10px 2rem 10px 2rem;
  }

  .home-section .module-news-wrapper {
    padding: 1rem 0;
  }

  .home-section .news-pretext {
    padding: 0;
  }

  .home-section .article-list {
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .home-section .article-list-item {
    flex-shrink: 0;
    width: 70%;
    padding-bottom: 25px;
  }

  .home-section .news-article {
    padding: 0 5px;
  }

  .home-bottom-section .news-all-button .btn {
    width: 100%;
  }

  .home-bottom-position.newsletter_subscribe-module .subscribe_button {
    text-align: left;
  }

  .home-bottom-position.newsletter_subscribe-module .form-element {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }

  .home-bottom-position.newsletter_subscribe-module .form-element label {
    justify-content: flex-start;
  }

  .home-bottom-position.newsletter_subscribe-module .fieldset {
    margin: 0;
  }

  .home-bottom-position.newsletter_subscribe-module .label-inbefore span {
    font-size: 1.4rem;
    width: 100%;
  }

  .home-bottom-position.newsletter_subscribe-module .subscribe_button .btn {
    width: 100%;
  }

  .pafsearch-module .widget {
    width: 100%;
  }

  .position-3-container .product-review-list .module-head,
  .position-3-container .product-review-form .module-head {
    box-shadow: none;
    cursor: initial;
  }

  .position-3-container .product-review-list .module-head:after,
  .position-3-container .product-review-form .module-head:after {
    display: none;
  }

  .position-3-container .product-review-list .module-head.active,
  .position-3-container .product-review-form .module-head.active {
    background: initial;
    color: initial;
  }

  .position-3-container .product-review-list .module-body,
  .position-3-container .product-review-form .module-body {
    height: initial;
    opacity: 1;
    visibility: visible;
  }

  .product-review-form {
    padding: 15px;
  }

  .module-search-critea {
    padding: 0 10px;
  }

  .module-search-critea .module-body .form-group label {
    padding: 0;
    width: 30%;
  }

  .module-search-critea .module-body .form-group div {
    width: 70%;
    padding: 0;
  }

  .module-search-critea .module-body .search-in-desc-row.form-group > label {
    width: 80%;
  }

  .module-search-critea .module-body .search-in-desc-row.form-group > div {
    width: 20%;
    text-align: right;
  }

  .module-search-critea .module-body .search-button-row.form-group > label {
    display: none;
  }

  .module-search-critea .module-body .search-button-row.form-group > div {
    width: 100%;
  }

  .module-search-critea .module-body .search-button-row.form-group > div a.btn {
    width: 100%;
  }

  .footer-kickerimage-position .container {
    max-width: 100%;
    padding: 0;
  }

  .footer-kickerimages .kickerimage-box,
  .footer-kickerimages .kickerimages-col {
    height: 150px;
  }

  .footer-kickerimages .kickerimage-inner-wrapper {
    text-align: center;
    top: 40%;
  }

  .footer-kickerimages .kickerimage-title:after {
    display: none;
  }

  .footer-kickerimages .kickerimage-button,
  .footer-kickerimages .kickerimage-description {
    display: block !important;
  }

  .account_edit_body .form-table tr > td {
    width: 100% !important;
    display: block;
  }

  .social_login_inline_text {
    padding-bottom: 10px;
  }

  #account_customerdata_container .social_login_div_inline .social_link {
    text-align: center;
  }

  .account_forgotten_body .social_link {
    text-align: center;
  }

  #customer_delete.modal,
  .registration-contribution {
    top: 60px;
  }

  .sr-cart-table.table > tbody > tr > td.cart-row-name,
  .sr-cart-table.table tr.mobile-quantity-row > td {
    flex-basis: 84%;
  }

  .sr-cart-table.table > tbody > tr > td.cart-row-image {
    flex-basis: 16%;
  }

  .sr-cart-quantity-input .form-control {
    width: 35px;
    max-width: 35px;
  }

  .sr-cart-quantity-input .btn {
    padding: 5px 7px;
  }

  .sr-cart-table .cart-row-name a {
    line-height: 1.8rem;
  }

  .sr-cart-table .special-price-sum,
  .sr-cart-table .current-price {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .sr-cart-table .cart-row-image img {
    max-width: 100%;
  }

  .sr-cart-bottom-buttons-row .sr-col-shop-continue {
    padding: 0;
  }

  .sr-cart-bottom-buttons-row .sr-col-shop-continue .sr-cart-back.btn {
    padding-left: 0;
    padding-right: 0;
  }

  .sr-cart-bottom-buttons-row .btn {
    width: 100%;
    margin-bottom: 15px;
  }

  .sr-cart-special-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .sr-cart-special-row-title {
    padding-bottom: 8px;
    line-height: 1.5rem;
    margin-right: 10px;
  }

  .sr-cart-summary-box-table {
    table-layout: fixed;
  }

  .sr-cart-summary-box-table .gross-total {
    font-size: 2.1rem;
    line-height: 1.8rem;
  }

  .sr-col-to-chekout {
    flex-direction: column;
  }

  .col-country-select-box {
    margin-bottom: 10px;
  }

  .cart-package-offer-table.sr-cart-table.table .package-offer-head-mobile .sr-cart-quantity-input {
    width: 100px;
  }

  .information_list .orderby {
    border: 1px solid #f1f1f1;
    border-radius: 0;
    margin: 10px 0;
    padding: 0;
  }

  .information_list.information_page .top h1 {
    padding: 0 0 10px 0;
    margin-bottom: 15px;
  }

  .information_list .heading {
    margin: 0;
    padding-bottom: 5px;
  }

  .information_list_item_info {
    font-size: 10px;
  }

  .information_list.information_page .information_list_item_introtext {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 10px;
    flex-direction: column;
  }

  .information_list.information_page .information_list_item_introtext a.information_list_item_intro_pic_link {
    width: 100%;
    display: block;
    text-align: center;
  }

  .information_list.information_page .information_list_item_introtext a.information_list_item_intro_pic_link img {
    padding: 0 0 10px 0;
    max-width: 100%;
  }

  .information-list-wrapper .information_list_item_wrapper:nth-child(even) {
    background-color: #f1f1f1;
  }

  .information_list_item {
    padding: 10px;
  }

  .information_page .top h1 {
    font-size: 2.6rem;
    line-height: 3rem;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }

  .information_page_body .information_list_item_introtext {
    padding: 0 0 10px 0;
    flex-direction: column;
  }

  .information_list_item_introtext img {
    padding: 0 0 10px 0;
    margin: 0 auto;
  }

  .product-sortbar {
    margin: 0 -15px;
  }

  .product-sortbar .sort {
    border-left: 0;
    padding: 0;
    margin-right: 0;
  }

  .product-sortbar .caret {
    top: 3rem;
  }

  .display,
  .sort-text {
    display: none;
  }

  .sort-dropdown-toggle {
    font-size: 0;
    height: 7rem;
    border: 0;
    padding: 0;
    border-left: 1px solid #cacfd9;
  }

  .sort-dropdown-toggle:before {
    content: '\e871';
    font-family: "korfu-design-icons",sans-serif;
    font-size: 2.5rem;
  }

  .category-page-top-section {
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .category-page-top-section .top h1 {
    font-size: 4rem;
    margin-bottom: 0;
    text-align: left;
    padding: 0 0 25px 0;
  }

  .category-page-top-section .top h1:after {
    display: none;
  }

  .category-page-top-section .pw-link {
    color: #212121;
  }

  .category-page-top-section .pw-link span {
    vertical-align: middle;
  }

  .category-description {
    display: none;
  }

  .category-page-middle-section .sr-container-md {
    padding: 0;
  }

  .category-page-middle-section .subcategory-list {
    margin: 0;
    padding: 0;
  }

  .category-page-middle-section .subcategory-item {
    padding: 0;
  }

  .category-page-middle-section .subcategory-item ~ .subcategory-item {
    border-top: 1px solid #fff;
  }

  .category-page-middle-section .subcategory-description {
    display: none !important;
  }

  .category-page-middle-section .subcategory-item-inner {
    border-bottom: 1px solid #cacfd9;
  }

  .category-page-middle-section .subcategory-list .subcategory-item:last-child .subcategory-item-inner {
    border-bottom: 0;
  }

  .category-page-middle-section .category-page-middle-section {
    background-color: #f3f5f7;
    padding-bottom: 2rem;
  }

  .category-page-middle-section .subcategories-wrapper {
    margin-bottom: 15px;
  }

  .category-page-middle-section .subcategory-name {
    height: auto;
    padding: 20px 1rem;
    text-align: left;
    justify-content: flex-start;
  }

  .category-page-middle-section .subcategory-name:after {
    color: #212121;
    font-size: 1.3rem;
    font-weight: 300;
    content: '\e833';
    font-family: "korfu-design-icons", sans-serif;
    display: inline-block;
    margin-left: auto;
  }

  .category-page-middle-section .subcategory-name:hover:after {
    color: #f3f5f7;
  }

  .category-page-bottom-section {
    padding: 0 15px;
  }

  .sr-login-page-body .one-column-content {
    padding: 0;
  }

  .sr-login-page-body .sr-login-row-buttons {
    margin: 0;
  }

  .sr-login-page-body .sr-login-row-buttons > div {
    padding: 0;
  }

  .sr-login-page-body .sr-login-row-buttons .sr-login-forgotten-div {
    max-width: 45%;
    flex: 0 0 45%;
  }

  .sr-login-page-body .sr-login-row-buttons .sr-login-remember-me-div {
    max-width: 55%;
    flex: 0 0 55%;
  }

  .product-page-top.sr-container-md {
    max-width: 100%;
  }

  .product-page-row > .col-sm-12 {
    padding: 0;
  }

  .product-page-top-wrapper {
    padding: 1rem 0;
  }

  .flypage h1 {
    padding: 0 2rem 0 2rem;
    text-align: left;
    font-size: 3rem;
    line-height: 3.4rem;
    margin-bottom: 10px;
  }

  .product-image {
    border: 0;
  }

  .packageoffer-line-right {
    background: #e9ecef;
    padding: 15px;
  }

  .packageoffer-item {
    text-align: center;
  }

  .packageoffer-line {
    flex-direction: column;
  }

  .packageoffer-line-left {
    flex-direction: column;
  }

  .packageoffer-totals {
    justify-content: center;
  }

  .packageoffer-cart-button {
    text-align: center;
  }

  .position-3-container .module-head {
    padding: 0 15px;
    position: relative;
    cursor: pointer;
  }

  .position-3-container .module-head-title {
    font-size: 1.8rem;
  }

  .position-3-container .home-position {
    padding: 0;
  }

  .product-after-tabs-position-wrapper,
  .position-2-container .home-position.product-module,
  .position-4-container .home-position.product-module {
    padding: 0;
  }

  .position-4-container .productreview.home-position.product-position {
    padding: 0;
  }

  .position_3_wrapper {
    padding: 0 0 15px 0;
  }

  .position_3_wrapper .sr-container-md {
    padding: 0;
  }

  .position-2-container > div:nth-child(even) {
    padding: 0 0 4rem 0;
  }

  .tab_page .module-head > .module-head-title {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .image-lens-magnifying-glass {
    display: none !important;
  }

  .more-images-position-image-left .product-images-module .module-body {
    height: initial !important;
  }

  .product_parameters .no-border,
  .product_parameters .param-label,
  .product_parameters .param-value,
  .product_parameters .product-short-description {
    padding: 5px 5px 5px 0;
  }

  .product-page-price {
    padding-left: 0;
    padding-right: 0;
    justify-content: space-around;
  }

  .product-page-price-wrapper .price_row {
    padding-right: 10px;
  }

  .decrease_wrapper {
    text-align: left;
    line-height: 1.5em;
    padding-right: 0;
  }

  .product_table_quantity .quantity-to-cart {
    width: 50px;
  }

  .tabs,
  .tab-pages {
    width: 100%;
  }

  .position-3-container {
    flex-direction: column;
  }

  .tabs a,
  .tabs a:visited {
    font-size: 1.6rem;
    line-height: 1.8rem;
    padding: 12px 20px;
  }

  .tab_page {
    padding: 0;
  }

  .tabs a,
  .tabs a:visited,
  .tabs a:hover,
  .tabs a:active,
  .tabs a.selected,
  .tabs a.selected:visited,
  .tabs a.selected:hover,
  .tabs a.selected:active {
    display: block;
    float: none;
  }

  .sr-guest-registration-order-1 {
    flex-basis: 100%;
  }

  .sr-guest-registration-order-2 {
    order: 2;
  }

  .wishlist_table {
    display: block;
  }

  .wishlist_table tbody {
    display: block;
  }

  .wishlist_table tr {
    display: flex;
    flex-wrap: wrap;
  }

  .wishlist_table tr th {
    border: 0;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 12px;
    line-height: 12px;
    width: 33.3%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .wishlist_table tr th.wishlist-cell-product {
    display: block;
    width: 100%;
    border-bottom: 0;
  }

  .wishlist_table tr td {
    width: 33.3%;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 0;
  }

  .wishlist_table tr td.wishlist-cell-product-value {
    width: 100%;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }

  .wishlist_table tr td.wishlist-cell-action-value {
    flex-direction: column;
    justify-content: center;
    width: 30%;
  }

  .wishlist_table tr .wishlist-form-control.form-control {
    padding: 5px;
  }

  .wishlist_table tr .wishlist-add-to-cart-button {
    display: block;
    width: 100%;
  }

  .wishlist_table tr .button-add-to-cart {
    display: block;
    width: 100%;
  }

  .wishlist_table tr th.wishlist-cell-comment {
    justify-content: flex-start;
    width: 46%;
  }

  .wishlist_table tr th.wishlist-cell-added {
    width: 20%;
  }

  .wishlist_table tr th.wishlist-cell-action {
    justify-content: flex-end;
  }

  .wishlist_table tr td.wishlist-cell-comment-value {
    width: 40%;
  }

  .wishlist_table tr td.wishlist-cell-added-value {
    width: 30%;
  }

  .wishlist_table tr .wishlist_product_picture {
    width: 20%;
    float: none;
    display: flex;
    padding-right: 5px;
    padding-bottom: 0;
  }

  .wishlist_table tr .wishlist_product_name {
    width: 60%;
  }

  .wishlist_table tr .wishlist_product_price {
    width: 20%;
  }

  .wishlist_table tr .wishlist_product_price span {
    display: block;
    text-align: right;
  }

  .wishlist_table tr:nth-child(odd) {
    background-color: #f1f1f1;
  }

  .wishlist-buttons .btn {
    margin: 5px 0;
    width: 100%;
    display: block;
  }

  body .fb_iframe_widget.fb-customerchat iframe {
    top: auto !important;
    height: 65% !important;
    bottom: 0;
    background: #fff;
  }

  .footer-advantages-item-left {
    width: 25px;
    max-width: 25px;
  }

  .footer-top-position > .container .footer-advantages-section {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-advantages .footer-advantages-item {
    padding: 0;
  }

  .footer-advantages .footer-advantages-item:last-child {
    margin-bottom: 0;
  }

  .footer-advantage-title {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .aurora-nanobar-firstlogin .aurora-nanobar-text {
    padding-left: 0;
    padding-right: 0;
  }

  .aurora-nanobar-firstlogin .aurora-nanobar-buttons-wrapper {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@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 {
    padding-right: 0;
    padding-left: 0;
  }

  .main-row {
    margin: 0;
  }

  .main-row .column-content-left,
  .main-row .column-content-right,
  .main-row .column-left,
  .main-row .column-right,
  .main-row .two-column-content {
    padding: 0;
  }

  .product-page-row .home-position .module-head {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  footer .list-group {
    flex-direction: column;
  }

  footer .list-group-item {
    padding: 1rem 0;
  }

  .footer-contact-info {
    display: flex;
    justify-content: space-between;
  }

  .footer-contact-info-text {
    padding-right: 0;
  }

  .footer-copyright-text,
  .footer-contact-info {
    padding: .5rem 1.5rem;
  }

  .footermenu-list {
    flex-direction: column;
  }

  .footer-row {
    padding: 1rem 0;
  }

  .footer-col-position {
    padding: 5px 0;
  }

  .custom-countdown-style {
    max-width: 100%;
  }

  .fancybox-overlay .form-table,
  .fancybox-overlay .form-table tbody,
  .fancybox-overlay .form-table tr,
  .fancybox-overlay .form-table td,
  .fancybox-overlay .form-table tbody {
    display: block;
  }

  .fancybox-overlay .form-table td {
    padding: 0 0 5px 0;
  }

  .fancybox-overlay .form-control {
    width: 100% !important;
  }

  .fancybox-overlay .content {
    margin: 0;
    padding: 5px 0;
  }

  .fancybox-overlay textarea {
    max-height: 70px;
  }

  input[type="checkbox"] {
    width: 22px;
    height: 22px;
  }

  .quickview {
    display: none;
  }

  .list_with_divs {
    width: 100%;
    margin-left: -5px;
    margin-right: -5px;
  }

  .list_with_divs .product-snapshot {
    padding-left: 5px;
    padding-right: 5px;
  }

  .product-snapshot.list_div_item:last-child {
    border-bottom: 0;
  }

  .list_prouctname {
    padding-top: 0;
    line-height: 1.8rem;
  }

  .list-productname-link {
    font-size: 1.4rem;
  }

  .snapshot-list-item {
    text-align: left;
  }

  .list_actions .list_details,
  .list_actions .list_addtocart {
    margin: .5rem 0;
  }

  .list_actions .list_details .btn,
  .list_actions .list_addtocart .btn {
    width: 100%;
  }

  .list_original {
    font-size: 1.4rem;
    padding-right: 2px;
  }

  .list_special,
  .list_price {
    font-size: 2rem;
  }

  .list_picture .product_badges {
    display: none;
  }

  .side-position .list_with_divs,
  .two-column-content .list_with_divs {
    margin: 0 -5px;
    width: auto;
    padding: 0;
  }

  .wishlist-add {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .wishlist-add:before {
    padding-top: 0;
  }

  .product-module:not(.side-position) .product-snapshot:not(:empty) {
    border-bottom: 0;
  }

  .list_rating.snapshot-list-item {
    height: 24px;
  }

  .list_rating.snapshot-list-item img {
    display: block;
  }

  .snapshot-list-container {
    padding-top: 15px;
  }

  .list_actions {
    padding: 0;
  }

  .snapshot_vertical.list-style .snapshot_vertical_product .snapshot_horizontal_right {
    margin-left: 0 !important;
  }

  .snapshot_vertical_product .list_picture {
    margin-bottom: 10px;
  }

  .bannerscroller-module,
  .nivoSlider img {
    height: calc(700px * 0.3) !important;
  }

  .nivo-prevNav span:after,
  .nivo-nextNav span:after {
    font-size: 5rem;
  }

  .nivo-control-text {
    height: 20px;
    line-height: 20px;
    font-size: 1rem;
  }

  .auroramessenger-popupcontent {
    width: 95%;
  }

  .category_snapshot .category-snapshot-name-link {
    display: flex;
    padding: 10px;
  }

  .category_snapshot {
    padding: 0;
  }

  .category_snapshot br,
  .category-snapshot-img-link {
    display: none;
  }

  .module-dealofday-wrapper .module-head-title {
    font-size: 3rem;
    text-align: left;
  }

  .module-dealofday-wrapper .list-productname-link {
    line-height: 2.6rem;
  }

  .module-paf_filter-wrapper {
    width: 250px;
  }

  .pathway-inside-container {
    order: -1;
    background: #f3f5f7;
    margin: 0 15px 10px 15px;
    padding: 0;
    border-bottom: 1px solid #cacfd9;
  }

  .pw-sep {
    padding: 0 5px;
  }

  .pathway-inside-container .pw-link {
    font-weight: 500;
    font-size: 1.5rem;
  }

  .pw-item {
    display: none;
  }

  .pw-item:nth-last-child(3) {
    display: block;
    text-align: left;
  }

  .pw-item:nth-last-child(3) .pw-link {
    font-size: 1.5rem;
    padding: 5px 0;
    display: block;
  }

  .pw-item:nth-last-child(3) .pw-link:before {
    color: #212121;
    font-size: 1.3rem;
    content: '\e832';
    font-family: "korfu-design-icons", sans-serif;
    padding-right: 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    transition: all 0.2s ease-in-out;
  }

  .pw-item:nth-last-child(3) .pw-link:hover {
    color: #f3f5f7;
    background: #212121;
    text-decoration: none;
  }

  .pw-item:nth-last-child(3) .pw-link:hover:before {
    color: #f3f5f7;
  }

  .module-search-row {
    flex-direction: column-reverse;
  }

  .module-search-row .col-categoryselect {
    padding-bottom: 10px;
  }

  .footer-kickerimages .kickerimages-col {
    flex: 0 0 100%;
  }

  .footer-kickerimages .kickerimage-box,
  .footer-kickerimages .kickerimages-col {
    height: 120px;
  }

  .identity-switcher {
    padding-bottom: 15px;
  }

  .identity-switcher .row {
    margin: 0 -5px;
  }

  .identity-switcher .identity-switcher-col {
    padding: 0 5px;
  }

  .identity-switcher-btn {
    width: 100%;
    font-size: 10px;
  }

  .personaldata-customer-buttons .btn-custom-group .button,
  #customer_delete .modal-footer .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .registration-contribution .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .sr-cart-table.table > tbody > tr > td.cart-row-name,
  .sr-cart-table.table tr.mobile-quantity-row > td {
    flex-basis: 76%;
  }

  .sr-cart-table.table > tbody > tr > td.cart-row-image {
    flex-basis: auto;
  }

  .sr-cart-page .edit-button.cart-button .btn {
    padding: 0 7px;
  }

  .product-sortbar-top .pagination {
    float: right;
    margin: 0 0 0 10px;
  }

  .product-sortbar .links {
    padding-top: 0;
    padding-right: 0;
  }

  .product-sortbar {
    text-align: center;
  }

  .product-page-top.sr-container-md {
    padding: 0;
  }

  .product_table_addtocart_wrapper {
    flex-direction: row;
    align-items: center;
    padding: 1rem 0;
  }

  .product_table_quantity {
    flex: 0 0 30%;
    width: 30%;
  }

  .product_table_quantity .quantity-name-text {
    display: none;
  }

  .product_table_addtocartbtn {
    flex: 0 0 70%;
    padding-top: 1rem;
    width: 70%;
  }

  .product_table_addtocartbtn .btn {
    width: auto;
  }

  .product-children-table tr:last-child {
    margin-bottom: 0;
  }

  .collateral_module_picture {
    display: none;
  }

  .discount-intervall {
    padding-left: 0;
    padding-right: 0;
  }

  .product-page-price-wrapper .price_row {
    padding-right: 6px;
  }

  .tags {
    padding: 5px 0;
  }

  .tags a {
    margin-right: 5px;
  }

  #fb-comments-wrap,
  #fb-comments-wrap .fb-comments,
  #fb-comments-wrap .fb-comments > span,
  #fb-comments-wrap .fb-comments iframe {
    width: 100% !important;
  }

  #fb-comments-wrap {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 480px) {
  .sr-cart-table.table > tbody > tr > td.cart-row-name,
  .sr-cart-table.table tr.mobile-quantity-row > td {
    flex-basis: 79%;
  }
}

@media screen and (max-width: 400px) {
  .sr-cart-table.table > tbody > tr > td.cart-row-name,
  .sr-cart-table.table tr.mobile-quantity-row > td {
    flex-basis: 75%;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@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 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 pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(33, 33, 33, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(33, 33, 33, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(33, 33, 33, 0);
  }
}