<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* theme: Los Angeles
* preprocessor: scss
* framework: Bootstrap v4.3.1
* version: 1.0.3
*/

/* vendors */

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

/* footer*/

/* badges */

/* product page */

/*
* bootstrap variables redefine
*/

:root {
  --global-color: #0ca7d7;
  --global-hover-color: #0ca4d6;
  --global-font-color: #211f1d;
  --global-light-color: #ffffff;
  --global-dark-color: #211f1d;
  --header-background: #1d1e21;
  --font-family-base: "Roboto", sans-serif;
  --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;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Roboto", 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: none;
}

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

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

a:not([href]):not([tabindex]) {
  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;
  position: relative;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1,
.h1 {
  font-size: 2.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 &gt; 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 &gt; .col,
.no-gutters &gt; [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 {
  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 &gt; th,
.table-primary &gt; 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 &gt; td,
.table-hover .table-primary:hover &gt; th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary &gt; th,
.table-secondary &gt; 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 &gt; td,
.table-hover .table-secondary:hover &gt; th {
  background-color: #c8cbcf;
}

.table-success,
.table-success &gt; th,
.table-success &gt; 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 &gt; td,
.table-hover .table-success:hover &gt; th {
  background-color: #b1dfbb;
}

.table-info,
.table-info &gt; th,
.table-info &gt; 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 &gt; td,
.table-hover .table-info:hover &gt; th {
  background-color: #abdde5;
}

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

.table-danger,
.table-danger &gt; th,
.table-danger &gt; 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 &gt; td,
.table-hover .table-danger:hover &gt; th {
  background-color: #f1b0b7;
}

.table-light,
.table-light &gt; th,
.table-light &gt; 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 &gt; td,
.table-hover .table-light:hover &gt; th {
  background-color: #ececf6;
}

.table-dark,
.table-dark &gt; th,
.table-dark &gt; 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 &gt; td,
.table-hover .table-dark:hover &gt; th {
  background-color: #b9bbbe;
}

.table-active,
.table-active &gt; th,
.table-active &gt; 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 &gt; td,
.table-hover .table-active:hover &gt; 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 &gt; .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 12px + 4px);
  line-height: 1.5;
  color: #001e38;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 2px solid #cacfd9;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  border-width: 1px;
  padding: 6px 15px;
}

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

.form-control:focus {
  color: #001e38;
  background-color: #ffffff;
  outline: 0;
  box-shadow: none;
  border-color: #0ca7d7;
}

.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: #001e38;
  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 &gt; .col,
.form-row &gt; [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: 3px;
  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: 0.9375rem;
  line-height: 0.9375rem;
  padding: 14px 20px;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  font-weight: 400;
  border-width: 2px;
  cursor: pointer;
}

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

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

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

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

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

.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: #0ca7d7;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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: #0ca4d6;
  text-decoration: none;
}

.btn-link:hover {
  color: #0ca7d7;
  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 &gt; .btn {
  padding: 8px 30px;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-sm,
.btn-group-sm &gt; .btn {
  line-height: 1.5;
  border-radius: 3px;
  padding: 10px 25px;
  font-size: .75rem;
  line-height: 0.8125rem;
  letter-spacing: 0.7px;
}

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

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

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

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

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

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

.btn-group &gt; .btn:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) {
  margin-left: -2px;
}

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

.btn-group &gt; .btn:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) &gt; .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 &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg &gt; .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 &gt; .btn,
.btn-group-vertical &gt; .btn-group {
  width: 100%;
}

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

.btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.btn-group-toggle &gt; .btn input[type="radio"],
.btn-group-toggle &gt; .btn input[type="checkbox"],
.btn-group-toggle &gt; .btn-group &gt; .btn input[type="radio"],
.btn-group-toggle &gt; .btn-group &gt; .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 &gt; .form-control,
.input-group &gt; .form-control-plaintext,
.input-group &gt; .custom-select,
.input-group &gt; .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group &gt; .form-control + .form-control,
.input-group &gt; .form-control + .custom-select,
.input-group &gt; .form-control + .custom-file,
.input-group &gt; .form-control-plaintext + .form-control,
.input-group &gt; .form-control-plaintext + .custom-select,
.input-group &gt; .form-control-plaintext + .custom-file,
.input-group &gt; .custom-select + .form-control,
.input-group &gt; .custom-select + .custom-select,
.input-group &gt; .custom-select + .custom-file,
.input-group &gt; .custom-file + .form-control,
.input-group &gt; .custom-file + .custom-select,
.input-group &gt; .custom-file + .custom-file {
  margin-left: -2px;
}

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

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

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

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

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

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

.input-group &gt; .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: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #001e38;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 2px solid #cacfd9;
  border-radius: 3px;
}

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

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

.input-group-lg &gt; .form-control,
.input-group-lg &gt; .custom-select,
.input-group-lg &gt; .input-group-prepend &gt; .input-group-text,
.input-group-lg &gt; .input-group-append &gt; .input-group-text,
.input-group-lg &gt; .input-group-prepend &gt; .btn,
.input-group-lg &gt; .input-group-append &gt; .btn {
  padding: 10px 25px;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.input-group-sm &gt; .form-control,
.input-group-sm &gt; .custom-select,
.input-group-sm &gt; .input-group-prepend &gt; .input-group-text,
.input-group-sm &gt; .input-group-append &gt; .input-group-text,
.input-group-sm &gt; .input-group-prepend &gt; .btn,
.input-group-sm &gt; .input-group-append &gt; .btn {
  padding: 3px 15px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

.input-group &gt; .input-group-append &gt; .btn,
.input-group &gt; .input-group-append &gt; .input-group-text,
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .btn,
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .input-group-text,
.input-group &gt; .input-group-prepend:first-child &gt; .btn:not(:first-child),
.input-group &gt; .input-group-prepend:first-child &gt; .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: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #001e38;
  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: #001e38;
  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: #001e38;
  background-color: #ffffff;
  border: 2px solid #cacfd9;
  border-radius: 3px;
}

.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: #001e38;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 3px 3px 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 &gt; .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 &gt; .tab-pane {
  display: none;
}

.tab-content &gt; .active {
  display: block;
}

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

.navbar &gt; .container,
.navbar &gt; .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: 3px;
}

.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 &gt; .container,
.navbar-expand &gt; .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 &gt; .nav-link,
.navbar-light .navbar-nav .active &gt; .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 &gt; .nav-link,
.navbar-dark .navbar-nav .active &gt; .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;
  color: #211f1d;
}

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

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

.card &gt; .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;
  line-height: 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 &gt; .card {
  margin-bottom: 15px;
}

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

.accordion &gt; .card {
  overflow: hidden;
}

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

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

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

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

.accordion &gt; .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;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

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

.page-link:hover {
  z-index: 2;
  color: #0ca7d7;
  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;
  font-size: 0.75rem;
  line-height: 1rem;
}

.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: 6px 0;
  font-size: 0.875rem;
  line-height: 0.875rem;
}

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

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0;
  padding-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-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item-warning {
  color: #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 &gt; :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer &gt; :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: "Roboto", 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: "Roboto", 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 &gt; .arrow,
.bs-popover-auto[x-placement^="top"] &gt; .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

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

.bs-popover-top &gt; .arrow::after,
.bs-popover-auto[x-placement^="top"] &gt; .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 &gt; .arrow,
.bs-popover-auto[x-placement^="right"] &gt; .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right &gt; .arrow::before,
.bs-popover-auto[x-placement^="right"] &gt; .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 &gt; .arrow::after,
.bs-popover-auto[x-placement^="right"] &gt; .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 &gt; .arrow,
.bs-popover-auto[x-placement^="bottom"] &gt; .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom &gt; .arrow::before,
.bs-popover-auto[x-placement^="bottom"] &gt; .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 &gt; .arrow::after,
.bs-popover-auto[x-placement^="bottom"] &gt; .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 &gt; .arrow,
.bs-popover-auto[x-placement^="left"] &gt; .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left &gt; .arrow::before,
.bs-popover-auto[x-placement^="left"] &gt; .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 &gt; .arrow::after,
.bs-popover-auto[x-placement^="left"] &gt; .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;
}

/* /vendors */

/* settings */

/* responsive menu height */

/* bannerscroller */

#show-errors {
  display: none;
}

/* /settings */

/* tools */

/* /tools */

/* generic */

a:focus,
a:hover,
a:active {
  transition: all 0.2s ease-in-out;
}

strong {
  font-weight: 700;
}

.autohelp {
  color: #0ca4d6;
  cursor: pointer;
}

.autohelp:hover {
  text-decoration: underline;
}

footer {
  background-color: #fff;
  color: #82909d;
}

footer .footer-top-1-position {
  background: url("../image/newsletter-bg.jpg") no-repeat;
  background-size: cover;
  color: #ffffff;
}

footer .footer-top-2-position {
  background-color: #F2F3F3;
}

footer .footer-top-2-position .footer-container.container {
  padding: 0;
}

footer .footer-top-2-position .module-lastseen-wrapper {
  margin-top: -18px;
}

footer .footer-top-2-position .module-head-title {
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  font-weight: 300;
  color: #211f1d;
}

footer .list-group-item {
  border: 0;
  color: #ffffff;
  padding: 13px 0 13px 0;
  font-weight: 400;
  background: none;
  display: block;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
}

footer .list-group-item:focus,
footer .list-group-item:hover {
  background: none;
}

footer .list-group-item:hover {
  color: #0ca4d6;
  text-decoration: none;
}

footer .product-module.module {
  padding-bottom: 70px;
}

.footer-row {
  background: #1d1e21;
  padding: 3rem 0;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  color: #ffffff;
}

.footer-row a {
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  color: #ffffff;
}

.footer-row a:active,
.footer-row a:hover {
  color: #0ca7d7;
}

.footer-row .module-head {
  position: relative;
}

.footer-row .module-head-title {
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 2;
  padding-right: 25px;
  color: #a6a6a6;
}

.footer-wide-position .module {
  padding: 1rem 0;
  margin: 0;
}

.footer-col-position-wrapper .footer-position.module {
  margin-bottom: 20px;
}

.footer-col-position {
  width: 100%;
  padding: 20px 0;
}

.footer-col-position .module-body {
  padding-top: 50px;
}

.footer-col-position .module,
.footer-col-position .list-group {
  margin: 0;
}

/* footer-seo */

.footer-seo {
  font-size: 0.8125rem;
  line-height: 1.3125rem;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #211f1d;
}

/* /footer-seo */

/* copyright */

.copyright {
  border-top: 1px solid #e6e9eb;
  padding: 2rem 0;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  font-weight: 900;
}

.copyright a {
  color: #82909d;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  font-weight: 900;
}

.copyright a:hover {
  text-decoration: underline;
}

/* /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: #ffffff;
  text-align: center;
  font-size: 10px;
}

.totop a:after,
.totop a:visited:after {
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 6px;
  width: 6px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-135deg);
  top: 2px;
}

.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 #0ca7d7;
  transform: scale3d(0.9, 0.9, 1);
  transition: box-shadow 0.3s, transform 0.3s;
}

.totop a:hover,
.totop a:visited:hover {
  color: #0ca7d7;
  transform: scale(1.07, 1.07);
}

.totop a:hover:before,
.totop a:visited:hover:before {
  box-shadow: inset 0 0 0 2px #0ca7d7;
  transform: scale3d(1, 1, 1);
}

.totop a:hover:after,
.totop a:visited:hover:after {
  border-color: #0ca7d7;
}

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

header {
  background: #1d1e21;
}

header .header-top-custom-position {
  background: #162d4c;
}

header .header-top-custom-position .section-topline {
  color: #0ca7d7;
  font-weight: 900;
  font-size: 0.6875rem;
  letter-spacing: 1.3px;
  line-height: 0.8125rem;
  padding: 13px 0;
}

header .header-top-custom-position .section-topline strong {
  font-weight: 900;
}

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

header select {
  background-color: #353639;
  border-color: #353639;
  color: #9aa1ad;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  text-transform: none;
}

header .svg-header-mail,
header .svg-header-phone {
  fill: #9aa1ad;
}

header .svg-header-heart,
header .svg-header-login,
header .svg-header-search {
  fill: #fff;
}

header .header-phone {
  padding-right: 25px;
}

header .header-phone svg {
  margin-right: 9px;
}

header .header-mail svg {
  margin-right: 9px;
}

header .header-bottom .headermenu-list.navbar-nav {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 100%;
  padding-left: 30px;
}

header .header-bottom .headermenu-list.navbar-nav li {
  text-align: center;
}

header .header-bottom .headermenu-list.navbar-nav li a {
  padding: 23px 15px;
  color: #211f1d;
  font-size: 0.8125rem;
  line-height: 0.875rem;
  letter-spacing: 0.2px;
  display: block;
}

header .header-bottom .headermenu-list.navbar-nav li:hover &gt; a {
  color: #0ca7d7;
}

header .header-bottom .headermenu-list.navbar-nav li li a {
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto;
  font-size: 12px;
}

header #section-los-angeles-header-marketing-link {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-left: auto;
}

header #section-los-angeles-header-marketing-link .header-featured-link-section-body a:active,
header #section-los-angeles-header-marketing-link .header-featured-link-section-body a:hover {
  color: #0ca4d6;
}

header .category-module.module {
  margin-bottom: 0;
  position: relative;
  z-index: 1999;
}

.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-middle-right &gt; .header-col.header-col-cart {
  padding-right: 0;
}

.header-middle {
  background: #1d1e21;
  color: #9aa1ad;
}

.header-middle a {
  color: #9aa1ad;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  letter-spacing: 0.7px;
  font-weight: 300;
}

.header-middle a:active,
.header-middle a:hover {
  color: #0ca4d6;
  text-decoration: none;
}

.header-middle .header-middle-top {
  padding: 12px 0 6px;
}

.header-middle .header-middle-top-left a {
  font-style: italic;
  display: flex;
  align-items: center;
}

.header-middle .header-middle-top-left .header-phone a:active .svg-header-phone,
.header-middle .header-middle-top-left .header-phone a:hover .svg-header-phone {
  fill: #0ca4d6;
}

.header-middle .header-middle-top-left .header-mail a:active .svg-header-mail,
.header-middle .header-middle-top-left .header-mail a:hover .svg-header-mail {
  fill: #0ca4d6;
}

.header-middle .header-middle-top-right &gt; div {
  padding: 0 0 0 8px;
}

.header-bottom &gt; .container {
  padding: 0;
}

.login-before-icon,
.header-wishlist-icon-and-count {
  margin-right: 8px;
}

.header-quantity-box {
  color: #ffffff;
  position: absolute;
  top: -4px;
  right: 10px;
  min-width: 13px;
  height: 13px;
  line-height: 14px;
  font-size: 9px;
  display: inline-block;
  text-align: center;
  font-weight: 900;
  background-image: linear-gradient(to bottom, #0ca4d6 0%, #15e4ed 100%);
  background-repeat: repeat-x;
  border-radius: 3px;
}

#wishlist .header-quantity-box {
  top: -7px;
  right: -5px;
}

.page-body {
  padding: 0;
  background-color: #F2F3F3;
  color: #211f1d;
  font-weight: 400;
  font-size: 1rem;
  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;
  padding: 0;
}

.home-layout {
  position: relative;
  z-index: 10;
}

/* /home page */

/* home-category-banner-wrapper */

.home-category-banner-wrapper .module-category-wrapper {
  width: 265px;
}

/* /home-category-banner-wrapper */

/* home-bottom-section position news*/

.home-bottom-section {
  background: #f3f5f7;
  padding: 30px 0;
}

/* /home-botton-section position news*/

.main-row {
  padding-top: 50px;
  padding-bottom: 50px;
}

.search_list_body .subcategories-wrapper {
  display: none;
}

/* /generic */

/* elements */

/**
* 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: rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
}

.sr-custom-checkbox-control:checked {
  background-size: 80% 80%;
  background-color: rgba(0, 0, 0, 0.2);
}

/* SR custom checkbox END */

/**
* SR floating labels
*/

.sr-float-label input:focus {
  border: 1px 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: 0.9375rem;
}

.sr-float-label .sr-form-control {
  height: 56px;
}

.sr-float-label.has-value .sr-form-control:disabled,
.sr-float-label .sr-form-control:valid,
.sr-float-label .sr-form-control:focus {
  padding: 20px 8px 5px 20px;
  font-style: normal;
}

.sr-float-label .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: 14px 20px;
  margin-bottom: 0;
  font-size: 1rem;
  color: #001e38;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #cacfd9;
  border-radius: 3px;
}

.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: 1px;
  padding-top: 0;
  padding-bottom: 0;
}

.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: rgba(0, 0, 0, 0.2) url("../image/check.svg") no-repeat center center/100% 100%;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  background-size: 200% auto;
  background-image: linear-gradient(50deg, #fff 0%, #fff 51%, #fff 100%);
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 0 3px #fff;
  transition: all 0.2s ease-in-out;
}

input[type="radio"]:disabled {
  opacity: .6;
}

input[type="radio"]:checked,
input[type="radio"].checked {
  background-image: linear-gradient(50deg, #0ca4d6 0%, #15e4ed 51%, #0ca4d6 100%);
  box-shadow: inset 0 0 0 3px #fff;
  outline: none;
}

input[type="checkbox"].form-control,
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  outline: none !important;
  border-radius: 2px;
  background-size: cover !important;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}

input[type="checkbox"].form-control:disabled,
input[type="checkbox"]:disabled {
  opacity: .6;
}

.side-position:not(.newsletter_subscribe-module) input[type="checkbox"] {
  margin: 0;
  float: left;
  outline: none;
  background: #fff;
  border: 1px solid #211f1d;
  width: 15px;
  height: 15px;
}

.side-position:not(.newsletter_subscribe-module) input[type="checkbox"] + span:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 13px;
  height: 13px;
  opacity: 0;
  background-image: linear-gradient(50deg, #0ca4d6 0%, #15e4ed 51%, #0ca4d6 100%);
  -webkit-mask: url("../image/check_alt.svg") no-repeat center center/100% 100% !important;
  mask: url("../image/check_alt.svg") no-repeat center center/100% 100% !important;
}

.side-position:not(.newsletter_subscribe-module) input[type="checkbox"]:checked + span:before,
.side-position:not(.newsletter_subscribe-module) input[type="checkbox"].checked + span:before {
  opacity: 1;
}

input.error {
  background: #f88 !important;
}

select.form-control {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #d4d2cf;
  background: #ecebea url("../image/select-arrow-black.svg") no-repeat !important;
  color: #211f1d !important;
  padding-left: 10px;
  font-size: 0.8125rem;
  line-height: 1rem;
  font-weight: 300;
  height: 30px !important;
  font-style: normal;
  background-size: 40px 9px !important;
  background-position: right center !important;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

select.form-control:hover,
select.form-control:active {
  background-color: white;
}

select.form-control.form-control:not([size]):not([multiple]) {
  height: initial;
  color: #9aa1ad;
}

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: none;
  border-color: #fff;
}

.form-control:disabled {
  opacity: .6;
}

.form-control-sm,
.form-control-lg {
  border-radius: 3px;
}

.form-table {
  width: 100%;
}

.form-table td {
  padding: 5px;
}

.form-table tr &gt; 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 */

.deleteIcon:after {
  content: "x";
  font-size: 12px;
  background-color: transparent;
  color: #eb8aac;
  font-weight: 300;
  border-radius: 50px;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 15px;
  border: 1px solid #eb8aac;
  font-style: normal;
  display: block;
  transition: all 0.2s ease-in-out;
}

.deleteIcon:active:after,
.deleteIcon:hover:after {
  background-color: #eb8aac;
  color: #fff;
}

/* /elements */

/* components */

/* alerts */

.alert p {
  margin: 0;
}

.success,
.warning,
.wait {
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
}

.help-block {
  font-size: 12px;
  font-style: italic;
}

.success {
  background: #e4f1c9;
  border: 1px solid #a5bd71;
}

.alert-danger.alert,
.warning {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  background: #f77982;
  border: 1px solid #f77982;
}

.sr-cart-page-content .row .alert-danger {
  width: 100%;
  margin: 0 15px 15px;
}

.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: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}

.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;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #fff;
  transition: border-color 0.4s ease-in-out 0s;
}

.aurora-scroll-btn:after {
  transition: border-color 0.4s ease-in-out 0s;
}

.aurora-scroll-btn:hover {
  border-color: #0ca4d6;
}

.aurora-scroll-btn:hover:after {
  border-color: #0ca4d6;
}

.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 {
  display: block;
  color: #211f1d;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.aurora-scroll-arrow-pos-horizontal {
  padding: 15px 0;
  margin-top: 2.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:after {
  border: solid #b9b9b9;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(135deg);
  right: -5px;
}

.aurora-scroll-forward:after {
  border: solid #b9b9b9;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  left: -6px;
}

.aurora-scroll-btn-up:after {
  border: solid #b9b9b9;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-135deg);
}

.aurora-scroll-btn-down:after {
  border: solid #b9b9b9;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.aurora-scroll-arrow-pos-2 .aurora-scroll-btn-left {
  left: -45px;
}

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

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

.aurora-scroll-arrow-pos-3 .aurora-scroll-btn:before {
  font-size: 22px;
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.aurora-scroll-arrow-pos-1 .aurora-scroll-btn-left {
  left: -30px;
}

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

.aurora-scroll-arrow-pos-1 .aurora-scroll-btn {
  border: 1px solid #cccccc;
}

.aurora-scroll-arrow-pos-1 .aurora-scroll-btn:hover,
.aurora-scroll-arrow-pos-1 .aurora-scroll-btn:active {
  border: 1px solid #0ca4d6;
}

/* 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: 24px;
  font-weight: 300;
  border: 0;
  color: #211f1d;
}

.bootstrap-touchspin .btn:hover {
  color: #0ca4d6;
}

.bootstrap-touchspin .bootstrap-touchspin-down.btn {
  font-size: 34px;
}

/* buttons =&gt; button group-ok */

.buttons {
  padding: 15px 0;
  color: #fff;
}

.buttons table {
  width: 100%;
}

.buttons:before,
.buttons:after {
  content: " ";
  display: table;
}

.buttons:after {
  clear: both;
}

.open &gt; .dropdown-toggle.btn-default {
  background: #0ca7d7;
  color: #ffffff;
  border: 2px solid #0ca7d7;
}

.auroramessenger-message.popup .auroramessage_link a.message-close.btn,
.gift-wrapping button.btn,
.free-gift-chooser button.btn,
.personal-data-delete-button.btn-primary.btn,
.all-manufacturer-btn.btn-primary,
.edit-button.cart-button .btn,
.header-middle a.btn-default,
.btn-default.disabled,
.btn-default {
  position: relative;
  border-radius: 3px;
  background-size: 200% auto;
  background-image: linear-gradient(50deg, #0ca4d6 0%, #15e4ed 51%, #0ca4d6 100%);
  transition: 0.5s;
  color: #0ca7d7;
  box-shadow: none;
  z-index: 2;
  border: 0;
}

.auroramessenger-message.popup .auroramessage_link a.message-close.btn:before,
.gift-wrapping button.btn:before,
.free-gift-chooser button.btn:before,
.personal-data-delete-button.btn-primary.btn:before,
.all-manufacturer-btn.btn-primary:before,
.edit-button.cart-button .btn:before,
.header-middle a.btn-default:before,
.btn-default.disabled:before,
.btn-default:before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 1px;
  top: 1px;
  width: auto;
  height: auto;
  z-index: -1;
  border-radius: 2px;
  right: 1px;
  bottom: 1px;
  margin: auto;
  border: 1px solid transparent;
}

.auroramessenger-message.popup .auroramessage_link a.message-close.btn:focus,
.auroramessenger-message.popup .auroramessage_link a.message-close.btn:hover,
.auroramessenger-message.popup .auroramessage_link a.message-close.btn:active,
.auroramessenger-message.popup .auroramessage_link a.message-close.btn:active:hover,
.auroramessenger-message.popup .auroramessage_link a.message-close.btn.active:hover,
.auroramessenger-message.popup .auroramessage_link a.message-close.btn.active:focus,
.auroramessenger-message.popup .auroramessage_link a.message-close.btn:active:focus,
.gift-wrapping button.btn:focus,
.gift-wrapping button.btn:hover,
.gift-wrapping button.btn:active,
.gift-wrapping button.btn:active:hover,
.gift-wrapping button.btn.active:hover,
.gift-wrapping button.btn.active:focus,
.gift-wrapping button.btn:active:focus,
.free-gift-chooser button.btn:focus,
.free-gift-chooser button.btn:hover,
.free-gift-chooser button.btn:active,
.free-gift-chooser button.btn:active:hover,
.free-gift-chooser button.btn.active:hover,
.free-gift-chooser button.btn.active:focus,
.free-gift-chooser button.btn:active:focus,
.personal-data-delete-button.btn-primary.btn:focus,
.personal-data-delete-button.btn-primary.btn:hover,
.personal-data-delete-button.btn-primary.btn:active,
.personal-data-delete-button.btn-primary.btn:active:hover,
.personal-data-delete-button.btn-primary.btn.active:hover,
.personal-data-delete-button.btn-primary.btn.active:focus,
.personal-data-delete-button.btn-primary.btn:active:focus,
.all-manufacturer-btn.btn-primary:focus,
.all-manufacturer-btn.btn-primary:hover,
.all-manufacturer-btn.btn-primary:active,
.all-manufacturer-btn.btn-primary:active:hover,
.all-manufacturer-btn.btn-primary.active:hover,
.all-manufacturer-btn.btn-primary.active:focus,
.all-manufacturer-btn.btn-primary:active:focus,
.edit-button.cart-button .btn:focus,
.edit-button.cart-button .btn:hover,
.edit-button.cart-button .btn:active,
.edit-button.cart-button .btn:active:hover,
.edit-button.cart-button .btn.active:hover,
.edit-button.cart-button .btn.active:focus,
.edit-button.cart-button .btn:active:focus,
.header-middle a.btn-default:focus,
.header-middle a.btn-default:hover,
.header-middle a.btn-default:active,
.header-middle a.btn-default:active:hover,
.header-middle a.btn-default.active:hover,
.header-middle a.btn-default.active:focus,
.header-middle a.btn-default:active:focus,
.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: 0;
  color: #15e4ed;
  background-position: right center;
  box-shadow: none;
}

.btn-default {
  color: #0ca7d7 !important;
}

.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 {
  color: #15e4ed !important;
}

.all-manufacturer-btn.btn-primary,
.edit-button.cart-button .btn {
  color: #0ca7d7 !important;
}

.header-middle a.btn-primary,
.btn-primary {
  color: #ffffff !important;
  border: 0;
  box-shadow: 0px 10px 20px 0 rgba(12, 164, 214, 0.25);
  background-size: 200% auto;
  background-image: linear-gradient(50deg, #0ca4d6 0%, #15e4ed 51%, #0ca4d6 100%);
  transition: 0.5s;
  background-color: #0ca4d6;
}

.header-middle a.btn-primary:active,
.header-middle a.btn-primary:hover,
.btn-primary:active,
.btn-primary:hover {
  color: #ffffff;
  background-position: right center;
  border: 0;
  box-shadow: 0px 10px 20px 0 rgba(12, 164, 214, 0.35);
}

.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 &gt; .dropdown-toggle.btn-primary {
  color: #ffffff;
  border: 0;
  box-shadow: 0px 10px 20px 0 rgba(12, 164, 214, 0.35);
  background-position: right center;
}

.personal-data-delete-button.btn-primary.btn {
  color: #0ca7d7 !important;
}

.btn-xs {
  font-size: 1.1rem;
  padding: 2px 5px;
}

.btn-md {
  padding: 12px 25px 10px;
  font-size: .75rem;
  line-height: 0.8125rem;
  letter-spacing: 0.7px;
}

.btn-xl {
  padding: 12px 50px;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xxl {
  padding: 16px 60px;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-gray {
  color: #fff;
  background-color: #211f1d;
  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: #211f1d;
  border-color: #dee2e6;
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show &gt; .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #060605;
  border-color: #bac2cb;
}

.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show &gt; .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: #211f1d;
}

.bootstrap-touchspin button.btn {
  padding: 0 !important;
}

.registration-wrapper .btn-primary span.disabled-btn-color-hide,
.sr-login-wrapper .btn-primary span.disabled-btn-color-hide {
  color: transparent;
}

.registration-wrapper .btn-primary,
.sr-login-wrapper .btn-primary {
  position: relative;
}

.sr-login-wrapper .btn-primary .sr-icon-spinner {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  color: #f5f5f5;
}

.sr-icon-times:before {
  content: "x";
  font-family: sans-serif;
  font-style: normal;
}

/* aurora overlay */

.aurora-overlay-buttons {
  padding: 10px 0;
}

.aurora-overlay-buttons .btn {
  margin: 0 10px;
}

/* /aurora overlay */

/* cart buttons */

/* /cart buttons */

.product-sortbar {
  overflow: visible !important;
  overflow: auto;
  padding: 22px 0;
  border: 0;
  background-color: #fff;
}

.product-sortbar-inner &gt; div {
  float: none;
}

.product-sortbar .sort-dropdown {
  display: inline-block;
  min-width: 200px;
}

.product-sortbar .sort-dropdown .btn-default {
  border: 1px solid #d4d2cf;
  background: #ecebea;
  color: #211f1d !important;
  padding-left: 10px;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  font-weight: 300;
}

.product-sortbar .sort-dropdown .btn-default:before {
  display: none;
}

.product-sortbar .sort-dropdown .btn-default:after {
  border-color: #211f1d;
}

.product-sortbar .sort-dropdown .btn-default:active,
.product-sortbar .sort-dropdown .btn-default:hover {
  border-color: #211f1d;
}

.product-sortbar .sort-dropdown .btn-default:active:after,
.product-sortbar .sort-dropdown .btn-default:hover:after {
  border-color: #211f1d;
}

.product-sortbar .sort-dropdown-list {
  min-width: 200px;
}

.product-sortbar .sort-dropdown-list .dropdown-item {
  font-size: 0.8125rem;
}

.product-sortbar .sort-text {
  margin-right: 10px;
}

.product-sortbar .caret {
  margin: 0 2px;
  font-size: 1rem;
  position: absolute;
  right: 1rem;
  top: 12px;
}

/* /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 #0ca4d6;
  border-bottom: 2px solid #0ca4d6;
}

.dropdown-toggle:after {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  border-right: 2px solid #9aa1ad;
  border-bottom: 2px solid #9aa1ad;
  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 &gt; li &gt; .dropdown-hover-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.dropdown-hover-menu {
  box-shadow: 0 3px 5px 1px rgba(69, 79, 91, 0.2);
  position: relative;
  border: 0;
  padding: 0;
  min-width: 160px;
  margin: 2px 0 0;
  color: inherit;
  font-size: inherit;
  background: #fff;
  z-index: 1902;
}

.dropdown-hover-menu &gt; li &gt; a {
  color: #9aa1ad;
  line-height: 29px;
  height: 29px;
  padding: 6px 20px;
  display: block;
  clear: both;
  font-weight: inherit;
  white-space: nowrap;
}

.dropdown-hover-menu &gt; li &gt; a:hover {
  color: #ffffff !important;
  background: #0ca7d7;
}

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

/**
* 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: #0ca7d7;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

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

.list-group-item:active,
.list-group-item:hover {
  color: #211f1d;
}

.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: #0ca4d6;
  color: #ffffff;
  border: 2px solid #0ca7d7;
}

.quickview-details-button {
  font-size: 0.875rem;
  font-weight: 300;
  padding: 8px 20px;
}

.quickview-details-button-text {
  vertical-align: middle;
}

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

.product-quickview .product-page-price {
  height: 100%;
  padding: 10px 0;
  flex-direction: column;
  align-items: flex-start;
}

.product-quickview .decrease_wrapper {
  margin-left: 0;
  line-height: 20px;
}

.product-quickview .price_row {
  vertical-align: top;
  line-height: 16px;
}

.product-quickview-details {
  padding: 0 0 25px 0;
  text-align: center;
  overflow: hidden;
}

.product-quickview .quantity-text {
  display: none;
}

.product-quickview .product-page-price-label {
  display: none;
}

.product-quickview .product_table_addtocart_wrapper {
  padding: 0 0 25px 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.product-quickview .product_table_addtocart_wrapper .product_table_quantity {
  padding-right: 5px;
}

.product-quickview .product_table_addtocart_wrapper .product_table_addtocartbtn {
  justify-content: flex-start;
  margin-left: auto;
}

.product-quickview-heading {
  font-size: 1.25rem;
}

.product-quickview-right {
  overflow: hidden;
  padding-left: 20px;
}

.product-quickview-product-image {
  box-shadow: none;
}

.product-quickview .product_table_special {
  font-size: 1.125rem;
}

.product-quickview .product_options_table.product_parameters {
  width: 100%;
}

.product-quickview .product_options_table.product_parameters td.product_option_name {
  width: 30%;
}

.product-quickview .product_options_table.product_parameters td.product_option_select {
  width: 70%;
}

.product-quickview .product_table_quantity .quantity-to-cart {
  padding: 5px 2px;
  width: 36px;
}

/* /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;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}

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

.snapshot-slider-left:after {
  border: solid #211f1d;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 5px;
  width: 5px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(135deg);
}

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

.snapshot-slider-right:after {
  border: solid #211f1d;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 5px;
  width: 5px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}

/* /snapshot valtozatok */

/* product badges */

.product_badges {
  left: -15px;
  top: -15px;
  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;
  margin-bottom: 5px;
}

.badgeitem-text {
  color: #fff;
  text-shadow: 1px 1px 1px #211f1d;
}

.badgeitem-content {
  display: block;
  vertical-align: top;
}

.horizontal-orientation {
  text-align: left;
  display: flex;
}

.horizontal-orientation .badgeitem-content {
  margin-right: 5px;
}

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

.product-image-flight-to-cart {
  width: 50px !important;
  height: 50px !important;
}

.list_with_divs {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -10px;
}

.side-position .list_with_divs {
  padding: 0 !important;
}

.productscroller &gt; li {
  margin: 0 !important;
}

.side-position .list_with_divs.productscroller {
  display: block;
}

.product-snapshot {
  padding: 10px;
  display: flex;
  color: #211f1d;
}

.product-snapshot .snapshot_vertical_product {
  display: flex;
  flex: 1;
}

.product-snapshot .snapshot_vertical_product_inner {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
  transition: box-shadow .3s ease-in-out;
  padding: 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-snapshot .snapshot_vertical_middle_position {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-snapshot .snapshot_vertical_product_inner &gt; div:not(.list_picture):not(.snapshot_vertical_top_position):not(.list_actions) {
  flex: 1;
}

.product-snapshot .short_description.snapshot-list-item {
  line-height: 1.125rem;
  padding: 10px 0;
}

.product-snapshot .list_original {
  font-weight: 400;
  padding-bottom: 12px;
}

.product-snapshot:empty {
  padding: 0;
  display: none;
}

.snapshot-list-item {
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  font-weight: 300;
  padding: 8px 0;
}

.snapshot-list-item .featured-table {
  width: 100%;
  text-align: left;
}

.snapshot-list-item .featured-table td {
  padding-top: 2px;
  padding-bottom: 2px;
}

.snapshot-list-item .featured-table .param-label {
  font-weight: bold;
}

.snapshot-list-item.list_details {
  text-align: center;
}

.snapshot-list-item.list_details .list-details-link {
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  padding: 14px 20px;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  display: block;
  position: relative;
  border-radius: 3px;
  background-size: 200% auto;
  background-image: linear-gradient(50deg, #0ca4d6 0%, #15e4ed 51%, #0ca4d6 100%);
  transition: 0.5s;
  color: #0ca7d7;
  z-index: 2;
  border: 0;
  text-transform: capitalize;
}

.snapshot-list-item.list_details .list-details-link:before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 1px;
  top: 1px;
  width: auto;
  height: auto;
  z-index: -1;
  border-radius: 2px;
  right: 1px;
  bottom: 1px;
  margin: auto;
  border: 1px solid transparent;
}

.snapshot-list-item.list_details .list-details-link:focus,
.snapshot-list-item.list_details .list-details-link:hover,
.snapshot-list-item.list_details .list-details-link:active {
  border: 0;
  color: #15e4ed;
  box-shadow: none;
  background-position: right center;
}

.snapshot-list-item.list_addtocart {
  align-items: center;
  display: flex;
}

.snapshot-list-item.list_addtocart .btn-primary {
  width: 100%;
  display: block;
}

.list-countdown.snapshot-list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 14px;
}

.list-countdown.snapshot-list-item .sale_countdown_label {
  padding-right: 4px;
}

.list_prouctprice {
  padding: 10px 0;
}

.list_prouctname h2 {
  margin: 0;
}

.list_picture {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.list_picture:hover .quickview {
  opacity: 1;
}

.list-productname-link {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 300;
  color: #211f1d;
  display: block;
}

.list_shipping_time.snapshot-list-item {
  color: #211f1d;
}

.list_sku.snapshot-list-item,
.list_stock.snapshot-list-item {
  font-size: .6875rem;
  line-height: .6875rem;
}

.productstock-param-row span,
.list_stock {
  display: flex;
  align-items: center;
}

.sr-icon-info-circle {
  text-transform: lowercase;
  border-radius: 50px;
  width: 14px;
  height: 14px;
  line-height: 10px;
  border: 0;
  background-color: #211f1d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sr-icon-info-circle:before {
  content: "?";
  font-size: 9px;
  line-height: 0.625rem;
  color: #fff;
  font-weight: 800;
  margin-left: 1px;
}

.stock_status_id-9.productstock-param-row span:before,
.stock_status_id-9.list_stock:before {
  content: "";
  display: block;
  background: url("../image/in-stock.png") no-repeat;
  width: 13px;
  height: 13px;
  margin-right: 5px;
}

.stock_status_id-9.productstock-param-row span:before {
  margin-top: -1px;
}

.list_rating {
  height: auto;
}

.list_rating img {
  object-fit: contain;
  height: 13px;
}

.review-rating-count {
  margin-left: 5px;
  vertical-align: middle;
}

.list_original {
  text-decoration: line-through;
  color: #211f1d;
  font-weight: 300;
  font-size: 0.75rem;
  padding: 0 0 6px 0;
}

.list_price {
  color: #211f1d;
}

.list_special {
  color: #e92a40;
}

.list_price,
.list_special {
  font-size: 1rem;
  font-weight: 900;
}

.short_description img {
  max-width: 100%;
  height: auto !important;
}

.list_actions {
  padding: 10px 0;
}

.list_actions .list-details-link {
  border-color: #f0f2f6;
}

.list_actions .list-details-link:hover {
  border-color: #0ca7d7;
}

.list_addtocart .quantity-input {
  height: 38px;
  width: 50px;
  padding: 2px;
  vertical-align: middle;
  border: 1px solid #d4d2cf;
  background: #ecebea;
  color: #211f1d !important;
  border-radius: 3px !important;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

.list_addtocart .quantity-name-text {
  padding: 0 10px;
  font-size: 1.0625rem;
  color: #211f1d;
}

.side-position .list_div_item {
  padding: 15px 0;
}

.side-position .list_prouctname {
  padding-top: 0;
}

.side-position .list-productname-link {
  color: #211f1d;
  word-break: break-word;
}

.side-position .list-productname-link:hover {
  color: #0ca7d7;
}

.side-position .list-details-link,
.side-position .list_addtocart .btn {
  font-size: 0.75rem;
  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: 0.8125rem;
  display: block;
  font-weight: 300;
}

.side-position .list_original {
  font-size: 0.8125rem;
  display: block;
}

.side-position .list_special,
.side-position .list_price {
  font-size: 1rem;
}

.side-position .list-actions {
  padding: 0;
}

.side-position .list_prouctprice {
  padding: 5px 0;
}

.side-position .quantity-input,
.side-position .quantity-name-text {
  display: none;
}

/* /snapshots global */

.snapshot_horizontal .list_div_item {
  width: 100%;
}

.snapshot_horizontal .list_addtocart .btn,
.snapshot_horizontal .list-details-link {
  width: auto;
}

.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;
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
}

.snapshot_horizontal_right {
  text-align: left;
}

.side-position .snapshot_horizontal_product {
  border: 0;
}

.side-position .snapshot_horizontal_product .list_wishlist {
  display: none;
}

.side-position .snapshot_horizontal .product-snapshot {
  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 {
  width: 100%;
}

body:not(.home_body) .snapshot_horizontal:not(.side_module) .list_div_item &gt; div {
  width: 100%;
}

body:not(.home_body) .snapshot_horizontal:not(.side_module) .list_div_item .list_picture {
  border-color: transparent;
}

.snapshot_vertical_product {
  border-bottom-width: 3px;
  position: relative;
}

.snapshot_vertical_product .list_picture {
  margin-bottom: 20px;
}

.snapshot_vertical_product .list_prouctprice {
  padding: 20px 0 10px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

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

.list_price_postfix {
  padding-top: 6px;
}

.snapshot_vertical .list_productprice_special_postfix .list_price_postfix,
.snapshot_vertical .list_productprice_special_postfix .list_original {
  display: block;
}

.one-column-content .snapshot_vertical .product-snapshot {
  width: 100%;
}

.two-column-content .snapshot_vertical .product-snapshot {
  width: 50%;
}

/* 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 .container {
  width: 100%;
  padding: 0;
  max-width: none;
}

.bannerscroller-module.module {
  background: #ced4da;
  margin: 0;
  position: relative;
}

.bannerscroller-module.module .module-body {
  padding: 0;
}

.bannerscroller-module.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: 0;
  text-align: center;
  padding: 10px 0 0;
  box-sizing: border-box;
  z-index: 10;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
}

.nivo-control {
  background: none;
  border-bottom: 3px solid #d4d2cf;
  font-weight: bold;
  display: inline-block;
  width: 40px;
  height: 3px;
  margin: 0 4px;
  font-size: 0;
  text-indent: -99999px;
  text-decoration: none;
  line-height: 0;
  cursor: pointer;
  padding: 15px 0;
}

.nivo-control.active {
  background: none;
  border-color: #211f1d;
}

.nivo-control:hover {
  border-color: #0ca4d6;
}

.nivo-control-text {
  cursor: pointer;
  border-radius: 0;
  font-size: 0.75rem;
  background-color: rgba(0, 0, 0, 0.45);
  color: #ffffff !important; /* BS4 doesn't support a:not([href]), links should be buttons */
  display: inline-block;
  width: auto;
  text-indent: 0;
  text-decoration: none;
  line-height: 1rem;
  padding: 7px 20px;
  margin: 0 3px;
  opacity: 1;
  position: relative;
  font-weight: 300;
}

.nivo-control-text.active {
  background-color: rgba(0, 0, 0, 0.85);
}

.nivo-control-text:hover {
  background-color: rgba(0, 0, 0, 0.85);
}

/* directionNav: true */

.nivo-prevNav {
  left: 0;
}

.nivo-prevNav,
.nivo-nextNav {
  position: absolute;
  top: 45%;
  cursor: pointer;
  display: block;
  margin: 0;
  z-index: 100;
  color: #ffffff;
}

.nivo-prevNav span,
.nivo-nextNav span {
  height: 100px;
  width: 50px;
  display: block;
  text-decoration: none;
  text-indent: -999999px;
}

.nivo-prevNav span:hover:after,
.nivo-nextNav span:hover:after {
  color: #0ca4d6;
}

.nivo-prevNav span:after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  content: " ";
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(135deg);
  left: 15px;
  right: auto;
}

.nivo-nextNav {
  right: 0;
}

.nivo-nextNav span:after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  content: " ";
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  left: auto;
  right: 15px;
}

/* TODO refaktor */

.bannerscroller-module,
.nivoSlider img {
  height: 540px !important;
}

/*
* IE11 fix because object-fit does not support
*/

_:-ms-fullscreen,
:root .bannerscroller-module,
:root .nivoSlider img {
  height: auto !important;
}

/* /bannerscroller */

/* module globals */

.module {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.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.25rem;
  margin: 0;
  font-weight: 300;
}

.column-right .section-module,
.column-left .section-module,
.column-left .information-module-list,
.side-position.module {
  padding: 0;
  margin: 0 0 20px 0;
  border: 0;
  color: #211f1d;
}

.column-right .section-module .module-head,
.column-left .section-module .module-head,
.column-left .information-module-list .module-head,
.side-position.module .module-head {
  padding: 23px 25px;
  position: relative;
  text-align: left;
  border-bottom: 0;
  display: flex;
  align-items: center;
  background-color: #211f1d;
}

.column-right .section-module .module-head-title,
.column-left .section-module .module-head-title,
.column-left .information-module-list .module-head-title,
.side-position.module .module-head-title {
  display: block;
  position: relative;
  z-index: 2;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}

.column-right .section-module .module-body,
.column-left .section-module .module-body,
.column-left .information-module-list .module-body,
.side-position.module .module-body {
  padding: 25px;
  background-color: #fff;
}

.category-module.side-position.module .module-body {
  padding: 25px 0;
}

.home-position .module-head,
.home-bottom-position .module-head {
  margin-top: 3rem;
  margin-bottom: 0;
  text-align: left;
}

.home-position .module-head-title,
.home-bottom-position .module-head-title {
  color: #211f1d;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 300;
  display: block;
  position: relative;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

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

.module-news2-wrapper .home-bottom-position .module-body {
  padding-left: 0;
}

.hide-top .module-head {
  display: none;
}

/* /module globals */

/* 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: 0.6875rem;
  letter-spacing: 0.2px;
  background-color: transparent;
  font-weight: 400;
  white-space: nowrap;
  max-width: 300px;
  text-overflow: ellipsis;
  color: #0ca4d6;
  height: 60px;
  padding: 0;
  min-width: initial;
  border: 0;
  position: relative;
  overflow: visible;
  align-items: center;
}

.cart-module-button:active,
.cart-module-button:hover {
  color: #0ca4d6;
}

.cart-module-button .module-head {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  text-transform: none;
  letter-spacing: 0.3px;
}

.cart-module-button .icon-sr-cart {
  display: flex;
  justify-content: center;
  padding-right: 15px;
  position: relative;
}

.cart-module-button.dropdown-toggle .fa-caret-down {
  top: auto;
  right: 10px;
  position: absolute;
  font-size: 1rem;
}

.cart-module-button:focus {
  text-decoration: none;
  outline: none;
}

.cart-module-button .header-cart-text-wrapper {
  padding-top: 4px;
}

.cart-module-button.dropdown-toggle:after {
  display: none;
}

#la-gradient {
  --color-stop-1: #0ca4d6;
  --color-stop-2: #15e4ed;
}

.cart-icon {
  fill: url(#la-gradient) #0ca4d6;
}

.cart-module .header-cart-data-wrapper {
  padding-right: 20px;
}

.cart-module:not(.cart-module-empty) .header-cart-data-wrapper:after {
  border: solid #b9b9b9;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 5px;
  width: 5px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  left: auto;
  top: 4px;
  transition: transform .25s ease-out;
}

.cart-module:not(.cart-module-empty) .dropdown:active .header-cart-data-wrapper:after,
.cart-module:not(.cart-module-empty) .dropdown:hover .header-cart-data-wrapper:after {
  transform: rotate(45deg);
}

.cart-dropdown {
  background: #ffffff;
  border-radius: 0;
  margin-top: 0;
  box-shadow: none;
  font-size: 0.8125rem;
  line-height: 1rem;
  width: 100%;
  z-index: 1903;
  border: 1px solid #9aa1ad;
  padding: 10px 0;
  color: #211f1d;
}

.cart-dropdown.cart-product-list {
  min-width: 300px;
}

.cart-dropdown:before {
  right: 2px;
  top: -12px;
  border: 8px solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #9aa1ad;
  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 li.cart-actions {
  padding-top: 15px;
}

.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 tr td:first-child {
  width: 80px;
}

.cart-dropdown .cart-product-table td {
  border: 0;
  border-bottom: 1px solid #ced4da;
  padding: 5px;
  vertical-align: middle;
}

.cart-dropdown .cart-total-table td {
  border: 0;
  padding: 5px;
}

.cart-dropdown .cart-actions {
  text-align: left;
  padding: 15px 10px 5px 10px;
  border-top: 1px solid #ced4da;
}

.cart-dropdown .cart-actions .btn-primary {
  font-weight: 600;
}

.cart-dropdown .cart-actions a {
  width: 48%;
}

.cart-dropdown .cart-actions a:last-child {
  float: right;
}

.cart-actions-only-one a {
  width: 100%;
}

.header-middle .cart-product-name {
  padding-bottom: 8px;
}

.header-middle .cart-product-name-link {
  color: #211f1d;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1px;
}

.header-middle .cart-product-name .paf_attrib_label,
.header-middle .cart-product-name small {
  color: #211f1d !important;
  font-size: 0.75rem;
}

.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: 85%;
}

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

.cart-prod-picture img {
  max-width: 100%;
}

.cart_remove_loading {
  background: url("../image/ajax_load.gif") no-repeat transparent;
}

.cart-product-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart_remove_btn {
  color: #e92a40;
  cursor: pointer;
}

.cart_remove_btn:hover {
  color: #0ca7d7;
}

.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;
  padding-right: 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 .aurora-scroll-arrow-pos-2 .aurora-scroll-btn-right {
  right: -40px;
}

.auroramessenger-message.popup .aurora-scroll-arrow-pos-2 .aurora-scroll-btn-left {
  left: -40px;
}

.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 {
  color: #0ca4d6 !important;
}

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

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

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

/* /auroramessage */

.header-bottom .module-category-wrapper {
  position: relative;
}

.header-bottom .module-category-wrapper #category-nav .category_menu::-webkit-scrollbar {
  width: 17px;
}

.header-bottom .module-category-wrapper #category-nav .category_menu::-webkit-scrollbar-track {
  background: #fff;
  width: 17px;
}

.header-bottom .module-category-wrapper #category-nav .category_menu::-webkit-scrollbar-thumb {
  background: #999999;
  border: 6px solid transparent;
  border-radius: 17px;
  background-clip: content-box;
}

.header-bottom .module-category-wrapper #category-nav .category_menu::-webkit-scrollbar-thumb:hover {
  background: #0ca7d7;
  border: 6px solid transparent;
  border-radius: 17px;
  background-clip: content-box;
}

.header-bottom .module-category-wrapper .module-head {
  width: 280px;
}

.header-bottom .module-category-wrapper .module-body {
  position: absolute;
  height: 485px;
}

.header-bottom .module-category-wrapper #category-nav {
  width: 280px;
  background-color: #fff;
  display: flex;
}

.header-bottom .module-category-wrapper #category-nav &gt; ul {
  background: #fff;
  position: static;
  z-index: 1901;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 540px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.header-bottom .module-category-wrapper .category-list-item-wrapper {
  position: relative;
}

.header-bottom .module-category-wrapper .module-head-title {
  color: #211f1d;
  font-size: 0.9375rem;
  line-height: 1rem;
  letter-spacing: 0.3px;
  font-weight: 700;
  margin: 0;
  padding: 22px 0 22px 30px;
  text-transform: uppercase;
  position: relative;
}

.header-bottom .module-category-wrapper .module-head-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 -12px 30px 0 rgba(0, 0, 0, 0.1);
}

.header-bottom .module-category-wrapper .module-head-title:after {
  border: solid #211f1d;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 8px;
  width: 8px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  left: auto;
  right: 20px;
  top: -6px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

body:not(.home_body) .header-bottom .module-category-wrapper .module-head-title {
  cursor: pointer;
}

body:not(.home_body) .header-bottom .module-category-wrapper .module-head-title:after {
  opacity: 1;
}

.sticky-head-active.header-bottom .module-category-wrapper .module-head-title {
  cursor: pointer;
}

.category-list b {
  text-decoration: none;
  font-weight: 400;
}

.category-list-link,
.category-list-link:visited {
  display: flex;
  align-items: center;
  flex: 1;
  text-decoration: none;
  background: transparent;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  font-weight: 300;
  color: #211f1d;
  text-transform: none;
  margin: 0;
  position: relative;
  padding: 0 30px;
  min-height: 40px;
  width: 100%;
}

ul.category &gt; li:not(:first-child) &gt; .category-list-link:before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  background-color: #e8e8e8;
  width: auto;
  height: 1px;
}

.parent.category-list &gt; .category-list-link:after {
  border: solid #c9c5c1;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 7px;
  width: 7px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  left: auto;
  right: 30px;
}

.parent .parent.category-list &gt; .category-list-link:after {
  border: solid #c9c5c1;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 7px;
  width: 7px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  left: auto;
  right: 15px;
}

.category-list-link:hover,
.category-list-link:active,
.children .selected &gt; .category-list-link:hover,
.category_menu:not(.vertical-basic) .parent:hover &gt; .category-list-link {
  color: #0ca7d7;
  text-decoration: none;
}

.selected &gt; .category-list-link b {
  font-weight: 700;
}

header .selected &gt; .category-list-link {
  color: #0ca7d7;
  font-weight: 700;
}

header .header-bottom .headermenu-list.navbar-nav li li:hover a,
header .children .selected &gt; .category-list-link:hover,
.header-position .category_menu li li .category-list-link:active,
.header-position .category_menu li li .category-list-link:hover {
  color: #0ca7d7;
}

.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: #211f1d;
  font-size: 13px;
  text-transform: none;
  margin: 0;
  padding: 12px 30px;
}

.children .category-list-link:hover,
.children .category-list-link:visited:hover {
  color: #0ca7d7;
}

.children .selected &gt; .category-list-link {
  color: #0ca7d7;
}

.side-position .category-list-link {
  font-size: 15px;
  padding: 8px 20px;
}

.side-position .category_menu &gt; li.selected .category-list-link-text:before {
  opacity: 1;
  width: 100%;
}

.side-position .category_menu &gt; li &gt; a .category-list-link-text {
  position: relative;
}

.side-position .category_menu &gt; li &gt; a:hover {
  color: #0ca7d7;
  text-decoration: none;
}

/* custom-dropdown */

.subTreeDropDown {
  line-height: 1.5em;
  background: transparent;
}

.subTreeDropDown.children {
  box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.15);
}

.subTreeDropDown &gt; li {
  padding: 20px 30px;
  background: #ffffff;
  color: #211f1d;
}

.subTreeDropDown &gt; li li {
  padding-bottom: 10px;
}

.subTreeDropDown &gt; li a {
  color: #0ca4d6;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8125rem;
}

.subTreeDropDown &gt; li a:hover {
  color: #0ca7d7;
  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;
}

.subTreeDropDown &gt; li .losangeles-custom-dropdown .lcd-row {
  margin: 0 -20px;
}

.subTreeDropDown &gt; li .losangeles-custom-dropdown .lcd-row .lcd-item {
  padding: 0 20px;
}

.subTreeDropDown &gt; li .losangeles-custom-dropdown .lcd-row .lcd-item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.subTreeDropDown &gt; li .losangeles-custom-dropdown .lcd-group {
  padding-bottom: 15px;
}

.subTreeDropDown &gt; li .losangeles-custom-dropdown .lcd-group-item.lcd-group-item-title {
  font-size: 0.75rem;
  line-height: 0.75rem;
}

.subTreeDropDown &gt; li .losangeles-custom-dropdown .lcd-group-item.lcd-group-item-title a {
  font-weight: 600;
  line-height: 0.9375rem;
  padding-bottom: 6px;
}

.subTreeDropDown &gt; li .losangeles-custom-dropdown .lcd-group-item a {
  color: #211f1d;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  display: block;
}

.subTreeDropDown &gt; li .losangeles-custom-dropdown .lcd-group-item a:active,
.subTreeDropDown &gt; li .losangeles-custom-dropdown .lcd-group-item a:hover {
  color: #0ca7d7;
}

.subTreeDropDown &gt; li .losangeles-custom-dropdown .lcd-group-item-content.lcd-group-item a {
  padding: 3px 0;
}

.subTreeDropDown &gt; li .losangeles-custom-dropdown .lcd-item.lcd-item-with-pic .lcd-group {
  text-align: center;
}

.subTreeDropDown &gt; li .losangeles-custom-dropdown .lcd-item.lcd-item-with-pic .lcd-group-item.lcd-group-item-title.lcd-top-item {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  background: #211f1d;
  padding: 10px;
  display: inline-block;
  margin: auto auto 20px auto;
}

.subTreeDropDown &gt; li .losangeles-custom-dropdown .lcd-item.lcd-item-with-pic .lcd-group-item-content.lcd-group-item a.lcd-top-item-link {
  padding: 10px;
}

.subTreeDropDown &gt; li .losangeles-custom-dropdown .lcd-item.lcd-item-with-pic .lcd-group-item-content.lcd-group-item a.lcd-top-item-link:active span.lcd-name,
.subTreeDropDown &gt; li .losangeles-custom-dropdown .lcd-item.lcd-item-with-pic .lcd-group-item-content.lcd-group-item a.lcd-top-item-link:hover span.lcd-name {
  color: #0ca7d7;
}

.subTreeDropDown &gt; li .losangeles-custom-dropdown .lcd-item.lcd-item-with-pic span.lcd-pic {
  display: block;
  text-align: center;
  border-radius: 3px;
}

.subTreeDropDown &gt; li .losangeles-custom-dropdown .lcd-item.lcd-item-with-pic span.lcd-pic img {
  max-width: 190px;
  height: auto !important;
}

.subTreeDropDown &gt; li .losangeles-custom-dropdown .lcd-item.lcd-item-with-pic span.lcd-name {
  font-weight: 600;
  display: block;
  text-align: center;
  font-size: 0.75rem;
  padding: 15px 0 10px 0;
  transition: all 0.2s ease-in-out;
}

/* /custom-dropdown */

/* sf-vertical - FÃ¼ggÅ‘leges kigÃ¶rdÃ¼lÅ‘ kategÃ³ria */

.sf-vertical .children {
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  z-index: 1909;
  min-width: 15em;
}

.sf-vertical .children a {
  text-transform: none;
}

.sf-vertical &gt; li {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
}

.sf-vertical &gt; .children &gt; li {
  position: relative;
  display: block;
}

.sf-vertical &gt; li:hover .children,
.sf-vertical &gt; 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 &gt; .category-list-link:after,
.slide-categories .category-list.selected.parent &gt; .category-list-link:after {
  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: #ffffff;
}

.vertical-basic .children .category-list-link {
  padding: 5px 0 5px 15px;
  text-transform: none;
  font-size: 1.3rem;
  color: #211f1d;
  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 &gt; a {
  color: #0ca4d6;
}

.vertical-basic .parent.selected .selected a {
  color: #0ca4d6;
}

/* /vertical-basic - NormÃ¡l fÃ¼ggÅ‘leges kategÃ³ria */

/* categoryoffer module */

.category_snapshot {
  text-align: center;
  border-radius: 3px;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
  position: relative;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin-bottom: 6px;
}

.category_snapshot br {
  display: none;
}

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

.category_snapshot:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.category_snapshot:hover a {
  color: #0ca7d7;
}

.category-snapshot-name {
  padding: 15px 0;
}

.category-snapshot-name-link {
  color: #211f1d;
  font-size: 0.875rem;
  line-height: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 10px 29px;
  font-weight: 700;
  text-transform: uppercase;
}

.category-snapshot-name-link:hover {
  color: #0ca4d6;
  text-decoration: none;
}

.categoryoffer_list .category-snapshot-col {
  width: 100%;
  padding: 0 3px;
}

/* /categoryoffer module */

/* compare popup */

.tablescroll_body {
  width: 800px;
  height: 360px;
}

.module-compare-wrapper .deleteIcon {
  display: block;
}

.module-compare-wrapper .deleteIcon:before {
  display: none;
}

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

.compare-product-table .odd .compare-product-values-row {
  background: #ffffff;
}

.compare-product-values-row {
  width: 200px;
}

.compare-filter-button {
  padding-top: 15px;
}

.compare-product-label-row {
  width: 150px;
  background: #ffffff;
  font-weight: 600;
}

.tablescroll_head .compare-product-label-row {
  background: #ffffff;
}

/* /compare popup */

/* compare module */

.deleteIcon {
  font-size: 2rem;
  cursor: pointer;
}

.compare-products {
  padding-top: 13px;
  padding-bottom: 12px;
}

.module-compare-wrapper .module-body {
  padding-top: 14px;
  padding-bottom: 14px;
}

.module-compare-wrapper .list-group-item {
  border: 0;
  padding: 19px 0 20px;
  display: flex;
  align-items: center;
}

.module-compare-wrapper .list-group-item:not(:first-child):not(:last-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.module-compare-wrapper .list-group-item &gt; .badge {
  background: transparent;
}

.module-compare-wrapper .list-group-item &gt; a:not(.compare-products) {
  display: block;
  color: #211f1d;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  font-weight: 300;
  padding-left: 5px;
}

.module-compare-wrapper .gotocompare.list-group-item {
  padding-top: 0;
}

.module-compare-wrapper .product-module {
  display: none;
}

.list_compare.snapshot-list-item {
  padding: 20px 0 10px;
}

.compare_button_wrapper a {
  display: inline-flex;
  align-items: center;
  color: #211f1d;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  font-weight: 300;
  text-decoration: none;
}

.compare_button_wrapper a:before {
  padding-right: 5px;
  content: "";
  border-radius: 3px;
  border: 1px solid #211f1d;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  outline: none;
  background: #fff;
}

.compare_button_wrapper a:hover,
.compare_button_wrapper a:active {
  color: #0ca7d7;
}

.compare_button_wrapper a.compared:before {
  background: #fff url("../image/check_alt.svg") no-repeat center center/100% 100% !important;
  border-color: #0ca7d7;
}

/* /compare module */

/* currenciesselect module */

select.currencieselect-select.form-control {
  border-color: #1d1e21;
  background: #1d1e21 url("../image/select-arrow.svg") no-repeat !important;
  border-width: 1px;
  color: #9aa1ad !important;
  font-size: 11px;
  line-height: 11px;
  height: 19px !important;
  padding: 0 40px 0 10px;
  font-style: normal;
  text-transform: lowercase;
  background-size: 8px !important;
  background-position: 80% 50% !important;
}

select.currencieselect-select.form-control:active,
select.currencieselect-select.form-control:hover {
  border-color: #1d1e21;
}

/* /currenciesselect module */

/* customcontent module */

.customcontent .module-body {
  overflow: hidden;
}

/* /customcontent module */

.module-dealofday-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.module-dealofday-wrapper .list_with_divs {
  margin: 0;
}

.module-dealofday-wrapper .product_badges {
  left: 0;
  top: 0;
}

.module-dealofday-wrapper .list_manufacturer.snapshot-list-item {
  color: #211f1d;
}

.module-dealofday-wrapper .home-position {
  margin: 3rem 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: #0ca7d7;
}

.module-dealofday-wrapper .product-snapshot:hover {
  box-shadow: none;
}

.module-dealofday-wrapper .snapshot_horizontal_product {
  padding: 0;
  background-color: transparent;
}

.module-dealofday-wrapper .snapshot_horizontal_left {
  width: auto;
  position: relative;
}

.module-dealofday-wrapper .snapshot-list-item.list_details .list-details-link {
  margin-right: 5px;
}

.module-dealofday-wrapper .list_actions {
  padding: 20px 0 0 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: #0ca7d7;
}

.module-dealofday-wrapper .snapshot-list-item {
  font-size: 0.8125rem;
  color: #211f1d;
  padding: 6px 0;
}

.module-dealofday-wrapper .product-snapshot .list_actions .list_addtocart.snapshot-list-item {
  padding: 6px 0;
}

.module-dealofday-wrapper .list_stock.snapshot-list-item {
  font-size: 0.875rem;
  padding-top: 10px;
  padding-bottom: 20px;
}

.module-dealofday-wrapper .list_prouctname.snapshot-list-item {
  padding-top: 0;
  margin-top: -5px;
}

.module-dealofday-wrapper .list-productname-link {
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 2.1875rem;
  letter-spacing: 0.4px;
  padding-bottom: 17px;
}

.module-dealofday-wrapper .product-snapshot .short_description {
  padding: 20px 0 15px;
  line-height: 1.3125rem;
}

.module-dealofday-wrapper .list_rating {
  font-size: 0;
}

.module-dealofday-wrapper .list_rating img {
  height: 17px;
}

.module-dealofday-wrapper .list_prouctprice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 15px 0 4px;
}

.module-dealofday-wrapper .list_original {
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding-bottom: 10px !important;
}

.module-dealofday-wrapper .list_manufacturer_sku {
  color: #211f1d;
}

.module-dealofday-wrapper .list_price,
.module-dealofday-wrapper .list_special {
  font-size: 1.3125rem;
  line-height: 1.3125rem;
}

.module-dealofday-wrapper .product-module:not(.side-position) .product-snapshot:not(:empty) {
  padding: 0;
}

/* information */

.sublinks .list-group-item {
  padding-left: 10px;
  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: 6px;
  width: 6px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  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: #0ca4d6;
}

#information-menu .accordion-hover:active:after,
#information-menu .accordion-hover:hover:after {
  border-color: #0ca4d6;
}

#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) {
    &amp;:after {
        transform: rotate(-45deg);
    }
}
*/

/* /information */

/* kickerimages */

.kickerimage-box {
  box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  display: block;
}

.kickerimage-module .module-body {
  padding: 0;
}

.kickerimages .kickerimages-col {
  padding: 0;
}

.kickerimage-title {
  line-height: 1.2em;
  font-size: 1.6875rem;
  font-weight: 700;
  color: #ffffff;
}

.kickerimages-row {
  margin: 0;
}

.kickerimage-description {
  padding: 0 3rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #ffffff;
}

.kickerimage-box img {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  transform-origin: center;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
}

.kickerimage-inner-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem;
  width: 100%;
  text-align: center;
}

.kickerimage-inner-wrapper &gt; span {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.kickerimage-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  text-align: center;
}

.kickerimage-button .btn {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 900;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.05);
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 0.7px;
}

.kickerimage-button .btn:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

/* /kickerimages */

/* languageselect module */

#language_form {
  display: flex;
  align-items: center;
}

.language_icon {
  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 {
  cursor: pointer;
  padding: 0 5px;
  position: relative;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
}

.language-text ~ .language-text {
  border-left: 1px solid #9aa1ad;
}

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

/* /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 a:active i.sr-icon-angle-down:after,
.logged-dropdown a:hover i.sr-icon-angle-down:after {
  border-color: #0ca4d6;
}

.logged-dropdown .sr-icon-angle-down:after {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 5px;
  width: 5px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  left: auto;
  right: 2px;
  transition: all 0.2s ease-in-out;
}

.logged-dropdown &gt; a &gt; span {
  display: none;
}

.logged-dropdown &gt; ul {
  position: absolute;
  width: 100%;
  z-index: 99999;
  transition: all 0.2s 0s linear;
  min-width: 150px;
  padding: 10px 0;
  border: 0;
  background-color: #1d1e21;
  border-radius: 3px;
  box-shadow: 0.9px 10px 40px 0 rgba(0, 0, 0, 0.45);
}

.logged-dropdown &gt; ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 5px 7px;
  border-color: transparent transparent #1d1e21 transparent;
  position: absolute;
  left: 15px;
  display: block;
  top: -5px;
}

.logged-dropdown &gt; ul &gt; li {
  display: block;
  border: 0;
  min-width: 100px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}

.logged-dropdown &gt; ul &gt; li &gt; a {
  height: 0;
  display: block;
  text-align: left;
  transition: height 150ms ease-in;
  font-size: 0.6875rem;
  font-weight: 300;
  padding: 0;
  border-bottom: 1px solid #1d1e21;
  color: #fff;
}

.logged-dropdown &gt; ul &gt; li &gt; a:hover {
  transition: all 0.2s ease-in-out;
  color: #0ca7d7;
  background-color: transparent;
}

.logged-dropdown &gt; ul &gt; li:last-child a {
  border: 0;
}

.logged-dropdown:hover &gt; ul &gt; li &gt; a {
  line-height: 29px;
  height: 29px;
}

.logged-dropdown ul.dropdown-hover-menu &gt; li &gt; a:active,
.logged-dropdown ul.dropdown-hover-menu &gt; li &gt; a:hover {
  color: #0ca7d7 !important;
}

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

.login-list .create-list-item {
  display: none;
}

.login-list .login-list-item {
  font-size: 0;
}

.login-list .login-list-item a {
  padding: 0;
  display: flex;
  align-items: center;
  letter-spacing: 0.3px;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
}

.login-list .login-list-item a:active,
.login-list .login-list-item a:hover {
  color: #0ca7d7;
}

.login-list li a {
  font-weight: 400;
  color: #ffffff;
}

.login-list-item {
  position: relative;
}

.header-col-login {
  padding: 0 25px;
}

.header-col-login li.logged-dropdown.dropdown &gt; a {
  padding: 28px 0;
  display: flex;
  align-items: center;
}

.header-col-login li.logged-dropdown.dropdown &gt; a:active,
.header-col-login li.logged-dropdown.dropdown &gt; a:hover {
  color: #0ca4d6;
}

.header-col-login li.logged-dropdown.dropdown &gt; ul.dropdown-hover-menu {
  margin-top: 0;
  min-width: 170px;
}

/* /login */

/* manufactureroffer module */

.manufactureroffer-image-container {
  font-size: 0;
}

.manufactureroffer-image-link {
  padding: 0;
  background: #fff;
}

.manufactureroffer-image-link .img-thumbnail {
  margin: auto;
}

.all-manufacturer-link-wrapper {
  padding-top: 50px;
}

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

body.modal-open .mm-slideout {
  z-index: unset;
}

.mm-menu {
  background: #ffffff !important;
}

.mm-menu .mm-listitem_divider {
  background: #ffffff !important;
}

.mm-menu .mm-listitem_divider:before {
  content: '';
  display: block;
  width: calc(100% - 1rem);
  height: 1px;
  background: transparent;
  margin-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mm-menu .category-list-link-text {
  text-transform: none;
}

.mm-navbar {
  border-color: #ffffff !important;
}

.mm-listitem .mm-btn_next:before {
  display: none !important;
}

.mm-menu .mm-panels &gt; .mm-panel &gt; .mm-navbar + .mm-listview {
  margin-top: 0;
}

.mm-menu .mm-panels &gt; .mm-panel:after,
.mm-menu .mm-panels &gt; .mm-panel:before {
  height: 40px;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar &gt; * {
  color: #211f1d !important;
}

.mm-listitem &gt; a,
.mm-listitem &gt; span {
  text-transform: none;
}

.mm-listitem.mm-title.mm-group-title {
  background: #0ca4d6;
  font-weight: 600;
  color: #ffffff;
}

body .mm-menu .mm-navbar a.mm-navbar__title {
  text-transform: uppercase;
  font-weight: 800;
  color: #0ca4d6 !important;
}

.responsive-menu {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 0;
  display: none;
  justify-content: space-between;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  line-height: 50px;
  height: 50px;
  background-color: #1d1e21;
}

.mobile-headers {
  z-index: 2;
  padding: 0 5px;
  text-decoration: none;
  display: flex;
  color: #9aa1ad;
  cursor: pointer;
}

.mobile-cart-link.mobile-headers {
  padding: 0 20px 0 0;
  position: relative;
}

.mobile-headers-icon,
.mobile-headers-title {
  font-size: 1.125rem;
  color: inherit;
  line-height: inherit;
  text-decoration: none;
}

.mobile-headers-icon {
  font-size: 1.4375rem;
}

.mobile-headers-title {
  display: none;
}

.mobile-menu-orientation-default .mobile-category-header {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.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;
  background-color: transparent;
  padding: 10px;
}

.mobile-menu-orientation-default .mobile-logo {
  justify-content: center;
  order: 2;
  padding-left: 15px;
}

.mobile-menu-orientation-default .mobile-cart-link {
  order: 3;
  padding: 0 5px 0 0;
  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-cart-link {
  order: 2;
  margin-left: auto;
}

.mobile-content-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-module,
.mobile-logo {
  display: flex;
  align-items: center;
}

.logo-module img,
.mobile-logo img {
  max-height: 50px;
}

.logo-module a,
.mobile-logo a {
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.6px;
  font-weight: 300;
  display: inline-block;
  color: #ffffff;
}

.mobile-logo {
  flex: 0 1 auto;
  align-items: center;
}

.mobile-logo img {
  max-width: 155px !important;
}

.mobile-logo a {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  text-align: center;
}

.mobile-wishlist-dropdown-link {
  display: none;
}

.hamburger {
  padding: 10px 15px;
  display: flex;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #707a8a;
  border: 0;
  margin: 0;
  overflow: visible;
  align-items: center;
  justify-content: center;
}

.hamburger-box {
  width: 20px;
  height: 14px;
  position: relative;
  display: block;
}

.hamburger-box .line {
  display: block;
  background: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 1px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.hamburger-box .line.line-1 {
  top: 0;
}

.hamburger-box .line.line-2 {
  top: 50%;
}

.hamburger-box .line.line-3 {
  top: 100%;
}

.hamburger-box:hover .line-1,
.hamburger-box:focus .line-1 {
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
}

.hamburger-box:hover .line-3,
.hamburger-box:focus .line-3 {
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
}

#hamburger-icon-left.is-active .line-1,
#hamburger-icon.is-active .line-1 {
  transform: translateY(7px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
  -moz-transform: translateY(7px) translateX(0) rotate(45deg);
}

#hamburger-icon-left.is-active .line-2,
#hamburger-icon.is-active .line-2 {
  opacity: 0;
}

#hamburger-icon-left.is-active .line-3,
#hamburger-icon.is-active .line-3 {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-7px) translateX(0) rotate(-45deg);
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(16) {
  transition-delay: 850ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(17) {
  transition-delay: 900ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(18) {
  transition-delay: 950ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(19) {
  transition-delay: 1000ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(20) {
  transition-delay: 1050ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(21) {
  transition-delay: 1100ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(22) {
  transition-delay: 1150ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(23) {
  transition-delay: 1200ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(24) {
  transition-delay: 1250ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(25) {
  transition-delay: 1300ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(26) {
  transition-delay: 1350ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(27) {
  transition-delay: 1400ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(28) {
  transition-delay: 1450ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(29) {
  transition-delay: 1500ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(30) {
  transition-delay: 1550ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(31) {
  transition-delay: 1600ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(32) {
  transition-delay: 1650ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(33) {
  transition-delay: 1700ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(34) {
  transition-delay: 1750ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(35) {
  transition-delay: 1800ms;
}

.mm-wrapper_opening body {
  overflow: hidden !important;
}

/* /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-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: 0.8125rem;
  line-height: 1.4em;
}

.aurora-nanobar-freeshipping.aurora-nanobar .aurora-nanobar-container {
  height: 43px;
}

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

.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: left;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  letter-spacing: 0.2px;
  padding-bottom: 35px;
  margin-top: 2px;
  color: #655f59;
}

.card-title &gt; span {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 300;
  color: #999999;
}

.card-header,
.card-footer {
  background-color: transparent;
}

.news-item .card-text {
  font-size: 0.8125rem;
  line-height: 1.3125rem;
  max-height: 40px;
  overflow: hidden;
}

.news-item .card-body {
  padding-top: 0;
  padding-bottom: 0;
}

.news-item .card-title {
  margin-bottom: 19px;
}

.news-item .card-header {
  padding-top: 40px;
  padding-bottom: 10px;
}

.article-title-link {
  font-size: 1.125rem;
  font-weight: 700;
  color: #211f1d;
}

.article-title-link:active,
.article-title-link:hover {
  color: #0ca4d6;
}

/* home-section position news*/

/* /home-section position news*/

/* /news */

/* newsletter subscribe module */

.newsletter_subscribe-module .newsletter-subscribe-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.newsletter_subscribe-module .newsletter-subscribe-form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.newsletter_subscribe-module .newsletter-subscribe-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.newsletter_subscribe-module .newsletter-subscribe-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.newsletter_subscribe-module .newsletter-subscribe-form input:focus::-webkit-input-placeholder {
  color: transparent;
}

.newsletter_subscribe-module .newsletter-subscribe-form input:focus:-moz-placeholder {
  color: transparent;
}

.newsletter_subscribe-module .newsletter-subscribe-form input:focus::-moz-placeholder {
  color: transparent;
}

.newsletter_subscribe-module .newsletter-subscribe-form input:focus:-ms-input-placeholder {
  color: transparent;
}

.newsletter_subscribe-module:not(.side-position) .newsletter-subscribe-form .input-checkbox:focus {
  box-shadow: none;
  border: 0;
}

.newsletter_subscribe-module:not(.side-position) .newsletter-subscribe-form input[type="checkbox"] {
  margin: 0 5px 0 0;
  float: left;
  outline: none;
  background: rgba(0, 0, 0, 0.2);
  border: 0;
}

.newsletter_subscribe-module:not(.side-position) .newsletter-subscribe-form input[type="checkbox"]:checked {
  background: rgba(0, 0, 0, 0.2) url("../image/check.svg") no-repeat center center/100% 100% !important;
  border: 0;
}

.newsletter_subscribe-module:not(.side-position) .newsletter-subscribe-form label.error {
  font-size: 10px;
  font-weight: 400;
  position: absolute;
}

.newsletter-pretext,
.newsletter-posttext {
  padding: 1rem 0;
  font-size: 1.2rem;
  line-height: 1.5em;
}

.side-position.newsletter_subscribe-module {
  background-image: linear-gradient(to right, #0ca4d6 0%, #15e4ed 100%);
  background-repeat: repeat-x;
}

.side-position.newsletter_subscribe-module input[type=checkbox],
.side-position.newsletter_subscribe-module input[type=checkbox] + span:before {
  top: 6px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 0;
}

.side-position.newsletter_subscribe-module input[type="checkbox"]:checked {
  background: rgba(0, 0, 0, 0.2) url("../image/check.svg") no-repeat center center/100% 100% !important;
  border: 0;
}

.side-position.newsletter_subscribe-module .module-head {
  background: none;
  padding-bottom: 0;
}

.side-position.newsletter_subscribe-module .module-head-title {
  font-size: 1.5625rem;
  line-height: 2rem;
  letter-spacing: 0.5px;
}

.side-position.newsletter_subscribe-module .module-body {
  background: none;
  padding-top: 0;
  text-align: left;
}

.side-position.newsletter_subscribe-module .newsletter-posttext,
.side-position.newsletter_subscribe-module .newsletter-pretext {
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.side-position.newsletter_subscribe-module .form-element {
  clear: none;
  width: 100%;
  padding: 0 0 10px 0;
  display: block;
  float: none;
  max-width: 100%;
}

.side-position.newsletter_subscribe-module .form-element-checkbox {
  bottom: 0;
  position: relative;
}

.side-position.newsletter_subscribe-module .label-inbefore span {
  width: 91%;
}

.side-position.newsletter_subscribe-module .newsletter-subscribe-form,
.side-position.newsletter_subscribe-module .newsletter-posttext,
.side-position.newsletter_subscribe-module .fieldset {
  padding: 0;
}

.side-position.newsletter_subscribe-module .form-element label {
  font-weight: 300;
}

.newsletter_subscribe-module .module-head {
  text-align: center;
  padding-bottom: 0;
}

.newsletter_subscribe-module .fieldset {
  text-align: center;
  font-size: 0;
  padding-bottom: 40px;
  position: relative;
  display: inline-block;
  margin: auto;
}

.newsletter_subscribe-module .form-element {
  clear: none;
  width: 50%;
  padding: 0 10px;
  display: block;
  float: left;
  max-width: 33.3%;
}

.newsletter_subscribe-module .form-element-checkbox {
  width: 100%;
  text-align: left;
  margin: 0;
  padding-right: 0;
  position: absolute;
  max-width: 100%;
  bottom: -35px;
}

.newsletter_subscribe-module .form-element label {
  font-weight: 300;
}

.newsletter_subscribe-module .form-element-text .form-control {
  padding: 10px 25px;
  font-weight: 500;
  background-color: rgba(6, 25, 81, 0.2);
  border: 1px solid rgba(6, 25, 81, 0.2);
  color: #fff;
}

.newsletter_subscribe-module .form-element-text .form-control:active,
.newsletter_subscribe-module .form-element-text .form-control:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.65);
}

.newsletter_subscribe-module .form-element-customtext {
  max-width: 210px;
}

.newsletter_subscribe-module .label-inbefore {
  font-size: 0.6875rem;
  color: #ffffff;
}

.newsletter_subscribe-module .label-inbefore span {
  width: 95%;
}

.newsletter_subscribe-module .label-inbefore .form-control {
  margin-top: 5px;
}

.newsletter_subscribe-module .newsletter-pretext {
  font-size: 0.875rem;
  text-align: center;
  padding-top: 10px;
  color: #3c3935;
}

.newsletter_subscribe-module .newsletter-subscribe-form {
  padding-top: 2rem;
}

.newsletter_subscribe-module .newsletter-subscribe-form form {
  text-align: center;
}

.newsletter_subscribe-module .subscribe_button .btn {
  padding: 12px 50px;
  font-size: 0.9375rem;
  background: #ffffff;
  color: #0ca7d7 !important;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.newsletter_subscribe-module .subscribe_button .btn:active,
.newsletter_subscribe-module .subscribe_button .btn:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  background: #ffffff;
  color: #0ca7d7 !important;
}

/* /newsletter subscribe module */

/* PAF - Product Attribute Filter */

.paf-filter-module {
  position: relative;
}

.paf-filter-module .form-control:focus {
  background: #ffffff;
  box-shadow: none;
  outline: none;
  border-color: #0ca4d6;
}

.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: 5px;
  padding-right: 5px;
  font-size: 0.8125rem;
  font-weight: 400;
  text-align: center;
}

.custom-value-filter-open-button {
  text-align: center;
  cursor: pointer;
  display: block;
  color: #fff !important;
  margin-bottom: 5px;
}

.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: '-';
  position: absolute;
  right: -8px;
  top: 6px;
  font-weight: bold;
  color: #9aa1ad;
}

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

.paf-filter-search-btn {
  text-align: center;
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.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: "x";
}

.paf-filter-btn {
  padding: 10px;
}

.widget_select select {
  margin-bottom: 10px;
  width: 100%;
  cursor: pointer;
}

.module-paf_filter-wrapper .side-position {
  border-bottom-color: #ffffff;
}

.module-paf_filter-wrapper .side-position .module-body {
  padding: 0 25px 20px 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;
  font-size: 0.8125rem;
  line-height: .8125rem;
  font-weight: 400;
}

.widget {
  margin: 0 25px;
  padding: 0;
  border-bottom: 1px solid #e8e8e8;
}

.widget-title {
  padding: 20px 0;
  cursor: pointer;
  color: #211f1d;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  letter-spacing: 0.3px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  display: flex;
  position: relative;
}

.widget-title:hover {
  color: #0ca7d7;
}

.widget-title img {
  margin-left: 5px;
  margin-right: 5px;
}

.widget-content {
  padding-bottom: 10px;
}

.home-position .widget {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 10px;
  display: block;
  overflow-x: hidden;
}

.widget label {
  color: #211f1d;
  cursor: pointer;
  line-height: 1em;
  display: flex;
  align-items: center;
  position: relative;
}

.widget label:hover {
  color: #0ca7d7;
}

.widget label span {
  font-size: 0.8125rem;
  line-height: .8125rem;
  font-weight: 300;
  margin-left: 9px;
  vertical-align: middle;
}

.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;
  vertical-align: top;
}

.widget input[type="checkbox"] {
  margin: 0;
  float: left;
  outline: none;
}

.widget .separator {
  clear: both;
  padding: 2px 0;
}

.slider-inputs {
  color: #ffffff;
  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: 0.75rem;
  font-weight: 400;
}

.filter_toggle_button {
  cursor: pointer;
}

.filter_toggle_button i {
  transition: transform .4s ease-in-out;
}

.filter_toggle_button i:after {
  border: solid #211f1d;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 7px;
  width: 7px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  left: auto;
  top: -8px;
  transition: transform .4s ease-in-out;
}

.filter_toggle_button .sr-icon-angle-up:after {
  transform: rotate(45deg);
}

.filter_toggle_button .sr-icon-angle-down:after {
  top: -4px;
}

.widget-title:active i:after,
.widget-title:hover i:after {
  border-color: #0ca7d7;
}

.paf-attr-icon img {
  display: none;
}

.paf-attr-icon:before {
  font-weight: 300;
}

.paf-attr-icon-information-mark,
.paf-attr-icon-question-mark {
  text-transform: lowercase;
  border-radius: 60px;
  width: 14px;
  height: 14px;
  line-height: 10px;
  border: 0;
  background-color: #211f1d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.paf-attr-icon-information-mark:before,
.paf-attr-icon-question-mark:before {
  content: "?";
  font-size: 9px;
  line-height: 0.625rem;
  color: #fff;
  font-weight: 800;
  margin-left: 1px;
}

.paf-attr-icon + span {
  margin-left: 5px;
}

span + .paf-attr-icon {
  margin-left: 5px;
}

.side-position .paf-attr-icon-information-mark:before,
.side-position .paf-attr-icon-question-mark:before {
  margin-left: 0;
}

.ui-corner-all {
  border-radius: 3px;
}

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

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

.ui-slider-horizontal .ui-slider-range {
  border-radius: 0;
  height: 2px;
  line-height: 2px;
  font-size: 1em;
  background: #0ca7d7;
}

.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: 1rem;
  color: #9aa1ad;
}

.close-filter-btn {
  position: absolute;
  z-index: 901;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 1.25rem;
  display: flex;
  padding: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  border-width: 1px;
}

.close-filter-btn i {
  font-style: normal;
  font-family: monospace;
  font-weight: 900;
  font-size: 25px;
}

/* /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: 0.75rem;
  color: #211f1d;
  margin-bottom: 0;
}

.pathway-inside-container {
  padding: 2px 0 48px 0;
}

.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 {
  content: "";
  width: 1px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.15);
  display: inline-block;
  vertical-align: middle;
  transform: rotate(12deg);
  margin-top: -1px;
}

.pw-item h2 {
  text-transform: none;
}

.pw-link {
  font-weight: 300;
  color: #0ca4d6;
}

.pw-link:hover {
  color: #0ca7d7;
}

.pw-item-last-h a.pw-link {
  color: #bdb8b3;
}

.pathway-inside-container .pw-link {
  color: #211f1d;
  font-weight: 300;
}

.pathway-inside-container .pw-link:hover {
  color: #0ca4d6;
  text-decoration: none;
}

.flypage_body .pathway-inside-container {
  padding: 35px 0 40px 0;
}

.information_page_body .pathway-inside-container,
.information_list_body .pathway-inside-container {
  padding: 35px 0 0 0;
  margin: 0 -15px;
}

.information_page_body .main-row,
.information_list_body .main-row {
  padding-top: 40px;
}

/* /pathway */

/* search module */

.search-module {
  position: relative;
  z-index: 1902;
}

.search-module .input-group {
  border: 0;
  border-radius: 3px;
  background-color: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search-module .input-group:focus-within {
  box-shadow: none;
  border-color: #fff;
}

.search-module .input-group-btn {
  padding: 0;
  background-image: linear-gradient(to bottom, #0ca4d6 0%, #15e4ed 100%);
  background-repeat: repeat-x;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.search-module .input-group-btn:before {
  content: "";
  transition: all 0.2s ease-in-out;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #15e4ed 0%, #0ca4d6 100%);
  background-repeat: repeat-x;
  opacity: 0;
  z-index: 1;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.search-module .input-group-btn:active:before,
.search-module .input-group-btn:hover:before {
  opacity: 1;
}

.search-module .input-group .form-control {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #211f1d;
  font-style: italic;
  font-weight: 300;
  font-size: 0.875rem;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

.search-module .input-group .form-control::-webkit-input-placeholder {
  color: #8e8e8e;
  opacity: 1;
}

.search-module .input-group .form-control:-moz-placeholder {
  color: #8e8e8e;
  opacity: 1;
}

.search-module .input-group .form-control::-moz-placeholder {
  color: #8e8e8e;
  opacity: 1;
}

.search-module .input-group .form-control:-ms-input-placeholder {
  color: #8e8e8e;
  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 {
  box-shadow: none;
  margin-left: 0;
  padding: 0;
  color: #211f1d;
  border: 0;
  width: 50px;
  height: 30px;
  z-index: 2;
}

.search-module .input-group .btn:hover {
  color: #0ca7d7;
}

.search-module .form-group {
  margin: 0;
}

.col-categoryselect {
  float: right;
}

.col-categoryselect .form-control {
  color: #211f1d;
  font-size: 0.875rem;
  line-height: 1rem;
  height: 40px !important;
  -webkit-user-select: none;
  user-select: none;
  padding: 0 15px 0 10px;
  font-weight: 300;
  border-color: #fff;
  font-style: italic;
  background-size: 28px 9px !important;
  transition: all 0.2s ease-in-out;
}

.col-categoryselect .form-control:active,
.col-categoryselect .form-control:hover {
  border-color: #0ca7d7;
}

.module-search-row {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 0;
}

.header-col-search {
  width: auto;
}

.header-middle .col-search-input {
  padding: 0;
}

.header-middle .col-categoryselect {
  padding: 0 5px;
}

.module-search-critea .module-body .search-in-description.form-group {
  font-size: 12px;
}

.module-search-critea .module-body .search-in-description.form-group label {
  margin: 0;
}

.module-search-critea .module-body .search-in-description.form-group .search-in-description-input {
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.module-search-critea .module-body .search-in-description.form-group .search-in-description-input label {
  margin: 0;
  display: flex;
}

/* /search module */

.search-results {
  max-height: 640px;
  height: auto;
  position: absolute;
  display: none;
  z-index: 1902;
  top: 100%;
  width: 100%;
  margin: 0;
  right: 0;
  padding-top: 5px;
  height: 300px;
  overflow: auto;
  border: 0;
  background-color: transparent;
  border-radius: 3px;
}

/* search results */

.search-results:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 5px 7px;
  border-color: transparent transparent #1d1e21 transparent;
  position: relative;
  margin-left: 15px;
  display: block;
  box-shadow: 0.9px 10px 40px 0 rgba(0, 0, 0, 0.45);
}

.search-results-list {
  background: #1d1e21;
  padding: 10px;
  border: 0;
  border-radius: 3px;
}

.search-results-item {
  border-bottom: 1px solid #1d1e21;
  padding: 0;
  font-size: 0.6875rem;
  padding-bottom: 5px;
}

.search-results-item img {
  border-radius: 3px;
}

.search-results-list,
.search-results-item {
  margin: 0;
  list-style: none;
}

.search-results li:last-child {
  border: 0;
}

.search-results .search_img {
  float: left;
}

.search-results-item a {
  display: block;
  text-decoration: none;
  padding: 0 0 15px 0;
  font-weight: 400;
  color: #ffffff;
  font-size: 0.6875rem;
  line-height: 0.875rem;
}

.search-results-item a:hover {
  color: #0ca7d7;
}

.search-results-head {
  display: none;
}

.search-results .list_price,
.search-results .list_special {
  font-size: 0.6875rem;
  font-style: italic;
  color: #ffffff;
}

.search-results .list_original {
  display: inline-block;
  width: auto;
  font-size: 0.6875rem;
  font-style: italic;
}

.search_name {
  padding-bottom: 5px;
}

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

.module-search-critea .module-body .form-group label {
  padding: 0;
}

.module-search-critea .module-body .form-group div {
  padding: 0;
}

.module-search-critea .module-body .search-button-row.form-group &gt; label {
  display: none;
}

.module-search-critea .module-body .search-button-row.form-group &gt; div {
  width: 100%;
}

.module-search-critea .module-body .search-button-row.form-group &gt; div a.btn {
  width: 100%;
}

.search_list_body .category-page-middle-section {
  display: none;
}

/* /search results */

/* searchlog module */

.search-word {
  margin: 0 2px;
}

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

.social-share-module &gt; 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: flex-start;
  cursor: pointer;
}

.stockfilter-module label span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8125rem;
  padding-left: 10px;
  line-height: 1.125rem;
  margin-top: -2px;
}

/* wishlist module */

.wishlist-add {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.svg-snapshot-heart {
  fill: #0ca4d6;
}

.wishlist-button-text {
  padding-left: 10px;
}

.snapshot_horizontal_product .snapshot_horizontal_left &gt; .list_wishlist.snapshot-list-item,
.snapshot_horizontal_product .snapshot_horizontal_left .list_wishlist.snapshot-list-item,
.snapshot_vertical_top_position &gt; .list_wishlist.snapshot-list-item,
.snapshot_vertical_top_position .list_wishlist.snapshot-list-item {
  padding: 0;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.snapshot_horizontal_product .snapshot_horizontal_left .wishlist-add,
.snapshot_vertical_top_position .wishlist-add {
  width: 50px;
  height: 50px;
  display: block;
  z-index: 3;
  position: relative;
}

.snapshot_horizontal_product .snapshot_horizontal_left .wishlist-button-icon,
.snapshot_vertical_top_position .wishlist-button-icon {
  position: absolute;
  right: 10px;
  top: 9px;
}

.snapshot_horizontal_product .snapshot_horizontal_left .wishlist_button_wrapper,
.snapshot_vertical_top_position .wishlist_button_wrapper {
  padding: 0;
  position: relative;
  z-index: 2;
}

.snapshot_horizontal_product .snapshot_horizontal_left .wishlist_button_wrapper:after,
.snapshot_vertical_top_position .wishlist_button_wrapper:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 56px 56px 0;
  border-color: transparent #0ca4d6 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
}

.snapshot_horizontal_product .snapshot_horizontal_left .wishlist_button_wrapper:active:after,
.snapshot_horizontal_product .snapshot_horizontal_left .wishlist_button_wrapper:hover:after,
.snapshot_vertical_top_position .wishlist_button_wrapper:active:after,
.snapshot_vertical_top_position .wishlist_button_wrapper:hover:after {
  border-color: transparent #15e4ed transparent transparent;
}

.snapshot_horizontal_product .snapshot_horizontal_left .svg-snapshot-heart,
.snapshot_vertical_top_position .svg-snapshot-heart {
  fill: #fff;
}

.snapshot_horizontal_product .snapshot_horizontal_left .wishlist-button-text,
.snapshot_vertical_top_position .wishlist-button-text {
  display: none;
}

.wishlist-modul-empty .header-quantity-box {
  display: none;
}

.header-wishlist-icon-and-count {
  position: relative;
}

.wishlist-title {
  letter-spacing: .3px;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  color: #ffffff;
  font-weight: 400;
}

.wishlist-title:active,
.wishlist-title:hover {
  color: #0ca4d6;
}

.wishlist-btn {
  position: relative;
  background: none;
  padding: 0;
  box-shadow: none;
  border: 0;
  color: #9aa1ad;
  display: flex;
}

.wishlist-btn:hover {
  color: #0ca7d7;
}

.wishlist-btn:focus {
  box-shadow: none;
}

.header-wishlist-wrapper &gt; i {
  padding-left: 5px;
}

.module-wishlist-wrapper .header-position .module-edit-link {
  right: -20px;
}

/* /wishlist module */

/* account page */

.identity-switcher .row {
  margin: 0 -10px 15px -10px;
}

.identity-switcher .row .identity-switcher-col {
  padding: 0 10px;
}

.identity-switcher .active.identity-switcher-btn.btn {
  border: 0;
  box-shadow: 0 10px 20px 0 rgba(16, 190, 223, 0.25);
  background-size: 200% auto;
  background-image: linear-gradient(50deg, #0ca4d6 0%, #15e4ed 51%, #0ca4d6 100%);
  transition: 0.5s;
  background-color: #0ca4d6;
  color: #fff !important;
}

.identity-switcher .active.identity-switcher-btn.btn:before {
  display: none;
}

.account_edit_body .form-table tr &gt; td:first-child {
  width: 40% !important;
}

li.account-list-item a {
  color: #0ca4d6;
}

li.account-list-item a:active,
li.account-list-item a:hover {
  color: #211f1d;
}

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

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

.personaldata-customer-buttons {
  padding-bottom: 15px;
}

.personaldata-customer-buttons .modal-header {
  position: relative;
}

.personaldata-customer-buttons .modal-header .close {
  position: absolute;
  right: 5px;
  top: 5px;
}

/* /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: 2.625rem;
  font-weight: 900;
  display: inline-block;
  position: relative;
  line-height: 2.625rem;
  color: #211f1d;
  margin: 0 0 25px 0;
  text-transform: none;
}

/* 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 th {
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  font-weight: 400;
  color: #a1a3a8;
  text-transform: uppercase;
}

.sr-cart-table.table &gt; thead &gt; tr &gt; th {
  border-bottom: 1px solid #ebedef;
  padding-bottom: 11px;
}

.sr-cart-table.table &gt; tbody:not(.row-danger) &gt; tr &gt; td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sr-cart-table.table &gt; tbody:first-child &gt; tr &gt; td {
  border-top: 0 !important;
}

.sr-cart-table.table &gt; tbody &gt; tr &gt; td {
  vertical-align: middle;
}

.sr-cart-table .row-danger {
  border: 2px solid #f77982 !important;
}

.sr-cart-table .row-danger &gt; tr &gt; 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: 0.9375rem;
  line-height: 1.25rem;
}

.sr-cart-table .cart-product-attribute {
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.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: 1.25rem;
  line-height: 1.25rem;
  font-weight: 800;
  color: #44464c;
}

.cart-package-offer-table.sr-cart-table.table .package-offer-item .current-price,
.cart-package-offer-table.sr-cart-table.table .package-offer-item .price {
  font-size: 1rem !important;
  line-height: 1rem !important;
  font-weight: 800;
  color: #44464c;
}

.sr-cart-table .special-price,
.sr-cart-table .price {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 800;
  color: #44464c;
}

.sr-cart-table .original-price-sum {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  text-decoration: line-through;
  color: #a1a3a8;
}

.sr-cart-quantity-input {
  border: solid 1px #e0e4e4;
  float: right;
  width: auto;
  border-radius: 4px;
}

.sr-cart-quantity-input .form-control {
  background: #fff;
  box-shadow: none;
  border: 0;
  width: 50px;
  height: 36px !important;
  padding: 0 9px;
  text-align: center;
  font-size: 0.75rem;
}

.sr-cart-quantity-input .btn {
  background-color: #efefef;
  box-shadow: none;
  color: #9ea4a6 !important;
  margin-left: 0;
  margin-right: 0;
  border: 0;
  padding: 8px;
  height: 36px;
}

.sr-cart-quantity-input .btn:active,
.sr-cart-quantity-input .btn:hover,
.sr-cart-quantity-input .btn:focus {
  background-color: #e0e4e4 !important;
  box-shadow: none !important;
  border: 0 !important;
}

.sr-cart-table.table tbody + tbody {
  border-width: 1px;
}

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

.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:before {
  border-color: #0ca7d7;
}

.gift_wrapping_arrow_left a i:after {
  border: solid #0ca7d7;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 8px;
  width: 8px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(135deg);
  left: 2px;
}

.gift_wrapping_arrow_right a i:after {
  border: solid #0ca7d7;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 8px;
  width: 8px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  right: 2px;
}

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

.sr-cart-page-body .one-column-content {
  padding: 0;
}

.sr-cart-page-body .cart-page-vue.sr-cart-page {
  background-color: #fff;
  padding: 15px;
  position: relative;
}

.sr-cart-page-body .main-row {
  padding-top: 15px;
}

.sr-cart-page-body .top h1 {
  font-size: 2rem;
  line-height: 2rem;
}

.sr-cart-page {
  padding-top: 30px;
}

.sr-cart-page .cart-row-name a {
  color: #211f1d;
}

.sr-cart-page .cart-row-name a:active,
.sr-cart-page .cart-row-name a:hover {
  color: #0ca7d7;
}

.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 .package-offer-current-price,
.sr-cart-page .special-price,
.sr-cart-page .special-price-sum {
  color: #e92a40;
}

.sr-cart-page .original-price,
.sr-cart-page .original-price-sum {
  color: #211f1d;
}

.sr-cart-page .delete-button.cart-button .btn {
  font-size: 11px;
  padding: 0 12px 0 0;
  line-height: 1.25rem;
  background: none;
  color: #e92a40 !important;
}

.sr-cart-page .delete-button.cart-button .btn:active,
.sr-cart-page .delete-button.cart-button .btn:hover {
  color: #0ca4d6 !important;
}

.sr-cart-page .delete-button.cart-button .btn:before {
  display: none;
}

.sr-cart-page .edit-button.cart-button .btn {
  font-size: 11px;
  padding: 0 7px;
  margin-right: 12px;
}

.cart-header-amount {
  width: 18%;
}

.sr-cart-special-row {
  display: flex;
  align-items: center;
}

.sr-cart-special-row-title {
  margin-right: 30px;
  color: #211f1d;
  font-size: 0.9375rem;
}

.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: 1.5rem;
  line-height: 1.5rem;
  color: #211f1d;
}

.sr-cart-summary-box-table .total-save {
  color: #78b15a;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
}

.sr-shipping-cost-calculator {
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #ebedef;
  color: #211f1d;
  padding: 20px;
  margin-top: 30px;
  font-size: 13px;
}

.sr-shipping-cost-calculator .sr-separator {
  margin-bottom: 5px;
}

.sr-shipping-cost-calculator &gt; .row &gt; .col-xs-12 {
  width: 100%;
  padding: 0;
}

.sr-shipping-cost-calculator &gt; .row &gt; .col-xs-12 .row {
  margin: 0;
}

.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 .sr-cart-back.btn {
  color: #0ca4d6;
  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: #0ca7d7;
  box-shadow: none;
}

.sr-cart-bottom-buttons-row .btn-group-lg &gt; .btn,
.sr-cart-bottom-buttons-row .btn-lg,
.sr-cart-bottom-buttons-row .btn-group-lg &gt; .btn {
  padding: 13px 20px;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  border-radius: 3px;
}

/* /cart-page-vue */

/* 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;
  flex-direction: column;
  color: #211f1d;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  min-height: initial !important;
  padding-bottom: 20px;
  padding-top: 15px;
}

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

.information_list .orderby {
  margin: 10px 0;
}

.information_list .orderby-top {
  display: none;
}

.orderby {
  margin: 15px 0;
  overflow: auto;
  padding: 15px;
  background: #ffffff;
  border-radius: 3px;
}

.orderby .pagination {
  display: flex;
  justify-content: flex-end;
  display: block;
}

.orderby .pagination .results {
  order: -1;
  display: inline-block;
  margin-right: auto;
}

.information_list_item_wrapper {
  padding: 20px 0;
}

.information_list_item_info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #bdb8b3;
  font-weight: 300;
  padding-top: 5px;
}

.information_list_item {
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
}

.information_page.information_list .top h1 {
  text-align: left;
  position: relative;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 3px;
  display: block;
}

.information_page:not(.information_list) {
  background-color: #fff;
  border-radius: 3px;
  padding: 10px;
  color: #211f1d;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.4375rem;
}

.information_page:not(.information_list) .top h1 {
  font-size: 1.875rem;
  line-height: 2rem;
  letter-spacing: 0.4px;
  font-weight: 700;
  margin-bottom: 15px;
}

.information_page:not(.information_list) .information_list_item_introtext img {
  margin: 0 auto 40px auto;
  max-width: 100%;
}

.information_page .information_list_item_intro_pic_link img {
  margin-bottom: 25px;
  max-width: 100%;
}

.information_list .heading {
  border-bottom: 0;
  text-align: left;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.information_list .heading h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  text-transform: none;
}

.information_list .heading a {
  color: #211f1d;
  font-weight: 700;
}

.information_list .heading a:hover {
  color: #0ca7d7;
}

/* personal data remove and download page */

.pd-tab &gt; input,
.pd-tab section &gt; 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-description {
  font-size: 0.8125rem;
  line-height: 1.375rem;
  padding: 0 0 20px 0;
}

.category-custom-html-bottom {
  font-size: 0.8125rem;
  line-height: 1.375rem;
  padding: 0 0 20px 0;
}

.subcategories-wrapper {
  padding-top: 13px;
  padding-bottom: 43px;
}

.subcategory-list {
  position: relative;
  z-index: 101;
  text-align: center;
  margin: 0 -7px;
}

.subcategory-description {
  position: absolute;
  left: 0;
  text-align: left;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  font-size: 0.9rem;
  line-height: 1.2em;
  padding: 5px;
  font-weight: 300;
  top: 0;
  pointer-events: none;
}

.subcategory-item {
  padding: 7px;
  display: flex;
}

.subcategory-item-inner {
  position: relative;
  text-align: center;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s ease-in-out;
  flex: 1;
  border: 1px solid #211f1d;
  border-radius: 3px;
  background-color: #f2f2f2;
}

.subcategory-item-inner:hover {
  background: #fff;
}

.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: #0ca7d7;
  opacity: 1;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
}

.subcategory-item-inner:hover .subcategory-description:empty {
  display: none;
}

.subcategory-item-inner:hover .subcategory-name {
  background-color: transparent;
  color: #211f1d;
}

.subcategory-item-inner img {
  height: auto;
  max-width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: transparent;
}

.subcategory-name {
  background-color: transparent;
  color: #211f1d;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  height: auto;
  min-height: 52px;
  line-height: 1rem;
  font-weight: 400;
  flex: 1;
}

.subcategory-item-inner h3 {
  margin: 0;
  display: block;
  width: 100%;
}

.subcategory-item-inner .subcategory-img .img-thumbnail {
  padding: 10px;
}

.subcategory-item-inner:active,
.subcategory-item-inner:hover {
  background: #fff;
}

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

.sort-dropdown .sort-dropdown-toggle:after {
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 14px;
  transition: all 0.2s ease-in-out;
}

.show.sort-dropdown .sort-dropdown-toggle:after {
  transform: rotate(225deg);
  top: 3px;
}

.product-sortbar-inner {
  padding: 0 27px 0 30px;
}

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

.product-sortbar-top .results {
  display: none;
}

.product-sortbar .results {
  color: #211f1d;
  font-size: 0.75rem;
  line-height: 0.75rem;
}

.display-text {
  display: none;
}

.sort-text {
  font-size: 0.8125rem;
  color: #211f1d;
  font-weight: 300;
}

.list-grid-icons {
  display: flex;
}

.list-grid-btn {
  width: 7rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid transparent;
  cursor: pointer;
  color: #9aa1ad;
}

.list-grid-btn.active-style {
  color: #0ca4d6 !important;
}

.list-grid-btn:hover {
  border-color: #0ca7d7;
  background: #0ca7d7;
  color: #ffffff !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-link-active,
.pagination-link,
.pagination-link:visited {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #ffffff;
  color: #211f1d;
  font-size: 1rem;
  margin: 0 3px;
  border: 1px solid #211f1d;
  border-radius: 3px;
}

.pagination-link-active,
.pagination-link:active {
  background: #211f1d;
  color: #ffffff;
}

.pagination-link:hover {
  background: #211f1d;
  color: #ffffff;
}

.pagination_last:before {
  content: '&gt;&gt;';
  font-size: 18px;
}

.pagination_first:before {
  content: '&lt;&lt;';
  font-size: 18px;
}

.pagination_back {
  margin-right: 7px !important;
}

.pagination_back:before {
  content: '&lt;';
}

.pagination_next {
  margin-left: 7px !important;
}

.pagination_next:before {
  content: '&gt;';
}

.pagination-mobile {
  margin: 2rem auto;
}

.pagination-mobile-inner {
  display: flex;
  justify-content: center;
}

.pagination-mobile-pages {
  background: transparent;
  color: #ffffff;
  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 transparent;
}

.pagination-mobile input {
  height: 5rem;
  width: 5rem;
  text-align: center;
}

b.pagination-link-active {
  font-weight: 400;
  margin: 5px;
}

.product-sortbar-top {
  margin-bottom: 10px;
}

.product-sortbar-bottom {
  margin-top: 10px;
}

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

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

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

.flypage h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  text-transform: none;
  color: #211f1d;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.6px;
}

.flypage .home-position .module-head {
  margin-top: 0;
  padding: 0 0 25px;
}

.flypage .position-3-container .module-head:not(#review_title) {
  padding-top: 0;
}

.flypage .module {
  margin: 0;
  padding: 0 0 70px 0;
}

.flypage .module .list_with_divs {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -10px;
}

.flypage .position_2_wrapper {
  padding-top: 70px;
}

.flypage .product-page-left .module {
  padding-bottom: 0;
}

.flypage .position-3-container .module {
  padding: 0 0 70px;
}

.flypage_body footer .footer-top-2-position .footer-container.container {
  padding: 0;
}

.product-page-top {
  position: relative;
  z-index: 11;
}

.product-content-columns-container {
  padding-top: 25px;
}

/* product-packageoffer */

.module-packageoffer-wrapper h4 {
  font-weight: 300;
  color: #211f1d;
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.packageofferlist-orderby {
  display: flex;
  align-items: center;
}

.packageofferlist-orderby .form-control {
  width: 200px;
  margin: 0 15px;
}

.packageoffer-line {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}

.packageoffer-line-left {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  padding: 0;
}

.packageoffer-product-variants-wrapper .package-offer-variant-select-wrapper .variant-select-attribute-label {
  font-size: 12px;
}

.packageoffer-product-variants-wrapper .package-offer-variant-select-wrapper .package-offer-variants {
  margin: 5px 0 10px 0;
}

.package-offer-item-attributes {
  font-size: 12px;
  width: 100%;
}

.packageoffer-item {
  position: relative;
}

.packageoffer-item-inner {
  background-color: #fff;
  flex: 1 0 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 30px;
  padding: 20px;
}

.packageoffer-item-name {
  padding: 20px 0 10px 0;
}

.packageoffer-item-plus {
  font-size: 2rem;
  text-align: center;
  align-self: center;
  color: #211f1d;
  font-weight: 500;
  width: 17px;
  height: 24px;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto 15px;
}

.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-image {
  text-align: center;
}

.packageoffer-item-link {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #211f1d;
  font-weight: 300;
  display: block;
}

.packageoffer-item-link:hover {
  color: #0ca7d7;
}

.packageoffer-cart-button {
  padding: 10px 0;
  order: 4;
}

.package_add_to_cart {
  padding: 12px 50px;
  font-size: 1.5rem;
}

.packageoffer-totals {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #211f1d;
}

.packageoffer-totals-label {
  padding-right: 10px;
}

.packageoffer-totals-text {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.packageoffer-line-right {
  text-align: center;
  background-color: #fff;
  align-items: center;
  display: flex;
  margin-left: 35px;
  position: relative;
}

.packageoffer-line-right:before {
  content: "=";
  font-size: 2.4rem;
  font-weight: 500;
  color: #211f1d;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -34px;
}

.packageoffer-line-right-inner {
  padding: 10px;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.product-packageoffer-normal-price.packageoffer-totals {
  letter-spacing: 0.3px;
  color: #211f1d;
}

.product-packageoffer-normal-price.packageoffer-totals .packageoffer-totals-label {
  display: none;
}

.product-packageoffer-package-price {
  font-size: 1.875rem;
  line-height: 2.625rem;
  font-weight: 900;
  letter-spacing: 0.6px;
  order: 3;
}

.product-packageoffer-package-price .packageoffer-totals-label {
  display: none;
}

.product-packageoffer-discount.packageoffer-totals {
  order: 2;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 900;
}

.product-packageoffer-normal-price .packageoffer-totals-text {
  text-decoration: line-through;
  order: 1;
}

.packageoffer-cart-button .package_add_to_cart {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.9px;
  padding: 16px 40px;
  width: 100%;
  display: block;
}

.information_page_body .packageoffer-line-right-inner {
  padding: 1px;
}

.information_page_body .packageoffer-item-inner {
  margin: 0 10px;
  padding: 5px;
}

.information_page_body .packageoffer-totals {
  padding-bottom: 5px;
}

.information_page_body .product-packageoffer-package-price {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.information_page_body .packageoffer-cart-button .package_add_to_cart {
  font-size: 1rem;
  padding: 16px 10px;
}

.information_page_body .packageoffer-line-left &gt; .row {
  margin: 0;
}

.information_page_body .packageoffer-item-link {
  text-align: center;
}

.information_page_body .packageoffer-line {
  position: relative;
}

/* /product-packageoffer */

.position_3_wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.position_5_wrapper .module-head {
  display: none;
}

.cetelem-calculator-wrapper {
  margin: 10px 0;
}

.cetelem-calculator-iframe {
  border: 0;
  width: 100% !important;
}

.position-3-container .home-position {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.position-3-container .home-position ul {
  margin-bottom: 0;
}

.product-before-tabs-position-wrapper div .module {
  margin-bottom: 0;
}

/* product page add-to-cart */

.product_table_quantity {
  padding: 0 20px 0 0;
  color: #211f1d;
  font-size: .8125rem;
}

.product_table_quantity .quantity-to-cart {
  font-weight: 500;
  font-size: 1.0625rem;
  padding: 5px;
  margin: 0;
  width: 40px;
  height: 40px;
  outline: none !important;
  font-style: normal;
  border-radius: 3px !important;
  text-align: center;
  border: 1px solid #d4d2cf;
  background: #ecebea;
  color: #211f1d !important;
}

.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 transparent;
  border-radius: 3px;
  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: 15px;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  font-weight: 300;
  width: 100%;
}

.decrease_amount {
  font-weight: 600;
}

.product_table_addtocart_wrapper {
  padding: 15px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product_table_addtocart_wrapper .button-add-to-cart {
  position: relative;
  padding: 21px 23px;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 400;
  letter-spacing: 1px;
}

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

.product-children-table .list_addtocart .quantity-name-text {
  padding: 0 4px;
}

.product-children-table-responsive {
  margin: 30px 0;
}

.product-children-table .product-children-table-header td {
  font-weight: 500;
  color: #211f1d;
  border-top: 0;
}

.product-children-table tbody &gt; tr &gt; td {
  vertical-align: middle;
}

.product-children-table.product-children-table td {
  width: auto;
  border: 0;
  padding: 5px 10px;
}

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

.product-children-table .list_special,
.product-children-table .list_price {
  font-size: 0.8125rem;
}

.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 {
  width: auto;
  display: inline-block;
}

.product-children-table .quantity_wrapper {
  display: inline-block;
  margin-right: 10px;
}

.product-children-table .quantity-input {
  font-weight: 500;
  font-size: 1.0625rem;
  padding: 5px;
  margin: 0;
  width: 40px;
  height: 40px;
  outline: none !important;
  font-style: normal;
  border-radius: 3px !important;
  text-align: center;
  border: 1px solid #d4d2cf;
  background: #ecebea;
  color: #211f1d !important;
}

.product-children-table .quantity-name-text,
.product-children-table .quantity-input {
  font-size: 0.75rem;
}

.product-children-table .list_addtocart &gt; * {
  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: 1.5625rem;
}

.product-children-table .ui-spinner {
  border: 2px solid transparent;
  border-radius: 3px;
  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: 0.875rem;
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
  line-height: 1.5em;
}

.product-collateral-wrapper .list_original {
  font-size: 0.6875rem;
}

.product-collateral-wrapper .list_special,
.product-collateral-wrapper .list_price {
  font-size: 0.8125rem;
  font-weight: 600;
}

.product-collateral-wrap strong {
  color: #211f1d;
}

.product_collateral,
.collateral-snapshot-table {
  width: 100%;
}

.collateral-module-cell {
  padding: 6px 6px 6px 0;
  vertical-align: middle;
}

.collateral_module_checkbox {
  width: 5%;
}

.collateral_module_checkbox input {
  vertical-align: middle;
}

.collateral-module-cell select.form-control {
  background-size: 17px 9px !important;
  padding-right: 15px;
}

.collateral_module_productname {
  width: 60%;
}

.collateral_module_productname a {
  font-size: 0.8125rem;
  display: inline-block;
  line-height: 1.2em;
}

.collateral_module_details {
  width: 30%;
  text-align: right;
}

.collateral_module_details &gt; div {
  line-height: 0.875rem;
}

.collateral_options_table {
  text-align: left;
  font-size: 0.6875rem;
  float: right;
}

.collateral_options_table tbody &gt; tr &gt; td {
  display: flex;
  align-items: center;
}

.collateral_options_table label {
  margin: 0;
}

/* /collateral - kiegÃ©szÃ­tÅ‘ termÃ©kek */

/* product image */

.enlarge {
  display: none;
}

.productimages {
  padding: 0;
  margin: -5px;
}

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

.product-image {
  border-radius: 0;
  position: relative;
  margin-bottom: 17px;
}

.product-image-img {
  height: auto;
  width: 100%;
}

.one_productimage {
  padding: 5px;
  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 transparent;
  transition: all 0.2s ease-in-out;
}

.product-secondary-image:hover,
.product-secondary-image.thumb-active {
  border: 1px solid #0ca4d6;
}

.more-pics-button-assist {
  position: relative;
}

.more-pics-button-assist .step-thumbnail {
  border-radius: 3px;
}

.product-image-box .product-images-module .module-body {
  padding: 0 50px;
}

.product-images-module .aurora-scroll-btn-right {
  right: 0;
}

.product-images-module .aurora-scroll-btn-left {
  left: 0;
}

.product-images-module .slick-slide:focus,
.product-images-module .slick-slide a {
  outline: none !important;
}

.product-images-module .slick-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 7px;
}

.product-images-module .slick-dots li {
  width: 40px;
  height: 12px;
  margin: 0 4px;
  position: relative;
  display: block;
}

.product-images-module .slick-dots li:first-child {
  margin-left: 0;
}

.product-images-module .slick-dots li button {
  width: 40px;
  height: 6px;
}

.product-images-module .slick-dots li button:before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #211f1d;
}

.product-images-module .slick-prev,
.product-images-module .slick-next {
  display: flex;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  background: white;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #a59f98;
  font-size: 0;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}

.product-images-module .slick-prev:active,
.product-images-module .slick-prev:hover,
.product-images-module .slick-prev:focus,
.product-images-module .slick-next:active,
.product-images-module .slick-next:hover,
.product-images-module .slick-next:focus {
  background: rgba(255, 255, 255, 0.85);
  color: #0ca7d7;
  border-color: #0ca7d7;
}

.product-images-module .slick-prev:active:before,
.product-images-module .slick-prev:hover:before,
.product-images-module .slick-prev:focus:before,
.product-images-module .slick-next:active:before,
.product-images-module .slick-next:hover:before,
.product-images-module .slick-next:focus:before {
  border-color: #0ca7d7;
}

.product-images-module .slick-prev:before,
.product-images-module .slick-next:before {
  content: "";
}

.product-images-module .slick-prev {
  left: -50px;
  z-index: 9;
}

.product-images-module .slick-prev:before {
  display: block;
  height: 10px;
  width: 10px;
  border-right: 1px solid #a59f98;
  border-bottom: 1px solid #a59f98;
  transform: rotate(-225deg);
  position: relative;
}

.product-images-module .video-container.slick-slide {
  pointer-events: none;
}

.product-images-module .slick-next {
  right: -50px;
}

.product-images-module .slick-next:before {
  display: block;
  height: 10px;
  width: 10px;
  border-right: 1px solid #a59f98;
  border-bottom: 1px solid #a59f98;
  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%;
  pointer-events: none;
}

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

.ring_wrapper .variable {
  margin: 3px;
  padding: 3px;
  display: flex;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
}

.ring_wrapper .variable.selected,
.ring_wrapper .variable:hover {
  text-decoration: none;
}

.ring_wrapper .param-value-icon {
  width: 100%;
}

.ring-list {
  padding: 0;
  margin: 0 -3px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

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

.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 #211f1d;
  background-color: transparent;
  border-radius: 3px;
  margin: 3px;
}

.list-list .variable a {
  display: block;
  padding: 13px 18px 12px 18px;
  text-align: center;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  color: #211f1d;
  letter-spacing: 1px;
}

.list-list .variable.selected,
.list-list .variable:hover {
  background-color: #211f1d;
}

.list-list .variable.selected a,
.list-list .variable:hover a {
  color: #fff;
}

.product-ring-select-parameter-row .form-element {
  padding: 0;
}

.product_options .product_parameters {
  width: 65%;
}

.product_options_wrapper {
  margin: 20px 0 0;
  color: #211f1d;
  font-size: 0.8125rem;
  line-height: 1rem;
}

.product_options_text {
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0;
}

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

.product-quantity-discounts strong {
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.2px;
  font-weight: 500;
  display: block;
  padding-bottom: 17px;
}

.product-quantity-discounts-wrapper {
  padding: 25px 0 15px;
}

.product-quantity-discounts-cell {
  float: left;
  width: 50%;
}

.product-quantity-discounts-cell2 {
  text-align: left;
}

.attached-documents-list {
  margin-bottom: 0;
  list-style: none;
  padding: 15px 0;
}

.attached_document.module {
  margin-bottom: 0;
}

.attached-documents a {
  cursor: pointer;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  color: #0ca7d7 !important;
  font-weight: 300;
}

.attached-documents-list i {
  margin-right: 10px;
}

.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: 4px 20px;
  color: #726c65;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.parameter_table tr td strong {
  font-weight: 900;
}

.position_1_wrapper .product_parameters tbody tr.product-parameter-row:not(.featured-param-row):not(.product-quantity-discounts-param-row):not(.product-short-description-row):not(.saletime-param-row) {
  border-bottom: 1px solid #e8e6e4;
}

.position_1_wrapper .product_parameters tbody tr:nth-last-child(1) {
  border: 0 !important;
}

.discount-intervall {
  background: #f8e0d3;
  padding: 10px;
  border-radius: 3px;
  color: #e2895a;
  font-size: 0.8125rem;
  line-height: 1rem;
}

.discount-intervall .discount-intervall_date {
  font-weight: 700;
}

.product_parameters {
  color: #211f1d;
  font-size: 0.8125rem;
  line-height: 0.875rem;
  width: 100%;
}

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

.product-ring-select-parameter-row .param-label span,
.product-ring-select-parameter-row .param-label-name {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 3px;
}

.product_parameters select.form-control {
  border: 1px solid #d4d2cf;
  background: #ecebea url("../image/select-arrow-black.svg");
  color: #211f1d !important;
  padding-left: 10px;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  font-weight: 300;
  height: 30px !important;
  font-style: normal;
  background-size: 40px 9px;
  background-repeat: no-repeat;
  background-position: right center;
}

.product_parameters select.form-control:hover,
.product_parameters select.form-control:active {
  background-color: white;
}

.product-short-description {
  line-height: 1.3125rem;
}

.product-short-description img {
  max-width: 100%;
  height: auto !important;
}

.product_parameters .param-label {
  width: 45%;
  font-weight: 400;
}

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

.svg-icon-attached {
  fill: #0ca7d7;
}

/* /product-parameters */

/* product price */

.product-page-price {
  position: relative;
  height: auto;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-page-price .product-page-price-label {
  font-size: 1rem;
  line-height: 1rem;
  color: #211f1d;
  font-weight: 900;
  margin-right: 25px;
}

.product-page-price .postfix {
  padding-left: 8px;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 300;
  color: #211f1d;
}

.product-page-price-wrapper .price_row_1 {
  order: 1;
}

.product-page-price-wrapper .price_row_2 {
  order: 2;
}

.price_row,
.decrease_wrapper,
.discount-intervall,
.product-page-price-label {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.decrease_wrapper {
  order: 100;
  margin-left: auto;
}

.decrease_wrapper .decrease_text,
.decrease_wrapper .decrease_amount {
  font-weight: 500;
  color: #e92a40;
  font-size: 0.9375rem;
  line-height: 1rem;
}

.decrease_wrapper .decrease_amount:before {
  content: '-';
}

.price_row {
  padding-right: 10px;
}

.default-customer-group-price {
  font-weight: 300;
}

.discount-intervall-item {
  display: inline-block;
}

.product_table_original {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: line-through;
  color: #211f1d;
}

.product_table_special {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #e92a40;
}

.product_table_price {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #211f1d;
}

/* /product price */

.product-sticky-wrapper {
  z-index: -1;
  position: fixed;
  opacity: 0;
  top: 0;
  height: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
  padding: 17px 0;
  transition: all 0.2s ease-in-out;
}

.product-sticky-wrapper .product-sticky-image {
  width: 4%;
}

.product-sticky-wrapper .product-sticky-image img {
  max-width: 45px;
}

.product-sticky-wrapper .product-sticky-name-and-links {
  width: 58%;
  padding-left: 20px;
}

.product-sticky-wrapper .product-sticky-name-and-links .product-sticky-name {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #211f1d;
  letter-spacing: 0.3px;
  font-weight: 700;
}

.product-sticky-wrapper .product-sticky-name-and-links .product-sticky-links {
  margin: 0 -10px;
  padding-top: 5px;
}

.product-sticky-wrapper .product-sticky-name-and-links .product-sticky-links a {
  display: block;
  color: #1ad0dc;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.2px;
  margin: 0 10px;
  position: relative;
}

.product-sticky-wrapper .product-sticky-name-and-links .product-sticky-links a:hover,
.product-sticky-wrapper .product-sticky-name-and-links .product-sticky-links a:active {
  text-decoration: none;
  color: #0ca4d6;
}

.product-sticky-wrapper .product-sticky-name-and-links .product-sticky-links a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: 200% auto;
  background-image: linear-gradient(50deg, #0ca4d6 0%, #15e4ed 51%, #0ca4d6 100%);
  width: 0;
  height: 1px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.product-sticky-wrapper .product-sticky-name-and-links .product-sticky-links a.active {
  color: #0ca4d6;
}

.product-sticky-wrapper .product-sticky-name-and-links .product-sticky-links a.active:after {
  width: 100%;
  opacity: 1;
}

.product-sticky-wrapper .product-page-price-wrapper {
  width: 23%;
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.product-sticky-wrapper .product-page-price-wrapper .product-page-price {
  padding: 0;
  align-items: center;
  justify-content: flex-end;
  line-height: 1;
}

.product-sticky-wrapper .product-page-price-wrapper .product-page-price .postfix {
  font-size: 0.75rem;
}

.product-sticky-wrapper .product-page-price-wrapper .price_row {
  padding: 0;
}

.product-sticky-wrapper .product-page-price-wrapper .price_row_1 {
  order: 1;
}

.product-sticky-wrapper .product-page-price-wrapper .decrease_wrapper {
  padding: 0;
  order: 2;
  margin: 0;
}

.product-sticky-wrapper .product-page-price-wrapper .price_row_2 {
  order: 3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.product-sticky-wrapper .product-page-price-wrapper .product_table_original {
  color: #211f1d;
  font-size: 0.875rem;
  font-weight: 300;
  display: block;
  line-height: 1rem;
}

.product-sticky-wrapper .product-page-price-wrapper .product_table_special {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #e92a40;
}

.product-sticky-wrapper .product-page-price-wrapper .product_table_price {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 900;
  color: #211f1d;
}

.product-sticky-wrapper .product-page-price-wrapper .decrease_amount {
  border-radius: 3px;
  background-color: #e92a40;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 0.6875rem;
  padding: 2px 6px 1px;
  display: block;
  margin-left: 10px;
}

.product-sticky-wrapper .default-customer-group-price,
.product-sticky-wrapper .decrease_text,
.product-sticky-wrapper .product-page-price-label,
.product-sticky-wrapper .product_table_quantity,
.product-sticky-wrapper .discount-intervall,
.product-sticky-wrapper .text_minimum {
  display: none;
}

.product-sticky-wrapper .product_table_addtocart_wrapper {
  width: 15%;
  padding: 0;
  border: 0;
  justify-content: flex-end;
}

.product-sticky-wrapper .product_table_addtocart_wrapper .button-add-to-cart {
  font-size: 1.125rem;
  line-height: 0.875rem;
  padding: 16px;
  border: 0;
}

.sticky-active.product-sticky-wrapper {
  top: 0;
  left: 0;
  opacity: 1;
  height: auto;
  z-index: 1988;
}

.product-sticky-wrapper-mobile {
  display: block;
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
  padding: 13px 0;
  transition: all 0.2s ease-in-out;
}

.product-sticky-wrapper-mobile .product-page-price-wrapper {
  width: 47%;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.product-sticky-wrapper-mobile .product-page-price-wrapper .product-page-price {
  padding: 0;
  align-items: center;
  line-height: 1;
  flex-direction: row;
  justify-content: flex-end;
}

.product-sticky-wrapper-mobile .product-page-price-wrapper .product-page-price .postfix {
  font-size: 0.75rem;
  font-weight: 300;
  display: block;
  line-height: 1rem;
}

.product-sticky-wrapper-mobile .product-page-price-wrapper .price_row {
  padding: 0;
}

.product-sticky-wrapper-mobile .product-page-price-wrapper .price_row_1 {
  order: 1;
}

.product-sticky-wrapper-mobile .product-page-price-wrapper .decrease_wrapper {
  padding: 0;
  order: 2;
  margin: 0;
}

.product-sticky-wrapper-mobile .product-page-price-wrapper .price_row_2 {
  order: 3;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}

.product-sticky-wrapper-mobile .product-page-price-wrapper .product_table_special,
.product-sticky-wrapper-mobile .product-page-price-wrapper .product_table_price {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 900;
  color: #211f1d;
}

.product-sticky-wrapper-mobile .product-page-price-wrapper .product_table_special {
  color: #e92a40;
}

.product-sticky-wrapper-mobile .product-page-price-wrapper .product_table_original {
  font-size: 0.75rem;
  font-weight: 300;
  display: block;
  line-height: 1rem;
}

.product-sticky-wrapper-mobile .product-page-price-wrapper .decrease_amount {
  border-radius: 3px;
  background-color: #e92a40;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 0.6875rem;
  padding: 2px 6px 1px;
  display: block;
  margin-left: 10px;
}

.product-sticky-wrapper-mobile .product_table_addtocart_wrapper {
  width: 53%;
  padding: 0;
  border: 0;
  justify-content: flex-end;
}

.product-sticky-wrapper-mobile .product_table_addtocart_wrapper .button-add-to-cart {
  font-size: 1.125rem;
  line-height: 0.875rem;
  padding: 16px 9px;
  border: 0;
  width: 100%;
}

.product-sticky-wrapper-mobile #product-sticky-action-button {
  width: 53%;
  padding: 0;
  border: 0;
  justify-content: flex-end;
}

.product-sticky-wrapper-mobile #product-sticky-action-button a {
  font-size: 14px;
}

.product-sticky-wrapper-mobile .product_table_addtocartbtn {
  flex: 0 0 100%;
  width: 100%;
  padding: 0;
}

.product-sticky-wrapper-mobile .decrease_text,
.product-sticky-wrapper-mobile .product-page-price-label,
.product-sticky-wrapper-mobile .product_table_quantity,
.product-sticky-wrapper-mobile .discount-intervall,
.product-sticky-wrapper-mobile .text_minimum {
  display: none;
}

/* product reviews */

.product-reviews-module .module-head {
  display: block;
}

.product-review-form {
  margin-top: 20px;
}

.product-review-item {
  padding: 0 0 25px;
}

.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-form .buttons {
  color: #ffffff;
  padding-bottom: 0;
}

.product-review-item .review-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.review-verified-purchase .review-verified-purchase-text {
  position: relative;
  background: #479900;
  text-align: center;
  color: white;
  padding: 0 20px 0 30px;
  height: 21px;
  font-size: 0.9rem;
}

.review-verified-purchase .review-verified-purchase-text .sr-icon-check:after {
  content: "";
  left: 11px;
  height: 18px;
  width: 50px;
  right: 0;
  top: 3px;
  bottom: 0;
  position: absolute;
  background-image: url("../image/check.svg");
  background-repeat: no-repeat;
  background-size: 30%;
}

.review-verified-purchase .review-verified-purchase-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 7px solid #F2F3F3;
  border-top: 11px 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: 11px solid transparent;
  border-bottom: 10px solid transparent;
}

.product-review-count {
  margin-left: 5px;
  vertical-align: middle;
}

.product-review-summary .product-review-average-sum {
  background: #0ca7d7;
  padding: 10px;
  border-radius: 3px;
  color: white;
}

.product-review-summary .product-review-pointer {
  cursor: pointer;
  color: #0ca4d6;
}

.product-review-summary .product-rating-average {
  font-size: 2.5rem;
  line-height: 1em;
  font-weight: 900;
}

.product-review-summary .product-review-values {
  padding: 5px 0;
}

.product-review-summary .product-rating-star-box {
  background-color: #fff;
  border-radius: 3px;
}

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

.product-review-summary .product-review-rating-filter {
  width: 3.5em;
}

.product-review-summary .add-review {
  padding: 10px 20px;
  background: #e9ecef;
  border-radius: 3px;
}

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

/* tabs */

.product_desc {
  color: #211f1d;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 300;
}

.product_desc li:not(:nth-last-child(1)) {
  padding-bottom: 22px;
}

.tab_page .product_desc {
  display: block;
}

/* /tabs */

/* tags */

.tags {
  padding: 10px 0;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  font-weight: 400;
}

.tags a {
  color: #0ca4d6;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  font-weight: 300;
}

.tags a:hover {
  color: #211f1d;
}

/* tags */

/* .checkout-app-container for new checkout design */

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

.sr-register .btn.disabled,
.sr-register .btn[disabled],
.sr-register fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.45;
}

.checkout_success_body main &gt; .container &gt; .main-row {
  margin: 0;
}

.checkout_success_body main &gt; .container &gt; .main-row &gt; .one-column-content {
  padding: 0;
}

.checkout_success_body .new-checkout-thankyou.container {
  padding: 0;
}

.sr-thankyou-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0 50px 0;
}

.sr-thankyou-messages li {
  display: flex;
  align-items: center;
  padding: 3px 0;
}

.sr-thankyou-messages li p {
  margin: 0;
}

.sr-thankyou-messages i {
  color: #0ca7d7;
  margin-right: 13px;
  background: rgba(0, 0, 0, 0.2) url("../image/check.svg") no-repeat center center/80% 80% !important;
  width: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 16px;
}

.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-thankyou-registration h4 {
  font-size: 1.125rem;
}

.sr-guest-registration-form {
  margin-top: 35px;
}

.new-checkout-thankyou &gt; .buttons {
  border-top: 1px solid transparent;
  padding: 25px 0;
}

.sr-guest-registration-input {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.sr-guest-registration-btn.btn-primary.disabled,
.sr-guest-registration-btn.btn-primary:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.sr-guest-registration-input.form-control:focus,
.form-control:focus ~ .sr-input-group-addon-right {
  border-color: #78b15a;
}

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

.confirm-after-next-button.btn-primary:not([href]):active,
.confirm-after-next-button.btn-primary:not([href]):hover {
  background-color: #0ca7d7;
  color: #ffffff;
}

/* wishlist page */

.wishlist-options {
  padding-bottom: 10px;
}

.wishlist-options-label {
  padding-right: 5px;
}

.wishlist_product_price .side_module_original {
  text-decoration: line-through;
  color: #211f1d;
}

.wishlist-share-btn {
  color: #0ca7d7;
  padding: 0;
}

.wishlist-share-btn:focus,
.wishlist-share-btn:active {
  outline: none;
  box-shadow: none;
}

.wishlist-buttons.buttons &gt; a:not(:last-child) {
  margin-right: 10px;
}

.wishlist-product-item-left {
  width: 50px;
  padding-right: 10px;
}

.deleteFromWishlist,
.wishlist_table .button-add-to-cart {
  padding: 8px 30px;
  border: 0;
}

.deleteFromWishlist {
  margin-left: 10px;
}

.wishlist-options select.form-control {
  padding-right: 35px;
}

.wishlist-cell-added-value {
  white-space: nowrap;
}

.wishlist-options-value,
.wishlist-options-label,
.wishlist-option-form-control {
  display: inline-block;
}

/* /wishlist page */

/* /components */

/* utilities */

/* shop_protect */

#shop_protect {
  width: 350px;
  margin: 100px auto;
}

#shop_protect .loginbox {
  float: none;
  width: auto;
}

/* /shop_protect */

.body-admin-logged .module-cart-wrapper,
.body-admin-logged .module-editable {
  position: relative;
}

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

.languageselect-module .module-edit-link {
  right: -25px;
}

.sr-icon-edit,
.section-wrapper .module-edit-link i:before {
  content: "";
  background: url("../image/pen-solid.svg") no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  z-index: 99;
}

.editproduct:before {
  display: inline-block;
  content: "";
  background: url("../image/pen-solid.svg") no-repeat;
  width: 16px;
  height: 16px;
}

.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(12, 167, 215, 0.4);
  animation: pulse 2s infinite;
}

.pulse:hover {
  animation: none;
}

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

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

[class*="col-sr-"] {
  flex: 0 0 100%;
  padding-left: 15px;
  padding-right: 15px;
}

/* style-guide font-families */

.font-size-3 {
  font-size: 1.875rem;
}

.sr-sg-font-family {
  font-family: "Roboto", sans-serif;
}

/* /style-guide font-families */

/* /utilities */

@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 screen and (-webkit-min-device-pixel-ratio: 0) {
  ::-webkit-full-page-media,
  :future,
  :root,
  .sf-vertical &gt; li {
    display: block;
  }

  ::-webkit-full-page-media,
  :future,
  :root,
  .header-bottom .module-category-wrapper #category-nav &gt; ul {
    z-index: inherit;
  }
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi), \0screen\,screen\9{
  select.currencieselect-select.form-control {
    padding: 0 25px 0 10px;
    border-color: #1d1e21;
    background: #1d1e21 url("../image/select-arrow.svg") no-repeat !important;
    border-width: 1px;
    color: #9aa1ad !important;
    font-size: 11px;
    line-height: 11px;
    height: 19px !important;
    font-style: normal;
    text-transform: lowercase;
    background-size: 9px 9px !important;
    background-position: 90% 50% !important;
  }

  select.form-control::-ms-expand,
  select.currencieselect-select.form-control::-ms-expand {
    display: none;
  }

  select.form-control {
    background-size: 9px 9px !important;
    background-position-x: 95% !important;
  }

  .header-middle .header-middle-top {
    height: 45px;
    position: relative;
    z-index: 9;
    overflow: hidden;
  }

  .module-search-row {
    display: block !important;
  }

  .newsletter_subscribe-module .form-element {
    width: auto;
    max-width: none;
  }

  .bannerscroller-module.module,
  body.home_body .sticky-head.sticky-head-active .module-category-wrapper:active #category-nav &gt; ul,
  body.home_body .sticky-head.sticky-head-active .module-category-wrapper:hover #category-nav &gt; ul,
  .header-bottom .module-category-wrapper #category-nav &gt; ul {
    height: 540px !important;
  }

  .subcategory-item-inner {
    display: block;
  }

  .header-middle-left {
    flex: 1 0 25% !important;
  }

  .cart-icon {
    fill: #0ca7d7;
  }

  .category_snapshot {
    align-items: stretch;
  }

  .col-sr-2 {
    max-width: 50%;
  }

  .col-sr-3 {
    max-width: 33.34%;
  }

  .col-sr-4 {
    max-width: 25%;
  }

  .col-sr-5 {
    max-width: 20%;
  }

  .col-sr-6 {
    max-width: 16.667%;
  }

  .col-sr-7 {
    max-width: 14.285%;
  }

  .col-sr-8 {
    max-width: 12.5%;
  }

  .product-snapshot .snapshot_vertical_product_inner &gt; div:not(.list_picture):not(.list_actions):not(.snapshot_vertical_top_position) {
    flex: 1 1 auto;
  }

  .footer-contact-line i {
    height: 17px;
  }

  .side-position .snapshot_horizontal .list_div_item {
    display: block;
  }

  .side-position input[type='checkbox']:checked + span:before,
  .side-position input[type='checkbox'].checked + span:before,
  .side-position input[type='checkbox']:hover + span:before,
  .side-position input[type='checkbox'].hovered + span:before,
  .side-position input[type='checkbox']:active + span:before {
    opacity: 0;
  }

  .quickview {
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    height: 40px;
  }

  .packageoffer-line-left &gt; .row {
    flex: 1;
  }
}

@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 &gt; .container,
  .navbar-expand-sm &gt; .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 &gt; .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group &gt; .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group &gt; .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group &gt; .card:not(:last-child) .card-img-top,
  .card-group &gt; .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group &gt; .card:not(:last-child) .card-img-bottom,
  .card-group &gt; .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group &gt; .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group &gt; .card:not(:first-child) .card-img-top,
  .card-group &gt; .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group &gt; .card:not(:first-child) .card-img-bottom,
  .card-group &gt; .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 .list_actions .list_details.snapshot-list-item {
    padding-bottom: 8px;
  }

  .product-snapshot .list_actions .list_addtocart.snapshot-list-item {
    padding-top: 8px;
  }

  .product-snapshot:hover .snapshot_vertical_product_inner {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }

  .snapshot_horizontal_product .snapshot_horizontal_left {
    position: relative;
  }

  .snapshot_horizontal_product .snapshot_horizontal_right .list_actions {
    display: flex;
  }

  .snapshot_horizontal_product .snapshot_horizontal_right .list_actions .snapshot-list-item.list_addtocart {
    margin-left: 5px;
    padding: 0;
  }

  .snapshot_horizontal_product .snapshot_horizontal_right .list_actions .list_details.snapshot-list-item {
    padding: 0;
  }

  .snapshot_horizontal_product .snapshot_horizontal_right .list_actions .snapshot-list-item.list_addtocart .button-add-to-cart,
  .snapshot_horizontal_product .snapshot_horizontal_right .list_actions .snapshot-list-item.list_details .list-details-link {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .one-column-content .snapshot_vertical .product-snapshot {
    width: 50%;
  }

  .snapshot_vertical_product &gt; .list_wishlist.snapshot-list-item {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 998;
    padding: 0;
  }

  .snapshot_vertical_product &gt; .list_wishlist.snapshot-list-item .wishlist_button_wrapper {
    width: 55px;
    height: 55px;
  }

  .snapshot_vertical_product &gt; .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 &gt; .list_wishlist.snapshot-list-item .wishlist-add {
    font-size: 0;
    display: block;
    height: 30px;
    text-align: right;
  }

  .snapshot_vertical_product &gt; .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;
  }

  .sr-next-to-checkout {
    margin-left: 20px;
  }

  .sr-shipping-cost-calculator-inline {
    display: flex;
    padding: 0 15px;
    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;
  }

  .product-content-column-left.row {
    margin: 0;
  }

  .packageoffer-line-left &gt; .row {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }

  .position-3-container .home-position {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .wishlist_page_body main &gt; .container {
    padding: 0;
  }

  .wishlist_page_body main &gt; .container &gt; .main-row {
    margin: 0;
  }

  .wishlist_page_body main &gt; .container &gt; .main-row &gt; .one-column-content {
    padding: 0;
  }
}

@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 &gt; .container,
  .navbar-expand-md &gt; .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;
  }

  .footer-container {
    padding: 0;
  }

  .product-quickview .product_table_addtocart_wrapper .button-add-to-cart {
    min-width: 120px;
    padding: 21px 15px;
  }

  .product-quickview-left,
  .product-quickview-right {
    width: 50%;
  }

  .side-position .snapshot_vertical .list-productname-link,
  .side-position .snapshot_horizontal .list-productname-link {
    line-height: 1.2em;
  }

  .snapshot_horizontal .featured-table td {
    width: 50%;
  }

  .snapshot_horizontal_left {
    margin-right: 20px;
    width: 30%;
  }

  .snapshot_horizontal_right {
    width: 70%;
  }

  .one-column-content .snapshot_vertical .product-snapshot {
    width: 33.33%;
  }

  .module-dealofday-wrapper {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .kickerimage-title {
    position: relative;
  }

  .sr-cart-table.table &gt; tbody:not(.row-danger) &gt; tr &gt; td.cart-row-name {
    width: 50%;
  }

  .sr-cart-table.table &gt; tbody:not(.row-danger) &gt; tr &gt; td.cart-row-price {
    width: 10%;
    padding-left: 0;
    padding-right: 0;
  }

  .sr-cart-table.table &gt; tbody:not(.row-danger) &gt; tr &gt; td.cart-row-quantity {
    width: 17%;
  }

  .sr-cart-table.table &gt; tbody:not(.row-danger) &gt; tr &gt; td.cart-row-image {
    width: 8%;
  }

  .sr-cart-table.table &gt; tbody:not(.row-danger) &gt; tr &gt; td,
  .sr-cart-table.table &gt; tbody &gt; tr &gt; th,
  .sr-cart-table.table &gt; tfoot &gt; tr &gt; td,
  .sr-cart-table.table &gt; tfoot &gt; tr &gt; th,
  .sr-cart-table.table &gt; thead &gt; tr &gt; td,
  .sr-cart-table.table &gt; thead &gt; tr &gt; th {
    border-bottom: 1px solid #ebedef;
    border-top: 0;
  }

  .sr-cart-table.table &gt; tbody:not(.row-danger) &gt; tr &gt; 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;
  }

  .sr-cart-page-body .cart-page-vue.sr-cart-page {
    padding: 30px;
  }

  .information_list_item {
    padding: 40px;
  }

  .information_page:not(.information_list) {
    padding: 40px;
  }

  .custom-tab .form-inline input {
    width: 400px;
  }

  .custom-tab .form-inline {
    align-items: flex-end;
  }

  .custom-tab .form-inline .form-group input {
    height: 41px;
  }

  .custom-tab .form-inline button.btn {
    padding-top: 13px;
    padding-bottom: 13px;
    margin-left: 20px;
  }

  .column-content-left,
  .product-page-left {
    padding-left: 0;
    padding-right: 0;
  }

  .product-content-column-left.row .product-page-left {
    padding-right: 0 !important;
  }

  .product-page-left {
    max-width: 45%;
    flex: 0 0 45%;
  }

  .product-page-right {
    max-width: 55%;
    flex: 0 0 55%;
    padding-left: 35px;
  }

  .product-page-row .flypage .middle &gt; .container {
    padding: 0;
  }

  .position-3-container .home-position {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-children-table tr.even td {
    background: #ffffff;
  }

  .product-collateral-wrapper {
    margin: 30px 0 10px 0;
  }

  .product_parameters .no-border,
  .product_parameters .param-label,
  .product_parameters .param-value,
  .product_parameters .product-short-description {
    padding: 8px 0;
  }

  .product-page-right .product_options_wrapper .product_parameters.product_options_table {
    width: 100%;
  }

  .product-page-right .product_options_wrapper .product_parameters.product_options_table td.param-label {
    width: 45%;
  }

  .product-page-right .product_options_wrapper .product_parameters.product_options_table td.param-value {
    width: 55%;
  }

  .product-page-right .product_options_wrapper .product_parameters.product_options_table select.form-control {
    max-width: 100%;
  }

  .product-page-right .product_table_addtocart_wrapper .product_table_quantity {
    width: auto;
    padding-right: 5px;
    justify-content: flex-start;
  }

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

  .checkout_success_body main &gt; .container {
    padding: 0;
  }

  .sr-guest-registration-input {
    width: 280px;
  }
}

@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 &gt; .container,
  .navbar-expand-lg &gt; .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;
  }

  header .header-top-custom-position .section-topline {
    font-size: 0.8125rem;
    letter-spacing: 1.3px;
    line-height: 0.875rem;
    padding: 17px 0;
  }

  header .header-categories {
    height: 60px;
  }

  .sticky-head-active .header-middle-right &gt; .header-col.header-col-cart {
    min-width: 40px;
  }

  body.home_body .sticky-head-active .module-category-wrapper:active #category-nav &gt; ul,
  body.home_body .sticky-head-active .module-category-wrapper:hover #category-nav &gt; ul,
  .header-bottom .module-category-wrapper #category-nav &gt; ul {
    max-height: 485px;
  }

  .header-middle-inner {
    height: 70px;
  }

  .header-middle-center,
  .header-middle-right,
  .header-middle &gt; .container {
    padding: 0 15px;
  }

  body.home_body .sticky-head:not(.sticky-head-active) #category-nav {
    height: 100%;
    opacity: 1;
  }

  body.home_body .sticky-head-active #category-nav &gt; ul {
    max-height: 0;
  }

  body.home_body .sticky-head-active .module-category-wrapper:active #category-nav &gt; ul,
  body.home_body .sticky-head-active .module-category-wrapper:hover #category-nav &gt; ul {
    max-height: 485px;
  }

  body:not(.home_body) .sticky-head:not(.sticky-head-active) #category-nav {
    height: 0;
    opacity: 0;
  }

  body:not(.home_body) .sticky-head:not(.sticky-head-active) .module-category-wrapper .module-body {
    height: 0;
  }

  body:not(.home_body) .sticky-head:not(.sticky-head-active) .module-category-wrapper:active .module-body,
  body:not(.home_body) .sticky-head:not(.sticky-head-active) .module-category-wrapper:hover .module-body {
    height: auto;
    z-index: 999;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  }

  body:not(.home_body) .sticky-head:not(.sticky-head-active) .module-category-wrapper:active .module-body #category-nav,
  body:not(.home_body) .sticky-head:not(.sticky-head-active) .module-category-wrapper:hover .module-body #category-nav {
    height: auto;
    opacity: 1;
  }

  body:not(.home_body) .header-bottom .module-category-wrapper #category-nav &gt; ul {
    max-height: 0;
  }

  body:not(.home_body) .sticky-head-active .module-category-wrapper:active #category-nav &gt; ul,
  body:not(.home_body) .sticky-head-active .module-category-wrapper:hover #category-nav &gt; ul {
    max-height: 485px;
  }

  body:not(.home_body) .module-category-wrapper:active .module-body #category-nav &gt; ul,
  body:not(.home_body) .module-category-wrapper:hover .module-body #category-nav &gt; ul {
    max-height: 540px;
  }

  .sticky-head-active .header-categories {
    height: 70px;
  }

  .sticky-head-active .header-bottom {
    background-color: transparent;
    width: 5%;
  }

  .sticky-head-active .sticky-head-container {
    max-width: 960px;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
  }

  .sticky-head-active .header-bottom .module-category-wrapper {
    width: 100%;
  }

  .sticky-head-active .header-bottom .module-category-wrapper .module-head {
    width: 100%;
    height: 40px;
    background-color: #707a8a;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }

  .sticky-head-active .header-bottom .module-category-wrapper .module-head:active,
  .sticky-head-active .header-bottom .module-category-wrapper .module-head:hover {
    background-color: #0ca4d6;
  }

  .sticky-head-active .header-bottom .module-category-wrapper .module-head-title {
    font-size: 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 16px;
    background: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
    margin: 0 16px;
  }

  .sticky-head-active .header-bottom .module-category-wrapper .module-head-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
  }

  .sticky-head-active .header-bottom .module-category-wrapper .module-head-title:after {
    display: none;
  }

  .sticky-head-active .header-top-custom-position,
  .sticky-head-active .header-middle .header-middle-top,
  .sticky-head-active .headermenu-list,
  .sticky-head-active #section-los-angeles-header-marketing-link,
  .sticky-head-active .cart-module .header-cart-data-wrapper {
    display: none !important;
  }

  .sticky-head-active .header-middle {
    height: auto;
    width: 93%;
    margin-left: 2%;
  }

  .sticky-head-active #category-nav {
    height: 0;
    opacity: 0;
  }

  .sticky-head-active .module-category-wrapper .module-body {
    height: 0 !important;
  }

  .sticky-head-active .module-category-wrapper:active .module-body,
  .sticky-head-active .module-category-wrapper:hover .module-body {
    height: auto;
    z-index: 999;
    padding-top: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }

  .sticky-head-active .module-category-wrapper:active .module-body #category-nav,
  .sticky-head-active .module-category-wrapper:hover .module-body #category-nav {
    height: auto;
    opacity: 1;
    position: relative;
  }

  .sticky-head {
    box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: all 0.2s ease;
    z-index: 999;
  }

  .sticky-head-active {
    position: fixed;
    top: 0;
    z-index: 1901;
    width: 100%;
    animation: smoothScroll 0.2s forwards;
  }

  .sticky-head-active .cart-module-button {
    margin-left: auto;
  }

  .sticky-head-active .cart-module-button .icon-sr-cart {
    padding-right: 0;
  }

  .sticky-head-active .header-quantity-box {
    right: -5px;
  }

  .aurora-nanobar-active .sticky-head-active {
    top: 55px;
  }

  .column-left {
    flex: 0 0 295px;
    padding-left: 0;
  }

  .column-right {
    flex: 0 0 310px;
    padding-left: 50px;
    padding-right: 0;
  }

  .column-content-left,
  .column-left,
  .two-column-content {
    order: 0;
    max-width: 100%;
  }

  .column-content-right,
  .column-right {
    order: 1;
  }

  .column-left:empty,
  .column-right:empty {
    display: none;
  }

  .two-column-content {
    flex: 1;
    overflow-x: hidden;
  }

  .sr-container-md {
    max-width: 960px;
  }

  .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 &gt; .dropdown-hover-menu {
    visibility: visible;
    transform: scale(1, 1);
    opacity: 1;
    transition: all 0.2s 0s linear;
  }

  .one-column-content .snapshot_vertical .product-snapshot {
    width: 25%;
  }

  .bannerscroller-module.module {
    max-width: 680px;
    max-height: 485px;
  }

  .cart-module.module-editable {
    position: static !important;
  }

  .header-bottom .module-category-wrapper {
    width: 30%;
  }

  .side-position .category-snapshot-col {
    width: 100%;
  }

  .categoryoffer_list .category-snapshot-col {
    display: flex;
  }

  .categoryoffer_list.row {
    margin: 0 -3px;
  }

  .category_snapshot .img-thumbnail-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .module-dealofday-wrapper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .module-dealofday-wrapper .snapshot_horizontal_left {
    width: auto;
    padding-right: 0;
  }

  .module-dealofday-wrapper .snapshot_horizontal_right {
    width: 50%;
    padding-left: 40px;
  }

  .module-dealofday-wrapper .snapshot-list-item.list_details .list-details-link {
    padding: 15px 43px 15px 43px !important;
  }

  .module-dealofday-wrapper .snapshot-list-item.list_addtocart .btn-primary {
    padding: 15px 47px 15px 47px !important;
  }

  .manufactureroffer-row {
    margin: 0 -7px;
  }

  .manufactureroffer-row .manufacturer-snapshot-col {
    padding: 7px;
  }

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

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

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

  .search-dropdown-btn {
    display: inline-block;
    width: 40px;
    line-height: 26px;
    padding: 5px;
  }

  .col-categoryselect {
    width: 240px;
  }

  .col-search-input {
    width: 420px;
  }

  .hidden-search-category .col-search-input {
    width: 100%;
  }

  .hidden-search-category .search-results {
    right: auto;
    left: 0;
    max-width: 100%;
  }

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

  .pagination .links .pagination_navi {
    font-weight: 300;
    font-size: 1rem;
    width: 26px;
    height: 26px;
    line-height: 26px;
  }

  .flypage .position-3-container .module-head:not(#review_title) {
    padding-top: 60px;
  }

  .packageoffer-item {
    flex: 0 1 33%;
  }

  .packageoffer-line-left-c-4 .packageoffer-item {
    flex: 0 1 25%;
  }

  .packageoffer-line-left-c-4 .packageoffer-item-inner {
    margin: 0 20px;
  }

  .packageoffer-line-left-c-4 &gt; .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .packageoffer-line-left-c-4 + .packageoffer-line-right:before {
    left: -28px;
  }

  .packageoffer-item-plus {
    margin: auto 25px;
    position: absolute;
  }

  .position-3-container .home-position {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .product_table_addtocart_wrapper .button-add-to-cart {
    min-width: 180px;
  }

  .product-children-table tr td:last-child {
    width: 22%;
  }

  .parameter_table:not(.product-children-table) tr td:first-child {
    width: 21%;
    padding-left: 0;
    padding-right: 0;
    border-right: 1px solid #d9d9d9;
  }

  .parameter_table:not(.product-children-table) tr td:last-child {
    width: 79%;
    padding-left: 45px;
  }

  .product-page-right .product_options_wrapper .product_parameters.product_options_table td.param-label {
    width: 25%;
  }

  .product-page-right .product_options_wrapper .product_parameters.product_options_table td.param-value {
    width: 75%;
  }

  .product-page-right .product_options_wrapper .product_parameters.product_options_table select.form-control {
    max-width: 180px;
  }

  .product-page-right .product_table_addtocart_wrapper .product_table_quantity {
    justify-content: flex-start;
  }

  .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 (min-width: 1200px) {
  .sticky-head-active .sticky-head-container {
    max-width: 1140px;
  }
}

@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 &gt; .container,
  .navbar-expand-xl &gt; .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-middle {
    height: 130px;
  }

  .header-middle-left {
    flex: 1;
  }

  .header-middle-center {
    flex: 0 0 37%;
    max-width: 37%;
  }

  .header-middle-right {
    flex: 0 0 38%;
    max-width: 38%;
  }

  .header-middle-right &gt; .header-col.header-col-cart {
    min-width: 106px;
  }

  .header-col .col-categoryselect {
    flex: 0 0 36%;
    max-width: 36%;
  }

  .module-search-row {
    justify-content: flex-end;
  }

  .header-middle-center,
  .header-middle-right,
  .header-middle &gt; .container {
    padding: 0;
  }

  body.home_body .sticky-head-active .module-category-wrapper:active #category-nav &gt; ul,
  body.home_body .sticky-head-active .module-category-wrapper:hover #category-nav &gt; ul,
  .header-bottom .module-category-wrapper #category-nav &gt; ul {
    max-height: 540px;
  }

  .sr-container-md {
    max-width: 1140px;
  }

  .column-left {
    margin-right: 15px;
  }

  .two-column-content div#content,
  .one-column-content div#content {
    min-height: 320px;
  }

  .two-column-content .snapshot_vertical .product-snapshot {
    width: 33.3%;
  }

  .bannerscroller-module.module {
    max-width: 860px;
    max-height: 540px;
  }

  .header-bottom .module-category-wrapper {
    width: 25%;
  }

  .header-bottom .module-category-wrapper .module-body {
    height: 540px;
  }

  .module-dealofday-wrapper {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .logged-dropdown &gt; a &gt; span {
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    width: 90px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    padding-top: 2px;
    max-height: 24px;
    font-size: 10px;
    padding-right: 10px;
  }

  .header-col-login li.logged-dropdown.dropdown &gt; ul.dropdown-hover-menu {
    min-width: 150px;
  }

  .product-sortbar-bottom {
    margin-top: 45px;
  }

  .position-3-container .home-position {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .flypage .product-page-left {
    padding-right: 20px;
  }
}

@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 &gt; .table-bordered {
    border: 0;
  }

  .navbar-expand-xl &gt; .container,
  .navbar-expand-xl &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .wishlist-title {
    display: none;
  }

  .header-middle &gt; .container {
    padding: 0;
  }

  .header-middle-left {
    max-width: 30%;
    flex: 0 0 30%;
  }

  .header-middle-center {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .header-middle-right {
    max-width: 20%;
    flex: 0 0 20%;
    padding-right: 0;
  }

  .cart-module-button .icon-sr-cart,
  .header-middle-right &gt; .header-col.header-col-cart {
    padding-right: 0;
  }

  .header-col-login {
    position: relative;
    padding-left: 5px;
  }

  .header-col-login li.logged-dropdown.dropdown &gt; a {
    width: 50px;
  }

  .header-col-login .login-before-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
  }

  .header-col-login #login_wrapper &gt; li.login-list-item:not(.logged-dropdown) &gt; a {
    font-size: 0;
    width: 50px;
    margin-right: -10px;
    padding: 10px;
  }

  .header-quantity-box {
    right: -5px;
  }

  .header-cart-data-wrapper .module-head,
  .header-cart-data-wrapper .header-cart-text-wrapper {
    display: none;
  }

  .list_page_body main &gt; .container {
    padding: 0;
  }

  .category-page-bottom-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .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(540px * 0.9) !important;
  }

  .subTreeDropDown &gt; li {
    width: 700px !important;
    padding: 10px 15px;
  }

  .subTreeDropDown &gt; li .losangeles-custom-dropdown .lcd-row {
    margin: 0 -15px;
  }

  .subTreeDropDown &gt; li .losangeles-custom-dropdown .lcd-row .lcd-item {
    padding: 0 15px;
  }

  .subTreeDropDown &gt; li .losangeles-custom-dropdown .lcd-item.lcd-item-with-pic span.lcd-pic img {
    max-width: 130px;
  }

  .col-categoryselect .form-control {
    padding-left: 10px;
    background-size: 22px 9px !important;
  }

  .product-children-table tr td {
    background-color: #ffffff;
  }

  .product-image-box .product-image-mobile .slick-prev {
    left: -15px;
  }

  .product-image-box .product-image-mobile .slick-next {
    right: -15px;
  }

  .product-page-price .product-page-price-label {
    margin-right: 5px;
  }

  .product-sticky-wrapper .product-sticky-name-and-links {
    width: 50%;
  }

  .product-sticky-wrapper .product-page-price-wrapper {
    width: 25%;
  }

  .product-sticky-wrapper .product_table_addtocart_wrapper {
    width: 20%;
  }

  .fly-mobile-tabs {
    padding-bottom: 30px;
  }

  .fly-mobile-tabs .tabs,
  .fly-mobile-tabs .tab-pages {
    width: 100%;
  }

  .fly-mobile-tabs .position-3-container {
    flex-direction: column;
    padding: 0;
    max-width: 960px;
    margin: auto;
  }

  .fly-mobile-tabs .position-3-container .home-position {
    padding: 0;
  }

  .fly-mobile-tabs .tabs .tab-button {
    background-color: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #e6e6e6;
    box-shadow: none;
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    padding: 0;
  }

  .fly-mobile-tabs .tabs .tab-button span {
    padding: 15px 15px 15px 0;
  }

  .fly-mobile-tabs .tabs .tab-button.first {
    border-top: 0;
  }

  .fly-mobile-tabs .tabs .tab-button:before,
  .fly-mobile-tabs .tabs .tab-button:after {
    content: "";
    position: absolute;
    background-color: #211f1d;
    transition: transform 0.25s ease-out;
    display: block;
  }

  .fly-mobile-tabs .tabs .tab-button:after {
    width: 12px;
    height: 2px;
    right: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .fly-mobile-tabs .tabs .tab-button:before {
    width: 2px;
    height: 12px;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .fly-mobile-tabs .tabs .tab-button[aria-expanded="true"]:before {
    transform: rotate(90deg);
  }

  .fly-mobile-tabs .tabs .tab-button[aria-expanded="true"]:after {
    transform: rotate(180deg);
  }

  .fly-mobile-tabs .tabs .tab-content {
    transition: all 0.2s ease-in-out;
  }

  .fly-mobile-tabs .tabs .tab-content .module-head {
    display: none;
  }
}

@media (max-width: 1025px) {
  .cart-dropdown-product-list {
    max-height: 300px;
    overflow-x: hidden;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg &gt; .table-bordered {
    border: 0;
  }

  .navbar-expand-lg &gt; .container,
  .navbar-expand-lg &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .mobile-footer {
    padding-bottom: 20px;
  }

  footer .product-module.module {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .footer-col-position-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-col-left,
  .footer-col-right {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-row {
    padding: 25px 0 15px;
  }

  footer .list-group-item:last-child {
    padding-bottom: 15px;
  }

  .footer-contact-line {
    margin-bottom: 0;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }

  .footer-contact-social {
    margin-bottom: 0;
    padding: 0 0 15px;
  }

  .footer-col-position-wrapper .footer-position.module {
    margin-bottom: 0;
  }

  .footer-col-position {
    padding: 0;
  }

  .footerlogos-row {
    margin: 0 -4px;
    justify-content: center;
  }

  .footerlogos-col.col {
    padding: 5px 7px;
    width: 20%;
    max-width: 20%;
    flex-basis: 25%;
  }

  .footer-logo-pic img {
    object-fit: contain;
    max-width: 100%;
    height: auto;
  }

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

  .footer-row .module-head:after {
    width: 8px;
    height: 2px;
    right: 5px;
  }

  .footer-row .module-head:before {
    width: 2px;
    height: 8px;
    background-color: #fff;
    right: 8px;
  }

  .footer-row &gt; .footer-col-container &gt; .row {
    margin: 0;
  }

  .footer-row .module-head.show-minus-icon:before {
    transform: rotate(90deg);
  }

  .footer-row .module-head.show-minus-icon:after {
    transform: rotate(180deg);
  }

  .footer-row .module-head-title {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer-row .footer-col-position .module-body {
    padding: 0 !important;
    margin: 0;
  }

  .footer-row .footer-col-position .module-body &gt; div {
    padding-bottom: 15px;
    padding-top: 10px;
  }

  .footer-contact-mail.footer-contact-line {
    margin-bottom: 0;
  }

  header .sticky-head-container {
    display: flex;
    flex-direction: column;
  }

  header .header-middle {
    order: 1;
  }

  header .header-middle .col-categoryselect {
    padding: 0;
  }

  header .header-top {
    order: 2;
  }

  header .header-middle &gt; .container,
  header .header-middle-center {
    padding: 0;
    max-width: 100%;
  }

  header .header-middle-center {
    flex: 0 0 100%;
  }

  header .header-col-search {
    width: 100%;
  }

  header .search-module {
    max-width: 100%;
    width: 100%;
    z-index: 900;
  }

  .two-column-content {
    margin-bottom: 20px;
  }

  .main-row {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .product-sortbar-top .product-sortbar-inner .sort-dropdown .btn-default:after,
  .product-sortbar-top .product-sortbar-inner .sort-dropdown .btn-default:active:after,
  .product-sortbar-top .product-sortbar-inner .sort-dropdown .btn-default:hover:after {
    border-color: #0ca4d6;
  }

  .product-sortbar-top .product-sortbar-inner button.open-filter-btn {
    width: 30%;
    font-size: 0.8125rem;
    color: #0ca7d7;
    font-weight: 300;
    background-color: #fff;
    margin-right: 2px;
    padding: 8px 0;
    border-radius: 0;
    position: relative;
  }

  .product-sortbar-top .product-sortbar-inner button.open-filter-btn:after {
    border: solid #0ca7d7;
    border-width: 0 1px 1px 0;
    content: " ";
    height: 7px;
    width: 7px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(-45deg);
    right: 10px;
    top: -2px;
    left: auto;
  }

  .product-sortbar-top .product-sortbar-inner .sort {
    width: 70%;
  }

  .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: 196px;
    right: 0;
    left: auto !important;
    top: 0 !important;
    transform: translate3d(1px, 34px, 0px) !important;
    border: 0;
    border-radius: 0;
  }

  .product-sortbar-top .product-sortbar-inner .sort-dropdown-list .dropdown-item {
    font-size: 0.8125rem;
  }

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

  .snapshot-list-item.list_details .list-details-link {
    padding: 11px 10px;
  }

  .list-productname-link {
    line-height: 1.125rem;
  }

  .list_actions .list_details .btn,
  .list_actions .list_addtocart .btn {
    width: 100%;
    padding: 11px 10px;
  }

  .side-position .snapshot_horizontal_product {
    padding: 5px 0;
    flex-direction: row;
  }

  .side-position .snapshot_horizontal .list_div_item &gt; div {
    width: 100%;
  }

  .side-position .snapshot_horizontal_left {
    width: 15%;
    padding-right: 0;
  }

  .side-position .snapshot_horizontal_right {
    width: 85%;
    display: flex;
    align-items: center;
    padding: 0;
  }

  .bannerscroller-module,
  .nivoSlider img {
    height: calc(540px * 0.6) !important;
  }

  .nivo-control {
    padding: 10px 0 0;
    border-width: 2px;
  }

  .home-position .module-head,
  .home-bottom-position .module-head {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: left;
  }

  .home-position .module-head-title,
  .home-bottom-position .module-head-title {
    color: #211f1d;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 300;
    display: block;
    position: relative;
    letter-spacing: 0.5px;
  }

  .home-bottom-position.newsletter_subscribe-module .module-body {
    padding-left: 0;
  }

  .parameter_table tr td:first-child {
    padding-left: 0;
  }

  .mobile-cart-product-count {
    top: 15px;
    padding: 3px 0;
    min-width: 16px;
    height: 13px;
    position: absolute;
    right: 11px;
    z-index: 80004;
    width: 16px;
    line-height: 9px;
    text-align: center;
    color: #ffffff;
    font-size: 9px;
    display: inline-block;
    font-weight: 900;
    background-image: linear-gradient(to bottom, #0ca4d6 0%, #15e4ed 100%);
    background-repeat: repeat-x;
    border-radius: 3px;
  }

  .cart-module {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    transform: scale(0, 0);
    transition: all 0.2s ease-in-out;
  }

  .cart-module.collapse.show {
    top: 50px;
    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 {
    overflow-x: auto;
  }

  .mobile-cart-empty,
  .cart-module-button {
    display: none;
  }

  .category-list-link,
  .category-list-link:visited {
    padding: 0 15px;
  }

  .categoryoffer_list.row {
    margin: 0 -10px;
  }

  .categoryoffer_list.row .category-snapshot-col {
    padding: 10px;
  }

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

  .module-dealofday-wrapper .snapshot_horizontal_right .list_actions .snapshot-list-item.list_details {
    width: 50% !important;
  }

  .module-dealofday-wrapper .snapshot_horizontal_right .list_actions .snapshot-list-item.list_addtocart {
    width: 50% !important;
  }

  .module-dealofday-wrapper .snapshot_horizontal_right .list_actions .snapshot-list-item.list_addtocart .btn {
    padding-top: 13px;
    padding-bottom: 13px;
  }

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

  .module-dealofday-wrapper .snapshot_horizontal_right {
    padding-left: 0;
    padding-top: 15px;
  }

  .module-dealofday-wrapper .img-thumbnail-link {
    margin-bottom: 40px;
  }

  .login-list {
    display: none;
  }

  .manufactureroffer-row {
    margin: 0 -10px;
  }

  .manufactureroffer-row .manufacturer-snapshot-col {
    padding: 10px;
  }

  .all-manufacturer-link-wrapper {
    text-align: left !important;
    padding-top: 20px;
  }

  .responsive-menu {
    display: flex;
  }

  .mm-page .page-wrap {
    padding-top: 50px;
  }

  .news-item .card-header {
    padding-top: 20px;
    justify-content: flex-start !important;
  }

  .news-item .card-header .flex-grow-1 {
    flex-grow: unset !important;
  }

  .article-title-link {
    font-size: 1.0625rem;
  }

  .news-all-button {
    text-align: left !important;
    margin-top: 20px !important;
  }

  .newsletter_subscribe-module .newsletter-subscribe-form {
    max-width: 720px;
    margin: auto;
    display: flex;
  }

  .newsletter_subscribe-module .newsletter-subscribe-form .fieldset {
    margin-left: -10px;
  }

  .module-paf_filter-wrapper {
    position: fixed;
    z-index: 901;
    top: 50px;
    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: #F2F3F3;
    height: calc(100vh - 50px);
    overflow-y: scroll;
    overflow-x: hidden;
    transition: .5s;
    overflow-scrolling: touch;
    padding-bottom: 95px;
  }

  .module-paf_filter-wrapper .paf-filter-module-head.module-head {
    height: 40px;
    padding: 10px 15px;
  }

  .information_page_body .pathway-inside-container,
  .information_list_body .pathway-inside-container {
    padding: 10px 20px 0;
    margin: 0;
  }

  .information_page_body .main-row,
  .information_list_body .main-row {
    padding-top: 10px;
    margin: 0;
  }

  .pathway-inside-container {
    order: -1;
    background: #f3f5f7;
    margin: 0 10px 10px 0;
    padding: 0 20px;
    border-bottom: 1px solid transparent;
  }

  .flypage_body .pathway-inside-container {
    padding: 10px 20px 0 20px;
  }

  .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: 0.75rem;
    font-weight: 300;
    padding: 5px 0;
    display: inline-block;
    position: relative;
  }

  .pw-item:nth-last-child(3) .pw-link:after {
    border: solid #211f1d;
    border-width: 0 1px 1px 0;
    content: " ";
    height: 8px;
    width: 8px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(135deg);
    right: auto;
    left: -15px;
    top: -1px;
  }

  .pw-item:nth-last-child(3) .pw-link:hover {
    color: #0ca4d6;
    text-decoration: none;
  }

  .pw-item:nth-last-child(3) .pw-link:hover:after {
    border-color: #0ca4d6;
  }

  .search-dropdown-module {
    display: block;
    position: static;
  }

  .search-module .input-group {
    border-radius: 0;
  }

  .search-module .input-group-btn {
    border-radius: 0;
  }

  .col-search-input {
    padding: 0;
  }

  .search-module .input-group .form-control {
    height: 30px;
    line-height: 30px;
  }

  .col-phone-categoryselect {
    display: none;
  }

  .search-popup-content {
    top: 160px;
    width: 100%;
    padding: 0 5%;
  }

  .header-middle-center .search-module .search-results {
    width: 100%;
    padding: 2px 2px 0 2px;
  }

  .col-categoryselect {
    padding-left: 0;
    padding-right: 0;
  }

  .col-categoryselect .form-control {
    height: 30px !important;
    border-radius: 0;
  }

  .search-results-item a {
    padding: 5px 0;
  }

  .module-search-critea .form-group label {
    padding-left: 0;
  }

  .sr-cart-table.table &gt; tbody &gt; tr &gt; td.cart-row-image img {
    max-width: 100%;
    height: auto;
  }

  .sr-cart-table.table {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #d6d6d6;
    padding-top: 15px;
  }

  .sr-cart-table.table &gt; 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 &gt; tbody &gt; tr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-basis: 100%;
  }

  .sr-cart-table.table &gt; tbody.row-danger {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
  }

  .sr-cart-table .row-danger-box &gt; td {
    margin: auto;
  }

  .sr-cart-table.table &gt; tbody:not(.row-danger) &gt; tr &gt; td,
  .sr-cart-table.table &gt; tbody &gt; tr &gt; th,
  .sr-cart-table.table &gt; tfoot &gt; tr &gt; td,
  .sr-cart-table.table &gt; tfoot &gt; tr &gt; th,
  .sr-cart-table.table &gt; thead &gt; tr &gt; td,
  .sr-cart-table.table &gt; thead &gt; tr &gt; th {
    border: 0;
  }

  .sr-cart-table.table &gt; tbody &gt; tr &gt; td.cart-row-image {
    flex-basis: 12%;
    display: flex;
    padding-top: 0;
    flex-basis: 10%;
  }

  .sr-cart-table.table &gt; tbody &gt; tr &gt; td.cart-row-name {
    display: flex;
    flex-basis: 88%;
    padding: 0;
    align-items: center;
    flex-wrap: wrap;
  }

  .sr-cart-table.table &gt; tbody &gt; tr &gt; td.cart-row-name .cart-product-name {
    display: flex;
    flex-basis: 100%;
    padding-top: 0;
    padding-bottom: 8px;
  }

  .sr-cart-table.table &gt; tbody &gt; tr &gt; 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: 0.9375rem;
  }

  .sr-cart-table.table tr.mobile-quantity-row &gt; 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 &gt; 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 &gt; tbody &gt; tr &gt; td.cart-row-name,
  .sr-cart-table.table tr.mobile-quantity-row &gt; td {
    flex-basis: 90%;
    padding-left: 10px;
  }

  .sr-cart-table.table &gt; tbody &gt; tr.mobile-quantity-row {
    justify-content: flex-end;
  }

  .sr-cart-table.table &gt; tbody &gt; tr.mobile-quantity-row td {
    padding-top: 11px;
    padding-bottom: 15px;
  }

  .sr-cart-table.table &gt; tbody.gift-wrapping tr &gt; td,
  .sr-cart-table.table &gt; tbody.free-gift-chooser tr &gt; 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-cart-quantity-input .input-group-btn button {
    height: auto;
  }

  .sr-cart-quantity-input .form-control {
    height: 27px !important;
  }

  .sr-cart-table .cart-product-attribute {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }

  .cart-package-offer-table.sr-cart-table.table .package-offer-name {
    font-size: 1rem !important;
  }

  .cart-package-offer-table.sr-cart-table.table .package-offer-head-mobile .package-offer-quantity-input {
    width: 130px !important;
  }

  #shipping-cost-calculator {
    padding: 0 15px;
  }

  .sr-cart-page-body main &gt; .container {
    padding: 0 20px;
  }

  .sr-shipping-cost-calculator-inline {
    padding: 0 15px;
  }

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

  .information_page_body .main-row .column-content-left,
  .information_page_body .main-row .column-right,
  .information_list_body .main-row .column-content-left,
  .information_list_body .main-row .column-right {
    padding: 0;
  }

  .information_page_body main &gt; .container,
  .information_list_body main &gt; .container {
    padding: 0;
  }

  .pagination_back {
    margin-right: 5px !important;
  }

  .pagination_next {
    margin-left: 5px !important;
  }

  .product-sortbar .results {
    min-width: 100px;
  }

  .pagination .links {
    flex-wrap: wrap;
  }

  .pagination .pagination-link {
    margin: 5px;
  }

  .product-sortbar-bottom {
    padding: 10px;
    margin-bottom: 15px;
  }

  .product-sortbar-bottom .pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .pagination-link,
  .pagination-link-active,
  .pagination-link:visited {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }

  .pagination_first,
  .pagination_last {
    display: inline-block;
  }

  .pagination_next,
  .pagination_back,
  .pagination_last,
  .pagination_first {
    position: relative !important;
    font-size: 11px !important;
  }

  .pagination_back:before {
    content: '&lt;';
    font-size: 18px;
  }

  .pagination_next:before {
    content: '&gt;';
    font-size: 18px;
  }

  .display,
  .sort-text {
    display: none;
  }

  .snapshot-list-container {
    padding: 10px 0;
  }

  .list_page {
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .list_page .top h1 {
    font-size: 1.875rem;
    line-height: 1.875rem;
    margin-bottom: 0;
    text-align: left;
    padding: 5px 0 25px 0;
  }

  .product-sortbar-inner {
    padding: 0;
  }

  .category-page-middle-section {
    text-align: center;
  }

  .category-page-middle-section button.subcategory-title {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #0ca7d7;
    text-align: center;
    font-size: 0.8125rem;
    line-height: 0.8125rem;
    display: block;
    width: 100%;
    margin: auto;
    padding: 11px 0;
    font-weight: 300;
  }

  .category-page-middle-section button.subcategory-title span {
    position: relative;
  }

  .category-page-middle-section button.subcategory-title span:after {
    border: solid #0ca7d7;
    border-width: 0 1px 1px 0;
    content: " ";
    height: 7px;
    width: 7px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    right: -20px;
    top: -2px;
    left: auto;
    transition: all 0.2s ease-in-out;
  }

  .category-page-middle-section button.subcategory-title[aria-expanded="true"] span:after {
    transform: rotate(225deg);
    top: 3px;
  }

  .category-page-middle-section .sr-container-md {
    padding: 0;
  }

  .category-page-middle-section .subcategory-list {
    margin: 0;
    background-color: #fff;
    padding: 0 5px;
  }

  .category-page-middle-section .subcategory-item {
    padding: 5px;
    flex-basis: 50%;
    max-width: 50%;
  }

  .category-page-middle-section .subcategories-wrapper {
    padding: 0;
  }

  .category-page-middle-section .subcategory-name {
    height: auto;
    padding: 5px 10px;
    font-size: 0.75rem;
    justify-content: center;
    text-align: center;
  }

  .product-sortbar-top {
    padding: 0;
    margin-top: 2px;
    background-color: transparent;
  }

  .product-sortbar-top .sort-dropdown .btn-default {
    background-color: #fff;
    border: 0;
    padding-top: 11px;
    padding-bottom: 11px;
    box-shadow: none;
    color: #0ca7d7;
    border-radius: 0;
  }

  .product-sortbar-top .sort-dropdown .btn-default:after {
    border-color: #0ca7d7;
    border-width: 1px;
  }

  .category-page-bottom-section {
    padding: 0 15px;
  }

  .flypage h1 {
    margin-bottom: 20px;
    font-size: 1.125rem;
    line-height: 1.5626rem;
    letter-spacing: 0.1px;
  }

  footer .footer-top-2-position .module-head-title {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .flypage .position_2_wrapper {
    padding-top: 30px;
  }

  .flypage .position-3-container .module {
    padding: 0 0 30px;
  }

  .flypage .module {
    margin: 0;
    padding: 0 0 30px 0;
  }

  .product-page-row.row,
  .product-positions.row {
    margin: 0;
  }

  .product-page-row.row &gt; section {
    padding: 0;
  }

  .product-content-columns-container {
    padding-top: 10px;
  }

  .packageoffer-item-link {
    padding-left: 15px;
  }

  .packageoffer-line {
    flex-direction: column;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
  }

  .packageoffer-line-left {
    flex-direction: column;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .packageoffer-line-left &gt; .row {
    margin: 0;
  }

  .packageoffer-line-right {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    background-color: #fff;
  }

  .packageoffer-line-right:before {
    margin: auto;
    left: 0;
    right: 0;
    top: -30px;
    bottom: auto;
  }

  .packageoffer-item-plus {
    margin: auto !important;
    margin-top: 7px !important;
  }

  .packageoffer-item-image {
    max-width: 30%;
  }

  .packageoffer-item-name {
    padding: 0;
    max-width: 70%;
  }

  .packageoffer-item {
    margin-bottom: 40px;
    width: 100%;
  }

  .packageoffer-item-inner {
    flex-direction: row;
    margin: 0;
    padding: 10px;
    align-items: center;
    flex-wrap: wrap;
  }

  .packageoffer-totals {
    justify-content: center;
  }

  .packageoffer-cart-button {
    text-align: center;
  }

  .position_4_wrapper .module-head {
    margin-bottom: 15px;
  }

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

  .product-children-table td {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .product-children-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 0.75rem;
    line-height: 0.75rem;
  }

  .product-children-table td:last-child:before {
    display: none;
  }

  .product-children-table td div {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 0.8125rem;
    padding-right: 10px;
    justify-content: flex-start;
    text-align: left;
    padding-top: 0;
  }

  .product-children-table td .list_stock.snapshot-list-item {
    padding-top: 4px;
  }

  .product-children-table .list_addtocart {
    display: block;
    flex: 1;
    padding-right: 0;
    width: 100%;
  }

  .product-children-table .list_addtocart &gt; * {
    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;
  }

  .collateral_options_table {
    width: 100%;
  }

  .flypage_body .paf-attr-icon-information-mark:before,
  .flypage_body .paf-attr-icon-question-mark:before {
    line-height: 15px;
    margin-left: 2px;
  }

  .collateral_module_productname {
    width: 40%;
  }

  .collateral_module_details {
    width: 45%;
  }

  .product-image-box .product-image-mobile .slick-prev {
    left: 0;
    background-color: transparent;
  }

  .product-image-box .product-image-mobile .slick-next {
    right: 0;
    background-color: transparent;
  }

  .product-image-box .slick-next:active,
  .product-image-box .slick-next:focus,
  .product-image-box .slick-next:hover,
  .product-image-box .slick-prev:active,
  .product-image-box .slick-prev:focus,
  .product-image-box .slick-prev:hover {
    background-color: transparent;
    border-color: transparent;
  }

  .product_options .product_parameters {
    width: 100%;
  }

  .product-page-price .postfix {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1rem;
  }

  .decrease_wrapper .decrease_amount:before {
    padding-left: 5px;
  }

  .product-page-price .product-page-price-label {
    display: none;
  }

  .product-page-price {
    flex-direction: column;
    align-items: flex-start;
  }

  .decrease_wrapper {
    margin-left: 0;
    display: flex;
  }

  .product-page-price-wrapper .price_row_1 {
    display: flex;
    margin-bottom: 0;
  }

  .flypage_body {
    margin-bottom: 80px;
  }

  body.flypage_body[data-nanobar-position='bottom'] #freeShippingNanobar {
    bottom: 70px !important;
  }

  .fly-mobile-tabs .position-3-container {
    max-width: 720px;
    margin: auto;
  }

  .sr-register-page-body main &gt; .container {
    padding: 0 20px;
  }

  .sr-register-page-body main &gt; .container .one-column-content {
    padding: 0;
  }

  .sr-thankyou-header {
    margin: 20px 0;
  }

  .sr-thankyou-registration h4 {
    font-size: 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: 991px) and (orientation: landscape) {
  .cart-dropdown-product-list {
    max-height: 160px;
  }

  .cart-dropdown .cart-total-table td {
    padding: 0 5px;
  }

  .cart-dropdown li.cart-actions {
    padding-top: 10px;
  }

  .cart-prod-picture img {
    max-height: 40px;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md &gt; .table-bordered {
    border: 0;
  }

  .navbar-expand-md &gt; .container,
  .navbar-expand-md &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  footer .footer-top-2-position .footer-container.container {
    padding: 0 20px;
  }

  .footer-col-container {
    padding: 0;
  }

  header .header-middle .col-categoryselect {
    display: none;
  }

  .sr-container-small {
    width: 100%;
  }

  body main &gt; .container {
    padding: 0 20px;
  }

  body main &gt; .container .main-row &gt; .one-column-content {
    padding: 0;
  }

  .home-position .module-body {
    padding: 0 20px;
  }

  .home-bottom-position .module-head,
  .home-position .module-head {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
  }

  .flypage_body .home-bottom-position .module-head,
  .flypage_body .home-position .module-head {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
  }

  .home-sections {
    padding: 0 20px;
  }

  .home-sections .module-kickerimage-wrapper {
    margin: 0 -20px;
  }

  .home-bottom-section.home-sections {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-row {
    padding-top: 15px;
  }

  .home-bottom-section &gt; .container {
    padding: 0;
  }

  .aurora-scroll-btn-left {
    left: 0;
  }

  .aurora-scroll-btn-right {
    right: 0;
  }

  .product_badges {
    left: -10px;
    top: -10px;
  }

  .productstock-param-row span {
    justify-content: flex-end;
  }

  .product-module.home-position:not(#dealofday) .list_div_item.product-snapshot,
  .product-module.footer-position .list_div_item.product-snapshot {
    width: 70%;
    flex-shrink: 0;
    padding: 0 5px;
  }

  .product-module.home-position:not(#dealofday) .list_with_divs,
  .product-module.footer-position .list_with_divs {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    margin: 0 -15px 0 -5px !important;
    width: auto;
  }

  .product-module.home-position:not(#dealofday) .mobile-simple-view.snapshot_vertical_product,
  .product-module.footer-position .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,
  .product-module.footer-position .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,
  .product-module.footer-position .mobile-simple-view.snapshot_vertical_product .list_prouctname.snapshot-list-item {
    line-height: 19px;
    text-align: left;
    height: 40px !important;
    overflow: hidden;
  }

  .product-module.home-position:not(#dealofday) .mobile-simple-view.snapshot_vertical_product .snapshot_vertical_product_inner .snapshot_vertical_middle_position &gt; div:not(.list_picture):not(.list_prouctname):not(.list_prouctprice):not(.list_actions),
  .product-module.footer-position .mobile-simple-view.snapshot_vertical_product .snapshot_vertical_product_inner .snapshot_vertical_middle_position &gt; 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,
  .product-module.footer-position .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,
  .product-module.footer-position .mobile-simple-view.snapshot_vertical_product .list_prouctprice {
    padding: 10px 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .product-module.home-position:not(#dealofday) .mobile-simple-view.snapshot_vertical_product .list_original,
  .product-module.footer-position .mobile-simple-view.snapshot_vertical_product .list_original {
    font-size: 0.8125rem;
  }

  .product-module.home-position:not(#dealofday) .mobile-simple-view.snapshot_vertical_product .list_actions,
  .product-module.footer-position .mobile-simple-view.snapshot_vertical_product .list_actions {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .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,
  .product-module.footer-position .mobile-simple-view.snapshot_vertical_product .list_price,
  .product-module.footer-position .mobile-simple-view.snapshot_vertical_product .list_special {
    font-size: 1rem;
  }

  .product-page-row .product-module.home-position:not(#dealofday) .list_with_divs {
    margin: 0 -15px 0 -5px !important;
  }

  .one-column-content .snapshot_vertical .list_div_item {
    width: 100%;
  }

  .product-snapshot .snapshot_vertical_product_inner {
    padding: 10px;
  }

  .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 {
    width: 50%;
  }

  .snapshot_horizontal_right .list_actions {
    padding: 0;
  }

  .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 0 0 5px;
    font-size: 0.75rem;
  }

  .snapshot_vertical_product,
  .snapshot_vertical_product:hover {
    border-color: transparent;
  }

  .bannerscroller-module,
  .nivoSlider img {
    height: calc(540px * 0.55) !important;
  }

  .column-right .section-module .module-head,
  .column-left .section-module .module-head,
  .column-left .information-module-list .module-head,
  .side-position.module .module-head {
    padding: 10px 11px;
  }

  .column-right .section-module .module-head-title,
  .column-left .section-module .module-head-title,
  .column-left .information-module-list .module-head-title,
  .side-position.module .module-head-title {
    font-size: 0.875rem;
    line-height: 1rem;
  }

  body .home-position .module-body,
  body .home-bottom-position .module-body {
    padding: 0 !important;
  }

  .parameter_table tr td {
    padding: 4px 5px;
    padding-left: 0;
  }

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

  .auroramessage_others {
    display: none;
  }

  .category_snapshot .category-snapshot-name-link {
    display: flex;
    padding: 10px;
  }

  .category_snapshot {
    padding: 0;
    flex: 1;
    height: 100%;
  }

  .category_snapshot br {
    display: none;
  }

  .categoryoffer_list {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    margin-left: -5px;
  }

  .categoryoffer_list .category-snapshot-col {
    width: 70%;
    padding: 0 5px;
    flex: 1 0 70%;
    margin-bottom: 25px;
  }

  .module-dealofday-wrapper {
    padding: 0;
  }

  .module-dealofday-wrapper .short_description {
    padding-top: 5px;
  }

  .module-dealofday-wrapper .list_rating.snapshot-list-item {
    display: flex;
    align-items: center;
  }

  .module-dealofday-wrapper .img-thumbnail-link {
    margin-bottom: 0;
  }

  #dealofday_home_list.list_with_divs {
    margin: 0;
  }

  .module-dealofday-wrapper .snapshot_horizontal_right .list_actions .snapshot-list-item.list_addtocart .btn {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .kickerimages-row.sr-row {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    margin-left: -5px;
  }

  .kickerimages-row.sr-row .kickerimages-col {
    width: 70%;
    padding: 0 5px;
    flex: 1 0 70%;
    margin-bottom: 25px;
  }

  .kickerimages-row.sr-row .kickerimage-box {
    box-shadow: none;
  }

  .kickerimages-row.sr-row .kickerimage-title {
    font-size: 1.25rem;
  }

  .kickerimage-inner-wrapper &gt; span {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }

  .home-kickerimages.kickerimages .kickerimages-col {
    padding: 0 5px !important;
  }

  .home-kickerimages.kickerimages .kickerimages-row {
    margin: 0 -15px 0 -5px !important;
  }

  .kickerimage-inner-wrapper {
    padding: 10px;
    width: 100%;
    text-align: center;
  }

  .kickerimage-button {
    bottom: 20px;
  }

  .manufactureroffer-row {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    margin-left: -5px;
  }

  .manufactureroffer-row .manufacturer-snapshot-col {
    width: 35%;
    padding: 0 5px;
    flex: 1 0 35%;
    margin-bottom: 25px;
  }

  .all-manufacturer-link-wrapper .all-manufacturer-btn {
    padding: 9px 23px;
  }

  .all-manufacturer-link-wrapper {
    padding-top: 5px;
  }

  .aurora-nanobar-firstlogin .aurora-nanobar-text {
    display: block;
    padding-bottom: 10px;
  }

  .article-title-link {
    font-size: 1.0625rem;
    font-weight: 700;
    text-transform: none;
  }

  .home-bottom-section .card-deck,
  .home-section .card-deck {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    margin: 0 -15px 0 -5px !important;
    flex-direction: row;
  }

  .home-bottom-section .card-deck .card,
  .home-section .card-deck .card {
    width: 70%;
    padding: 0;
    flex: 1 0 70%;
    margin: 0 5px 25px 5px;
  }

  .home-bottom-section .card-deck .card-title,
  .home-section .card-deck .card-title {
    margin-bottom: 10px;
    line-height: 10px;
  }

  .newsletter_subscribe-module .newsletter-subscribe-form .fieldset {
    margin-left: 0;
    padding-bottom: 10px;
  }

  .side-position.newsletter_subscribe-module .module-head {
    padding: 23px 25px 13px 25px;
  }

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

  .newsletter_subscribe-module .newsletter-subscribe-form {
    max-width: 540px;
    padding-top: 0;
  }

  .newsletter_subscribe-module.footer-position .module-head,
  .newsletter_subscribe-module.footer-position .newsletter-pretext {
    text-align: left;
    max-width: 540px;
    margin: auto;
    padding: 0;
  }

  .newsletter_subscribe-module.footer-position .newsletter-pretext {
    padding-bottom: 20px;
  }

  .newsletter_subscribe-module .form-element {
    clear: none;
    width: 100%;
    padding: 0 0 5px 0;
    display: block;
    float: none;
    max-width: 100%;
  }

  .newsletter_subscribe-module .label-inbefore .form-control {
    margin-top: 2px;
  }

  .newsletter_subscribe-module .form-element-checkbox {
    position: relative;
    bottom: auto;
    margin-top: 10px;
  }

  .newsletter_subscribe-module .label-inbefore span {
    width: 90%;
  }

  .newsletter_subscribe-module .fieldset {
    display: block;
  }

  .newsletter-posttext {
    padding: 0;
  }

  .pafsearch-module .widget {
    width: 100%;
  }

  .flypage_body .pathway-inside-container {
    padding-left: 35px;
  }

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

  .account_edit_body .form-table tr &gt; td:first-child {
    width: 100% !important;
  }

  .heading {
    font-size: 1rem;
  }

  .account_edit_body .form-table tr &gt; 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;
  }

  .top h1 {
    line-height: 1.375rem;
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .cart-package-offer-table.sr-cart-table.table .package-offer-head-mobile .package-offer-quantity-input {
    width: 79px !important;
  }

  .sr-cart-quantity-input .input-group-btn button {
    height: 27px !important;
  }

  .sr-cart-table.table &gt; tbody &gt; tr &gt; td.cart-row-name,
  .sr-cart-table.table tr.mobile-quantity-row &gt; td {
    flex-basis: 84%;
  }

  .sr-cart-table.table &gt; tbody &gt; tr &gt; 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 2px;
  }

  .sr-cart-table .cart-row-name a {
    line-height: 1.125rem;
  }

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

  .sr-cart-table .cart-row-image img {
    max-width: 100%;
  }

  .sr-shipping-cost-calculator {
    margin-left: 0;
    margin-right: 0;
    line-height: 1rem;
  }

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

  .sr-cart-bottom-buttons-row {
    flex-direction: column;
    align-items: center;
  }

  .sr-cart-special-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .sr-cart-special-row-title {
    padding-bottom: 8px;
    line-height: 0.9375rem;
    margin-right: 10px;
  }

  .sr-cart-summary-box-table {
    table-layout: fixed;
  }

  .sr-cart-summary-box-table .gross-total {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .sr-col-to-chekout {
    flex-direction: column;
  }

  .sr-shipping-cost-calculator-inline,
  .col-zone-select-box,
  .col-country-select-box {
    margin-bottom: 10px;
  }

  .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 &gt; 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-left {
    padding-left: 0;
  }

  .more-images-position-default &gt; .container {
    padding: 0;
  }

  .product-page-row &gt; section &gt; .container {
    padding: 0;
  }

  .position-3-container {
    max-width: 540px;
    padding: 0;
  }

  .product-page-row &gt; section &gt; .container &gt; .row {
    margin-right: 0;
  }

  .packageoffer-line-right {
    padding: 15px;
  }

  .packageoffer-product-variants-wrapper {
    width: 100%;
  }

  .packageoffer-product-variants-wrapper .package-offer-variant-select-wrapper {
    width: 100%;
  }

  .packageoffer-item {
    text-align: center;
  }

  .product_table_addtocart_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .product_table_quantity,
  .product_table_addtocartbtn {
    flex: 0 0 100%;
    padding: 10px 0;
  }

  .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: 6px 5px 6px 0;
  }

  .product_parameters tr:not(.product-short-description-row):not(.productcategorydescriptionlist-param-row):not(.product-ring-select-parameter-row) .param-value {
    text-align: right;
  }

  .product_parameters .productrating-param.param-value .js-scroll-productreview {
    justify-content: flex-end;
  }

  .product-collateral-wrapper strong {
    padding: 10px 0 0;
    font-size: 0.75rem;
    line-height: 0.875rem;
  }

  .parameter_table {
    width: 100%;
  }

  .parameter_table tr {
    display: flex;
    flex-direction: column;
  }

  .parameter_table tr td:first-child {
    padding-bottom: 0;
  }

  .parameter_table tr td:last-child {
    padding-top: 0;
  }

  .product-page-price {
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start;
  }

  .product_table_special {
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 900;
  }

  .product_table_original {
    font-size: .875rem;
    font-weight: 400;
    display: block;
    line-height: 1rem;
  }

  .decrease_wrapper {
    margin-left: 0;
  }

  .product-page-price-wrapper .price_row {
    padding-right: 10px;
  }

  .product_table_quantity .quantity-to-cart {
    width: 50px;
  }

  .fly-mobile-tabs .position-3-container {
    max-width: 540px;
    margin: auto;
  }

  .sr-guest-registration-order-1 {
    flex-basis: 100%;
  }

  .sr-guest-registration-order-2 {
    order: 2;
  }

  .wishlist_table {
    display: block;
  }

  .wishlist_table .wishlist-cell-added-value {
    display: none;
  }

  .wishlist_table tbody {
    display: block;
  }

  .wishlist_table th {
    display: none;
  }

  .wishlist_table tr {
    display: flex;
    flex-wrap: wrap;
  }

  .wishlist_table tr th {
    display: none;
  }

  .wishlist_table tr td {
    width: 50%;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 0;
  }

  .wishlist_table tr .wishlist-option-form-control,
  .wishlist_table tr .wishlist-options-label,
  .wishlist_table tr .wishlist-options-value {
    display: flex;
  }

  .wishlist_table tr td.wishlist-cell-action-value {
    flex-wrap: wrap;
    width: 60%;
    align-items: center;
    justify-content: flex-start;
  }

  .wishlist_table tr .wishlist-options-value.wishlist-options-cell,
  .wishlist_table tr .wishlist-options select.form-control {
    width: 100%;
  }

  .wishlist_table tr .wishlist-product-item {
    width: 100%;
  }

  .wishlist_table tr .wishlist-options {
    width: 100%;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
  }

  .wishlist_table tr td.wishlist-cell-product-value {
    width: 100%;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding-bottom: 0;
  }

  .wishlist_table tr .wishlist-form-control.form-control {
    padding: 5px;
  }

  .wishlist_table tr th.wishlist-cell-comment {
    justify-content: flex-start;
    width: 30%;
  }

  .wishlist_table tr th.wishlist-cell-added {
    width: 70%;
  }

  .wishlist_table tr th.wishlist-cell-action {
    justify-content: flex-end;
  }

  .wishlist_table tr td.wishlist-cell-comment-value {
    width: 40%;
  }

  .wishlist_table tr:not(:first-child):not(:last-child) {
    border-bottom: 1px solid #dee2e6;
  }

  .wishlist_table tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .wishlist_table tr textarea.wishlist-form-control.form-control {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    font-style: normal;
  }

  .wishlist-buttons .btn {
    margin: 5px 0;
    width: 100%;
    display: block;
  }

  .wishlist-buttons.buttons {
    flex-direction: column;
  }

  .wishlist-buttons.buttons &gt; a:not(:last-child) {
    margin-right: auto;
  }

  .wishlist_page_body footer .footer-top-2-position .footer-container.container {
    padding-left: 0;
  }
}

@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 &gt; .table-bordered {
    border: 0;
  }

  .navbar-expand-sm &gt; .container,
  .navbar-expand-sm &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  footer .footer-container {
    padding: 0 20px;
  }

  .footer-row &gt; .container {
    padding: 0 20px;
  }

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

  .main-row .two-column-content {
    overflow: hidden;
  }

  .product-page-row .home-position .module-head {
    margin-bottom: 25px;
  }

  input[type=checkbox] {
    width: 22px;
    height: 22px;
  }

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

  .quickview {
    display: none;
  }

  .list_addtocart .quantity-input {
    width: 40px;
  }

  .list_with_divs {
    width: 100%;
    margin-left: -5px;
    margin-right: -5px;
  }

  .list_with_divs .product-snapshot {
    padding-left: 5px;
    padding-right: 5px;
  }

  .product_parameters .param-label {
    width: 51%;
  }

  .product_parameters .param-value {
    width: 49%;
  }

  .product-page-right .product_parameters tr {
    border-bottom: 1px solid #ecebea;
  }

  .product-snapshot.list_div_item:last-child {
    border-bottom: 0;
  }

  .list_prouctname {
    padding-top: 0;
    line-height: 1.125rem;
  }

  .list_compare.snapshot-list-item {
    padding: 10px 0;
  }

  .list-productname-link {
    font-size: 0.8125rem;
    height: 36px !important;
    display: flex;
    overflow: hidden;
    line-height: 1.0625rem;
  }

  .module-dealofday-wrapper .list-productname-link {
    height: auto !important;
    padding-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }

  .snapshot_vertical_product .list_prouctprice {
    padding-top: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .snapshot-list-item {
    text-align: left;
  }

  .side-position .list_with_divs,
  .two-column-content .list_with_divs {
    margin: 0 -10px;
    width: auto;
  }

  .two-column-content .list_with_divs {
    margin: 0 -25px;
    width: auto;
  }

  .product-module:not(.side-position) .product-snapshot:not(:empty) {
    border-bottom: 0;
  }

  .list_rating.snapshot-list-item {
    height: 24px;
    display: flex;
    align-items: center;
  }

  .list_rating.snapshot-list-item img {
    display: block;
  }

  .list_actions {
    padding: 0;
  }

  .snapshot_vertical_product .list_picture {
    margin-bottom: 10px;
  }

  .nivo-control-text {
    font-size: 0;
    height: 3px;
    padding: 15px 0;
    width: 40px;
    background-color: transparent;
    border-bottom: 3px solid #d4d2cf;
    margin: 0 4px;
  }

  .nivo-control-text.active {
    background: none;
    border-color: #211f1d;
  }

  .nivo-control-text:hover {
    background: none;
    border-color: #0ca4d6;
  }

  .bannerscroller-module,
  .nivoSlider img {
    height: calc(540px * 0.40) !important;
  }

  .nivo-prevNav span:after,
  .nivo-nextNav span:after {
    font-size: 5rem;
  }

  .auroramessenger-message.popup {
    margin: 10px;
  }

  .auroramessenger-popupcontent {
    width: 100%;
  }

  .newsletter_subscribe-module .newsletter-subscribe-form {
    max-width: 100%;
  }

  .newsletter_subscribe-module .newsletter-subscribe-form .fieldset {
    margin-left: 0;
    padding-bottom: 5px;
  }

  .newsletter_subscribe-module.footer-position .module-head,
  .newsletter_subscribe-module.footer-position .newsletter-pretext {
    max-width: 100%;
    padding: 0;
  }

  .newsletter_subscribe-module.footer-position .newsletter-pretext {
    padding-bottom: 20px;
  }

  .module-paf_filter-wrapper {
    width: 250px;
  }

  .flypage_body .pathway-inside-container {
    margin: 0 20px;
  }

  .product-review-form {
    padding: 5px 0;
    margin: 0;
  }

  .module-search-row {
    flex-direction: column-reverse;
  }

  .module-search-row .col-categoryselect {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }

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

  .redeem-help {
    font-size: 0.8125rem;
    line-height: 0.9375rem;
  }

  .sr-cart-summary-box-table .gross-total .gross-total-label {
    font-size: 0.875rem;
  }

  .sr-cart-table.table &gt; tbody &gt; tr &gt; td.cart-row-name,
  .sr-cart-table.table tr.mobile-quantity-row &gt; td {
    flex-basis: 76%;
  }

  .sr-cart-table.table &gt; tbody &gt; tr &gt; td.cart-row-image {
    flex-basis: auto;
    padding-left: 0;
  }

  .sr-cart-table .cart-buttons-wrapper {
    justify-content: space-between;
  }

  .sr-cart-page .edit-button.cart-button .btn {
    padding: 0 7px;
  }

  .information_page_body main &gt; .container,
  .information_list_body main &gt; .container {
    padding: 0 20px;
  }

  .product-sortbar-bottom .pagination {
    flex-direction: column !important;
  }

  .product-sortbar .results {
    padding-top: 10px;
  }

  .two-column-content.column-content-right {
    margin: 0;
    padding: 0 20px;
  }

  .flypage_body footer .footer-top-2-position .footer-container.container {
    padding: 0 20px;
  }

  footer .footer-top-2-position .footer-container.container {
    padding: 0 20px;
  }

  .product-page-top.sr-container-md {
    max-width: 100%;
    padding: 0;
  }

  .product-image {
    border: 0;
  }

  .more-images-position-default &gt; .container {
    padding: 0 20px;
  }

  .position-3-container {
    max-width: 100%;
  }

  .product-one-column-content {
    padding: 0 20px 0 20px !important;
  }

  .position_3_wrapper {
    padding-bottom: 30px;
  }

  .product-content-column-left.row {
    margin: 0;
  }

  .product-content-column-left.row .product-page-left {
    padding-right: 0 !important;
  }

  .product-content-column-left.row .product-page-right {
    padding: 0 !important;
  }

  .product_table_addtocart_wrapper {
    flex-direction: row;
    align-items: center;
    padding: 5px 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;
  }

  .product_options .product_parameters tr {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
  }

  .product_options .product_parameters tr td {
    width: 100%;
  }

  .product_options .product_parameters tr td.param-label {
    padding-bottom: 0;
  }

  .product-page-price-wrapper .price_row {
    padding-right: 6px;
  }

  .fly-mobile-tabs .position-3-container {
    padding: 0 20px;
    max-width: 100%;
  }

  .tags {
    padding: 5px 0;
  }

  .tags a {
    margin-right: 5px;
  }

  .wishlist_page_body footer .footer-top-2-position .footer-container.container {
    padding-left: 20px;
  }

  .wishlist-action-buttons,
  .wishlist_table tr td.wishlist-cell-comment-value,
  .wishlist_table tr td.wishlist-cell-action-value {
    width: 100%;
  }

  .wishlist_table tr td.wishlist-cell-comment-value {
    padding-bottom: 0;
  }

  .wishlist_table tr .wishlist-options {
    padding-bottom: 10px;
  }

  .wishlist-action-buttons .wishlist-add-to-cart-button,
  .wishlist-action-buttons .delete_wrapper {
    width: 50%;
  }

  .wishlist_table .button-add-to-cart {
    padding: 11px 10px;
    width: 100%;
  }

  .wishlist_table tr .delete_wrapper {
    text-align: right;
  }
}

@media screen and (max-width: 480px) {
  .sr-cart-table.table &gt; tbody &gt; tr &gt; td.cart-row-name {
    flex-basis: 79%;
  }

  .sr-cart-table.table tr.mobile-quantity-row &gt; td {
    flex-basis: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 400px) {
  .sr-cart-table.table &gt; tbody &gt; tr &gt; td.cart-row-name {
    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 smoothScroll {
  0% {
    transform: translateY(-70px);
  }

  100% {
    transform: translateY(0px);
  }
}

@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(12, 167, 215, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(12, 167, 215, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(12, 167, 215, 0);
  }
}</pre></body></html>