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

/* social colors */

/* buttons */

/* aurorascroll */

/*
* bootstrap variables redefine
*/

:root {
  --font-family-base: "Source Sans Pro", sans-serif;
  --global-color: #c44484;
  --button-font-color: #ffffff;
  --button-font-hover-color: #000000;
  --link-color: #c44484;
  --link-hover-color: #c44484;
  --category-menu-background: #302f34;
  --category-menu-font-color: #ffffff;
  --category-menu-font-hover-color: #c44484;
  --footer-background: #302F34;
  --footer-color: #A6A5AD;
  --footer-link-color: #fff;
  --footer-link-hover-color: #c44484;
  --module-header-font-color: #000000;
  --sticky-header-height: 211px;
  --gray-100: #F5F5F5;
  --gray-200: #E4E4E4;
  --gray-300: #C8C8C8;
  --gray-400: #BFBFBF;
  --gray-500: #8B8B8B;
  --gray-600: #6F6F6F;
  --gray-700: #495057;
  --gray-800: #302F34;
  --gray-900: #212529;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #D02D54;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #8ED100;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6F6F6F;
  --gray-dark: #302F34;
  --primary: #c44484;
  --secondary: #91A4B6;
  --success: #8ED100;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #D02D54;
  --light: #F5F5F5;
  --dark: #302F34;
  --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: "Source Sans Pro", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #151E26;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  display: block;
  font-size: 87.5%;
  color: #212529;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #8B8B8B;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

.lead {
  font-size: 1.01562rem;
  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.125rem;
  font-weight: 800;
  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.01562rem;
}

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

a &gt; code {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-primary,
.table-primary &gt; th,
.table-primary &gt; td {
  background-color: #eecbdd;
}

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

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

.table-hover .table-primary:hover &gt; td,
.table-hover .table-primary:hover &gt; th {
  background-color: #e8b8d0;
}

.table-secondary,
.table-secondary &gt; th,
.table-secondary &gt; td {
  background-color: #e0e6eb;
}

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

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

.table-hover .table-secondary:hover &gt; td,
.table-hover .table-secondary:hover &gt; th {
  background-color: #d1dae1;
}

.table-success,
.table-success &gt; th,
.table-success &gt; td {
  background-color: #dff2b8;
}

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

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

.table-hover .table-success:hover &gt; td,
.table-hover .table-success:hover &gt; th {
  background-color: #d5eea2;
}

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

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

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

.table-hover .table-danger:hover &gt; td,
.table-hover .table-danger:hover &gt; th {
  background-color: #edafbe;
}

.table-light,
.table-light &gt; th,
.table-light &gt; td {
  background-color: #fcfcfc;
}

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

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

.table-hover .table-light:hover &gt; td,
.table-hover .table-light:hover &gt; th {
  background-color: #efefef;
}

.table-dark,
.table-dark &gt; th,
.table-dark &gt; td {
  background-color: #c5c5c6;
}

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

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

.table-hover .table-dark:hover &gt; td,
.table-hover .table-dark:hover &gt; th {
  background-color: #b8b8b9;
}

.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: #302F34;
  border-color: #434148;
}

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

.table-dark {
  color: #fff;
  background-color: #302F34;
}

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

.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: 35px;
  padding: 0.5625rem 1.5625rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d3d3d3;
  border-radius: 50px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

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

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

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

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5625rem 0;
  margin-bottom: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #151E26;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.375rem + 2px);
  padding: 0.1875rem 0.9375rem;
  font-size: 0.71094rem;
  line-height: 1.5;
  border-radius: 50px;
}

.form-control-lg {
  height: 44px;
  padding: 0.75rem 1.8125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 50px;
}

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

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

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

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

.form-row &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,
.form-check-input:disabled ~ .form-check-label {
  color: #8B8B8B;
}

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

.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.71094rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(142, 209, 0, 0.9);
  border-radius: 0;
}

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

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

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #8ED100;
  box-shadow: 0 0 0 0 rgba(142, 209, 0, 0.25);
}

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

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

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #8ED100;
  box-shadow: 0 0 0 0 rgba(142, 209, 0, 0.25);
}

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

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

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(142, 209, 0, 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: #8ED100;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #8ED100;
  box-shadow: 0 0 0 0 rgba(142, 209, 0, 0.25);
}

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

.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.71094rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(208, 45, 84, 0.9);
  border-radius: 0;
}

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

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

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #D02D54;
  box-shadow: 0 0 0 0 rgba(208, 45, 84, 0.25);
}

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #D02D54;
  padding-right: calc(0.75em + 3.40625rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23302F34' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.5625rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23D02D54' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23D02D54' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 2.5625rem/calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #D02D54;
  box-shadow: 0 0 0 0 rgba(208, 45, 84, 0.25);
}

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(208, 45, 84, 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: #D02D54;
}

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #D02D54;
  box-shadow: 0 0 0 0 rgba(208, 45, 84, 0.25);
}

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

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

.btn {
  display: inline-block;
  font-weight: 600;
  color: #151E26;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5625rem 1.5625rem;
  font-size: 0.8125rem;
  line-height: 14px;
  border-radius: 50px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

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

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

.btn-primary {
  background-color: #c44484;
  border-color: #c44484;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #ac3671;
  color: #000000;
  border-color: #c44484;
  background: #c44484;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #ac3671;
  border-color: #a2336b;
  box-shadow: 0 0 0 0 rgba(205, 96, 150, 0.5);
}

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

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show &gt; .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #a2336b;
  border-color: #983064;
}

.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 rgba(205, 96, 150, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #91A4B6;
  border-color: #91A4B6;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #7a91a7;
  border-color: #728ba2;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #7a91a7;
  border-color: #728ba2;
  box-shadow: 0 0 0 0 rgba(128, 145, 161, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #212529;
  background-color: #91A4B6;
  border-color: #91A4B6;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show &gt; .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #728ba2;
  border-color: #6b849d;
}

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

.btn-success {
  color: #212529;
  background-color: #8ED100;
  border-color: #8ED100;
}

.btn-success:hover {
  color: #fff;
  background-color: #74ab00;
  border-color: #6b9e00;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #74ab00;
  border-color: #6b9e00;
  box-shadow: 0 0 0 0 rgba(126, 183, 6, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #212529;
  background-color: #8ED100;
  border-color: #8ED100;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show &gt; .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #6b9e00;
  border-color: #639100;
}

.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 rgba(126, 183, 6, 0.5);
}

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

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

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

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

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show &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 rgba(58, 176, 195, 0.5);
}

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

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

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

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

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show &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 rgba(222, 170, 12, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #b12647;
  border-color: #a62443;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #b12647;
  border-color: #a62443;
  box-shadow: 0 0 0 0 rgba(215, 77, 110, 0.5);
}

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

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show &gt; .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #a62443;
  border-color: #9c223f;
}

.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 rgba(215, 77, 110, 0.5);
}

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

.btn-light:hover {
  color: #212529;
  background-color: #e2e2e2;
  border-color: gainsboro;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e2e2;
  border-color: gainsboro;
  box-shadow: 0 0 0 0 rgba(213, 214, 214, 0.5);
}

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

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show &gt; .btn-light.dropdown-toggle {
  color: #212529;
  background-color: gainsboro;
  border-color: #d5d5d5;
}

.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 rgba(213, 214, 214, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #302F34;
  border-color: #302F34;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1d1d20;
  border-color: #171719;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #1d1d20;
  border-color: #171719;
  box-shadow: 0 0 0 0 rgba(79, 78, 82, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #302F34;
  border-color: #302F34;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show &gt; .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #171719;
  border-color: #111113;
}

.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 rgba(79, 78, 82, 0.5);
}

.btn-outline-primary {
  border-color: #c44484;
  color: #000;
}

.btn-outline-primary:hover {
  border-color: #c44484;
  background-color: transparent;
  color: #c44484;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(196, 68, 132, 0.5);
}

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

.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 rgba(196, 68, 132, 0.5);
}

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

.btn-outline-secondary:hover {
  color: #212529;
  background-color: #91A4B6;
  border-color: #91A4B6;
}

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

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

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

.btn-outline-success {
  color: #8ED100;
  border-color: #8ED100;
}

.btn-outline-success:hover {
  color: #212529;
  background-color: #8ED100;
  border-color: #8ED100;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(142, 209, 0, 0.5);
}

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

.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 rgba(142, 209, 0, 0.5);
}

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

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

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

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

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show &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 rgba(23, 162, 184, 0.5);
}

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

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

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

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

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show &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 rgba(255, 193, 7, 0.5);
}

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

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(208, 45, 84, 0.5);
}

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

.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 rgba(208, 45, 84, 0.5);
}

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

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

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

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

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

.btn-outline-dark {
  color: #302F34;
  border-color: #302F34;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #302F34;
  border-color: #302F34;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(48, 47, 52, 0.5);
}

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

.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 rgba(48, 47, 52, 0.5);
}

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

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

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

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

.btn-lg,
.btn-group-lg &gt; .btn {
  padding: 0.75rem 1.8125rem;
  font-size: 1rem;
  line-height: 1.25rem;
  border-radius: 50px;
}

.btn-sm,
.btn-group-sm &gt; .btn {
  padding: 0.1875rem 0.9375rem;
  font-size: 0.71094rem;
  line-height: 1.5;
  border-radius: 50px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 19rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.8125rem;
  color: #151E26;
  text-align: left;
  list-style: none;
  background-color: #F5F5F5;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group &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: -1px;
}

.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: 1.17188rem;
  padding-left: 1.17188rem;
}

.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.70312rem;
  padding-left: 0.70312rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg &gt; .btn + .dropdown-toggle-split {
  padding-right: 1.35938rem;
  padding-left: 1.35938rem;
}

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

.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 0%;
  min-width: 0;
  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: -1px;
}

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

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

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

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

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

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

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

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

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

.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.21875rem;
  padding-left: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(196, 68, 132, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(196, 68, 132, 0.5);
}

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(196, 68, 132, 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.10938rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #C8C8C8;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(196, 68, 132, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 0.5625rem 2.5625rem 0.5625rem 1.5625rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23302F34' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.5625rem center/8px 10px;
  border: 1px solid #d3d3d3;
  border-radius: 50px;
  -webkit-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #c44484;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(196, 68, 132, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

.custom-select:disabled {
  color: #6F6F6F;
  background-color: #E4E4E4;
}

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

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

.custom-select-sm {
  height: calc(1.5em + 0.375rem + 2px);
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  padding-left: 0.9375rem;
  font-size: 0.71094rem;
}

.custom-select-lg {
  height: 44px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.8125rem;
  font-size: 0.875rem;
}

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

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

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

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

.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: 35px;
  padding: 0.5625rem 1.5625rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 50px;
}

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

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

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

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

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

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

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #c44484;
  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: #efccdd;
}

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

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #c44484;
  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: #efccdd;
}

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

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #c44484;
  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: #efccdd;
}

.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: #C8C8C8;
  border-radius: 1rem;
}

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

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

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

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

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

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

.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;
  color: #6F6F6F;
  position: relative;
}

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

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

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

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

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

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #E4E4E4 #E4E4E4 #C8C8C8;
}

.nav-tabs .nav-link.disabled {
  color: #6F6F6F;
  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: #C8C8C8 #C8C8C8 #fff;
}

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

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

.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
  color: #fff;
  background-color: #c44484;
}

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

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

.navbar-brand {
  display: inline-block;
  padding-top: 0.34766rem;
  padding-bottom: 0.34766rem;
  margin-right: 0;
  line-height: inherit;
  white-space: nowrap;
  color: #c44484;
  font-weight: 900;
  font-size: 1.875rem;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
}

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

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

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

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

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

.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,
.navbar-expand &gt; .container-sm,
.navbar-expand &gt; .container-md,
.navbar-expand &gt; .container-lg,
.navbar-expand &gt; .container-xl {
  padding-right: 0;
  padding-left: 0;
  flex-wrap: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  border-top-right-radius: 0;
}

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

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

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

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

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

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

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

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

.card-header:first-child {
  border-radius: 0 0 0 0;
}

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

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

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

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

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

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

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

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

.card-group &gt; .card {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #c44484;
  content: "â";
}

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 1.25;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 50px;
  background-color: transparent;
  color: #212529;
  border: 1px solid #c44484;
  width: 35px;
  height: 35px;
  text-align: center;
}

.page-link:hover {
  z-index: 2;
  color: #c44484;
  text-decoration: none;
  background-color: #E4E4E4;
  border-color: #C8C8C8;
}

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

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

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

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 50px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

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

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

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(196, 68, 132, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #91A4B6;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #212529;
  background-color: #728ba2;
}

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

.badge-success {
  color: #212529;
  background-color: #8ED100;
}

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

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(142, 209, 0, 0.5);
}

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

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

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

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

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

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

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

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

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(208, 45, 84, 0.5);
}

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

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

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

.badge-dark {
  color: #fff;
  background-color: #302F34;
}

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

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #E4E4E4;
  border-radius: 5px;
}

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

.alert-heading {
  color: inherit;
}

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

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

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

.alert-primary {
  color: #662345;
  background-color: #f3dae6;
  border-color: #eecbdd;
}

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

.alert-primary .alert-link {
  color: #40162b;
}

.alert-secondary {
  color: #4b555f;
  background-color: #e9edf0;
  border-color: #e0e6eb;
}

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

.alert-secondary .alert-link {
  color: #353c43;
}

.alert-success {
  color: #4a6d00;
  background-color: #e8f6cc;
  border-color: #dff2b8;
}

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

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

.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: #6c172c;
  background-color: #f6d5dd;
  border-color: #f2c4cf;
}

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

.alert-danger .alert-link {
  color: #420e1b;
}

.alert-light {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}

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

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

.alert-dark {
  color: #19181b;
  background-color: #d6d5d6;
  border-color: #c5c5c6;
}

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

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

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.60938rem;
  background-color: #E4E4E4;
  border-radius: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item-primary {
  color: #662345;
  background-color: #eecbdd;
}

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

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

.list-group-item-secondary {
  color: #4b555f;
  background-color: #e0e6eb;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #4b555f;
  background-color: #d1dae1;
}

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

.list-group-item-success {
  color: #4a6d00;
  background-color: #dff2b8;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #4a6d00;
  background-color: #d5eea2;
}

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

.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: #6c172c;
  background-color: #f2c4cf;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #6c172c;
  background-color: #edafbe;
}

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

.list-group-item-light {
  color: #7f7f7f;
  background-color: #fcfcfc;
}

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

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

.list-group-item-dark {
  color: #19181b;
  background-color: #c5c5c6;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #19181b;
  background-color: #b8b8b9;
}

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

.close {
  float: right;
  font-size: 1.21875rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

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

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

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6F6F6F;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

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

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

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

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

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

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

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

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

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

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  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 #E4E4E4;
  border-top-left-radius: 49px;
  border-top-right-radius: 49px;
}

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

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

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 10070;
  display: block;
  margin: 0;
  font-family: "Source Sans Pro", 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.71094rem;
  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;
}

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

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

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

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

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

.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);
  width: 0.5rem;
  height: 1rem;
  margin: 50px 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);
}

.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);
  width: 0.5rem;
  height: 1rem;
  margin: 50px 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: 0.8125rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 49px;
  border-top-right-radius: 49px;
}

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

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

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

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

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

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

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

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

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

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.bg-success {
  background-color: #8ED100 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #6b9e00 !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: #D02D54 !important;
}

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

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

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

.bg-dark {
  background-color: #302F34 !important;
}

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #91A4B6 !important;
}

.border-success {
  border-color: #8ED100 !important;
}

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

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

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

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

.border-dark {
  border-color: #302F34 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 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: #c44484 !important;
}

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

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

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

.text-success {
  color: #8ED100 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #5a8500 !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: #D02D54 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #911f3b !important;
}

.text-light {
  color: #F5F5F5 !important;
}

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

.text-dark {
  color: #302F34 !important;
}

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

.text-body {
  color: #151E26 !important;
}

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

/* Wrapper for all connect elements.
 */

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

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

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

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

/* Offset direction
 */

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

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

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

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

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

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

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

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

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 6px;
}

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

.noUi-vertical {
  width: 6px;
}

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

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

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

/* Handles and cursors;
 */

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

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

/* Disabled state;
 */

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

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

/* Base;
 *
 */

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

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

/* Values;
 *
 */

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

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

/* Markings;
 *
 */

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

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

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

/* Horizontal layout;
 *
 */

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

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

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

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

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

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

/* Vertical layout;
 *
 */

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

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

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

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

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

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

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

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

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

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  left: 0;
  transform: none;
  background: #302F34;
}

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

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

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

.slick-vertical .slick-slider:not(.product-images) .slick-arrow {
  width: 10px;
  height: 10px;
}

.slick-slider:not(.product-images) .slick-next {
  top: 50%;
  right: 0;
  border: 1px solid #c44484;
  border-radius: 50px;
  width: 55px;
  height: 55px;
  background: #fff center center url("../image/arrow_right.svg") no-repeat;
}

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

.slick-slider:not(.product-images) .slick-prev {
  top: 50%;
  left: 0;
  border: 1px solid #c44484;
  border-radius: 50px;
  width: 55px;
  height: 55px;
  background: #fff center center url("../image/arrow_left.svg") no-repeat;
}

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

.slick-slider:not(.product-images) .slick-prev:hover,
.slick-slider:not(.product-images) .slick-prev:focus,
.slick-slider:not(.product-images) .slick-next:hover,
.slick-slider:not(.product-images) .slick-next:focus {
  color: transparent;
  outline: none;
  --slick-arrow-color: #c44484;
}

.slick-slider:not(.product-images) .slick-prev.slick-disabled:after,
.slick-slider:not(.product-images) .slick-next.slick-disabled:after,
.slick-slider:not(.product-images) .slick-prev.slick-disabled:before,
.slick-slider:not(.product-images) .slick-next.slick-disabled:before {
  opacity: .25;
}

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

.slick-dots {
  position: absolute;
  bottom: calc(var(--slick-dots-size) * -1);
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 0;
  list-style: none;
  text-align: center;
}

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

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

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

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

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

/* touchspin in addtocart */

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

.bootstrap-touchspin * {
  display: block;
}

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

.bootstrap-touchspin .form-control {
  text-align: right;
  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: 20px;
  height: 45px;
  border-radius: 0;
  background: transparent;
  font-size: 24px;
  font-weight: 300;
  border: 0;
  color: #ffffff;
}

.bootstrap-touchspin .btn:hover {
  opacity: 0.7;
}

.bootstrap-touchspin .bootstrap-touchspin-down.btn {
  font-size: 30px;
  margin-top: -8px;
}

.sr-container {
  margin: auto;
}

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

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

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

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

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

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

.header-category {
  background: transparent;
}

.header-category:hover {
  background: #302f34;
}

.header--style-2 .header-category,
body:not(.home-body) .header-category {
  background: #302f34;
}

.headroom--not-top .header-category,
.sticky-header-pinned.headroom--not-top .header-category {
  background: #302f34;
}

.headroom--not-top .header-top-line,
.sticky-header-pinned.headroom--not-top .header-top-line {
  display: none;
}

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

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

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

.search-module .dropdown-item a:not(.btn):hover,
.cart-dropdown .dropdown-item a:not(.btn):hover,
.wishlist-dropdown .dropdown-item a:not(.btn):hover {
  color: #c44484;
}

.wishlist-dropdown {
  margin: 0;
  min-height: 40px;
  display: flex;
}

.wishlist-dropdown:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  height: 40px;
  width: 1px;
  background: #E4E4E4;
}

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

.wishlist-dropdown-product-item-right a {
  font-weight: 600;
}

.wishlist-dropdown-toggle {
  border: 0;
  min-height: 30px;
  padding: 25px;
}

.wishlist-dropdown-toggle:hover .header-wishlist-icon {
  color: #c44484;
}

header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header--style-2 header {
  border-bottom: 0;
}

header .navbar {
  padding: 0;
}

header .header-category-navbar {
  padding: 0;
}

.search-module {
  margin: auto;
  position: relative;
}

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

.search-module .input-group-prepend .btn {
  padding: 0 16px;
  color: #000;
}

.search-module:hover .input-group-prepend .btn {
  color: #c44484;
}

.search-module .form-control {
  font-size: 0.8125rem;
  padding-left: 50px;
  font-style: italic;
  font-weight: 600;
  height: 40px;
  border-radius: 0;
  border: 0;
  border-left: 1px solid #E4E4E4;
}

.search-results {
  border-top: 2px solid #c44484;
  padding: 0.5rem 0;
  margin: 0;
  top: 50px;
}

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

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

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

.header-bottom-line .icon-arrow {
  color: #C8C8C8;
}

.header-quantity-box:not(:empty) {
  margin-left: 10px;
  margin-right: 15px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E4E4E4;
  color: #000;
}

.header-wishlist-icon {
  color: #000;
  min-height: 30px;
  align-items: center;
}

.header-login {
  display: flex;
  align-items: center;
  padding-right: 30px;
  min-height: 40px;
  position: relative;
}

.header-login:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  height: 40px;
  width: 1px;
  background: #E4E4E4;
}

.header-login .icon-user {
  color: #BFBFBF;
  margin-right: 0.75rem;
}

.header-login:hover .icon-user {
  color: #c44484;
}

.header-login .login-list .nav-link {
  padding: 29px 0;
  color: #000;
}

.header-login .logged-dropdown {
  min-height: 40px;
}

.header-login .logged-dropdown .nav-link {
  max-width: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px 0;
}

.header-login .logged-dropdown .nav-link span {
  max-height: 38px;
  overflow: hidden;
}

.header-login .logged-dropdown .icon-user {
  flex: 0 0 22px;
}

.header-login .logged-dropdown .icon-arrow {
  flex: 0 0 10px;
  margin-left: 1rem;
}

.logged-dropdown .dropdown-hover-menu {
  min-width: 12rem;
  left: -50%;
}

.nav-link:active,
.nav-link:hover {
  color: #000;
}

.headermenu-list .nav-item:first-child .nav-link {
  padding-left: 0;
}

.headermenu-list .nav-item .nav-link:hover {
  box-shadow: inset 0 -1px 0 0 #000;
}

.headermenu-list .dropdown:hover &gt; .nav-link {
  box-shadow: inset 0 -1px 0 0 #000;
}

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

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

.module-category-wrapper {
  width: 100%;
}

footer {
  background: #302F34;
  color: #A6A5AD;
  font-size: 0.8125rem;
  padding: 2rem 0;
}

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

footer .module .module-head .module-head-title {
  font-size: 15px;
  font-weight: 600;
  color: #A6A5AD;
  text-transform: uppercase;
}

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

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

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

footer a {
  color: #fff;
}

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

footer .subscribe-input-row .form-control {
  background: none;
  border: 1px solid #A6A5AD;
  font-style: italic;
  color: #c44484;
}

footer .subscribe-input-row .form-control::-webkit-input-placeholder {
  color: #6F6F6F;
  opacity: 1;
}

footer .subscribe-input-row .form-control:-moz-placeholder {
  color: #6F6F6F;
  opacity: 1;
}

footer .subscribe-input-row .form-control::-moz-placeholder {
  color: #6F6F6F;
  opacity: 1;
}

footer .subscribe-input-row .form-control:-ms-input-placeholder {
  color: #6F6F6F;
  opacity: 1;
}

footer .subscribe-input-row .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

footer .subscribe-input-row .form-control:focus:-moz-placeholder {
  color: transparent;
}

footer .subscribe-input-row .form-control:focus::-moz-placeholder {
  color: transparent;
}

footer .subscribe-input-row .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

footer .subscribe-input-row .form-control:focus {
  border: 1px solid #c44484;
}

footer .custom-control-label:before {
  background: #302F34;
  border: 1px solid #A6A5AD;
}

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

footer .custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background: #302F34;
  border-color: #A6A5AD;
}

footer .custom-control-input:checked ~ .custom-control-label:before {
  background: #302F34;
  border-color: #A6A5AD;
}

footer .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  border-radius: 3px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23151E26' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.footer-copyright {
  color: #A6A5AD;
  padding: 25px 0;
  border-top: 1px solid #495057;
}

.footer-seo {
  color: #A6A5AD;
  padding: 25px 0;
  border-top: 1px solid #495057;
}

.footer-bottom {
  padding: 25px 0;
}

.contact-wrapper-box .contact-col {
  margin-right: 1rem;
}

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

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

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

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

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

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

/* custom checkbox */

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

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

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

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

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

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

.sr-custom-checkbox-control:disabled ~ .sr-custom-checkbox-label {
  color: #6F6F6F;
}

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

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

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

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

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

.sr-custom-checkbox .sr-custom-checkbox-control:checked ~ .sr-custom-checkbox-label::after {
  background-image: url("data:image/svg+xml,&lt;svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'&gt;&lt;path fill='#000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/&gt;&lt;/svg&gt;");
}

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

.sr-custom-checkbox .sr-custom-checkbox-control:indeterminate ~ .sr-custom-checkbox-label::after {
  background-image: url("data:image/svg+xml,&lt;svg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'&gt;&lt;path stroke='#000' d='M0 2h4'/&gt;&lt;/svg&gt;");
}

.sr-custom-checkbox .sr-custom-checkbox-control:disabled:checked ~ .sr-custom-checkbox-label::before {
  background-color: rgba(196, 68, 132, 0.5);
}

.sr-custom-checkbox .sr-custom-checkbox-control:disabled:indeterminate ~ .sr-custom-checkbox-label::before {
  background-color: rgba(196, 68, 132, 0.5);
}

/* /custom checkbox */

/* floating labels */

.sr-float-label {
  position: relative;
}

.sr-float-label .sr-control-label {
  z-index: 3;
  position: absolute;
  height: 0;
  width: auto;
  top: 15px;
  left: 21px;
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #BFBFBF;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}

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

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

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

.sr-float-label.has-value .sr-form-control + .sr-control-label,
.sr-float-label.has-value .sr-control-label,
.sr-float-label .sr-form-control:focus + .sr-control-label,
.sr-float-label .sr-form-control:valid + .sr-control-label {
  color: #BFBFBF;
  font-size: 12px;
  transform: translate3d(0, -10px, 0);
}

.sr-input-group {
  position: relative;
  display: flex;
  width: 100%;
}

.sr-input-group .sr-form-control {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.sr-input-group-addon {
  display: flex;
  align-items: center;
  z-index: 3;
  white-space: nowrap;
  padding: 10px 21px;
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: #495057;
  text-align: center;
  background-color: #E4E4E4;
  border: 1px solid 1px;
  transition: all 0.2s ease-in-out;
  border-radius: 50px;
}

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

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

.sr-input-group-addon-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-width: 1px 1px 1px 0;
  cursor: pointer;
}

.sr-form-control-feedback,
.sr-form-control-ok {
  top: calc(50% - 16px);
  right: 12px;
  font-size: 12px;
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  pointer-events: none;
}

.sr-form-control-feedback {
  color: #D02D54;
}

.sr-form-control-ok {
  color: #8ED100;
}

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

.sr-form-group:not(.has-error) .sr-form-control:focus,
.sr-form-group:not(.has-error) .sr-form-control:focus ~ .sr-input-group-addon {
  border-color: #8ED100;
}

.sr-form-group.has-error .sr-form-control,
.sr-form-group.has-error .sr-form-control:focus,
.sr-form-group.has-error .sr-input-group-addon {
  box-shadow: none;
  border-color: #D02D54;
}

.sr-float-label-group .sr-control-label {
  z-index: 2;
  left: 100px;
}

.sr-float-label-group .sr-form-control:valid,
.sr-float-label-group .sr-form-control:focus {
  padding-left: 100px;
}

.sr-form-control-ok svg,
.sr-form-control-feedback svg {
  width: 12px !important;
  height: 12px !important;
}

.sr-form-control.personal-telephone-number::-webkit-input-placeholder {
  color: transparent;
}

.sr-form-control.personal-telephone-number:-moz-placeholder {
  color: transparent;
}

.sr-form-control.personal-telephone-number::-moz-placeholder {
  color: transparent;
}

.sr-form-control.personal-telephone-number:-ms-input-placeholder {
  color: transparent;
}

.sr-form-control.personal-telephone-number:focus::-webkit-input-placeholder {
  color: #BFBFBF;
  opacity: 1;
}

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

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

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

/* /floating labels */

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

/* selects */

select.form-control {
  font-size: 0.8125rem;
  line-height: 1rem;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url("../image/select-arrow.svg") no-repeat;
  background-size: 8px 4px;
  background-position: right 0.8em center;
  transition: all 0.2s ease-in-out;
  padding-right: 1.4375rem;
}

select.form-control::-ms-expand {
  display: none;
}

select.form-control:focus {
  outline: none;
}

select.form-control option {
  font-weight: normal;
}

/* /selects */

/* form generator */

.form-element {
  padding-bottom: 10px;
  clear: both;
}

.form-element label {
  font-weight: 600;
  display: block;
}

.form-element .checkbox-list label,
.form-element .radio-list label {
  font-weight: normal;
  float: none;
}

.label-inbefore .form-control {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}

.label-inbefore span {
  line-height: 1.5em;
  display: inline-block;
  padding-left: 5px;
}

.form-label-side .checkbox-list,
.form-label-side .radio-list {
  float: left;
}

.form-label-side label {
  float: left;
  display: block;
  width: 150px;
}

.input-width-300 {
  width: 300px !important;
}

.input-width-180 {
  width: 180px !important;
}

.input-width-450 {
  width: 450px !important;
}

.form-help {
  display: block;
  font-weight: normal;
  font-size: 11px;
  padding-top: 2px;
}

span.required,
span.required-mark,
.error-list {
  color: #D02D54;
  font-weight: bold;
}

.element-errors {
  display: block;
  clear: both;
  float: none;
}

/* /form generator */

.waitinglist-form-group .quantity-to-cart {
  color: #495057;
  height: 35px;
  font-size: 0.8125rem;
  background: #fff;
}

.waitinglist-form-group .quantity-to-cart:focus {
  color: #495057;
}

.buttons {
  margin-top: 1rem;
}

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

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

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

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

.product-price-original {
  color: #9E9E9E;
}

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

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

/**
* Bootstrap 4 cards extension
*/

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

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

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

.scroll-top-button {
  position: fixed;
  right: 10px;
  bottom: 130px;
  padding: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1030;
}

.scroll-top-button svg {
  height: 15px;
  width: 15px;
}

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

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

.gift-wrapping button.btn:focus,
.gift-wrapping button.btn.focus,
.free-gift-chooser button.btn:focus,
.free-gift-chooser button.btn.focus {
  box-shadow: 0 0 0 0 rgba(196, 68, 132, 0.5);
}

.gift-wrapping button.btn.disabled,
.gift-wrapping button.btn:disabled,
.free-gift-chooser button.btn.disabled,
.free-gift-chooser button.btn:disabled {
  color: #c44484;
  background-color: transparent;
}

.gift-wrapping button.btn:not(:disabled):not(.disabled):active,
.gift-wrapping button.btn:not(:disabled):not(.disabled).active,
.show &gt; .gift-wrapping button.btn.dropdown-toggle,
.free-gift-chooser button.btn:not(:disabled):not(.disabled):active,
.free-gift-chooser button.btn:not(:disabled):not(.disabled).active,
.show &gt;
  .free-gift-chooser button.btn.dropdown-toggle {
  color: #fff;
  background-color: #c44484;
  border-color: #c44484;
}

.gift-wrapping button.btn:not(:disabled):not(.disabled):active:focus,
.gift-wrapping button.btn:not(:disabled):not(.disabled).active:focus,
.show &gt; .gift-wrapping button.btn.dropdown-toggle:focus,
.free-gift-chooser button.btn:not(:disabled):not(.disabled):active:focus,
.free-gift-chooser button.btn:not(:disabled):not(.disabled).active:focus,
.show &gt;
    .free-gift-chooser button.btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(196, 68, 132, 0.5);
}

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

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

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

.edit-button.cart-button .btn.disabled,
.edit-button.cart-button .btn:disabled {
  color: #c44484;
  background-color: transparent;
}

.edit-button.cart-button .btn:not(:disabled):not(.disabled):active,
.edit-button.cart-button .btn:not(:disabled):not(.disabled).active,
.show &gt; .edit-button.cart-button .btn.dropdown-toggle {
  color: #fff;
  background-color: #c44484;
  border-color: #c44484;
}

.edit-button.cart-button .btn:not(:disabled):not(.disabled):active:focus,
.edit-button.cart-button .btn:not(:disabled):not(.disabled).active:focus,
.show &gt; .edit-button.cart-button .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(196, 68, 132, 0.5);
}

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

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

/* dropdown-hover-menu */

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

.dropdown-hover-menu {
  background: #F5F5F5;
  position: relative;
  padding: 0.5rem 0;
  min-width: 19rem;
  margin: 0;
  color: #151E26;
  font-size: inherit;
  text-align: left;
  z-index: 1902;
  list-style: none;
  background-clip: padding-box;
  border-top: 2px solid #c44484;
  box-shadow: 0 10px 74px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

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

.dropdown-hover-menu .dropdown-item a:not(.btn),
.dropdown-hover-menu .dropdown-item-text a:not(.btn) {
  display: block;
  padding: 0;
  color: #212529;
}

.dropdown-hover-menu .dropdown-item {
  background-color: transparent;
}

.dropdown-hover-menu .dropdown-item a:hover {
  font-weight: 600;
}

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

.headermenu-list .dropdown-hover-menu {
  min-width: 12rem;
  border: 0;
  border-top: 1px solid #E4E4E4;
}

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

.dropdown-menu .dropdown-item {
  white-space: normal;
  font-weight: 600;
  font-size: 0.875rem;
  background: #F5F5F5;
}

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

/* /dropdown-hover-menu */

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

.sr-register .intl-tel-input.allow-dropdown .selected-flag {
  background-color: #E4E4E4;
  width: 80px;
}

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

.sr-register .intl-tel-input .selected-flag {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

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

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

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

/* quickview */

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

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

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

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

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

.product-quickview .product_options_text {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.product-quickview .product-collateral-list-checkbox-and-picture {
  max-width: none;
}

.product-quickview .product-collateral-list-options-table {
  flex-direction: column;
}

.product-quickview .product-cart-box {
  background: #302F34;
  color: #9E9E9E;
  padding: 20px;
  margin-bottom: 1rem;
}

.product-quickview .quantity-to-cart {
  border: 1px solid #9E9E9E;
}

.product-quickview-details {
  background: #fff;
  text-align: center;
  padding: 1rem 0;
}

.product-quickview-heading.page-head-title {
  margin-top: 0;
}

.quickview-scroller-wrapper .slick-prev {
  left: -10px !important;
}

.quickview-scroller-wrapper .slick-next {
  right: -10px !important;
}

/* /quickview */

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

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

.product-snapshot-vertical .product-snapshot:not(:empty) {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 50%;
  max-width: 50%;
  transition: all 0.2s ease-in-out;
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-snapshot-vertical .product-snapshot:hover {
  z-index: 1;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -2px, 0);
}

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

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

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

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

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

.product-snapshot-horizontal.is-side .product-card-left {
  padding: 0;
  flex: 0 0 35%;
  max-width: 35%;
}

.product-snapshot-horizontal.is-side .product-card-right {
  padding: 0 0.5rem;
  flex: 0 0 65%;
  max-width: 65%;
}

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

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

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

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

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

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

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

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

.product-snapshot-horizontal:not(.is-side) .quantity-input {
  width: 50px;
  height: 38px;
  padding-left: 10px;
}

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

.product-card {
  background: transparent;
}

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

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

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

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

.product-card-attributes .featured-table {
  width: 100%;
}

.product-card-attributes .featured-table tr + tr td {
  border-top: 1px solid #E4E4E4;
}

.product-card-attributes .featured-table td {
  padding-top: 3px;
  padding-bottom: 3px;
}

.product-card-attributes .featured-table .param-label {
  color: #8B8B8B;
  width: 35%;
}

.product-card-rating {
  margin: 10px 0;
}

.product-card-title {
  margin-top: 0;
  font-weight: 600;
}

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

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

.product-card-attributes,
.product-card-title,
.product-card-price,
.product-card-description {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.product-card-price {
  font-size: 15px;
}

.product-card-price .product-price {
  line-height: 1;
  font-size: 20px;
}

.product-card-price .product-price-special {
  line-height: 1;
  font-size: 20px;
}

.product-card-description {
  color: #8B8B8B;
}

.product-card-cart-button {
  position: relative;
  min-height: 65px;
  display: flex;
  align-items: center;
}

.product-card-cart-button svg {
  display: none;
}

.product-card-cart-button .button-add-to-cart:not(.offer_request):not(.ordernow) {
  width: 65px;
  height: 65px;
  font-size: 0;
}

.product-card-cart-button .button-add-to-cart:not(.offer_request):not(.ordernow) + svg {
  display: block;
  position: absolute;
  color: #ffffff;
  right: 30px;
  top: 21px;
  pointer-events: none;
}

.product-card-cart-button .button-add-to-cart:not(.offer_request):not(.ordernow):hover + svg {
  color: #000000;
}

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

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

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

.card-actions.row &gt; .col-auto {
  padding: 0;
}

.card-actions.row .product-card-item {
  padding: 0 0.5rem;
}

.product-card-footer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  margin: -0.5rem;
}

.product-card-footer .product-card-item {
  padding: 0 0.5rem;
}

/* snapshot valtozatok */

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

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

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

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

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

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

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

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

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

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

/* /snapshot valtozatok */

/* product badges */

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

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

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

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

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

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

/* /product badges */

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

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

.aurora-overlay-buttons .btn-secondary {
  color: #c44484;
  border-color: #c44484;
  background: #fff;
}

.aurora-overlay-buttons .btn-secondary:hover {
  color: #fff;
  background-color: #c44484;
  border-color: #c44484;
}

.aurora-overlay-buttons .btn-secondary:focus,
.aurora-overlay-buttons .btn-secondary.focus {
  box-shadow: 0 0 0 0 rgba(196, 68, 132, 0.5);
}

.aurora-overlay-buttons .btn-secondary.disabled,
.aurora-overlay-buttons .btn-secondary:disabled {
  color: #c44484;
  background-color: transparent;
}

.aurora-overlay-buttons .btn-secondary:not(:disabled):not(.disabled):active,
.aurora-overlay-buttons .btn-secondary:not(:disabled):not(.disabled).active,
.show &gt; .aurora-overlay-buttons .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #c44484;
  border-color: #c44484;
}

.aurora-overlay-buttons .btn-secondary:not(:disabled):not(.disabled):active:focus,
.aurora-overlay-buttons .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show &gt; .aurora-overlay-buttons .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(196, 68, 132, 0.5);
}

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

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

.aurora-scroll {
  /* Modulon kĂ­vĂźl vannak a nyilak */
  /* Modul fejlĂŠc jobb oldalĂĄn vannak a nyilak */
}

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

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

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

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

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

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

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

.aurora-scroll-btn {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  width: 55px;
  height: 55px;
}

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

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

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

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

.aurora-scroll-arrow-pos-horizontal {
  padding: 15px 0;
  margin-top: 2px;
}

.aurora-scroll-btn-up {
  top: -20px;
}

.aurora-scroll-btn-down {
  bottom: -15px;
}

.aurora-scroll-back {
  border: 1px solid #c44484;
  border-radius: 50px;
  width: 55px;
  height: 55px;
  background: #fff center center url("../image/arrow_left.svg") no-repeat;
}

.aurora-scroll-forward {
  border: 1px solid #c44484;
  border-radius: 50px;
  width: 55px;
  height: 55px;
  background: #fff center center url("../image/arrow_right.svg") no-repeat;
}

.aurora-scroll-back:hover:after,
.aurora-scroll-forward:hover:after {
  border-color: #c44484;
}

.aurora-scroll-back:hover:before,
.aurora-scroll-forward:hover:before {
  background: #c44484;
}

.aurora-scroll-btn-up:after {
  border: solid #000;
  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);
}

.aurora-scroll-btn-down:after {
  border: solid #000;
  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);
}

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

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

.aurora-scroll-arrow-pos-3 .aurora-scroll-btn-left,
.aurora-scroll-arrow-pos-3 .aurora-scroll-btn-right {
  bottom: auto;
  left: auto;
  top: -70px;
}

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

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

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

.side-position {
  margin-bottom: 2rem;
  background: #fff;
  box-shadow: 0 10px 74px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

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

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

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

.side-position .module-head {
  padding-top: 10px;
  padding-bottom: 20px;
}

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

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

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

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

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

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

/* banner slider */

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

.header--style-2 .slider-container {
  margin-top: 0;
}

.slider-container .ms-container {
  margin-bottom: -1px;
}

.master-slider {
  width: 100% !important;
  margin: 0 !important;
}

.slider-box {
  background: rgba(255, 255, 255, 0.7);
  padding: 25px 30px;
}

.slider-box h2 {
  color: #302F34;
  font-size: 1rem;
}

.slider-box h3 {
  color: #8B8B8B;
  font-size: 0.8125rem;
}

.slider-box .btn {
  margin-top: 2rem;
}

.ms-slide-layers {
  max-width: none !important;
}

.ms-layer {
  max-width: 720px;
  top: auto !important;
  bottom: 8vw;
}

.ms-thumb-frame {
  border-top: 3px solid #fff;
  position: relative;
  transition: opacity .2s ease-in-out;
}

.ms-thumb-frame:hover {
  border-top: 3px solid #c44484;
  opacity: 1;
}

.ms-thumb-frame:hover:before {
  background: #c44484;
  opacity: 0.7;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ms-thumb-frame-selected {
  border-top: 3px solid #c44484;
}

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

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

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

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

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

.banner-names {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 0;
  background: rgba(49, 49, 49, 0.3);
}

.banner-names .slick-current {
  border-bottom-color: #fff;
}

.banner-names .slick-track {
  width: auto !important;
}

.banner-names-item {
  position: relative;
  flex: 1;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  border-bottom: 3px solid transparent;
  outline: none;
}

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

.banner-items-content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
  display: flex;
  align-items: center;
}

.banner-items-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.banner-items-title {
  align-self: flex-start;
  font-size: 0.875rem;
  font-weight: 800;
  margin-left: auto;
  margin-right: auto;
}

.banner-items-subtitle {
  font-weight: normal;
  font-size: 0.8125rem;
}

/* /banner slider */

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

.cart-module-packageoffer-container {
  margin: 0 0 10px;
}

.cart-module-packageoffer-head-container {
  padding: 0.5rem 0;
}

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

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

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

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

.cart-product-count {
  border-radius: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c44484;
  color: #fff;
}

.cart-dropdown-toggle {
  padding: 20px 0 20px 1rem;
  border: 0;
  color: #000;
  min-height: 40px;
}

.cart-dropdown-toggle:hover {
  color: #c44484;
}

.cart-dropdown {
  margin-right: 0;
}

.cart-dropdown .dropdown-cart-subtotal,
.cart-dropdown .dropdown-cart-total {
  text-transform: uppercase;
  background: #E4E4E4;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.cart-dropdown .dropdown-cart-subtotal {
  padding-top: 10px;
  padding-bottom: 1px;
}

.cart-dropdown .dropdown-cart-total {
  padding-top: 1px;
  padding-bottom: 10px;
}

.cart-dropdown .cart-total-text,
.cart-dropdown .cart-subtotal-text {
  font-size: 0.875rem;
}

.cart-dropdown .cart-total-price,
.cart-dropdown .cart-subtotal-price {
  font-size: 1rem;
  font-weight: 600;
}

.cart-dropdown .cart-actions {
  padding-top: 20px;
  padding-bottom: 12px;
}

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

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

.cart-list.cart-dropdown {
  margin: 0;
}

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

.cart-product-list .close {
  color: #6F6F6F;
  outline: none;
}

.cart-product-list .dropdown-item a:not(.btn) {
  font-weight: 600;
}

.cart-module-packageoffer-name {
  font-weight: 600;
}

.cart-dropdown-packageoffer-list {
  background: #d5d5d533;
  padding: .5rem 1rem;
}

.cart-dropdown-packageoffer-list:empty {
  display: none;
}

.cart-dropdown-packageoffer-list .cart-product-name-link {
  font-weight: 600;
  color: #212529;
}

.cart-dropdown-packageoffer-list .cart-product-name-link:hover {
  color: #c44484;
}

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

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

.popup-product-module {
  padding: 0 70px;
}

.auroramessenger-wrapper {
  margin-top: 50px !important;
  top: 0 !important;
}

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

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

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

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

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

.auroramessage-product-option {
  padding-left: 5px;
}

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

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

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

.auroramessage-text svg {
  color: #8ED100;
}

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

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

.auroramessenger-message.popup {
  padding: 15px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px 0 #8B8B8B;
  color: #6F6F6F;
}

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

/* custom-dropdown */

.sf-horizontal .subtree-dropdown.children {
  top: inherit;
}

.dropDownParent.align-1 {
  position: static;
}

.dropDownParent.align-0 .children {
  left: 0;
  top: 100%;
  min-width: 0;
}

.dropDownParent.align-1 .children {
  left: 0;
}

.dropDownParent.align-2 .children {
  right: 0;
  left: auto;
}

.dropDownParent.align-0,
.dropDownParent.align-2 {
  position: relative;
}

.children {
  background: #302f34;
  box-shadow: 0 5px 30px 5px rgba(69, 79, 91, 0.2);
}

/* /custom-dropdown */

/* sf-horizontal - VĂ­zszintes kategĂłria */

.sf-horizontal {
  width: 100%;
  justify-content: space-between;
}

.sf-horizontal &gt; .category-list &gt; .nav-link {
  outline: none;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
  line-height: 80px;
}

.sf-horizontal &gt; .category-list &gt; .nav-link.selected,
.sf-horizontal &gt; .category-list &gt; .nav-link:hover {
  color: #c44484;
  box-shadow: inset 0 -2px 0 0 #c44484;
}

.sf-horizontal &gt; .category-list.selected &gt; .nav-link {
  color: #c44484;
  box-shadow: inset 0 -2px 0 0 #c44484;
}

.sf-horizontal &gt; .category-list.selected &gt; .nav-link b {
  font-weight: 600;
}

.sf-horizontal &gt; .category-list.js-sf-hover &gt; .nav-link {
  color: #c44484;
  box-shadow: inset 0 -2px 0 0 #c44484;
}

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

.sf-horizontal .children .nav-link {
  color: #ffffff;
  font-size: 0.875rem;
}

.sf-horizontal .children .nav-link:hover {
  color: #c44484;
}

.sf-horizontal .align-1.dropDownParent .children {
  transform: translateX(0);
}

.sf-horizontal &gt; .children {
  left: 50%;
  transform: translateX(-50%);
}

.sf-horizontal li:hover &gt; .children,
.sf-horizontal li.sfHoverHorizontal &gt; .children {
  display: block;
}

.sf-horizontal .children .children {
  min-height: 100%;
  transform: translateX(0);
  padding: 8px 0;
  top: 0;
  left: 100%;
}

.sf-horizontal &gt; li {
  position: relative;
}

.sf-horizontal .children &gt; li {
  position: static;
}

.category-menu &gt; .parent.js-sf-hover &gt; .nav-link,
.category-menu &gt; .parent:hover &gt; .category-list-link {
  color: #c44484;
}

.sf-horizontal &gt; li.parent .parent &gt; .nav-link:after {
  border: solid #C8C8C8;
  border-width: 0 1.5px 1.5px 0;
  content: " ";
  height: 6px;
  width: 6px;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  display: inline-block;
  left: auto;
  position: absolute;
  right: 0.5rem;
}

.sf-horizontal &gt; li.parent .parent:active &gt; .nav-link:after,
.sf-horizontal &gt; li.parent .parent:hover &gt; .nav-link:after,
.sf-horizontal &gt; li.dropDownParent:active &gt; .nav-link:after,
.sf-horizontal &gt; li.dropDownParent:hover &gt; .nav-link:after,
.sf-horizontal &gt; li.parent:active &gt; .nav-link:after,
.sf-horizontal &gt; li.parent:hover &gt; .nav-link:after {
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
}

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

/* /sf-horizontal - VĂ­zszintes kategĂłria */

/* sf-vertical - FĂźggĹleges kigĂśrdĂźlĹ kategĂłria */

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

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

.sf-vertical li {
  position: relative;
}

.sf-vertical &gt; li:hover .children,
.sf-vertical &gt; li.js-sf-hover .children {
  display: block;
}

.sf-vertical &gt; li.dropDownParent &gt; a,
.sf-vertical &gt; li.parent &gt; a {
  position: relative;
}

.sf-vertical &gt; li.dropDownParent &gt; a:after,
.sf-vertical &gt; li.parent &gt; a:after {
  border: solid #c44484;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 6px;
  width: 6px;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  display: inline-block;
  top: -2px;
  left: auto;
  position: absolute;
  right: 0.5rem;
}

.sf-vertical &gt; li.parent .parent &gt; .nav-link:after {
  border: solid #c44484;
  border-width: 0 1px 1px 0;
  content: " ";
  height: 6px;
  width: 6px;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  display: inline-block;
  left: auto;
  position: absolute;
  right: 0.5rem;
}

.sf-vertical &gt; li.parent .parent:active &gt; .nav-link:after,
.sf-vertical &gt; li.parent .parent:hover &gt; .nav-link:after,
.sf-vertical &gt; li.dropDownParent:active &gt; .nav-link:after,
.sf-vertical &gt; li.dropDownParent:hover &gt; .nav-link:after,
.sf-vertical &gt; li.parent:active &gt; .nav-link:after,
.sf-vertical &gt; li.parent:hover &gt; .nav-link:after {
  border-right: 1.5px solid #272b2c;
  border-bottom: 1.5px solid #272b2c;
}

/* /sf-vertical - FĂźggĹleges kigĂśrdĂźlĹ kategĂłria */

.module-categoryoffer-wrapper h4 {
  font-weight: 400;
}

.categoryoffer-row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.categoryoffer-row .categoryoffer-col {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-top: 20px;
}

.categoryoffer-row .category-card {
  transition: all 0.2s ease-in-out;
  box-shadow: 0 10px 74px rgba(0, 0, 0, 0.1);
}

.categoryoffer-row .category-card:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 10px 74px rgba(0, 0, 0, 0.2);
}

.categoryoffer-row .category-card:hover .category-card-heading {
  background-color: #c44484;
}

.categoryoffer-row .category-card-heading {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 0;
  font-size: 0.8125rem;
}

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

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

/* compare popup */

.tablescroll_body {
  width: 800px;
}

/* /compare popup */

/* compare module */

.compare-remove-btn {
  position: absolute;
  top: 0;
  right: -10px;
  padding: 0.2rem;
  line-height: 0.6;
  font-size: 1.5rem !important;
  font-weight: 600;
  color: #C8C8C8;
}

/* /compare module */

.currenciesselect-module.header-position {
  display: flex;
  align-items: center;
}

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

.currenciesselect-module.header-position .module-head-title {
  font-size: 0.8125rem;
  margin-right: 1rem;
}

.module-dealofday-wrapper .product-card {
  border-top: 10px solid #c44484;
  border-bottom: 10px solid #c44484;
}

.module-dealofday-wrapper .product-card-title a {
  font-size: 1.875rem;
}

.module-dealofday-wrapper .product-card-left {
  background: #fff;
  padding: 1rem;
  z-index: 1;
  position: relative;
}

.module-dealofday-wrapper .product-card-left &gt; .position-absolute {
  top: 0;
  left: 0;
}

.module-dealofday-wrapper .product-card-right {
  background: #F5F5F5;
  padding: 1rem;
}

.module-dealofday-wrapper .product-card-price {
  font-size: 1.25rem;
}

.module-dealofday-wrapper .product-price-special {
  font-size: 1.875rem;
}

.module-dealofday-wrapper .product-price-postfix {
  margin-top: 5px;
}

.module-dealofday-wrapper .card-actions.row {
  margin-top: 2rem;
}

.module-dealofday-wrapper .product-card-rating {
  margin: 20px 0;
}

.module-dealofday-wrapper .product-snapshot-horizontal:not(.is-side) {
  padding: 0 20px;
}

.module-dealofday-wrapper .product-snapshot-horizontal:not(.is-side) .product-snapshot {
  flex: 1;
  max-width: none;
}

.module-dealofday-wrapper .product-snapshot-horizontal:not(.is-side) .quantity-input {
  height: 50px;
}

.kickerimage-section-body .kickerimage-description {
  margin-bottom: 0;
  color: #F5F5F5;
}

.kickerimage-section-body .kickerimage-button {
  margin-top: 1.5rem;
}

.kickerimage-section-body .kickerimage-card {
  position: relative;
}

.kickerimage-section-body .kickerimage-card:before {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* language select */

.languageselect-module.header-position {
  display: flex;
  align-items: center;
}

.languageselect-module.header-position .module-head {
  padding: 0;
}

.languageselect-module.header-position .module-head-title {
  font-size: 0.8125rem;
  margin-right: 1rem;
}

.language-icon ~ .language-icon {
  margin-left: 0.5rem;
}

.language-icon img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: .6;
  transition: all 0.2s ease-in-out;
}

.language-icon img:hover,
.language-icon.active img {
  opacity: 1;
}

.language-text {
  cursor: pointer;
  padding: 0 0.75rem;
  position: relative;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
}

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

.language-text.active {
  font-weight: bold;
  color: #6F6F6F;
}

.language-text:not(.active) span {
  opacity: .6;
}

.language-text:hover span {
  opacity: 1;
}

/* /language select */

#lastseen {
  margin-bottom: 0;
}

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

#lastseen .product-card-image {
  margin: 0;
}

#lastseen .product-card-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

#lastseen .product-card-price {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#lastseen .module-body {
  margin-top: 0;
  margin-bottom: 1rem;
}

.footer-top-position #lastseen .product-snapshot-vertical .product-snapshot:not(:empty) {
  flex: 0 0 160px !important;
  max-width: 160px !important;
  margin-top: 1rem;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-top-position #lastseen .product-snapshot-vertical .product-snapshot:not(:empty):hover {
  box-shadow: none;
}

.footer-top-position #lastseen .snapshot-list-attributes,
.footer-top-position #lastseen .product-card-item:not(.product-card-title),
.footer-top-position #lastseen .product-card-quickview,
.footer-top-position #lastseen .product_badges,
.footer-top-position #lastseen .product-card-footer {
  display: none !important;
}

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

.footer-top-position #lastseen .product-card-title {
  height: 38px;
  overflow: hidden;
  margin: 0;
}

.footer-top-position #lastseen .product-card-title a {
  font-size: 1rem;
}

.manufactureroffer-image-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  height: 110px;
  padding: 0;
}

.mobile-navbar .header-quantity-box:not(:empty) {
  background: #C8C8C8;
  color: #000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1px;
  right: 3px;
  border-radius: 18px;
  width: 18px;
  height: 18px;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
}

.mobile-navbar .mobile-cart-link .header-quantity-box:not(:empty) {
  background: #c44484;
}

#js-hamburger-icon {
  border-radius: 0;
}

#js-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-transform: none;
}

.mobile-logo .nav-link {
  color: #c44484;
  font-weight: 900;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1;
  padding: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.mobile-navbar .mobile-wishlist-and-cart .nav-link {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.mobile-navbar-top {
  padding: 10px 16px;
  background: #fff;
}

.mobile-navbar-brand img {
  width: auto;
  max-width: 150px !important;
  max-height: 40px;
  height: auto;
}

.mobile-navbar-bottom .search-module .form-control {
  background: #F5F5F5;
  height: 50px;
}

.mobile-wishlist-link {
  display: flex;
  align-items: center;
}

.mobile-menu-title {
  font-size: 0.625rem;
}

.js-scroll-up {
  transform: translateY(-110px);
}

.mm-menu_theme-dark {
  --mm-color-border: #4A4950 !important;
}

.mm-listitem {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
}

.mm-listitem.informations-mobile-menu-item {
  color: #A6A5AD;
}

.mm-listitem .mm-listitem {
  font-size: 0.8125rem;
}

.mm-listitem .section-contact .module-head {
  display: none;
}

.contact-mobile-menu-item.mm-listitem:after {
  border: 0;
}

.contact-mobile-menu-item.mm-listitem .section-contact::after {
  position: absolute;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  border-color: var(--mm-color-border);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.mobile-menu-close-element {
  text-align: center;
}

.mm-menu_theme-dark .mobile-menu-close-element {
  background: #434249;
  color: #A6A5AD;
}

.mobile-menu-close-element span {
  padding-top: 18px;
  padding-bottom: 18px;
}

.mobile-menu-close-element span svg {
  margin-right: 0.5rem;
}

.mobile-cart-link &gt; div:not(:empty) {
  top: 2px;
  right: -1px;
  border-radius: 20px;
  width: 16px;
  height: 16px;
  font-size: 0.75rem;
  font-weight: bold;
}

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

.mobile-login-icon svg {
  color: #000;
}

.mobile-login-buttons .btn-primary {
  color: #fff !important;
}

.mobile-login-buttons .btn-outline-primary {
  color: #c44484 !important;
}

.mobile-login-buttons .btn {
  padding-left: 3px;
  padding-right: 3px;
}

.mobile-login-buttons-row {
  margin: 0 -5px;
}

.mobile-login-buttons-row span {
  padding: 0 5px;
}

.hamburger-icon {
  width: 25px;
  height: 14px;
}

.hamburger-icon-line {
  background: rgba(0, 0, 0, 0.9);
  width: 25px;
  height: 2px;
  left: 0;
  border-radius: 1px;
  transition: all 0.6s;
}

.hamburger-icon-line.line-1 {
  top: 0;
}

.hamburger-icon-line.line-2 {
  top: 50%;
}

.hamburger-icon-line.line-3 {
  top: 100%;
}

.mm-wrapper_opening .hamburger-icon-line.line-1 {
  transform: translateY(7px) translateX(0) rotate(45deg);
}

.mm-wrapper_opening .hamburger-icon-line.line-2 {
  opacity: 0;
}

.mm-wrapper_opening .hamburger-icon-line.line-3 {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
}

/* nanobar */

.nanobar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1030;
  color: #F5F5F5;
  text-align: center;
  padding: 0.5rem;
  background-color: rgba(245, 245, 245, 0.9);
}

.nanobar-container {
  font-size: 12px;
}

.nanobar-cookies {
  display: flex;
  border-top: 1px solid #495057;
}

.nanobar-cookie-cog {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 1030;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  transition: all 0.2s ease-in-out;
  background: #BFBFBF;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: #495057;
}

.nanobar-cookie-cog:hover {
  background: #495057;
  color: #fff;
}

/* /nanobar */

.news-pretext {
  color: #BFBFBF;
}

.home-position#news .module-body {
  margin-top: 0;
}

.home-position .news-card-body {
  padding: 20px 0;
}

.home-position .news-card-text {
  color: #8B8B8B;
  font-size: 0.75rem;
  height: 56px;
}

.home-position .news-card-btn-wrapper {
  margin-top: 25px;
  display: flex;
  justify-content: flex-start;
}

.home-position .news-pretext {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0;
}

.home-position .news-card-deck {
  padding: 10px;
}

.home-position .news-card-item {
  width: 300px;
  padding: 10px;
}

.side-position .news-card-deck {
  padding: 20px;
}

.side-position .news-card {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.side-position .news-card + .news-card {
  border-top: 1px solid #E4E4E4;
}

.side-position .modules-all-link {
  margin-top: 0;
  text-align: left;
}

.side-position .news-pretext {
  margin-bottom: 0;
}

.news-card-title a {
  color: #151E26;
  font-weight: 600;
}

.news-card-text {
  color: #6F6F6F;
}

.footer-position .news-card-deck .news-card {
  background: transparent;
  margin-bottom: 1rem;
}

.footer-position .news-card-deck .news-card-title {
  margin-bottom: 0.25rem;
}

.footer-position .news-card-deck .news-card-title a {
  font-size: 0.8125rem;
}

.footer-position .subscribe-input-row,
.side-position .subscribe-input-row {
  flex-direction: column;
}

.newsletter-pretext,
.newsletter-posttext {
  color: #6F6F6F;
}

.module-newsletter_subscribe-wrapper .custom-checkbox label {
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #6F6F6F;
}

.subscribe-input-row {
  margin: 0 -5px;
}

.subscribe-input-row &gt; .col {
  padding-left: 5px;
  padding-right: 5px;
}

.home-position .newsletter-home-wrapper {
  background: #c44484;
  color: #4a2035;
  display: flex;
  flex-direction: column;
}

.home-position .newsletter-pretext,
.home-position .newsletter-posttext {
  color: #4a2035;
  font-size: 0.875rem;
}

.home-position .newsletter-home-left img {
  width: 100%;
  height: auto;
}

.home-position .newsletter-home-right {
  padding: 30px 20px;
}

.home-position .module-head-title {
  color: #302F34;
  font-weight: 400;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.home-position .form-submit .btn {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border: 0;
}

.home-position .form-submit .btn:hover {
  color: #c44484;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border: 0;
}

.home-position .custom-control-label:before {
  background-color: transparent;
  border: 1px solid #4a2035;
}

.home-position .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #4a2035;
}

.home-position .custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background-color: transparent;
  border-color: #4a2035;
}

.home-position .custom-control-input:checked ~ .custom-control-label:before {
  background-color: transparent;
  border-color: #4a2035;
}

.home-position .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  border-radius: 3px;
  background-color: #4a2035;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.home-position .custom-checkbox label {
  color: #4a2035 !important;
}

.home-position .subscribe-input-row .form-control {
  background: none;
  border: 1px solid #4a2035;
  font-style: italic;
  color: #4a2035;
}

.home-position .subscribe-input-row .form-control::-webkit-input-placeholder {
  color: #4a2035;
  opacity: 1;
}

.home-position .subscribe-input-row .form-control:-moz-placeholder {
  color: #4a2035;
  opacity: 1;
}

.home-position .subscribe-input-row .form-control::-moz-placeholder {
  color: #4a2035;
  opacity: 1;
}

.home-position .subscribe-input-row .form-control:-ms-input-placeholder {
  color: #4a2035;
  opacity: 1;
}

.home-position .subscribe-input-row .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.home-position .subscribe-input-row .form-control:focus:-moz-placeholder {
  color: transparent;
}

.home-position .subscribe-input-row .form-control:focus::-moz-placeholder {
  color: transparent;
}

.home-position .subscribe-input-row .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.home-position .subscribe-input-row .form-control:focus {
  border: 1px solid #4a2035;
}

.home-position .subscribe-input-row .invalid-feedback {
  padding-left: 1.8125rem;
}

/* product filter */

.product-filter-module .module {
  background: #302F34;
  box-shadow: none;
  padding: 0;
}

.product-filter-module .module-head {
  padding: 25px 20px 20px 20px;
}

.product-filter-module .module-head .module-head-title {
  color: #ffffff;
}

.product-filter-module .module-head .module-head-title svg {
  margin-right: 13px;
}

.widget {
  padding: 25px 20px;
  border-bottom: 1px solid #5D5D61;
}

.widget label {
  display: block;
  font-size: 0.8125rem;
  cursor: pointer;
  color: #9E9E9E;
}

.widget label:hover {
  color: #ffffff;
}

.widget label .rs {
  margin-left: 0.25rem;
}

.widget label .attribute-value {
  width: 16px !important;
  height: 16px !important;
  margin-left: 0.25rem;
  margin-right: 0.5rem;
  border-radius: 3px;
  border: 1px solid #9E9E9E;
}

.widget .slice-option {
  padding-top: 4px;
  padding-bottom: 4px;
}

.widget .custom-control-label {
  display: flex;
  align-items: center;
}

.widget .custom-control-label:before {
  background: #302F34;
  border: 1px solid #9E9E9E;
}

.widget .form-control {
  background: #302F34;
  border-color: #9E9E9E;
  color: #9E9E9E;
}

.widget .form-control:hover,
.widget .form-control:active,
.widget .form-control:focus {
  border-color: #ffffff;
}

.widget select.form-control {
  background-color: transparent;
  background: url("../image/select-inverse-arrow.svg") no-repeat;
  background-size: 10px 6px;
  background-position: right 10px center;
  padding-right: 20px;
}

.widget select.form-control:hover,
.widget select.form-control:active,
.widget select.form-control:focus {
  border-color: #ffffff;
}

.widget .noUi-tooltip {
  background: transparent;
  border-color: #9E9E9E;
  color: #9E9E9E;
}

.widget .noUi-target {
  border: 0;
}

.widget .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #9E9E9E;
}

.widget .custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background: #302F34;
  border-color: #9E9E9E;
}

.widget .custom-control-input:checked ~ .custom-control-label:before {
  background: #302F34;
  border-color: #9E9E9E;
}

.widget .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  border-radius: 3px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23151E26' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.widget-head {
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  position: relative;
  color: #ffffff;
}

.widget-head .icon-arrow-down {
  display: none;
}

.widget-head svg {
  margin-left: auto;
}

.widget-head.collapsed .icon-arrow-down {
  display: block;
}

.widget-head.collapsed .icon-arrow-up {
  display: none;
}

.widget-head:hover {
  color: #c44484;
}

.widget-body-inner {
  padding-top: 1rem;
  padding-bottom: 0;
}

.slice-more-after .slice-title {
  margin-top: 0.5rem;
}

.slice-more-after .slice-title a {
  cursor: pointer;
  color: #c44484;
  font-size: 0.8125rem;
}

.custom-value-filter-separator {
  background: #9E9E9E;
  width: 9px;
  height: 3px;
}

.custom-value-filter-controls .form-control {
  padding-left: 10px;
  padding-right: 10px;
}

.custom-value-filter-min,
.custom-value-filter-max {
  flex: 1;
}

.custom-value-filter {
  padding-top: 1rem;
}

.paf-attr-icon + span {
  margin-left: 5px;
}

span + .paf-attr-icon {
  margin-left: 5px;
}

.paf-attr-icon img {
  display: none;
}

.loyalty-information-mark,
.paf-attr-icon-information-mark,
.paf-attr-icon-question-mark {
  border-radius: 60px;
  width: 15px;
  height: 15px;
  line-height: 10px;
  background-color: #8B8B8B;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 11px;
}

.loyalty-information-mark {
  margin-left: 0.25rem;
}

.loyalty-information-mark:before,
.paf-attr-icon-information-mark:before {
  content: "i";
}

.paf-attr-icon-question-mark:before {
  content: "?";
}

.product-filter-slider {
  margin-top: 2rem;
  padding: 0 0.5rem;
}

.paf-filter-search {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.paf-filter-search .widget-body {
  margin: 0;
}

/* mobile slide filter */

.mobile-filter-overlay {
  position: fixed;
  z-index: 1040;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  transition: opacity 0.3s;
}

.mobile-filter-overlay.js-is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}

.open-filter-btn {
  margin-right: auto;
  border-radius: 0;
  background: #302F34;
  color: #ffffff;
  border: 0;
  text-align: left;
  padding: 14px 20px;
}

.close-filter-btn {
  position: absolute;
  z-index: 1050;
  top: 0;
  padding: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  border-radius: 0;
  color: #000;
  font-size: 1.21875rem;
  font-weight: 700;
  line-height: 1;
}

/* /product filter */

.paf-search-form .widget {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 100%;
  max-width: 100%;
  align-self: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
  margin-top: 0;
  border: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.paf-search-form .widget .widget-title {
  display: flex;
  padding-bottom: 0.25rem;
}

/* social share */

.social-share-module &gt; div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 10px 0;
}

.twitter {
  width: 21px;
  height: 21px;
  cursor: pointer;
  background: url("../image/twitter_share.png") top left no-repeat;
}

/* /social share */

/* wishlist module and wishlist page */

.js-add-to-wishlist {
  --heart-icon-size: 20px;
}

.js-add-to-wishlist svg {
  transition: opacity 0.15s linear;
  width: var(--heart-icon-size);
  height: var(--heart-icon-size);
}

.js-add-to-wishlist .icon-heart-filled {
  opacity: 0;
  position: absolute;
}

.js-add-to-wishlist.animating .icon-heart-filled {
  animation: heartBeat .6s .3s 2;
}

.product-card-wishlist .js-add-to-wishlist {
  --heart-icon-size: 18px;
}

.js-product-on-wishlist .icon-heart {
  opacity: 0;
}

.js-product-on-wishlist .icon-heart-filled {
  opacity: 1;
}

.dropright .wishlist-dropdown-toggle::after {
  content: none;
}

/* wishlist page */

.wishlist-page-head-title {
  margin-bottom: 0;
  padding-bottom: 2rem;
  text-align: center;
}

.wishlist-product {
  padding: 1.5rem 0;
  border-bottom: 1px solid #E4E4E4;
}

.wishlist-product-image {
  position: relative;
}

.wishlist-product-badge {
  position: absolute;
  top: 0;
}

.wishlist-product-details {
  width: 100%;
}

.wishlist-product-price {
  margin-bottom: 0.5rem;
}

.wishlist-product-rating {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.wishlist-product-buttons {
  display: flex;
}

.wishlist-add-to-cart-button {
  margin-right: 1rem;
}

.wishlist-product-date-added {
  color: #8B8B8B;
  font-size: 0.71094rem;
}

.wishlist-comment-toggle {
  color: #6F6F6F;
  font-size: 0.71094rem;
  padding: 0;
  display: flex;
  align-items: center;
}

.wishlist-comment-toggle svg {
  margin-left: 0.5rem;
}

.wishlist-form-control {
  margin-top: 1rem;
}

.wishlist-option-item {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.wishlist-options-label {
  padding-right: 1rem;
  font-size: 0.71094rem;
}

select.wishlist-option-form-control {
  width: 100px;
}

.wishlist-buttons {
  display: flex;
  margin: 3rem 0;
}

.wishlist-page-empty {
  padding: 8rem 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #d8d8d8;
  font-size: 1.25rem;
  font-weight: 600;
}

.wishlist-page-empty svg {
  width: 48px;
  height: 48px;
  color: #d8d8d8;
  margin-right: 25px;
}

/* wishlist page */

/* /wishlist module and wishlist page */

.maintenance-content .page-head {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.subcategory-list .category-card,
.information-list-body .news-list .card,
.open-filter-btn {
  margin-top: 40px;
}

.tooltip-collateral.tooltip {
  opacity: 1;
}

.tooltip-collateral.tooltip .tooltip-inner {
  padding: 1px;
}

.category-custom-html-bottom {
  padding: 2rem 0;
}

.breadcrumb-item a {
  color: #6F6F6F;
}

.breadcrumb-item a:active,
.breadcrumb-item a:hover {
  color: #c44484;
}

/* affilate */

.affiliate-parnerinfo {
  width: 100%;
  margin-bottom: 15px;
}

.affiliate-parnerinfo .head {
  font-weight: bold;
}

.affiliate-parnerinfo .stat-value {
  padding-right: 15px;
  text-align: right;
}

.affiliate_preview_wide_image_500 {
  max-width: 400px;
}

.affiliate_preview_wide_image_700 {
  max-width: 600px;
}

/* /affilate */

/* cart page */

/* SR Checkout Spinner for loading */

.sr-blur-background {
  filter: blur(2px);
}

.sr-overlay {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 8003;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100% !important;
}

.sr-checkout-spinner-wrapper {
  animation: checkout-spinner-rotator 1.4s linear infinite;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  z-index: 9991;
}

.sr-checkout-spinner {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: checkout-spinner-dash 1.4s ease-in-out infinite, checkout-spinner-colors 5.6s ease-in-out infinite;
}

.sr-cart-table th {
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  font-weight: 400;
  color: #8B8B8B;
  text-transform: uppercase;
}

.sr-cart-table &gt; tbody &gt; tr &gt; td {
  vertical-align: middle;
}

.sr-cart-table .row-danger {
  border: 2px solid #D02D54 !important;
}

.sr-cart-table .row-danger &gt; tr &gt; td {
  padding: 0.5rem;
}

.sr-cart-table .row-danger-box {
  background: #D02D54;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.sr-cart-table .mobile-quantity-row td {
  text-align: center;
}

.sr-cart-table .cart-product-name {
  padding-bottom: 0.5rem;
}

.sr-cart-table .cart-product-option,
.sr-cart-table .cart-product-attribute {
  font-size: 80%;
  color: #8B8B8B;
}

.sr-cart-table .special-price,
.sr-cart-table .special-price-sum {
  font-weight: 800;
  color: #151E26;
}

.sr-cart-table .original-price,
.sr-cart-table .original-price-sum {
  color: #9E9E9E;
}

.sr-cart-table .current-price,
.sr-cart-table .price {
  font-weight: 800;
  font-style: italic;
}

.sr-cart-table .current-price {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.sr-cart-table .price {
  font-size: 1rem;
  line-height: 1rem;
}

.sr-cart-table .original-price-sum {
  font-size: 0.875rem;
  font-weight: 400;
  font-style: italic;
  text-decoration: line-through;
}

.sr-cart-quantity-input {
  --cart-quantity-height: 36px;
  --cart-quantity-width: 50px;
  border: 1px solid #E4E4E4;
  float: right;
  width: auto;
}

.sr-cart-quantity-input .form-control {
  background: #fff;
  box-shadow: none;
  border: 0;
  width: var(--cart-quantity-width);
  height: var(--cart-quantity-height) !important;
  padding: 0 9px;
  text-align: center;
  font-size: 0.75rem;
}

.sr-cart-quantity-input .btn {
  display: flex;
  background-color: #efefef;
  box-shadow: none;
  color: #8B8B8B !important;
  margin-left: 0;
  margin-right: 0;
  border: 0;
  padding: 8px;
  align-items: center;
  height: var(--cart-quantity-height);
  border-radius: 0;
}

.sr-cart-quantity-input .btn:active,
.sr-cart-quantity-input .btn:hover {
  background-color: #e2e2e2;
}

.sr-cart-quantity-input .btn:active:focus {
  box-shadow: none !important;
}

.sr-cart-table tbody + tbody {
  border-width: 1px;
}

/* gift wrapping */

.gift-wrapping-module textarea {
  resize: vertical;
  height: 74px;
}

.gift-wrapping-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.gift-wrapping-list-item {
  position: relative;
  margin: 0.5rem;
  border: 3px solid #E4E4E4;
  cursor: pointer;
}

.gift-wrapping-list-item .gift-wrapping-price {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-weight: bold;
  z-index: 10070;
  width: 100%;
  height: 100%;
  transition: opacity 0.15s linear;
  opacity: 0;
}

.gift-wrapping-list-item .gift-wrapping-image {
  opacity: 1;
  transition: opacity 0.15s linear;
}

.gift-wrapping-list-item:hover,
.gift-wrapping-list-item.selected {
  border-color: #c44484;
}

.gift-wrapping-list-item:hover .gift-wrapping-price,
.gift-wrapping-list-item.selected .gift-wrapping-price {
  opacity: 1;
}

.gift-wrapping-list-item:hover .gift-wrapping-image,
.gift-wrapping-list-item.selected .gift-wrapping-image {
  opacity: 0.35;
}

.gift-wrapping-product {
  display: none;
  align-items: center;
  justify-content: center;
}

.gift-wrapping-product.selected {
  display: flex;
}

.gift-wrapping-tooltip svg {
  width: 15px;
  height: 15px;
}

/* /gift wrapping */

.sr-cart-page {
  background-color: #fff;
  padding-bottom: 2rem;
}

.sr-cart-page .page-head h1 {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.sr-cart-page .alert {
  margin-top: 2rem;
  width: 100%;
}

.sr-cart-page .alert p {
  margin: 0;
}

.sr-cart-page .row &gt; .alert {
  margin: 0 1rem 2rem 1rem;
  width: 100%;
}

.sr-cart-page .delete-button .btn {
  background: none;
  color: #000;
  font-weight: normal;
  padding: 0;
}

.sr-cart-page .edit-button .btn {
  margin-right: 1rem;
}

.cart-header-amount {
  width: 18%;
}

.sr-cart-special-row {
  display: flex;
  align-items: center;
}

.sr-cart-special-row-title {
  font-size: 0.9375rem;
  padding: 0.5rem 0;
}

.sr-cart-summary-box-table {
  width: 100%;
}

.sr-cart-summary-box-table td {
  padding: 5px 0;
  text-align: right;
}

.sr-cart-summary-box-table th {
  font-weight: normal;
}

.sr-cart-summary-box-table .gross-total {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.sr-cart-summary-box-table .total-save {
  color: #8ED100;
  font-weight: bold;
}

.sr-shipping-cost-calculator {
  border: 1px solid #E4E4E4;
  padding: 1rem;
  margin-top: 2rem;
  font-size: 13px;
}

.cart-package-offer-table.sr-cart-table.table .package-offer-item .current-price,
.cart-package-offer-table.sr-cart-table.table .package-offer-item .price {
  font-size: 1rem !important;
}

.country-label {
  padding-right: 0.5rem;
}

.sr-col-to-chekout {
  display: flex;
  justify-content: flex-end;
}

.sr-cart-bottom-buttons-row {
  margin-top: 2rem;
}

.sr-cart-bottom-buttons-row .sr-col-shop-continue .sr-cart-back {
  color: #c44484;
  background-color: transparent;
  border: 0;
}

.sr-cart-bottom-buttons-row .sr-col-shop-continue .sr-cart-back:active,
.sr-cart-bottom-buttons-row .sr-col-shop-continue .sr-cart-back:focus,
.sr-cart-bottom-buttons-row .sr-col-shop-continue .sr-cart-back:hover {
  background-color: transparent;
  border: 0;
  color: #c44484;
  box-shadow: none;
}

/* /cart page */

/* disqus */

#dsq-content {
  overflow: visible;
  width: 100%;
  font-size: inherit;
  padding: inherit;
  margin: auto;
  height: auto;
  clear: both;
}

#disqus_thread {
  height: auto;
  width: 100%;
}

/* /disqus */

/* landing page */

.landing-page header,
.landing-page footer,
.landing-page .footer-bottom,
.landing-page .breadcrumb {
  display: none !important;
}

.landing-page main.has-sticky {
  padding-top: 20px !important;
}

/* /landing page */

.contact-content-form br.lsep {
  display: none;
}

.contact-content-form .form-element {
  padding-bottom: 2rem;
}

.information-list-description {
  margin-top: 40px;
  margin-bottom: 40px;
}

.information-introtext-box,
.information-fulltext-box {
  margin-top: 40px;
  margin-bottom: 40px;
}

.information {
  font-size: 0.875rem;
}

/* 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-custom-html-top,
.category-description {
  color: #8B8B8B;
  margin-top: 2rem;
}

.category-description {
  font-size: 0.875rem;
}

.subcategory-list .category-card {
  transition: all 0.2s ease-in-out;
  align-items: center;
  background: #fff;
  box-shadow: 0 10px 74px rgba(0, 0, 0, 0.1);
}

.subcategory-list .category-card:hover {
  transform: translate3d(0, -2px, 0);
  background: #c44484;
  box-shadow: 0 10px 74px rgba(0, 0, 0, 0.3);
}

.subcategory-list .category-card-body {
  min-height: 40px;
  align-items: center;
  display: flex;
}

.subcategory-list .category-card-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

.sortbar-top {
  margin-bottom: 0;
  border-bottom: 1px solid #E4E4E4;
}

.sortbar-top .pagination {
  display: none;
}

.sortbar-bottom {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 1px solid #E4E4E4;
}

.sortbar-bottom .pagination-wrapper {
  width: 100%;
}

.sortbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  color: #8B8B8B;
  padding: 0;
}

.sort-label,
.results {
  font-size: 0.75rem;
}

.page-item {
  padding: 0 0.25rem;
}

.page-link:active,
.page-link:hover {
  border: 1px solid #c44484;
  color: #c44484;
  background-color: transparent;
}

.page-prev.page-link,
.page-next.page-link,
.page-first.page-link,
.page-last.page-link {
  background-color: transparent;
  color: #151E26;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  border: 0;
}

.page-prev.page-link:active,
.page-prev.page-link:hover,
.page-next.page-link:active,
.page-next.page-link:hover,
.page-first.page-link:active,
.page-first.page-link:hover,
.page-last.page-link:active,
.page-last.page-link:hover {
  color: #c44484;
}

.active.page-item .page-link {
  background-color: transparent;
  color: #BFBFBF;
}

.module-search-critea {
  margin-bottom: 40px;
}

/* /list page */

/* login page */

.sr-login-remember-me-div .form-group {
  display: flex;
  justify-content: flex-end;
}

/* /login page */

.sr-custom-checkbox .sr-custom-checkbox-control:checked ~ .sr-custom-checkbox-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* product-packageoffer */

.packageoffer-line {
  background: #FFFFFF;
  box-shadow: 0 10px 74px rgba(0, 0, 0, 0.1);
}

.packageoffer-line + .packageoffer-line {
  margin-top: 50px;
}

.packageoffer-line .package-head {
  padding: 45px 30px 0 30px;
  text-transform: uppercase;
  font-size: 1.25rem;
}

.packageoffer-line-products {
  padding: 20px 45px;
}

.product-snapshot-vertical .packageoffer-item:not(:empty) {
  margin-top: 15px;
}

.packageoffer-item .product-card .card-body {
  padding: 0 0.5rem;
}

.packageoffer-item-badge {
  position: absolute;
  font-size: 1.25rem;
  background: #302F34;
  color: #fff;
  font-weight: 600;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  border-radius: 50px;
  padding: 2px 0.5rem;
}

.product-packageoffer-normal-price {
  color: #8B8B8B;
  font-size: 0.71094rem;
}

.list_price.postfix {
  white-space: nowrap;
  font-size: 1rem;
}

.list_original.postfix {
  white-space: nowrap;
  text-decoration: line-through;
}

.product-packageoffer-package-price .postfix {
  white-space: nowrap;
  font-size: 1.125rem;
}

.package-head {
  margin-bottom: 0;
}

.sortbar-packageoffer-list {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}

.sortbar-packageoffer-list select {
  width: auto;
  margin-left: 1rem;
}

.list_original.packageoffer-totals-text {
  text-decoration: line-through;
}

.packageoffer-line-right {
  background: #302F34;
  color: #ffffff;
}

.packageoffer-line-right .packageoffer-totals-text.list_original {
  color: #9E9E9E;
  font-size: 1.25rem;
}

.packageoffer-line-right .product-packageoffer-package-price {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 10px 0 10px;
}

.packageoffer-line-right .product-packageoffer-discount {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 25px;
}

.packageoffer-cart-btn-wrapper {
  display: flex;
  justify-content: center;
}

.packageoffer-cart-btn-wrapper .package_add_to_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.packageoffer-cart-btn-wrapper .package_add_to_cart &gt; svg {
  display: none;
}

.packageoffer-cart-btn-wrapper .package_add_to_cart:not(.offer_request):not(.ordernow) {
  width: 65px;
  height: 65px;
}

.packageoffer-cart-btn-wrapper .package_add_to_cart:not(.offer_request):not(.ordernow) &gt; svg {
  display: block;
  width: 22px;
  height: 22px;
}

.packageoffer-cart-btn-wrapper .package_add_to_cart:not(.offer_request):not(.ordernow) &gt; span {
  display: none;
}

.packageoffer-cart-btn-wrapper .package_add_to_cart.offer_request,
.packageoffer-cart-btn-wrapper .package_add_to_cart.ordernow {
  padding: 0.75rem 1.8125rem;
  font-size: 1rem;
  line-height: 1.25rem;
  border-radius: 50px;
}

/* /product-packageoffer */

/* product page add-to-cart */

body:not(.product-with-children-table) .flypage .product-cart-box {
  background: #302F34;
  color: #9E9E9E;
  padding: 30px 40px;
  margin-bottom: 1rem;
}

.text-minimum-wrapper {
  padding-top: 0.5rem;
}

.quantity-to-cart {
  max-width: 70px;
  padding: 5px 15px;
  line-height: 1.25rem;
  font-size: 1.625rem;
  border-radius: 50px !important;
  color: #ffffff;
  background: transparent;
  height: 45px;
}

.quantity-to-cart:focus {
  background: transparent;
  color: #ffffff;
}

.product_table_quantity {
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
}

.product-addtocart-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.product-addtocart-wrapper .input-group,
.product-addtocart-wrapper .quantity-name-text {
  padding: 0 0.5rem;
}

.product-addtocart-wrapper .product_table_quantity {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas: "quantity-label quantity-input" "quantity-unit quantity-input";
}

.product-addtocart-wrapper .input-group {
  grid-area: quantity-input;
  margin-left: 20px;
}

.product-addtocart-wrapper .quantity-name-text {
  grid-area: quantity-unit;
  text-align: left;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.product-addtocart-wrapper .quantity-name-text:before {
  content: "(";
}

.product-addtocart-wrapper .quantity-name-text:after {
  content: ")";
}

.product-addtocart-wrapper .quantity-text {
  grid-area: quantity-label;
  line-height: 0;
  color: #ffffff;
  padding-right: 0.5rem;
}

.product-addtocart-wrapper .svg-cart-icon {
  display: none;
}

.product-addtocart-wrapper .button-add-to-cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-addtocart-wrapper .button-add-to-cart &gt; svg {
  display: none;
}

.product-addtocart-wrapper .button-add-to-cart:not(.offer_request):not(.ordernow) {
  width: 85px;
  height: 85px;
}

.product-addtocart-wrapper .button-add-to-cart:not(.offer_request):not(.ordernow) &gt; svg {
  display: block;
  width: 35px;
  height: 35px;
}

.product-addtocart-wrapper .button-add-to-cart:not(.offer_request):not(.ordernow) &gt; span {
  display: none;
}

.product-addtocart-wrapper .button-add-to-cart.offer_request,
.product-addtocart-wrapper .button-add-to-cart.ordernow {
  padding: 0.75rem 1.8125rem;
  font-size: 1rem;
  line-height: 1.25rem;
  border-radius: 50px;
}

.product-addtocart-wrapper .cart-loading.button-add-to-cart {
  pointer-events: none;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.45);
}

.product-addtocart-wrapper .cart-loading.button-add-to-cart:active,
.product-addtocart-wrapper .cart-loading.button-add-to-cart:hover {
  background: none;
}

.product-addtocart-wrapper .cart-loading.button-add-to-cart:before {
  opacity: 0;
}

.product-addtocart-wrapper .cart-loading.button-add-to-cart:after {
  content: "";
  display: inline-block;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0);
  text-align: center;
  position: absolute;
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
  font-size: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-rendering: auto;
}

.product-addtocart-wrapper .cart-loading.button-add-to-cart span {
  opacity: 0;
}

/* /product page add-to-cart */

.product-children-table {
  width: 100%;
  font-size: 0.8125rem;
}

.product-children-table .quantity-text {
  display: none;
}

.product-children-table .list_addtocart .quantity-name-text {
  padding: 0 4px;
}

.product-children-table-responsive {
  margin: 30px 0;
}

.product-children-table .product-children-table-header td {
  font-weight: 500;
  border-top: 0;
}

.product-children-table tbody &gt; tr &gt; td {
  vertical-align: middle;
}

.product-children-table td {
  width: auto;
  border: 0;
  padding: 5px 10px;
}

.product-children-table select {
  max-width: 100px;
}

.product-children-table .product-price-special,
.product-children-table .product-price,
.product-children-table .product-price-original {
  white-space: nowrap;
}

.product-children-table .list_original {
  font-size: 0.8125rem;
}

.product-children-table .product-price-special,
.product-children-table .product-price {
  font-size: 0.8125rem;
}

.product-children-table .addtocart_wrapper {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-children-table .product-card-cart-button .button-add-to-cart {
  width: auto !important;
  height: auto !important;
  font-size: .8125rem !important;
  display: inline-block;
}

.product-children-table .quantity_wrapper {
  display: inline-block;
  margin-right: 10px;
}

.product-children-table .quantity-input {
  font-weight: 500;
  font-size: 1.0625rem;
  padding: 5px;
  margin: 0 1rem 0 0;
  width: 40px;
  height: 40px;
  outline: none !important;
  font-style: normal;
  border-radius: 0;
  text-align: center;
}

.product-children-table .product-card-price:not(:empty) {
  margin: 0;
}

.product-children-table .quantity-name-text,
.product-children-table .quantity-input {
  font-size: 0.75rem;
}

.product-children-table .quantity-name-text {
  vertical-align: middle;
}

.product-children-table .autohelp:hover {
  text-decoration: none;
}

.product-children-table .ui-spinner {
  margin-left: 5px;
  margin-right: 5px;
}

.product-children-table .ui-spinner-input {
  border: 0;
  margin: 0;
}

/* collateral - kiegĂŠszĂ­tĹ termĂŠkek */

.product-collateral-row {
  margin-top: 0.5rem;
}

.product-collateral-list-price {
  line-height: 1rem;
}

.product-collateral-list-checkbox-and-picture {
  max-width: 30%;
}

.product-collateral-list-name-price-options {
  max-width: 70%;
  padding-left: 0.5rem;
  justify-content: space-between;
}

.product-collateral-list-name {
  padding-right: 0.5rem;
}

.product-collateral-list-item {
  margin-bottom: 0.5rem;
}

/* /collateral - kiegĂŠszĂ­tĹ termĂŠkek */

/* product image */

.product-image-main {
  background: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.05);
}

.product-images-module {
  margin: 0.5rem auto 1rem auto;
}

.social-share-module {
  margin-top: 0.5rem;
}

.position-5-wrapper .home-position {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

img.product-secondary-image.thumb-active {
  outline: 1px solid #302F34;
}

.product-images {
  margin: 0 0 1rem 0;
  padding: 0 2rem;
}

.product-images .slick-arrow {
  position: absolute;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 22px;
  height: 22px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  border: 0;
  z-index: 1;
}

.slick-vertical .product-images .slick-arrow {
  width: 10px;
  height: 10px;
}

.product-images .slick-next {
  top: 50%;
  right: 0;
}

.slick-vertical .product-images .slick-next {
  top: auto;
  bottom: -15px;
  right: calc(50% - 4px);
}

.product-images .slick-prev {
  top: 50%;
  left: 0;
}

.slick-vertical .product-images .slick-prev {
  top: -10px;
  left: calc(50% - 4px);
}

.product-images .slick-prev:hover,
.product-images .slick-prev:focus,
.product-images .slick-next:hover,
.product-images .slick-next:focus {
  color: transparent;
  outline: none;
}

.product-images .slick-prev:hover:before,
.product-images .slick-prev:focus:before,
.product-images .slick-next:hover:before,
.product-images .slick-next:focus:before {
  opacity: 1;
}

.product-images .slick-prev.slick-disabled:before,
.product-images .slick-next.slick-disabled:before {
  opacity: .25;
}

.product-images .slick-prev:before,
.product-images .slick-next:before {
  border: solid #000;
  content: " ";
  height: 8px;
  width: 8px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  left: 0;
}

.product-images .slick-next:before {
  left: -1px;
  border-width: 0 1px 1px 0;
}

.slick-vertical .product-images .slick-next:before {
  left: 0;
  transform: rotate(45deg);
}

.product-images .slick-prev:before {
  right: -1px;
  border-width: 1px 0 0 1px;
}

.slick-vertical .product-images .slick-prev:before {
  right: 0;
  transform: rotate(45deg);
}

.product-image-outer {
  padding: 15px 5px;
  outline: none;
}

.product-image-outer:active,
.product-image-outer:hover {
  cursor: pointer;
}

.product-image-outer img {
  outline: none;
  width: 100%;
  height: auto;
  padding: 3px;
  background: #FFFFFF;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

/* video as product image */

.video-container {
  position: relative;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.product-video-outer {
  position: relative;
}

.product-video-outer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.3);
}

.video-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  pointer-events: none;
}

/* /video as product image */

.position-5-wrapper .module-head {
  display: none;
}

/* product image magnify if enabled */

html.magnifying &gt; body {
  overflow-x: hidden !important;
}

.magnify,
.magnify &gt; .magnify-lens,
.magnify-mobile,
.lens-mobile {
  min-width: 0;
  min-height: 0;
  animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  transform: none;
  transition: none;
}

.magnify {
  position: relative;
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
  z-index: inherit;
}

.magnify &gt; .magnify-lens {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  cursor: none;
  display: none;
  z-index: 99;
}

.magnify &gt; .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
}

.magnify &gt; .magnify-lens.loading:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}

/* /product image magnify */

/* /product image */

/* product options */

/* termĂŠk tĂ­pusok - vĂĄltozatkĂŠpzĹ paramĂŠterek */

.product-attribute-item {
  display: flex;
  align-items: center;
  color: #9E9E9E;
  font-size: 1rem;
}

.product-attribute-name {
  display: flex;
  min-width: 100px;
  margin: 0 5px 0 0;
  font-size: 1rem;
}

.product-attribute-name span {
  display: flex;
  align-items: center;
  font-weight: normal;
}

.product-attribute-value {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-attribute-value .form-element {
  padding: 0;
}

.product-attribute-value ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 10px 0 0 0;
}

.product-attribute-value ul li {
  margin: 0 10px 10px 0;
}

.product-options-select-title {
  font-size: 1rem;
  font-weight: 600;
}

.product-option-item {
  padding-bottom: 0.5rem;
}

.product-option-name {
  font-size: 1rem;
  color: #9E9E9E;
}

/* termĂŠk tĂ­pusok - vĂĄltozatkĂŠpzĹ paramĂŠterek - ikonos vĂĄlasztĂł */

.list-icon .variable {
  border-radius: 3px;
  border: 1px solid transparent;
  padding: 0;
  transition: all 0.2s ease-in-out;
}

.list-icon .variable:hover {
  border: 1px solid #000;
}

.list-icon .variable .color {
  border-radius: 3px;
  border: 1px solid #fff;
}

.list-icon .variable.selected {
  border: 1px solid #000;
}

/* termĂŠk tĂ­pusok - vĂĄltozatkĂŠpzĹ paramĂŠterek - szĂśveges vĂĄlasztĂł */

.list-list .variable {
  border-radius: 3px;
  border: 1px solid #000;
  transition: all 0.2s ease-in-out;
  color: #151E26;
}

.list-list .variable a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  height: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  color: inherit;
  letter-spacing: 1px;
}

.list-list .variable.selected {
  background-color: #302F34;
  color: #fff;
}

.list-list .variable.selected a {
  font-weight: 600;
}

.list-list .variable:hover {
  background-color: #6F6F6F;
  color: #fff;
}

.product-ring-select-parameter-row .form-element {
  padding: 0;
}

/* /product options */

.product-parameters {
  color: #9E9E9E;
  font-size: 1rem;
}

.product-parameters td {
  vertical-align: middle;
  padding: 0.5rem 0;
}

.product-parameters tr:first-child td {
  border-top: 0;
}

.product-attribute-row + .product-attribute-row {
  padding-top: 1rem;
}

.product-quantity-discounts-cell {
  width: 100%;
}

.param-value.productstock-param,
.param-value.productstock1-param,
.param-value.productstock2-param {
  font-weight: 600;
}

.loyaltypoints-param-row .param-label {
  position: relative;
}

.loyalty-info-tootltip {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
}

.product-quantity-discounts-cell1 {
  padding-right: 1rem;
}

/* product price */

.discount-interval {
  margin-top: 0.5rem;
}

.discount-interval-pretext {
  padding-right: 0.5rem;
}

.product-page-price-original {
  text-decoration: line-through;
  color: #9E9E9E;
  font-size: 1.125rem;
}

.product-page-price-special,
.product-page-price {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
}

.product-with-children-table .flypage .product-cart-box .product-page-price-special,
.product-with-children-table .flypage .product-cart-box .product-page-price {
  color: #302f34;
}

.postfix {
  color: #9E9E9E;
  margin-left: 0.25rem;
}

.decrease-amount {
  font-style: italic;
  padding: 1px 10px;
  font-size: 100%;
  margin-top: 5px;
  margin-right: 8px;
  color: #ffffff;
  background: #c44484;
}

/* /product price */

/* product reviews */

.js-scroll-productreview {
  align-items: center;
  display: inline-flex;
}

.label-count {
  margin-left: 5px;
}

.label-count:before {
  content: '(';
}

.label-count:after {
  content: ')';
}

.product-review-item:not(:last-child) {
  padding-bottom: 1rem;
}

.product-review-no-reviews {
  flex: 1;
}

.product-review-no-reviews .content {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.25rem;
  font-weight: 600;
  color: #d8d8d8;
}

.product-review-no-reviews svg {
  width: 48px;
  height: 48px;
  margin-right: 25px;
  color: #d8d8d8;
}

.review-verified-purchase {
  position: relative;
  background: #8ED100;
  text-align: center;
  color: #212529;
  padding: 0 10px 0 20px;
  height: 20px;
  font-size: 11px;
  display: flex;
  align-items: center;
}

.review-verified-purchase:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 7px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.review-verified-purchase:before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid #8ED100;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.review-verified-purchase svg {
  width: 10px;
  height: 10px;
}

.product-rating-average {
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1;
}

.js-review-msg.success {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  color: #4a6d00;
  background-color: #e8f6cc;
  border-color: #dff2b8;
}

.js-review-msg.success hr {
  border-top-color: #d5eea2;
}

.js-review-msg.success .alert-link {
  color: #273a00;
}

.product-review-summary .reviews-empty-icon {
  width: 48px;
  height: 47px;
}

.product-review-summary .product-review-average-sum {
  background: #c44484;
  padding: 10px;
  border-radius: 10px;
  color: white;
}

.product-review-summary .product-review-pointer {
  cursor: pointer;
  color: #c44484;
}

.product-review-summary .product-rating-star-box .star-filled {
  color: #fff;
}

.product-review-summary .product-rating-star-box .star-unfilled {
  color: #fff;
  opacity: .5;
}

.product-review-summary .product-review-progress {
  margin: 5px 10px;
  height: 10px;
  width: 100%;
  border-radius: 10px;
}

.product-review-summary .product-review-progress .progress-bar {
  background: #c44484;
}

.product-review-summary .product-review-rating-filter {
  width: 3.5em;
}

.product-review-summary .add-review {
  padding: 10px 20px;
}

.product-review-summary .add-review .btn {
  white-space: normal;
  line-height: 15px;
}

.product-review-summary .add-review-text {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.2em;
}

.form-group-rating {
  display: flex;
  align-items: center;
}

.form-group-rating .form-group-rating-label {
  margin: 0 1rem 0 0;
}

.form-group-rating .custom-control-inline {
  margin: 0;
}

.form-group-rating .custom-control-label:after {
  cursor: pointer;
}

.form-group-rating .review-prefix,
.form-group-rating .review-postfix {
  font-size: 0.71094rem;
  color: #8B8B8B;
}

.form-group-rating .review-prefix {
  margin-right: 0.5rem;
}

/* /product reviews */

/* tabs */

.product-page-nav-tabs {
  justify-content: flex-start;
  border-color: #E4E4E4;
}

.product-page-nav-tabs .nav-item {
  text-align: center;
}

.product-page-nav-tabs .nav-link {
  font-size: 1rem;
  padding: 1rem 20px;
  border: 0;
  color: #8B8B8B;
  border-radius: 0;
  text-transform: uppercase;
  position: relative;
}

.product-page-nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: #E4E4E4;
}

.product-page-nav-tabs .nav-item:last-child .nav-link:after {
  display: none;
}

.product-page-nav-tabs .nav-item.show .nav-link,
.product-page-nav-tabs .nav-link.active {
  border: 0;
  color: #000;
  background: transparent;
  box-shadow: inset 0px -2px 0px 0px #c44484;
}

.position-4-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* /tabs */

/* tags */

.tags {
  padding: 0.5rem 0 1rem 0;
}

/* tags */

.tab-content .module-head {
  display: none;
}

.product-page-right-box {
  padding-bottom: 2rem;
}

.position-5-wrapper .home-position .module-body {
  margin-top: 0;
}

.productdescription {
  font-size: 0.875rem;
}

iframe.fb_iframe_widget_lift {
  width: 100% !important;
}

.product-pathway-container,
.product-page-top,
.product-page-middle-1,
.product-page-middle-2 {
  background: #F5F5F5;
}

.product-page-middle-1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.product-page-middle-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.success-page-subtitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0 2rem 0;
}

.success-page-messages li {
  display: flex;
}

.success-page-messages svg {
  color: #8ED100;
  margin-right: 1rem;
}

.success-page-registration {
  margin-top: 20px;
  margin-bottom: 20px;
}

.success-page-buttons {
  margin-bottom: 1rem;
}

.sr-guest-registration-form {
  margin-top: 2rem;
}

.sr-guest-registration-form-inline .checkbox {
  position: relative;
}

.sr-guest-registration-form-inline .checkbox input {
  -webkit-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid black;
  outline: none;
  border-radius: 3px;
  background-size: 50% 50%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 0;
  top: 2px;
}

.sr-guest-registration-form-inline .checkbox input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='black' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.sr-guest-registration-form-inline .checkbox label {
  padding-left: 1.5rem;
}

.sr-guest-registration-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* header category bugfix */

.header-position.module-editable.category-module {
  position: static;
}

.header-position.module-editable.category-module .module-edit-link {
  position: static;
  float: right;
  margin-right: -30px;
  margin-top: -50px;
}

/* /header category bugfix */

.edit-link {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #111111 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.8);
  transition: none;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1030;
}

.languageselect-module .edit-link {
  right: -25px;
}

.section-wrapper .edit-link i:before {
  content: "";
  background: url("../image/pen-solid.svg") no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}

.editproduct:before {
  display: inline-block;
  content: "";
  background: url("../image/pen-solid.svg") no-repeat;
  width: 16px;
  height: 16px;
}

.cart-module .edit-link {
  right: -30px;
}

.module-editable {
  position: relative;
}

.page-head-title:hover &gt; .edit-link,
.module-editable:hover &gt; .edit-link,
.product-card:hover .edit-link {
  opacity: 1;
}

.page-head-title:hover &gt; .edit-link:hover,
.module-editable:hover &gt; .edit-link:hover,
.product-card:hover .edit-link:hover {
  background: white;
}

.pulse {
  box-shadow: 0 0 0 0 #c44484;
  animation: pulse 2s infinite;
}

.pulse:hover {
  animation: none;
}

[class*="col-sr-"] {
  flex: 0 0 50%;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 40px;
}

.cursor-pointer {
  cursor: pointer;
}

.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.d-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bg-dark .close {
  color: #fff;
  opacity: .9;
  text-shadow: none;
}

.bg-dark .close:hover {
  color: #C8C8C8;
}

.sr-separator {
  height: 1px;
  background-color: #E4E4E4;
  margin: 1rem auto;
}

.sr-separator.w-300 {
  width: 300px;
}

/* svg icons */

.icon-arrow-up {
  transform: rotate(90deg);
}

.icon-arrow-right {
  transform: rotate(180deg);
}

.icon-arrow-down {
  transform: rotate(270deg);
}

.star-filled {
  color: #FFC107;
}

svg.rating-star {
  margin-right: 10px;
}

.star-unfilled {
  color: #C8C8C8;
}

.customer-delete-modal-close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.qtip {
  z-index: 8999 !important;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }

  .btn {
    transition: none;
  }

  .fade {
    transition: none;
  }

  .collapsing {
    transition: none;
  }

  .custom-switch .custom-control-label::after {
    transition: none;
  }

  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }

  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }

  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }

  .badge {
    transition: none;
  }

  .progress-bar {
    transition: none;
  }

  .progress-bar-animated {
    animation: none;
  }

  .modal.fade .modal-dialog {
    transition: none;
  }

  .carousel-item {
    transition: none;
  }

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }

  .carousel-indicators li {
    transition: none;
  }
}

@media (min-width: 0) {
  .card-deck.card-multiple .card {
    flex: 0 0 calc(100% - 40px);
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .container,
  .container-sm {
    max-width: 540px;
  }

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 &gt; * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-sm-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 &gt; * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }

  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm &gt; .container,
  .navbar-expand-sm &gt; .container-fluid,
  .navbar-expand-sm &gt; .container-sm,
  .navbar-expand-sm &gt; .container-md,
  .navbar-expand-sm &gt; .container-lg,
  .navbar-expand-sm &gt; .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -20px;
    margin-left: -20px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 20px;
  }

  .card-group {
    display: flex;
    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:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  footer {
    padding: 4rem 0 0 0;
  }

  footer .module {
    padding-bottom: 3rem;
  }

  .card-deck.card-multiple .card {
    flex: 0 0 calc(100% - 40px);
  }

  .product-card-footer {
    flex-direction: row;
    align-items: center;
  }

  .aurora-overlay-buttons {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }

  .aurora-overlay-buttons .btn {
    margin: 1rem;
  }

  .slider-container {
    margin-bottom: 2rem;
  }

  .slider-box h2 {
    font-size: 1.125rem;
  }

  .slider-box h3 {
    font-size: 0.875rem;
  }

  .banner-names-item {
    padding: 0.5rem 1rem;
  }

  .banner-items-container {
    margin-top: 2rem;
  }

  .banner-items-title {
    font-size: 1rem;
  }

  .module-dealofday-wrapper .product-card-left {
    padding: 1rem 2rem;
  }

  .module-dealofday-wrapper .product-card-right {
    padding: 1rem 2rem;
  }

  .nanobar {
    padding: 0.5rem 2rem;
  }

  .home-position .news-card {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .home-position .news-card-body {
    padding: 35px 30px;
  }

  .home-position .news-card-text {
    font-size: 0.875rem;
    height: 61px;
  }

  .home-position .news-card-btn-wrapper {
    justify-content: flex-end;
  }

  .home-position .news-card-deck {
    padding: 20px;
  }

  .home-position .news-card-item {
    width: auto;
    padding: 20px;
  }

  .footer-position .news-card-deck {
    flex-direction: column;
  }

  .paf-search-form .widget {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .wishlist-product-image {
    padding-right: 1rem;
  }

  .wishlist-product-actions {
    padding-left: 1rem;
  }

  .wishlist-product {
    display: flex;
    justify-content: space-between;
  }

  .wishlist-options {
    text-align: right;
  }

  .wishlist-option-item {
    justify-content: flex-end;
  }

  .wishlist-product-date-added {
    text-align: right;
  }

  .wishlist-product-buttons {
    justify-content: flex-end;
  }

  .wishlist-share-form {
    width: 460px;
  }

  .sr-cart-special-row-title {
    margin-right: 30px;
  }

  .sr-cart-bottom-buttons-row .sr-col-shop-continue .sr-cart-back {
    padding-left: 0;
  }

  .sr-next-to-checkout {
    margin-left: 1rem;
  }

  .sr-shipping-cost-calculator-inline {
    display: flex;
    align-items: center;
  }

  .sr-shipping-cost-calculator-inline .sr-shipping-cost-calculator-inline-right {
    margin-left: 0.5rem;
  }

  .cart-summary-box,
  .shipping-cost-calculator {
    justify-content: flex-end;
  }

  .redeem-help {
    text-align: right;
  }

  .sortbar {
    padding: 40px 0;
  }

  .account-account-menu .list-group {
    width: 50%;
  }

  .packageoffer-item .product-card .card-body {
    padding: 0;
  }

  [class*="col-sr-"] {
    flex: 0 0 33.3%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 &gt; * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-md-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 &gt; * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md &gt; .container,
  .navbar-expand-md &gt; .container-fluid,
  .navbar-expand-md &gt; .container-sm,
  .navbar-expand-md &gt; .container-md,
  .navbar-expand-md &gt; .container-lg,
  .navbar-expand-md &gt; .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  footer .module-head {
    padding-bottom: 2.5rem;
  }

  .card-deck.card-multiple .card {
    flex: 0 0 calc(50% - 40px);
  }

  .product-snapshot-horizontal:not(.is-side) {
    padding-right: 2rem;
  }

  .module-head {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .module .module-head .module-head-title {
    font-size: 1.875rem;
  }

  .side-position .module-head .module-head-title {
    font-size: 1.25rem;
  }

  .modules-all-link {
    margin-top: 3rem;
  }

  .ms-view {
    width: 100% !important;
    margin: 0 !important;
  }

  .ms-slide-info {
    display: none;
  }

  .slider-box h2 {
    font-size: 1.25rem;
  }

  .slider-box h3 {
    font-size: 1rem;
  }

  .banner-items-title {
    font-size: 1.125rem;
  }

  .banner-items-subtitle {
    font-size: 0.875rem;
  }

  .module-dealofday-wrapper .product-card {
    border-bottom-width: 20px;
    box-shadow: 0 10px 74px rgba(0, 0, 0, 0.1);
  }

  .module-dealofday-wrapper .product-card-left {
    flex: 1;
    max-width: none;
    width: auto;
  }

  .module-dealofday-wrapper .product-card-right {
    flex: 1;
  }

  .module-dealofday-wrapper .card-actions.row {
    justify-content: flex-end;
  }

  .home-position .module-head-title {
    font-size: 1.875rem;
  }

  .home-position .newsletter-pretext {
    margin-bottom: 1.5rem;
  }

  .home-position .form-submit {
    padding-top: 10px;
  }

  .wishlist-product-actions {
    min-width: 280px;
    padding-left: 3rem;
  }

  .wishlist-product-image {
    padding-right: 2rem;
  }

  .wishlist-btn-update-list {
    margin-left: auto;
  }

  .wishlist-btn-add-all-to-cart {
    margin-right: 1rem;
  }

  .wishlist-product {
    padding: 2.5rem 0;
  }

  .page-head-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .category-custom-html-top,
  .category-custom-html-bottom {
    margin-top: 40px;
  }

  .category-custom-html-bottom {
    margin-bottom: 2rem;
    padding: 0;
  }

  .sr-cart-table .cart-row-name {
    width: 50%;
  }

  .sr-cart-table .cart-row-price {
    width: 15%;
  }

  .sr-cart-table .cart-row-quantity {
    width: 15%;
  }

  .sr-cart-table .cart-row-image {
    width: 8%;
  }

  .sr-cart-table &gt; tbody:not(.row-danger) &gt; tr &gt; td,
  .sr-cart-table &gt; tbody &gt; tr &gt; th,
  .sr-cart-table &gt; tfoot &gt; tr &gt; td,
  .sr-cart-table &gt; tfoot &gt; tr &gt; th,
  .sr-cart-table &gt; thead &gt; tr &gt; td,
  .sr-cart-table &gt; thead &gt; tr &gt; th {
    border-bottom: 1px solid #E4E4E4;
    border-top: 0;
  }

  .sr-cart-table &gt; tbody:not(.row-danger) &gt; tr &gt; td {
    padding: 1rem;
  }

  .sr-cart-table .cart-buttons-wrapper {
    padding-top: 0.5rem;
    display: flex;
  }

  .custom-tab .form-inline input {
    width: 400px;
  }

  .product-page-head-title {
    margin-top: 0;
  }

  .sr-guest-registration-input {
    width: 280px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .product-page-left {
    width: 45%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 &gt; * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-lg-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 &gt; * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg &gt; .container,
  .navbar-expand-lg &gt; .container-fluid,
  .navbar-expand-lg &gt; .container-sm,
  .navbar-expand-lg &gt; .container-md,
  .navbar-expand-lg &gt; .container-lg,
  .navbar-expand-lg &gt; .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .slick-slider:not(.product-images) .slick-next {
    right: -50px;
  }

  .slick-slider:not(.product-images) .slick-prev {
    left: -50px;
  }

  .column-left {
    margin-top: 0;
  }

  main.has-sticky {
    padding-top: 211px;
  }

  .search-module {
    margin-left: auto;
    flex: 0 0 300px;
  }

  .search-results {
    top: 60px;
  }

  .navbar-brand {
    padding-right: 2rem;
  }

  .card-deck.card-multiple .card {
    flex: 0 0 calc(50% - 40px);
  }

  .dropdown-hover-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    visibility: hidden;
    opacity: .3;
    transform: scale(1, 0);
    transform-origin: top;
    animation-fill-mode: forwards;
    transition: all 0.2s 0s linear;
    min-width: 19rem;
  }

  .dropright .dropdown-hover-menu {
    right: 0;
    left: auto;
  }

  .dropdown:hover &gt; .dropdown-hover-menu {
    visibility: visible;
    transform: scale(1, 1);
    opacity: 1;
    transition: all 0.2s 0s linear;
  }

  .product-snapshot-vertical .product-snapshot:not(:empty) {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .slider-container {
    margin-bottom: 4rem;
    margin-top: -81px;
  }

  .slider-container:before {
    display: block;
    content: "";
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 300px;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  .slider-box h2 {
    font-size: 1.875rem;
  }

  .slider-box h3 {
    font-size: 1.125rem;
  }

  .banner-items-title {
    font-size: 1.25rem;
  }

  .cart-product-list {
    max-height: 380px;
  }

  .categoryoffer-row .categoryoffer-col {
    margin-top: 30px;
  }

  .categoryoffer-row .category-card-heading {
    font-size: 1.25rem;
    padding: 23px 0;
  }

  .module-categoryoffer-wrapper .card-body {
    text-align: center;
  }

  .module-dealofday-wrapper .product-card-right {
    padding: 45px 60px;
  }

  .mobile-navbar {
    display: none;
  }

  .home-position .newsletter-home-wrapper {
    flex-direction: row;
  }

  .home-position .newsletter-home-left img {
    width: 450px;
  }

  .home-position .newsletter-home-right {
    padding: 30px 25px;
  }

  .mobile-filter-overlay {
    display: none;
  }

  .open-filter-btn {
    display: none;
  }

  .close-filter-btn {
    display: none;
  }

  .paf-search-form .widget {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .product-children-table .quantity-input {
    margin: 0;
    width: 60px;
  }

  .product-children-table tr td:last-child {
    width: 20%;
  }

  .product-collateral-row {
    margin-left: 0;
    margin-right: 0;
  }

  .product-collateral-list-name {
    max-width: 60%;
  }

  .product-collateral-name {
    padding: 0;
  }

  .product-collateral-list-details {
    max-width: 40%;
  }

  .product-collateral-list-checkbox-and-picture {
    max-width: 15%;
  }

  .product-collateral-list-name-price-options {
    max-width: 85%;
    flex: 1;
  }

  .desktop-device .video-container {
    padding-bottom: 56.25%;
  }

  .product-quantity-discounts-cell1 {
    width: 50%;
  }

  .position-3-wrapper {
    margin-top: 1rem;
  }

  .product-page-head-title {
    margin-bottom: 1.5rem;
  }

  .product-page-right {
    padding-left: 2rem;
  }

  .col-sr-2 {
    flex: 0 0 50%;
  }

  .col-sr-3 {
    flex: 0 0 33.33333%;
  }

  .col-sr-4 {
    flex: 0 0 25%;
  }

  .col-sr-5 {
    flex: 0 0 20%;
  }

  .col-sr-6 {
    flex: 0 0 16.66667%;
  }

  .col-sr-7 {
    flex: 0 0 14.28571%;
  }

  .col-sr-8 {
    flex: 0 0 12.5%;
  }

  .col-sr-9 {
    flex: 0 0 11.11111%;
  }

  .col-sr-10 {
    flex: 0 0 10%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1180px;
  }

  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 &gt; * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xl-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 &gt; * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl &gt; .container,
  .navbar-expand-xl &gt; .container-fluid,
  .navbar-expand-xl &gt; .container-sm,
  .navbar-expand-xl &gt; .container-md,
  .navbar-expand-xl &gt; .container-lg,
  .navbar-expand-xl &gt; .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }

  .modal-xl {
    max-width: 1140px;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .search-module {
    flex: 0 0 400px;
  }

  .card-deck.card-multiple .card {
    flex: 0 0 calc(50% - 40px);
  }

  .one-column-content .product-snapshot-vertical .product-snapshot {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .slider-box {
    padding: 40px 50px;
  }

  .slider-box h2 {
    font-size: 3.125rem;
  }

  .slider-box h3 {
    font-size: 1.25rem;
  }

  .banner-items-title {
    font-size: 1.875rem;
    width: 700px;
  }

  .cart-product-list {
    max-height: 470px;
  }

  .home-position .newsletter-home-left img {
    width: 600px;
  }

  .home-position .newsletter-home-right {
    padding: 60px 50px;
  }

  .product-collateral-select {
    padding-left: 0.5rem;
    width: 150px;
  }
}

@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,
  .navbar-expand-xl &gt; .container-sm,
  .navbar-expand-xl &gt; .container-md,
  .navbar-expand-xl &gt; .container-lg,
  .navbar-expand-xl &gt; .container-xl {
    padding-right: 0;
    padding-left: 0;
  }

  .product-snapshot-horizontal.is-side h2.product-card-item {
    font-size: 0.75rem;
  }

  .product-snapshot-horizontal.is-side .product-card-title,
  .product-snapshot-horizontal.is-side .product-card-price,
  .product-snapshot-horizontal.is-side .product-card-description {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .product-module.home-position:not(#dealofday) .product-snapshot,
  .product-module.footer-position .product-snapshot {
    flex-basis: 250px;
    max-width: 250px;
    flex-shrink: 0;
  }

  .product-module.home-position:not(#dealofday) .list_with_divs,
  .product-module.footer-position .list_with_divs {
    overflow-x: scroll;
    overflow-scrolling: touch;
    flex-wrap: nowrap;
    width: auto;
  }

  .home-position .aurora-scroll-arrow-pos-2 .aurora-scroll-btn-left {
    left: 1rem;
    bottom: auto;
    top: -50px;
  }

  .home-position .aurora-scroll-arrow-pos-2 .aurora-scroll-btn-right {
    right: 1rem;
    bottom: auto;
    top: -50px;
  }

  .banner-items-button .btn {
    font-size: 0.8125rem;
    padding: 0.5625rem 1.5625rem;
  }

  .breadcrumb {
    padding: 0.5rem 0;
  }

  .breadcrumb-item {
    display: none;
  }

  .breadcrumb-item:nth-last-child(2) {
    display: block;
    text-align: left;
  }

  .breadcrumb-item:nth-last-child(2):before {
    display: none;
  }

  .breadcrumb-item:nth-last-child(2) a {
    font-size: 0.75rem;
    font-weight: 400;
    padding: 5px 0;
    display: flex;
    position: relative;
  }

  .breadcrumb-item:nth-last-child(2) a:before {
    border: solid #151E26;
    border-width: 0 1px 1px 0;
    content: " ";
    height: 6px;
    width: 6px;
    display: block;
    position: relative;
    bottom: 0;
    margin: auto 6px auto auto;
    transform: rotate(135deg);
    right: auto;
    top: -1px;
  }

  #product-image-container {
    width: auto !important;
  }

  .product-quantity-discounts-wrapper .product-quantity-discounts-table:nth-child(odd) {
    background-color: #E4E4E4;
  }
}

@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,
  .navbar-expand-lg &gt; .container-sm,
  .navbar-expand-lg &gt; .container-md,
  .navbar-expand-lg &gt; .container-lg,
  .navbar-expand-lg &gt; .container-xl {
    padding-right: 0;
    padding-left: 0;
  }

  main.has-sticky {
    padding-top: 0 !important;
  }

  .btn-quickview {
    display: none;
  }

  .product-snapshot-horizontal:not(.is-side) .product-snapshot {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .banner-items-button .btn {
    font-size: 0.71094rem;
    padding: 0.1875rem 0.9375rem;
  }

  html:not(.js-is-visible) .mm-page .page-wrap {
    padding-top: 110px;
  }

  .product-filter-module {
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 280px;
    visibility: hidden;
    transform: translateX(-100%);
    transition: transform 0.2s ease;
    pointer-events: auto;
  }

  .product-filter-module.show {
    transform: translateX(0);
    visibility: visible;
  }

  .product-filter-module .module {
    height: calc(100vh);
    overflow-y: scroll;
    overflow-x: hidden;
    transition: .3s;
    overflow-scrolling: touch;
    padding-bottom: 6rem;
  }

  html.js-is-visible {
    overflow: hidden;
  }

  html.js-is-visible .mobile-navbar {
    visibility: hidden;
    height: 0;
    opacity: 0;
  }

  .partners-row {
    overflow-x: scroll;
    overflow-scrolling: touch;
  }

  .partners-item {
    margin: 0 1rem;
  }

  .sr-cart-table {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #E4E4E4;
  }

  .sr-cart-table &gt; tbody {
    display: flex;
    flex-wrap: wrap;
    border: 0;
    margin-bottom: 5px;
    padding: 10px 0 0;
  }

  .sr-cart-table &gt; tbody &gt; tr {
    display: flex;
    justify-content: stretch;
    flex-basis: 100%;
  }

  .sr-cart-table &gt; tbody.row-danger {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
  }

  .sr-cart-table .row-danger-box &gt; td {
    text-align: center;
    width: 100%;
  }

  .sr-cart-table &gt; tbody:not(.row-danger) &gt; tr &gt; td,
  .sr-cart-table &gt; tbody &gt; tr &gt; th,
  .sr-cart-table &gt; tfoot &gt; tr &gt; td,
  .sr-cart-table &gt; tfoot &gt; tr &gt; th,
  .sr-cart-table &gt; thead &gt; tr &gt; td,
  .sr-cart-table &gt; thead &gt; tr &gt; th {
    border: 0;
  }

  .sr-cart-table .cart-row-image {
    flex-basis: 10%;
    display: flex;
  }

  .sr-cart-table .cart-product-attribute-wrapper {
    display: flex;
    flex-direction: column;
  }

  .sr-cart-table tr.mobile-quantity-row &gt; td {
    display: flex;
    flex-basis: 100%;
  }

  .sr-cart-table .mobile-price-wrapper {
    order: 2;
    display: flex;
    flex-basis: 80%;
    flex-wrap: wrap;
    align-items: center;
  }

  .sr-cart-table .mobile-price-wrapper &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 .cart-buttons-wrapper {
    display: flex;
    padding-top: 0.5rem;
  }

  .sr-cart-quantity-input {
    --cart-quantity-height: 29px;
    --cart-quantity-width: 36px;
  }

  .pd-tab ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }

  .pd-tab ul li label {
    width: 100%;
    display: block;
    float: none;
    padding: 8px 25px;
  }

  .pd-tab .custom-tab .form-group {
    display: block;
  }

  .pd-tab .custom-tab button {
    width: 100%;
  }

  body:not(.product-with-children-table) .flypage .product-cart-box {
    margin: 0 -20px 20px -20px;
    padding: 30px 20px;
  }

  .product-children-table thead {
    display: none;
  }

  .product-children-table tbody,
  .product-children-table tr,
  .product-children-table th,
  .product-children-table td {
    display: block;
    width: 100% !important;
  }

  .product-children-table tr {
    margin-bottom: 2rem;
    border: 1px solid #e5e5e5;
  }

  .product-children-table tr:nth-child(odd) {
    background-color: #efefef;
  }

  .product-children-table tr td:first-child {
    padding-top: 10px;
  }

  .product-children-table tr td:last-child {
    padding-bottom: 10px;
  }

  .product-children-table .quantity-input {
    height: 38px;
    margin: 0;
  }

  .product-children-table td {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px;
  }

  .product-children-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 0.75rem;
    line-height: 0.75rem;
    margin-bottom: 0.25rem;
  }

  .product-children-table td:last-child:before {
    content: none;
  }

  .product-children-table td div {
    font-size: 0.8125rem;
    padding-right: 10px;
    justify-content: flex-start;
    text-align: left;
    padding-top: 0;
  }

  .product-children-table .input-group-btn .btn {
    color: #000;
  }

  .product-children-table .list_addtocart {
    display: block;
    flex: 1;
    padding-right: 0;
    width: 100%;
  }

  .product-children-table .button-add-to-cart {
    flex: 1 1 100%;
  }

  .product-children-table .quantity-name-text {
    display: none;
  }

  .tabs,
  .tab-pages {
    width: 100%;
  }

  .tabs {
    margin-bottom: 2rem;
  }

  .position-3-container {
    flex-direction: column;
  }

  .position-3-container .home-position {
    padding: 0;
  }

  .tabs .tab-button {
    background-color: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: none;
    width: 100%;
    font-weight: 500;
    font-size: 1rem;
    color: #495057;
    position: relative;
    padding: 0;
    outline: 0;
    text-transform: uppercase;
  }

  .tabs .tab-button span {
    padding: 15px 15px 15px 0;
    opacity: 0.5;
  }

  .tabs .tab-button.first {
    border-top: 0;
  }

  .tabs .tab-button:before,
  .tabs .tab-button:after {
    content: "";
    position: absolute;
    background-color: #151E26;
    transition: transform 0.25s ease-out;
    display: block;
  }

  .tabs .tab-button:after {
    width: 12px;
    height: 2px;
    right: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .tabs .tab-button:before {
    width: 2px;
    height: 12px;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .tabs .tab-button[aria-expanded="true"] {
    border-bottom: 2px solid #c44484;
  }

  .tabs .tab-button[aria-expanded="true"] span {
    opacity: 1;
  }

  .tabs .tab-button[aria-expanded="true"]:before {
    transform: rotate(90deg);
  }

  .tabs .tab-button[aria-expanded="true"]:after {
    transform: rotate(180deg);
  }

  .tabs .tab-content {
    transition: all 0.2s ease-in-out;
  }

  .tabs .tab-content .module-head {
    display: none;
  }

  .product-page-head-title {
    font-size: 1.25rem;
    padding-bottom: 1rem;
  }
}

@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,
  .navbar-expand-md &gt; .container-sm,
  .navbar-expand-md &gt; .container-md,
  .navbar-expand-md &gt; .container-lg,
  .navbar-expand-md &gt; .container-xl {
    padding-right: 0;
    padding-left: 0;
  }

  .sr-container-small {
    width: 100%;
  }

  .sr-container-xs {
    width: 100%;
  }

  .quickview {
    display: none;
  }

  .product-card-title a {
    font-size: 0.8125rem;
  }

  .mobile-simple-view .product-card-body .product-card-item:not(.product-card-price):not(.product-card-title):not(.product-card-stock),
  .mobile-simple-view .product-card-right .product-card-item:not(.product-card-price):not(.product-card-title):not(.product-card-stock) {
    display: none;
  }

  .aurora-scroll-btn-left {
    left: 0;
  }

  .aurora-scroll-btn-right {
    right: 0;
  }

  .ms-slide-layers {
    display: none;
  }

  .ms-info {
    position: relative;
  }

  .ms-slide-info {
    position: static !important;
    width: auto !important;
    padding: 1rem;
    background: #F5F5F5;
  }

  .master-slider {
    margin: 0 !important;
  }

  .ms-thumb-list {
    display: none;
  }

  .auroramessenger-message.popup .module {
    display: none;
  }

  .cart-popup-module .auroramessage-product-image {
    display: none;
  }

  .cart-popup-module .auroramessage-incart {
    float: none;
    width: auto;
    margin: 0;
    display: block;
  }

  .cart-popup-module .auroramessage-link {
    float: none;
    width: 100%;
  }

  .auroramessage-others {
    display: none;
  }

  .module-dealofday-wrapper .product-card-title a {
    font-size: 1.25rem;
  }

  .module-dealofday-wrapper .product-card-left {
    box-shadow: 0 10px 74px rgba(0, 0, 0, 0.1);
  }

  .module-dealofday-wrapper .product-snapshot-horizontal:not(.is-side) .product-snapshot .product-card-row {
    flex-direction: column;
  }

  #lastseen .module-body {
    margin: 0;
  }

  #lastseen .module-head-title {
    margin: 0;
  }

  #lastseen .product-snapshot-vertical {
    padding-top: 10px;
  }

  .footer-top-position #lastseen .product-card-title a {
    font-size: 0.8125rem;
  }

  .manufactureroffer-list .slick-arrow {
    display: none !important;
  }

  .all-manufacturer-link-wrapper {
    margin-top: 3rem;
  }

  .home-position .slick-arrow {
    display: none !important;
  }

  .home-position .newsletter-home-wrapper {
    margin: -20px;
  }

  .wishlist-product-image,
  .wishlist-product-details,
  .wishlist-product-actions {
    margin-bottom: 1rem;
  }

  .wishlist-buttons {
    flex-direction: column;
  }

  .wishlist-buttons .btn + .btn {
    margin-top: 1rem;
  }

  .sr-cart-table .cart-row-image {
    flex-basis: 20%;
  }

  .sr-cart-table .special-price-sum,
  .sr-cart-table .current-price {
    font-size: 1rem;
    line-height: 1rem;
  }

  .sr-cart-quantity-input {
    --cart-quantity-height: 26px;
  }

  .sr-cart-quantity-input .btn {
    padding: 5px 2px;
  }

  .sr-cart-special-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .sr-cart-summary-box-table {
    table-layout: fixed;
  }

  .sr-cart-summary-box-table .gross-total {
    font-size: 1.3125rem;
    line-height: 1.125rem;
  }

  .sr-col-to-chekout {
    flex-direction: column;
  }

  .sr-cart-bottom-buttons-row .btn {
    width: 100%;
    margin-bottom: 20px;
  }

  .col-country-select-box {
    margin-bottom: 10px;
  }

  .packageoffer .module-body {
    margin-top: 0 !important;
  }

  .packageoffer-line .package-head {
    padding: 34px 20px 0 20px;
    text-align: center;
    text-transform: none;
  }

  .packageoffer-line-products {
    padding: 0 35px;
  }

  .product-snapshot-vertical .packageoffer-item:not(:empty) {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }

  .packageoffer-line-right .packageoffer-totals-text.list_original {
    font-size: 0.875rem;
  }

  .packageoffer-line-right .product-packageoffer-package-price {
    font-size: 1.125rem;
  }

  .packageoffer-line-right .product-packageoffer-discount {
    font-size: 0.8125rem;
    margin-bottom: 0;
  }

  .packageoffer-line-right {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 20px;
    width: calc(100% - 40px);
    margin-top: 2rem;
  }

  .packageoffer-line-right .packageoffer-line-right-inner {
    display: flex;
  }

  .packageoffer-line-right .packageoffer-line-right-top {
    flex: 1;
  }

  .packageoffer-line-right .packageoffer-cart-button {
    flex: 1;
    margin-top: 0 !important;
  }

  .product-collateral-list {
    font-size: 0.75rem;
  }

  .product-collateral-list select.form-control {
    font-size: 0.75rem;
  }

  .product-image-mobile .slick-arrow {
    display: none !important;
  }

  .product-options .form-control {
    width: auto;
  }

  .product-review-values {
    margin: 1rem 0;
  }

  .product-review-item .review-head {
    flex-wrap: wrap;
  }

  .product-review-item .review-head .review-verified-purchase {
    margin: 0.5rem 0;
  }

  .tags-wrapper {
    padding: 1rem 20px;
  }

  .product-pathway-container {
    background: #fff;
  }

  .product-page-left {
    padding: 0;
  }

  .product-page-right {
    padding-top: 1rem;
  }

  .position-5-wrapper {
    padding: 1rem 20px 0;
  }

  .sr-guest-registration-order-1 {
    flex-basis: 100%;
  }

  .sr-guest-registration-order-2 {
    order: 2;
  }
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm &gt; .table-bordered {
    border: 0;
  }

  .navbar-expand-sm &gt; .container,
  .navbar-expand-sm &gt; .container-fluid,
  .navbar-expand-sm &gt; .container-sm,
  .navbar-expand-sm &gt; .container-md,
  .navbar-expand-sm &gt; .container-lg,
  .navbar-expand-sm &gt; .container-xl {
    padding-right: 0;
    padding-left: 0;
  }

  #likebox-frame .fb-page &gt; span,
  #likebox-frame .fb-page iframe {
    width: 100% !important;
  }

  .auroramessenger-popupcontent {
    width: 95%;
  }

  .module-dealofday-wrapper .product-card-title a {
    font-size: 1.125rem;
  }

  .subcategory-list {
    margin: 0 -10px;
  }

  .subcategory-list &gt; div {
    padding: 0 10px;
  }

  .subcategory-list .category-card {
    margin-top: 20px;
  }

  .sortbar-top {
    flex-direction: column;
    margin-top: 1rem;
  }

  .sortbar-bottom {
    margin-bottom: 1rem;
  }

  .sortbar-bottom .pagination {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .sortbar-bottom .results {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    border-top: 1px solid #E4E4E4;
    text-align: center;
  }

  .product-list-body .page-head-title {
    margin-top: 25px;
  }

  .sort {
    width: 100%;
    padding: 20px 0;
    justify-content: center;
    border-top: 1px solid #E4E4E4;
  }

  .results {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sr-login-remember-me-div {
    padding-left: 0;
  }

  .quantity-to-cart {
    height: 35px;
    max-width: 55px;
    font-size: 1.25rem;
  }

  .product-addtocart-wrapper .button-add-to-cart:not(.offer_request):not(.ordernow) {
    width: 60px;
    height: 60px;
    padding: 0;
  }

  .product-addtocart-wrapper .button-add-to-cart:not(.offer_request):not(.ordernow) &gt; svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-height: 800px) {
  .popup-product-module {
    display: none;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #8B8B8B;
    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 #C8C8C8 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #E4E4E4;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #E4E4E4;
  }
}

@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #fff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #fff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #fff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #fff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #fff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #fff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #fff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #fff;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes checkout-spinner-rotator {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(270deg);
  }
}

@keyframes checkout-spinner-colors {
  0% {
    stroke: #6d6d6d;
  }

  25% {
    stroke: #78b15a;
  }

  50% {
    stroke: #f7c223;
  }

  75% {
    stroke: #78b15a;
  }

  100% {
    stroke: #6d6d6d;
  }
}

@keyframes checkout-spinner-dash {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(196, 68, 132, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(196, 68, 132, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(196, 68, 132, 0);
  }
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.1);
  }

  80% {
    transform: scale(1);
  }
}</pre></body></html>