@charset "UTF-8";
@font-face {
  font-family: "Matahari Extended";
  src: url("../fonts/MatahariExtended-700ExtBold.eot");
  src: local("Matahari Extended 700 Ext Bold"), local("MatahariExtended-700ExtBold"), url("../fonts/MatahariExtended-700ExtBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MatahariExtended-700ExtBold.woff2") format("woff2"), url("../fonts/MatahariExtended-700ExtBold.woff") format("woff"), url("../fonts/MatahariExtended-700ExtBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Matahari Extended";
  src: url("../fonts/MatahariExtended-400ExtReg.eot");
  src: local("Matahari Extended 400 Ext Reg"), local("MatahariExtended-400ExtReg"), url("../fonts/MatahariExtended-400ExtReg.eot?#iefix") format("embedded-opentype"), url("../fonts/MatahariExtended-400ExtReg.woff2") format("woff2"), url("../fonts/MatahariExtended-400ExtReg.woff") format("woff"), url("../fonts/MatahariExtended-400ExtReg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SangBleuEmpire";
  src: url("../fonts/SangBleu/SangBleuEmpire-RegularItalic-WebS.eot");
  src: local("SangBleuEmpire-RegularItalic-WebS"), local("SangBleuEmpire-RegularItalic-WebS"), url("../fonts/SangBleu/SangBleuEmpire-RegularItalic-WebS.eot?#iefix") format("embedded-opentype"), url("../fonts/SangBleu/SangBleuEmpire-RegularItalic-WebS.woff2") format("woff2"), url("../fonts/SangBleu/SangBleuEmpire-RegularItalic-WebS.woff") format("woff"), url("../fonts/SangBleu/SangBleuEmpire-RegularItalic-WebS.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "SangBleuEmpire";
  src: url("../fonts/SangBleu/SangBleuEmpire-Regular-WebS.eot");
  src: local("SangBleuEmpire-Regular-WebS"), local("../fonts/SangBleu/SangBleuEmpire-Regular-WebS"), url("../fonts/SangBleu/SangBleuEmpire-Regular-WebS.eot?#iefix") format("embedded-opentype"), url("../fonts/SangBleu/SangBleuEmpire-Regular-WebS.woff2") format("woff2"), url("../fonts/SangBleu/SangBleuEmpire-Regular-WebS.woff") format("woff"), url("../fonts/SangBleu/SangBleuEmpire-Regular-WebS.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
$font-size-header-top: 11px;
$font-size-main-menu: 11px;
$font-size-sidebar: 12px;
$font-size-h1: 18px;
$font-size-product-name: 12px;
$font-size-product-brand: 18px;
$font-size-product-desc: 11px;
$font-size-product-tabs: 12px;
$font-size-label: 11px;
$font-size-product-label: 12px;

$font-size-productlist-name: 11px;
$font-size-productlist-brand: 13px;
$font-size-productlist-desc: 11px;
$font-size-productlist-price: 11px;
$font-size-productlist-quickview: 11px;

$font-size-brands-letter: 22px;
$font-size-brands-brand: 14px;
$font-size-footer-links: 12px;
*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #9B1D20;
  --orange: #fd7e14;
  --yellow: #e2b737;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3644AC;
  --secondary: #adb5bd;
  --success: #3644AC;
  --info: #495057;
  --warning: #e2b737;
  --danger: #9B1D20;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Matahari Extended", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  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: "Matahari Extended", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}

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

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, .product-accessories h2,
.product-accessories .products-section-title,
.related-free h2,
.related-free .products-section-title,
#cart .featured-products h2,
#cart .featured-products .products-section-title, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

sup {
  top: -0.5em;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: none;
}

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

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label, .label {
  display: inline-block;
  margin-bottom: 0.1rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  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] {
  -webkit-box-sizing: border-box;
  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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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, .product-accessories h2,
.product-accessories .products-section-title,
.related-free h2,
.related-free .products-section-title,
#cart .featured-products h2,
#cart .featured-products .products-section-title, h2, h3, h4, h5, h6,
.h1,
.products-section-title, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: "Matahari Extended", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}

h1, .product-accessories h2,
.product-accessories .products-section-title,
.related-free h2,
.related-free .products-section-title,
#cart .featured-products h2,
#cart .featured-products .products-section-title, .h1, .products-section-title {
  font-size: 1.271875rem;
}
@media (max-width: 1200px) {
  h1, .product-accessories h2,
  .product-accessories .products-section-title,
  .related-free h2,
  .related-free .products-section-title,
  #cart .featured-products h2,
  #cart .featured-products .products-section-title, .h1, .products-section-title {
    font-size: calc(1.2521875rem + 0.02625vw);
  }
}

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

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

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

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

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

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

.display-1 {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}

.display-2 {
  font-size: 2.188rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.3438rem + 1.1256vw);
  }
}

.display-3 {
  font-size: 1.563rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.2813rem + 0.3756vw);
  }
}

.display-4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small,
.quick-view {
  font-size: 0.6015625rem;
  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: 0.859375rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.6015625rem;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    max-width: 1140px;
  }
}

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

.row, .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6, .product-miniature {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12, footer.l-footer .footerbuilder {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
  background-color: #fff;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e5e4e1;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e4e1;
}
.table tbody + tbody {
  border-top: 2px solid #e5e4e1;
}

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

.table-bordered {
  border: 1px solid #e5e4e1;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #e5e4e1;
}
.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: #000;
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e5e4e1;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.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);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1em + 2.25rem + 2px);
  padding: 1.125rem 1rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #adb5bd;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  margin-bottom: 0;
  line-height: 1;
  color: #000;
  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(1em + 1.564rem + 2px);
  padding: 0.782rem 0.9rem;
  font-size: 0.6875rem;
  line-height: 1;
}

.form-control-lg {
  height: calc(1em + 1.564rem + 2px);
  padding: 0.782rem 0.9rem;
  font-size: 0.6875rem;
  line-height: 1;
}

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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.5rem;
  font-size: 0.6015625rem;
  color: #3644AC;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.6015625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(54, 68, 172, 0.9);
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #3644AC;
  padding-right: calc(1em + 2.25rem);
  background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233644AC' width='18px' height='18px'><path d='M0 0h24v24H0z' fill='none'/><path d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>");
  background-repeat: no-repeat;
  background-position: center right calc(0.25em + 0.5625rem);
  background-size: calc(0.5em + 1.125rem) calc(0.5em + 1.125rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #3644AC;
  -webkit-box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.25);
  box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1em + 2.25rem);
  background-position: top calc(0.25em + 0.5625rem) right calc(0.25em + 0.5625rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #3644AC;
  padding-right: calc((1em + 1.8rem) * 3 / 4 + 1.9rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.46 5.1599998' width='9.46' height='5.1599998' %3e%3cpath fill='%23000000' transform='translate(-45.27,-47.42)' d='m 50,51.73 -4.3,-4.31 -0.43,0.43 4.31,4.3 v 0 l 0.42,0.43 0.42,-0.43 v 0 l 4.31,-4.3 -0.43,-0.43 z' /%3e%3c/svg%3e") no-repeat right 0.9rem center/8px 10px, url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233644AC' width='18px' height='18px'><path d='M0 0h24v24H0z' fill='none'/><path d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>") #fff no-repeat center right 1.9rem/calc(0.5em + 1.125rem) calc(0.5em + 1.125rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #3644AC;
  -webkit-box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.25);
  box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #3644AC;
}
.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: #3644AC;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #3644AC;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(77.6725663717, 92.1061946903, 199.3274336283);
  background-color: rgb(77.6725663717, 92.1061946903, 199.3274336283);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.25);
  box-shadow: 0 0 0 0px rgba(54, 68, 172, 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: #3644AC;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #3644AC;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #3644AC;
  -webkit-box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.25);
  box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 0.6015625rem;
  color: #9B1D20;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.6015625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(155, 29, 32, 0.9);
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #9B1D20;
  padding-right: calc(1em + 2.25rem);
  background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%239B1D20' width='18px' height='18px'><path d='M0 0h24v24H0z' fill='none'/><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  background-repeat: no-repeat;
  background-position: center right calc(0.25em + 0.5625rem);
  background-size: calc(0.5em + 1.125rem) calc(0.5em + 1.125rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #9B1D20;
  -webkit-box-shadow: 0 0 0 0px rgba(155, 29, 32, 0.25);
  box-shadow: 0 0 0 0px rgba(155, 29, 32, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1em + 2.25rem);
  background-position: top calc(0.25em + 0.5625rem) right calc(0.25em + 0.5625rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #9B1D20;
  padding-right: calc((1em + 1.8rem) * 3 / 4 + 1.9rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.46 5.1599998' width='9.46' height='5.1599998' %3e%3cpath fill='%23000000' transform='translate(-45.27,-47.42)' d='m 50,51.73 -4.3,-4.31 -0.43,0.43 4.31,4.3 v 0 l 0.42,0.43 0.42,-0.43 v 0 l 4.31,-4.3 -0.43,-0.43 z' /%3e%3c/svg%3e") no-repeat right 0.9rem center/8px 10px, url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%239B1D20' width='18px' height='18px'><path d='M0 0h24v24H0z' fill='none'/><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>") #fff no-repeat center right 1.9rem/calc(0.5em + 1.125rem) calc(0.5em + 1.125rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #9B1D20;
  -webkit-box-shadow: 0 0 0 0px rgba(155, 29, 32, 0.25);
  box-shadow: 0 0 0 0px rgba(155, 29, 32, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #9B1D20;
}
.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: #9B1D20;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #9B1D20;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(197.9619565217, 37.0380434783, 40.8695652174);
  background-color: rgb(197.9619565217, 37.0380434783, 40.8695652174);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0px rgba(155, 29, 32, 0.25);
  box-shadow: 0 0 0 0px rgba(155, 29, 32, 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: #9B1D20;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #9B1D20;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #9B1D20;
  -webkit-box-shadow: 0 0 0 0px rgba(155, 29, 32, 0.25);
  box-shadow: 0 0 0 0px rgba(155, 29, 32, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label, .form-inline .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 700;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.782rem 0.9rem;
  font-size: 0.6875rem;
  line-height: 1;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #000;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #3644AC;
  border-color: #3644AC;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(44.860619469, 56.4911504425, 142.889380531);
  border-color: rgb(41.814159292, 52.6548672566, 133.185840708);
}
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(84.15, 96.05, 184.45, 0.5);
  box-shadow: 0 0 0 0px rgba(84.15, 96.05, 184.45, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3644AC;
  border-color: #3644AC;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(41.814159292, 52.6548672566, 133.185840708);
  border-color: rgb(38.767699115, 48.8185840708, 123.482300885);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(84.15, 96.05, 184.45, 0.5);
  box-shadow: 0 0 0 0px rgba(84.15, 96.05, 184.45, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-secondary:hover {
  color: #212529;
  background-color: rgb(151.8074324324, 161.875, 171.9425675676);
  border-color: rgb(144.7432432432, 155.5, 166.2567567568);
}
.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(152, 159.4, 166.8, 0.5);
  box-shadow: 0 0 0 0px rgba(152, 159.4, 166.8, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: rgb(144.7432432432, 155.5, 166.2567567568);
  border-color: rgb(137.6790540541, 149.125, 160.5709459459);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(152, 159.4, 166.8, 0.5);
  box-shadow: 0 0 0 0px rgba(152, 159.4, 166.8, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #3644AC;
  border-color: #3644AC;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(44.860619469, 56.4911504425, 142.889380531);
  border-color: rgb(41.814159292, 52.6548672566, 133.185840708);
}
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(84.15, 96.05, 184.45, 0.5);
  box-shadow: 0 0 0 0px rgba(84.15, 96.05, 184.45, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #3644AC;
  border-color: #3644AC;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(41.814159292, 52.6548672566, 133.185840708);
  border-color: rgb(38.767699115, 48.8185840708, 123.482300885);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(84.15, 96.05, 184.45, 0.5);
  box-shadow: 0 0 0 0px rgba(84.15, 96.05, 184.45, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(55.5484375, 60.875, 66.2015625);
  border-color: rgb(49.73125, 54.5, 59.26875);
}
.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(100.3, 106.25, 112.2, 0.5);
  box-shadow: 0 0 0 0px rgba(100.3, 106.25, 112.2, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(49.73125, 54.5, 59.26875);
  border-color: rgb(43.9140625, 48.125, 52.3359375);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(100.3, 106.25, 112.2, 0.5);
  box-shadow: 0 0 0 0px rgba(100.3, 106.25, 112.2, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #e2b737;
  border-color: #e2b737;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(212.0087336245, 166.4268558952, 30.7412663755);
  border-color: rgb(200.8733624454, 157.6855895197, 29.1266375546);
}
.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(197.05, 161.1, 52.9, 0.5);
  box-shadow: 0 0 0 0px rgba(197.05, 161.1, 52.9, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #e2b737;
  border-color: #e2b737;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(200.8733624454, 157.6855895197, 29.1266375546);
  border-color: rgb(189.7379912664, 148.9443231441, 27.5120087336);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(197.05, 161.1, 52.9, 0.5);
  box-shadow: 0 0 0 0px rgba(197.05, 161.1, 52.9, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #9B1D20;
  border-color: #9B1D20;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(122.7785326087, 22.9714673913, 25.347826087);
  border-color: rgb(112.0380434783, 20.9619565217, 23.1304347826);
}
.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(170, 62.9, 65.45, 0.5);
  box-shadow: 0 0 0 0px rgba(170, 62.9, 65.45, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #9B1D20;
  border-color: #9B1D20;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(112.0380434783, 20.9619565217, 23.1304347826);
  border-color: rgb(101.2975543478, 18.9524456522, 20.9130434783);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(170, 62.9, 65.45, 0.5);
  box-shadow: 0 0 0 0px rgba(170, 62.9, 65.45, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(215.75, 217.2, 218.65, 0.5);
  box-shadow: 0 0 0 0px rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(215.75, 217.2, 218.65, 0.5);
  box-shadow: 0 0 0 0px rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(82.45, 87.55, 92.65, 0.5);
  box-shadow: 0 0 0 0px rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(82.45, 87.55, 92.65, 0.5);
  box-shadow: 0 0 0 0px rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #3644AC;
  border-color: #3644AC;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3644AC;
  border-color: #3644AC;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.5);
  box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3644AC;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3644AC;
  border-color: #3644AC;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.5);
  box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.5);
}

.btn-outline-secondary {
  color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(173, 181, 189, 0.5);
  box-shadow: 0 0 0 0px rgba(173, 181, 189, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #adb5bd;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(173, 181, 189, 0.5);
  box-shadow: 0 0 0 0px rgba(173, 181, 189, 0.5);
}

.btn-outline-success {
  color: #3644AC;
  border-color: #3644AC;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #3644AC;
  border-color: #3644AC;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.5);
  box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #3644AC;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #3644AC;
  border-color: #3644AC;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.5);
  box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.5);
}

.btn-outline-info {
  color: #495057;
  border-color: #495057;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(73, 80, 87, 0.5);
  box-shadow: 0 0 0 0px rgba(73, 80, 87, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #495057;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(73, 80, 87, 0.5);
  box-shadow: 0 0 0 0px rgba(73, 80, 87, 0.5);
}

.btn-outline-warning {
  color: #e2b737;
  border-color: #e2b737;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #e2b737;
  border-color: #e2b737;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(226, 183, 55, 0.5);
  box-shadow: 0 0 0 0px rgba(226, 183, 55, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #e2b737;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #e2b737;
  border-color: #e2b737;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(226, 183, 55, 0.5);
  box-shadow: 0 0 0 0px rgba(226, 183, 55, 0.5);
}

.btn-outline-danger {
  color: #9B1D20;
  border-color: #9B1D20;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #9B1D20;
  border-color: #9B1D20;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(155, 29, 32, 0.5);
  box-shadow: 0 0 0 0px rgba(155, 29, 32, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #9B1D20;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #9B1D20;
  border-color: #9B1D20;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(155, 29, 32, 0.5);
  box-shadow: 0 0 0 0px rgba(155, 29, 32, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0px rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0px rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0px rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0px rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, #index .home-pielegnacja-text .btn, .btn-group-lg > .btn {
  padding: 0.782rem 0.9rem;
  font-size: 0.6875rem;
  line-height: 1;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.782rem 0.9rem;
  font-size: 0.6875rem;
  line-height: 1;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 8rem;
  padding: 0rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.6875rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #E5E4E1;
  background-clip: padding-box;
  border: 0 solid #E5E4E1;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.7rem 0.7rem;
  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: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3644AC;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.dropdown-toggle-split {
  padding-right: 0.675rem;
  padding-left: 0.675rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

.btn-lg + .dropdown-toggle-split, #index .home-pielegnacja-text .btn + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.675rem;
  padding-left: 0.675rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.125rem 1rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #adb5bd;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.782rem 0.9rem;
  font-size: 0.6875rem;
  line-height: 1;
}

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.782rem 0.9rem;
  font-size: 0.6875rem;
  line-height: 1;
}

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

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

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #3644AC;
  border-color: #adb5bd;
  background-color: #fff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #000;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fff;
  border-color: #000;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.140625rem;
  left: -1.25rem;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.140625rem;
  left: -1.25rem;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233644AC' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #000;
  background-color: #000;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%233644AC' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 255, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%233644AC'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 255, 255, 0.5);
}

.custom-switch {
  padding-left: 1.8125rem;
}
.custom-switch .custom-control-label::before {
  left: -1.8125rem;
  width: 1.3125rem;
  pointer-events: all;
  border-radius: 0.375rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.140625rem + 2px);
  left: calc(-1.8125rem + 2px);
  width: calc(0.75rem - 4px);
  height: calc(0.75rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.375rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.5625rem);
  transform: translateX(0.5625rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 255, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1em + 2.25rem + 2px);
  padding: 0.9rem 1.9rem 0.9rem 0.9rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.46 5.1599998' width='9.46' height='5.1599998' %3e%3cpath fill='%23000000' transform='translate(-45.27,-47.42)' d='m 50,51.73 -4.3,-4.31 -0.43,0.43 4.31,4.3 v 0 l 0.42,0.43 0.42,-0.43 v 0 l 4.31,-4.3 -0.43,-0.43 z' /%3e%3c/svg%3e") no-repeat right 0.9rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #adb5bd;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #000;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.1);
  box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.1);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.9rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1em + 1.564rem + 2px);
  padding-top: 0.782rem;
  padding-bottom: 0.782rem;
  padding-left: 0.9rem;
  font-size: 0.6875rem;
}

.custom-select-lg {
  height: calc(1em + 1.564rem + 2px);
  padding-top: 0.782rem;
  padding-bottom: 0.782rem;
  padding-left: 0.9rem;
  font-size: 0.6875rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1em + 2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1em + 2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1em + 2.25rem + 2px);
  padding: 1.125rem 1rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1em + 2.25rem);
  padding: 1.125rem 1rem;
  line-height: 1;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0px);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, none;
  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: #000;
  border: 0;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(89.25, 89.25, 89.25);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f1f1f1;
  border-color: transparent;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #000;
  border: 0;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(89.25, 89.25, 89.25);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f1f1f1;
  border-color: transparent;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #000;
  border: 0;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(89.25, 89.25, 89.25);
}
.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: #f1f1f1;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #f1f1f1;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #e5e4e1;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent transparent #3644AC;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #000;
  background-color: #fff;
  border-color: transparent transparent #3644AC;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

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

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.card, .address, .account-links .link-item, .block-categories, .page-wrapper, .card-block, .left-column .search_filters {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
}
.card > hr, .address > hr, .account-links .link-item > hr, .block-categories > hr, .page-wrapper > hr, .card-block > hr, .left-column .search_filters > hr {
  margin-right: 0;
  margin-left: 0;
}
.card-body, .address-body, .block-categories, .page-content, .card-block, .left-column .search_filters {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 25px;
}

.card-title {
  margin-bottom: 25px;
}

.card-subtitle {
  margin-top: -12.5px;
  margin-bottom: 0;
}

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 25px;
}

.card-header, .address-header, .page-header {
  padding: 25px 25px;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header + .list-group .list-group-item:first-child, .address-header + .list-group .list-group-item:first-child, .page-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer, .address-footer, .page-footer {
  padding: 25px 25px;
  background-color: #fff;
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header-tabs {
  margin-right: -12.5px;
  margin-bottom: -25px;
  margin-left: -12.5px;
  border-bottom: 0;
}

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

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

.card-img {
  width: 100%;
}

.card-img-top {
  width: 100%;
}

.card-img-bottom {
  width: 100%;
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card, .card-deck .address, .card-deck .account-links .link-item, .account-links .card-deck .link-item, .card-deck .block-categories, .card-deck .page-wrapper, .card-deck .card-block, .card-deck .left-column .search_filters, .left-column .card-deck .search_filters {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card, .card-deck .address, .card-deck .account-links .link-item, .account-links .card-deck .link-item, .card-deck .block-categories, .card-deck .page-wrapper, .card-deck .card-block, .card-deck .left-column .search_filters, .left-column .card-deck .search_filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card, .card-group > .address, .account-links .card-group > .link-item, .card-group > .block-categories, .card-group > .page-wrapper, .card-group > .card-block, .left-column .card-group > .search_filters {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card, .card-group > .address, .account-links .card-group > .link-item, .card-group > .block-categories, .card-group > .page-wrapper, .card-group > .card-block, .left-column .card-group > .search_filters {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card, .card-group > .address + .card, .card-group > .card + .address, .card-group > .address + .address, .account-links .card-group > .link-item + .card, .account-links .card-group > .link-item + .address, .account-links .card-group > .card + .link-item, .account-links .card-group > .address + .link-item, .account-links .card-group > .link-item + .link-item, .card-group > .block-categories + .card, .card-group > .block-categories + .address, .account-links .card-group > .block-categories + .link-item, .card-group > .card + .block-categories, .card-group > .address + .block-categories, .account-links .card-group > .link-item + .block-categories, .card-group > .block-categories + .block-categories, .card-group > .page-wrapper + .card, .card-group > .page-wrapper + .address, .account-links .card-group > .page-wrapper + .link-item, .card-group > .page-wrapper + .block-categories, .card-group > .card-block + .card, .card-group > .card-block + .address, .account-links .card-group > .card-block + .link-item, .left-column .card-group > .search_filters + .card, .left-column .card-group > .search_filters + .address, .left-column .account-links .card-group > .search_filters + .link-item, .account-links .left-column .card-group > .search_filters + .link-item, .card-group > .card-block + .block-categories, .left-column .card-group > .search_filters + .block-categories, .card-group > .card + .page-wrapper, .card-group > .address + .page-wrapper, .account-links .card-group > .link-item + .page-wrapper, .card-group > .block-categories + .page-wrapper, .card-group > .page-wrapper + .page-wrapper, .card-group > .card-block + .page-wrapper, .left-column .card-group > .search_filters + .page-wrapper, .card-group > .card + .card-block, .card-group > .address + .card-block, .account-links .card-group > .link-item + .card-block, .left-column .card-group > .card + .search_filters, .left-column .card-group > .address + .search_filters, .left-column .account-links .card-group > .link-item + .search_filters, .account-links .left-column .card-group > .link-item + .search_filters, .card-group > .block-categories + .card-block, .left-column .card-group > .block-categories + .search_filters, .card-group > .page-wrapper + .card-block, .left-column .card-group > .page-wrapper + .search_filters, .card-group > .card-block + .card-block, .left-column .card-group > .search_filters + .card-block, .left-column .card-group > .card-block + .search_filters, .left-column .card-group > .search_filters + .search_filters {
    margin-left: 0;
    border-left: 0;
  }
}

.card-columns .card, .card-columns .address, .card-columns .account-links .link-item, .account-links .card-columns .link-item, .card-columns .block-categories, .card-columns .page-wrapper, .card-columns .card-block, .card-columns .left-column .search_filters, .left-column .card-columns .search_filters {
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card, .card-columns .address, .card-columns .account-links .link-item, .account-links .card-columns .link-item, .card-columns .block-categories, .card-columns .page-wrapper, .card-columns .card-block, .card-columns .left-column .search_filters, .left-column .card-columns .search_filters {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card, .accordion > .address, .account-links .accordion > .link-item, .accordion > .block-categories, .accordion > .page-wrapper, .accordion > .card-block, .left-column .accordion > .search_filters {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type):not(:last-of-type), .accordion > .address:not(:first-of-type):not(:last-of-type), .account-links .accordion > .link-item:not(:first-of-type):not(:last-of-type), .accordion > .block-categories:not(:first-of-type):not(:last-of-type), .accordion > .page-wrapper:not(:first-of-type):not(:last-of-type), .accordion > .card-block:not(:first-of-type):not(:last-of-type), .left-column .accordion > .search_filters:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
}
.accordion > .card:first-of-type, .accordion > .address:first-of-type, .account-links .accordion > .link-item:first-of-type, .accordion > .block-categories:first-of-type, .accordion > .page-wrapper:first-of-type, .accordion > .card-block:first-of-type, .left-column .accordion > .search_filters:first-of-type {
  border-bottom: 0;
}
.accordion > .card .card-header, .accordion > .card .address-header, .accordion > .address .card-header, .accordion > .address .address-header, .account-links .accordion > .link-item .card-header, .account-links .accordion > .link-item .address-header, .accordion > .block-categories .card-header, .accordion > .block-categories .address-header, .accordion > .card .page-header, .accordion > .address .page-header, .account-links .accordion > .link-item .page-header, .accordion > .block-categories .page-header, .accordion > .page-wrapper .card-header, .accordion > .page-wrapper .address-header, .accordion > .page-wrapper .page-header, .accordion > .card-block .card-header, .accordion > .card-block .address-header, .left-column .accordion > .search_filters .card-header, .left-column .accordion > .search_filters .address-header, .accordion > .card-block .page-header, .left-column .accordion > .search_filters .page-header {
  margin-bottom: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.69rem 0.9rem;
  margin-left: 0;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  border: 0 solid #ced4da;
}
.page-link:hover {
  z-index: 2;
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: none;
  background-color: transparent;
  border-color: #ced4da;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(54, 68, 172, 0.1);
  box-shadow: 0 0 0 2px rgba(54, 68, 172, 0.1);
}

.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #3644AC;
  background-color: transparent;
  border-color: transparent;
}
.page-item.disabled .page-link {
  color: #000;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: #ced4da;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 0.859375rem;
  line-height: 1.5;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.6015625rem;
  line-height: 1.5;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
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;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #3644ac;
  background-color: #3644ac;
  border-color: #3644ac;
}
.alert-primary hr {
  border-top-color: rgb(47.907079646, 60.3274336283, 152.592920354);
}
.alert-primary .alert-link {
  color: rgb(41.814159292, 52.6548672566, 133.185840708);
}

.alert-secondary {
  color: #adb5bd;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.alert-secondary hr {
  border-top-color: rgb(158.8716216216, 168.25, 177.6283783784);
}
.alert-secondary .alert-link {
  color: rgb(144.7432432432, 155.5, 166.2567567568);
}

.alert-success {
  color: #3644ac;
  background-color: #3644ac;
  border-color: #3644ac;
}
.alert-success hr {
  border-top-color: rgb(47.907079646, 60.3274336283, 152.592920354);
}
.alert-success .alert-link {
  color: rgb(41.814159292, 52.6548672566, 133.185840708);
}

.alert-info {
  color: #495057;
  background-color: #495057;
  border-color: #495057;
}
.alert-info hr {
  border-top-color: rgb(61.365625, 67.25, 73.134375);
}
.alert-info .alert-link {
  color: rgb(49.73125, 54.5, 59.26875);
}

.alert-warning {
  color: #e2b737;
  background-color: #e2b737;
  border-color: #e2b737;
}
.alert-warning hr {
  border-top-color: rgb(222.7707423581, 174.9825327511, 32.7292576419);
}
.alert-warning .alert-link {
  color: rgb(200.8733624454, 157.6855895197, 29.1266375546);
}

.alert-danger {
  color: #9b1d20;
  background-color: #9b1d20;
  border-color: #9b1d20;
}
.alert-danger hr {
  border-top-color: rgb(133.5190217391, 24.9809782609, 27.5652173913);
}
.alert-danger .alert-link {
  color: rgb(112.0380434783, 20.9619565217, 23.1304347826);
}

.alert-light {
  color: #f8f9fa;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.alert-light hr {
  border-top-color: rgb(233.125, 236.25, 239.375);
}
.alert-light .alert-link {
  color: rgb(218.25, 223.5, 228.75);
}

.alert-dark {
  color: #343a40;
  background-color: #343a40;
  border-color: #343a40;
}
.alert-dark hr {
  border-top-color: rgb(40.5689655172, 45.25, 49.9310344828);
}
.alert-dark .alert-link {
  color: rgb(29.1379310345, 32.5, 35.8620689655);
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #000;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:last-child {
  margin-bottom: 0;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.close {
  float: right;
  font-size: 1.03125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-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);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  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 {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid #e5e4e1;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0 solid #e5e4e1;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .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;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Matahari Extended", 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.6015625rem;
  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;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Matahari Extended", 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.6015625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.6875rem;
  color: inherit;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
}
.popover-header:empty {
  display: none;
}

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border, .btn-add-to-cart .btn-add-to-cart__spinner, .rc:after {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.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: #3644AC !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(41.814159292, 52.6548672566, 133.185840708) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(144.7432432432, 155.5, 166.2567567568) !important;
}

.bg-success {
  background-color: #3644AC !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(41.814159292, 52.6548672566, 133.185840708) !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(49.73125, 54.5, 59.26875) !important;
}

.bg-warning {
  background-color: #e2b737 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(200.8733624454, 157.6855895197, 29.1266375546) !important;
}

.bg-danger {
  background-color: #9B1D20 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(112.0380434783, 20.9619565217, 23.1304347826) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

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

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

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

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

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

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

.border-success {
  border-color: #3644AC !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex, .pack-product-quantity, .pack-product-container, .menu-top, .social-sharing {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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.8571428571%;
}

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap, .social-sharing {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1, .pack-product-name {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between, .pack-product-container {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

.align-items-center, .pack-product-quantity, .pack-product-container, .social-sharing--product {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch, .account-links {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch, .pack-product-quantity {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-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;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

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

.shadow, .card--reassurance, .products-imagescover, .account-links .link-item, .block-categories, .social-share-btn--product:hover, .card-block, .left-column .search_filters {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2) !important;
}

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

.shadow-none {
  -webkit-box-shadow: none !important;
  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,
.pack-product-name {
  margin-right: 1.5rem !important;
}

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

.ml-4,
.mx-4,
.pack-product-name {
  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;
}

@media (min-width: 576px) {
  .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;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
@media (min-width: 992px) {
  .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;
  }
}
@media (min-width: 1200px) {
  .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-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;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-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: #3644AC !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(35.7212389381, 44.982300885, 113.7787610619) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(130.6148648649, 142.75, 154.8851351351) !important;
}

.text-success {
  color: #3644AC !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(35.7212389381, 44.982300885, 113.7787610619) !important;
}

.text-info {
  color: #495057 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(38.096875, 41.75, 45.403125) !important;
}

.text-warning {
  color: #e2b737 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(178.6026200873, 140.2030567686, 25.8973799127) !important;
}

.text-danger {
  color: #9B1D20 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(90.5570652174, 16.9429347826, 18.6956521739) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

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

.text-muted, .form-group em {
  color: #6c757d !important;
}

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-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 #f1f1f1 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #e5e4e1;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #e5e4e1;
  }
}
.container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
  width: 100%;
  padding-right: 2.5px;
  padding-left: 2.5px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    width: 100%;
    padding-right: 2.5px;
    padding-left: 2.5px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .container, .l-wrapper--boxed, .l-wrapper, main > .notifications-container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}

.row, .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2.5px;
  margin-left: -2.5px;
}
@media (min-width: 576px) {
  .row, .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2.5px;
    margin-left: -2.5px;
  }
}
@media (min-width: 768px) {
  .row, .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 992px) {
  .row, .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
}

.row > .col, .products > .col,
.row > [class*=col-],
.products > [class*=col-],
.row > .product-miniature,
.products > .product-miniature {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
}
@media (min-width: 576px) {
  .row > .col, .products > .col,
  .row > [class*=col-],
  .products > [class*=col-],
  .row > .product-miniature,
  .products > .product-miniature {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
}
@media (min-width: 768px) {
  .row > .col, .products > .col,
  .row > [class*=col-],
  .products > [class*=col-],
  .row > .product-miniature,
  .products > .product-miniature {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .row > .col, .products > .col,
  .row > [class*=col-],
  .products > [class*=col-],
  .row > .product-miniature,
  .products > .product-miniature {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

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

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../css/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../css/MaterialIcons-Regular.woff2) format("woff2"), url(../css/MaterialIcons-Regular.woff) format("woff"), url(../css/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.03125rem; /* Preferred icon size */
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

.material-icons + span {
  display: inline-block;
}

.small .material-icons, .quick-view .material-icons,
.btn-sm .material-icons,
.btn-group-sm > .btn .material-icons {
  font-size: 0.6015625rem;
  line-height: 1.5;
}

.btn-lg .material-icons, #index .home-pielegnacja-text .btn .material-icons, .btn-group-lg > .btn .material-icons {
  font-size: 0.859375rem;
}

.pagination .material-icons {
  font-size: 1.03125rem;
}

.material-icons.md-18 {
  font-size: 1.125rem;
  line-height: 1;
}

.material-icons.md-24 {
  font-size: 1.5rem;
  line-height: 1;
}

.material-icons.md-36 {
  font-size: 2.25rem;
  line-height: 1;
}

.material-icons.md-48 {
  font-size: 3rem;
  line-height: 1;
}

body {
  background-color: #ffffff;
}

a {
  text-decoration: none;
}

sup {
  top: -0.3em;
}

.page-header h1, .page-header .product-accessories h2, .product-accessories .page-header h2,
.page-header .product-accessories .products-section-title,
.product-accessories .page-header .products-section-title,
.page-header .related-free h2,
.related-free .page-header h2,
.page-header .related-free .products-section-title,
.related-free .page-header .products-section-title,
.page-header #cart .featured-products h2,
#cart .featured-products .page-header h2,
.page-header #cart .featured-products .products-section-title,
#cart .featured-products .page-header .products-section-title {
  margin-bottom: 0;
}

.page-footer:empty {
  display: none;
}

.left-column > div,
.right-column > div {
  margin-bottom: 1rem;
}

/* HEADER */
.l-header {
  background-color: #fff;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
  .header__container {
    padding-left: 0;
    padding-right: 0;
  }
  .logo {
    width: 100%;
    max-width: 115px;
  }
}
/* FOOTER */
.l-footer {
  background-color: #fff;
  margin-top: 1rem;
  padding-top: 1rem;
}

/* MISC */
ul {
  list-style: none;
  padding-left: 0;
}

h1, .product-accessories h2,
.product-accessories .products-section-title,
.related-free h2,
.related-free .products-section-title,
#cart .featured-products h2,
#cart .featured-products .products-section-title, .h1, .products-section-title {
  text-transform: uppercase;
}

.quick-view {
  display: inline-block;
}

.form-group.form-group_forgot-password {
  margin-top: -1rem;
}

.bootstrap-touchspin {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: 1px solid #adb5bd;
}
.bootstrap-touchspin > input {
  max-width: 60px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  font-weight: 700;
}
.bootstrap-touchspin .btn {
  position: relative;
  z-index: 2;
  color: #495057;
  background-color: #fff;
}
.bootstrap-touchspin .input-group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bootstrap-touchspin .input-group-btn:first-child {
  margin-right: -1px;
}
.bootstrap-touchspin .input-group-btn:last-child {
  margin-left: -1px;
}

/* minimizing reflows and avoiding page jumps */
.rc {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: background 150ms;
  transition: background 150ms;
}
.rc:after {
  content: "";
  border-color: #f1f1f1;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  z-index: 2;
  border-right-color: transparent;
}
.rc--lazyload:after {
  display: none;
}

.rc > * {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rc > a {
  display: block;
}

.ratio2_1 {
  padding-top: 50%;
}

.ratio1_2 {
  padding-top: 200%;
}

.ratio4_3 {
  padding-top: 75%;
}

.ratio16_9 {
  padding-top: 56.25%;
}

.ratio1_1 {
  padding-top: 100%;
}

.ratio3_2 {
  padding-top: 33.3333333333%;
}

/* collapse icons */
.icon-collapse {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.icon-collapse[aria-expanded=true] {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

/* CART */
.promo-code {
  margin-left: -25px;
  margin-right: -25px;
  padding: 25px;
  background-color: #ffffff;
}

.promo-code-alert {
  display: none;
}

.card-body .separator, .address-body .separator, .block-categories .separator, .page-content .separator, .card-block .separator, .left-column .search_filters .separator {
  margin-left: -25px;
  margin-right: -25px;
}

.cart-summary-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.media-list__item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.cart-item:not(:last-child) {
  border-bottom: 1px solid #e5e4e1;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.product-line-info {
  margin-bottom: 0.5rem;
}

/* CHECKOUT STEP */
.order-checkout .card-body, .order-checkout .address-body, .order-checkout .block-categories, .order-checkout .page-content, .order-checkout .card-block, .order-checkout .left-column .search_filters, .left-column .order-checkout .search_filters {
  padding-bottom: 0;
}

.step-edit[aria-expanded=true] {
  display: none;
}

.step-title {
  margin-bottom: 0;
}

.-complete.-reachable .step-title .done {
  display: inline-block;
}

.-current .step-title .done {
  visibility: hidden;
}

.-current .card-header, .-current .address-header, .-current .page-header {
  background-color: #fff;
}

.accordion .card-body .card, .accordion .address-body .card, .accordion .card-body .address, .accordion .address-body .address, .accordion .card-body .account-links .link-item, .accordion .address-body .account-links .link-item, .account-links .accordion .card-body .link-item, .account-links .accordion .address-body .link-item, .accordion .block-categories .card, .accordion .block-categories .address, .accordion .block-categories .account-links .link-item, .account-links .accordion .block-categories .link-item, .accordion .card-body .block-categories, .accordion .address-body .block-categories, .accordion .block-categories .block-categories, .accordion .page-content .card, .accordion .page-content .address, .accordion .page-content .account-links .link-item, .account-links .accordion .page-content .link-item, .accordion .page-content .block-categories, .accordion .card-block .card, .accordion .card-block .address, .accordion .card-block .account-links .link-item, .account-links .accordion .card-block .link-item, .accordion .left-column .search_filters .card, .accordion .left-column .search_filters .address, .accordion .left-column .search_filters .account-links .link-item, .account-links .accordion .left-column .search_filters .link-item, .left-column .accordion .search_filters .card, .left-column .accordion .search_filters .address, .left-column .accordion .search_filters .account-links .link-item, .account-links .left-column .accordion .search_filters .link-item, .accordion .card-block .block-categories, .accordion .left-column .search_filters .block-categories, .left-column .accordion .search_filters .block-categories, .accordion .card-body .page-wrapper, .accordion .address-body .page-wrapper, .accordion .block-categories .page-wrapper, .accordion .page-content .page-wrapper, .accordion .card-block .page-wrapper, .accordion .left-column .search_filters .page-wrapper, .left-column .accordion .search_filters .page-wrapper, .accordion .card-body .card-block, .accordion .address-body .card-block, .accordion .card-body .left-column .search_filters, .accordion .address-body .left-column .search_filters, .left-column .accordion .card-body .search_filters, .left-column .accordion .address-body .search_filters, .accordion .block-categories .card-block, .accordion .block-categories .left-column .search_filters, .left-column .accordion .block-categories .search_filters, .accordion .page-content .card-block, .accordion .page-content .left-column .search_filters, .left-column .accordion .page-content .search_filters, .accordion .card-block .card-block, .accordion .left-column .search_filters .card-block, .left-column .accordion .search_filters .card-block, .accordion .card-block .left-column .search_filters, .left-column .accordion .card-block .search_filters, .accordion .left-column .search_filters .search_filters, .left-column .accordion .search_filters .search_filters {
  border: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-transition: border 0.1s linear;
  transition: border 0.1s linear;
}
.accordion .card-body .card-header, .accordion .address-body .card-header, .accordion .card-body .address-header, .accordion .address-body .address-header, .accordion .block-categories .card-header, .accordion .block-categories .address-header, .accordion .page-content .card-header, .accordion .page-content .address-header, .accordion .card-block .card-header, .accordion .card-block .address-header, .accordion .left-column .search_filters .card-header, .accordion .left-column .search_filters .address-header, .left-column .accordion .search_filters .card-header, .left-column .accordion .search_filters .address-header, .accordion .card-body .page-header, .accordion .address-body .page-header, .accordion .block-categories .page-header, .accordion .page-content .page-header, .accordion .card-block .page-header, .accordion .left-column .search_filters .page-header, .left-column .accordion .search_filters .page-header {
  text-align: center;
}
.accordion .selected .card, .accordion .selected .address, .accordion .selected .account-links .link-item, .account-links .accordion .selected .link-item, .accordion .selected .block-categories, .accordion .selected .page-wrapper, .accordion .selected .card-block, .accordion .selected .left-column .search_filters, .left-column .accordion .selected .search_filters {
  border-color: #3644AC;
  border-width: 2px;
}

.nav-tabs-info {
  font-size: 0.75625rem;
}
.nav-tabs-info .active {
  font-weight: bold;
}

.address-selector .card, .address-selector .address, .address-selector .account-links .link-item, .account-links .address-selector .link-item, .address-selector .block-categories, .address-selector .page-wrapper, .address-selector .card-block, .address-selector .left-column .search_filters, .left-column .address-selector .search_filters {
  -webkit-transition: border 0.1s linear;
  transition: border 0.1s linear;
}
.address-selector .card-header, .address-selector .address-header, .address-selector .page-header,
.address-selector .card-body,
.address-selector .address-body,
.address-selector .block-categories,
.address-selector .page-content,
.address-selector .card-block,
.address-selector .left-column .search_filters,
.left-column .address-selector .search_filters {
  cursor: pointer;
}

.card-body_add-address {
  padding: 25px 25px;
}
.card-body_add-address .material-icons {
  opacity: 0.8;
}

.carrier-price {
  font-weight: bold;
  font-size: 0.859375rem;
  color: #3644AC;
}

.order-line:not(:last-child) {
  margin-bottom: 0.5rem;
}

.order-confirmation-table {
  padding: 1rem;
  border: 3px solid rgba(0, 0, 0, 0.125);
}

.regular-price {
  text-decoration: line-through;
  font-size: 0.6015625rem;
  color: #495057;
  font-weight: 700;
}

.price {
  font-weight: 700;
  color: #000;
}

custom-file-label.selected:after {
  content: "" !important;
}

.nav-tabs .nav-link {
  color: #6c757d;
  font-weight: 700;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom-width: 3px;
}

.tab-content {
  padding-top: 1rem;
}

.products-section-title {
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 1rem;
  font-weight: 700;
}

.page-home > * {
  margin-bottom: 0.75rem;
}

@media (max-width: 767.98px) {
  .modal-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .modal-footer > .btn {
    margin: 0;
    width: 100%;
  }
  .modal-footer .btn:not(:last-child) {
    margin-top: 0.5rem;
  }
}
.nav-tabs {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.nav-tabs::-webkit-scrollbar {
  display: none;
}
.nav-tabs .nav-link {
  white-space: nowrap;
}

.notifications-container ul {
  margin-bottom: 0;
}

.js-invalid-feedback-browser:empty {
  display: none;
}

.form-group label small,
.form-group label .small,
.form-group label .quick-view,
.form-group .label .quick-view, .form-group .label small,
.form-group .label .small {
  font-size: 0.515625rem;
}

@media (min-width: 768px) {
  .page-content form,
  .checkout-form form,
  .page-wrapper--order-confirmation form {
    width: 75%;
    max-width: 450px;
    margin: 0 auto;
  }
  .page-wrapper--order-detail form {
    margin: unset;
  }
}
.form-footer {
  margin-top: 1rem;
}

.badge.dark {
  color: #fff;
  mix-blend-mode: difference;
}

.no-js img.lazyload {
  display: none;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.slick-slide.lazyload {
  display: none !important;
}
.slick-slide .lazyload {
  display: none !important;
}

.slick-active.lazyload,
.slick-current.lazyload,
.slick-current + .slick-slide.lazyload {
  display: block !important;
}
.slick-active .lazyload,
.slick-current .lazyload,
.slick-current + .slick-slide .lazyload {
  display: block !important;
}

.ps-alert-error {
  margin-bottom: 0;
}

.ps-alert-error .item,
.ps-alert-success .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px #9B1D20 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #9B1D20;
  margin-bottom: 1rem;
}
.ps-alert-error .item i,
.ps-alert-success .item i {
  border: 15px #9B1D20 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ps-alert-error .item i svg,
.ps-alert-success .item i svg {
  background-color: #9B1D20;
  width: 24px;
  height: 24px;
}
.ps-alert-error .item p,
.ps-alert-success .item p {
  background-color: #fff;
  margin: 0;
  padding: 1rem;
  width: 100%;
}

.ps-alert-success {
  padding: 0.25rem 0.25rem 2.75rem 0.25rem;
}
.ps-alert-success .item {
  border-color: #3644AC;
  background-color: #3644AC;
}
.ps-alert-success .item i {
  border-color: #3644AC;
}
.ps-alert-success .item i svg {
  background-color: #3644AC;
}

.social-sharing--product {
  margin: 1rem 0;
}

.modal .social-sharing--product {
  margin: 0;
}

.social-share-btn {
  width: 1.71875rem;
  height: 1.71875rem;
  display: block;
  margin: 0 0.5rem;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center center;
}
.social-share-btn.facebook {
  background-image: url(../img/facebook.svg);
}
.social-share-btn.twitter {
  background-image: url(../img/twitter.svg);
}
.social-share-btn.googleplus {
  background-image: url(../img/gplus.svg);
}
.social-share-btn.pinterest {
  background-image: url(../img/pinterest.svg);
}
.social-share-btn.rss {
  background-image: url(../img/rss.svg);
}
.social-share-btn.youtube {
  background-image: url(../img/youtube.svg);
}
.social-share-btn.vimeo {
  background-image: url(../img/vimeo.svg);
}
.social-share-btn.instagram {
  background-image: url(../img/instagram.svg);
}

.social-share-btn--product {
  background-size: 80%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.social-share-btn--product.facebook {
  background-image: url(../img/facebook-gray.svg);
}
.social-share-btn--product.facebook:hover {
  background-image: url(../img/facebook-blue.svg);
}
.social-share-btn--product.twitter {
  background-image: url(../img/twitter-gray.svg);
}
.social-share-btn--product.twitter:hover {
  background-image: url(../img/twitter-blue.svg);
}
.social-share-btn--product.googleplus {
  background-image: url(../img/gplus-gray.svg);
}
.social-share-btn--product.googleplus:hover {
  background-image: url(../img/gplus-blue.svg);
}
.social-share-btn--product.pinterest {
  background-image: url(../img/pinterest-gray.svg);
}
.social-share-btn--product.pinterest:hover {
  background-image: url(../img/pinterest-blue.svg);
}

.social-share-btn--footer {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.social-share-btn--footer:hover {
  background-color: #3644AC;
}

.blockcart {
  color: #fff;
  background-color: #3644AC;
  padding: 0.5rem;
}

.blockcart.inactive {
  color: #6c757d;
  background-color: #e9ecef;
}
.blockcart.inactive .material-icons {
  color: #6c757d;
}

.product-line-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-line-actions .input-group.bootstrap-touchspin {
  max-width: 130px;
}

.product-line-grid .product-line__title {
  margin-bottom: 0.75rem;
  display: inline-block;
  color: #000;
}
.product-line-grid .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-line-grid .product-price .discount {
  font-size: 0.6015625rem;
  line-height: 1;
}
.product-line-grid .product-discount {
  margin-right: 0.5rem;
}

.product-line__img {
  margin-right: 1rem;
}

@media (max-width: 991.98px) {
  .product-line__img {
    width: 100px;
    height: auto;
  }
  .product-line-actions {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 1rem;
  }
  .product-line-actions .product-price {
    margin: 0 2rem;
  }
}
@media (max-width: 767.98px) {
  .product-line__img {
    width: 50px;
  }
  .product-line-actions .product-price {
    margin: 0 1rem;
  }
}
.cart__card-body {
  position: relative;
}
.cart__card-body .cart__card-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  z-index: 3;
}
.cart__card-body.is--loading .cart__card-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.custom-color.custom-control {
  padding-left: 0;
}
.custom-color .custom-control-label:before,
.custom-color .custom-control-label:after {
  display: none;
}
.custom-color .color {
  margin-right: -0.5rem;
}

.facet-block:not(:last-child) {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 1rem;
}

.facet-block .remove {
  display: none;
}

.active_filters {
  background-color: #dededd;
}

.block-categories a {
  color: #000;
}

.category-sub__item {
  display: block;
  width: 100%;
}

.category-sub__item--0 {
  border-bottom: 1px solid #e5e4e1;
  padding: 0.25rem 0;
}

.category-sub__item:not(.category-sub__item--0):not(.category-sub__item--1) {
  padding-left: 0.25rem;
}

.block-categories .collapse-icons .remove {
  display: none;
}

.block-categories .collapse-icons[aria-expanded=true].remove {
  display: block;
}
.block-categories .collapse-icons[aria-expanded=true].add {
  display: none;
}

.account-links > a {
  margin-bottom: 1rem;
}
.account-links .link-item {
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  height: 100%;
}
.account-links .link-item i {
  margin: 0 auto 1rem;
  font-size: 2.0625rem;
}

.address-header {
  background-color: transparent;
}

.address-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer {
  color: #6c757d;
}
.l-footer .cms-page-link,
.l-footer .account-list a {
  color: #6c757d;
}
.l-footer .cms-page-link:hover,
.l-footer .account-list a:hover {
  color: #3644AC;
}

.footer-container {
  margin-top: 1rem;
}

.footer__title {
  color: #000;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.footer__title:visited, .footer__title:hover {
  color: #000;
}
.footer__title--mobile {
  display: none;
  margin-bottom: 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e5e4e1;
}
.footer__title--mobile:after {
  content: "\e313";
  font-family: "Material Icons";
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  position: absolute;
  right: 10px;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
  font-size: 1.03125rem;
}
.footer__title--mobile[data-toggle=collapse][aria-expanded=true]:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 991.98px) {
  .footer__title--desktop {
    display: none;
  }
  .footer__title--mobile {
    display: block;
  }
}
.carousel a {
  display: block;
}
.carousel a:not(:first-child) {
  display: none;
}

.slider-caption {
  position: absolute;
  top: 10%;
  left: 90px;
  margin-bottom: 0;
  color: #fff;
  max-width: 340px;
}

.slick-slide:not(.slick-current) .img-carousel.lazyload {
  display: none !important;
}

.slick-slide figure {
  position: absolute;
  top: 0;
}

.header-top {
  position: relative;
}

.menu-top {
  margin: 0;
}

.menu__item-link--top {
  color: #343a40;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .menu__item-header {
    height: 100%;
  }
  .menu-sub {
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 60px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .menu-sub__content > ul {
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .menu__item--active .menu-sub {
    z-index: 2;
    opacity: 1;
  }
  .menu-sub__list--1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu__item--1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .menu__item-link--1 {
    text-transform: uppercase;
    color: #000;
  }
  .menu__item-link--1 .menu__item-link {
    color: #000;
  }
}
@media (max-width: 767.98px) {
  .menu-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .menu-sub {
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .menu-sub__content {
    padding: 0;
  }
  .menu__item-link--top {
    padding: 0;
  }
  .js-top-menu {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .menu__item {
    border-bottom: 1px solid #e5e4e1;
    border-top: 1px solid #e5e4e1;
  }
  .menu__item--top:not(:first-child) {
    border-top: 0;
  }
  .menu__item--sub:last-child,
  .menu__item--sub:first-child:not(:last-child) {
    border-bottom: 0;
  }
  .menu__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem;
  }
  .menu__item-link--nosubmenu {
    padding: 0.5rem;
    display: block;
  }
  .menu-sub.show {
    background: #ffffff;
  }
  .menu__item--1 .menu__item-link--nosubmenu,
  .menu__item--1 .menu__item-header {
    margin-left: 10px;
  }
  .menu__item--2 .menu__item-link--nosubmenu,
  .menu__item--2 .menu__item-header {
    margin-left: 20px;
  }
  .menu__item--3 .menu__item-link--nosubmenu,
  .menu__item--3 .menu__item-header {
    margin-left: 30px;
  }
}
#mobile_top_menu_wrapper.modal .modal-header {
  border-bottom: 0;
}
#mobile_top_menu_wrapper.modal .modal-body {
  padding-top: 0;
}

.menu__collapseicon {
  width: 3rem;
  height: 1.5rem;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}

.modal.fade .modal-dialog__offcanvas {
  width: 350px;
  height: 100%;
  margin: 0;
  max-width: 90%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.show .modal-dialog__offcanvas {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.modal.fade .modal-dialog__offcanvas.modal-dialog__offcanvas--right {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.modal.show .modal-dialog__offcanvas.modal-dialog__offcanvas--right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.modal-dialog__offcanvas .modal-content {
  height: inherit;
  border-width: 0;
  border-radius: 0;
}

.modal-dialog__offcanvas .modal-header {
  border-radius: inherit;
}

.modal-dialog__offcanvas .modal-body {
  overflow-y: auto;
  height: inherit;
}

.products {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 992px) {
  .product-miniature {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .layout-full-width .product-miniature {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.slick-slide .product-miniature {
  max-width: 100%;
}

/* Product miniature*/
.card-product {
  height: 100%;
  position: relative;
}
.card-product:hover .highlighted-informations {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.card-product .discount {
  display: none;
}

.card-img-top {
  overflow: hidden;
}
.card-img-top .product-thumbnail img {
  width: 100%;
}

.highlighted-informations {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.quick-view {
  cursor: pointer;
}

.product-flags {
  position: absolute;
  top: 0;
  margin-bottom: 0;
  z-index: 2;
  left: -0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-content--product .product-flags {
  left: 0;
}

.product-flag {
  top: 0;
  margin-top: 0.5rem;
  padding: 0.25rem;
  color: #fff;
  background: #3644AC;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.product-flag.discount-product {
  background: #f39d72;
}

.color {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain;
}

.product-title {
  color: #000;
  font-size: 0.6875rem;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}
.product-title a {
  color: #000;
}

/* PRODUCT PAGE */
.product-img:not(:first-child) .rc {
  display: none;
}

.slick-initialized .product-img .rc {
  display: block;
}

.product-thumbs {
  width: 320px;
  height: 110px;
  margin: 0 auto;
}
.product-thumbs[data-count="2"] {
  width: 210px;
}
.product-thumbs .slick-slide > div {
  cursor: pointer;
}
.product-thumbs:not(.slick-initialized) > div:not(:first-child) {
  display: none;
}

.product-thumb {
  margin: 5px;
  width: 100px;
  height: 100px;
  border: 2px solid transparent;
}
.product-thumb.slick-current {
  border: 2px solid #3644AC;
}

.btn-zoom {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  cursor: pointer;
  display: none;
  padding: 0;
  line-height: 1;
}
.btn-zoom .material-icons {
  font-size: 2.0625rem;
}

.images-container:hover .btn-zoom {
  display: block;
}

.label-color {
  line-height: 1;
  margin-right: 0.5rem;
}

.product-variants-item .color {
  width: 2rem;
  height: 2rem;
  border: 2px solid transparent;
}

.input-color:checked + span, .input-color:hover + span, .input-radio:checked + span, .input-radio:hover + span {
  border-color: #232323;
}

.current-price-display {
  font-size: 0.6875rem;
  font-weight: 700;
}

.current-price-discount {
  color: #adb5bd;
}

.discount {
  text-transform: uppercase;
  color: #FFF;
  background-color: #adb5bd;
  font-weight: 600;
  display: inline-block;
  padding: 0.25rem;
}

.btn-add-to-cart {
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}

.product-tabs .nav-tabs {
  font-size: 0.61875rem;
}

.cart-content {
  padding: 1rem;
  background: #f8f9fa;
}

.pack-product-container {
  padding: 0 1rem;
  font-size: 0.6015625rem;
}

.mask {
  width: 55px;
}

.thumb-mask {
  padding: 1rem 0;
}

.pack-product__img {
  border: 1px solid #e5e4e1;
}

.pack-product-quantity {
  border-left: 1px solid #e5e4e1;
}

.pack-product-price {
  padding-right: 0.5rem;
}

.pack-product-quantity {
  padding-left: 1rem;
}

.modal-cart__image {
  margin-right: 1rem;
  max-width: 200px;
  height: auto;
}

@media (max-width: 991.98px) {
  .modal-cart__image {
    max-width: 120px;
  }
  .blockcart-modal .divide-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .blockcart-modal .modal-footer {
    position: fixed;
    bottom: 0;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px -0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    box-shadow: 0px -0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  }
  .blockcart-modal .modal-body {
    margin-bottom: 4.2515rem;
  }
}
@media (max-width: 575.98px) {
  .modal-cart__image {
    max-width: 70px;
  }
}
.btn-add-to-cart .btn-add-to-cart__spinner {
  width: 0.6875rem;
  height: 0.6875rem;
  border-width: 2px;
  display: none;
}
.btn-add-to-cart.is--loading .btn-add-to-cart__spinner {
  display: inline-block;
}
.btn-add-to-cart.is--loading .btn-add-to-cart__icon {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 2;
}
.slick-arrow > i {
  font-size: 1.375rem;
  line-height: 1;
  background: #fff;
  border-radius: 50%;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-slide figure {
  margin: 0;
}

.slick__arrow-outside .slick-prev {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.slick__arrow-outside .slick-next {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

.slick__arrow-large .slick-arrow i {
  font-size: 2.0625rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background: transparent;
  color: #fff;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0rem;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

img[data-lazy] {
  display: none;
}

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

.cursor-pointer {
  cursor: pointer;
}

.icon-custom-menu {
  background: url("../img/icons/menu.svg") center center no-repeat;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-custom-cart {
  background: url("../img/icons/koszyk.svg") center center no-repeat;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-custom-search {
  background: url("../img/icons/lupa.svg") center center no-repeat;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-custom-cross {
  background: url("../img/icons/krzyzyk.svg") center center no-repeat;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-custom-rarr, .lSAction > .lSNext {
  background: url("../img/icons/strzalka5.svg") center center no-repeat !important;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-custom-larr, .lSAction > .lSPrev {
  background: url("../img/icons/strzalka4.svg") center center no-repeat !important;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-custom-darr {
  background: url("../img/icons/strzalka2.svg") center center no-repeat !important;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-custom-go-back {
  background: url("../img/icons/strzalka1.svg") center center no-repeat !important;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-custom-informacja {
  background: url("../img/my-account/informacja.svg") center center no-repeat;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-custom-adresy {
  background: url("../img/my-account/adresy.svg") center center no-repeat;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-custom-historia {
  background: url("../img/my-account/historia.svg") center center no-repeat;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-custom-cookies {
  background: url("../img/my-account/cookies.svg") center center no-repeat;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-custom-kupony {
  background: url("../img/my-account/kupony.svg") center center no-repeat;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-custom-pokwitowania {
  background: url("../img/my-account/pokwitowania.svg") center center no-repeat;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-custom-powiadomienia {
  background: url("../img/my-account/powiadomienia.svg") center center no-repeat;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-custom-rodo {
  background: url("../img/my-account/rodo.svg") center center no-repeat;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-custom-wyloguj {
  background: url("../img/my-account/wyloguj.svg") center center no-repeat;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-custom-fb {
  background: url("/modules/hifacebookconnect/views/img/icons/facebook.png") center center no-repeat;
  height: 15px;
  width: 30px;
  display: block;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-custom-google {
  background: url("../img/icons/logo-google.svg") center center no-repeat;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-custom-long-rarr {
  background: url("../img/icons/long-arrow-right.svg") center center no-repeat !important;
  height: 30px;
  width: 35px;
  display: block;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-custom-long-larr {
  background: url("../img/icons/long-arrow-left.svg") center center no-repeat !important;
  height: 30px;
  width: 35px;
  display: block;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-custom-long-darr {
  background: url("../img/icons/long-arrow-right.svg") center center no-repeat !important;
  height: 30px;
  width: 36px;
  display: block;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.screen-reader-text:focus {
  clip: auto !important;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip-path: none;
  color: #2b2d2f;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

a[href]:focus-visible,
.btn:focus-visible,
.btn-link:focus-visible,
button:focus-visible,
[role=button]:focus-visible {
  outline: 3px dashed #3d86d8;
}

html body .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
html body .bootstrap-select .dropdown-toggle:focus .bootstrap-select .dropdown-toggle:focus-visible {
  outline: 3px dashed #3d86d8 !important;
}

.bootstrap-touchspin #quantity_wanted:focus-visible,
.bootstrap-touchspin #quantity_wanted:focus {
  outline: 3px dashed #3d86d8 !important;
}

.product-information .tabs .nav-tabs {
  overflow-y: unset;
  overflow-x: unset;
}

.form-control[type=text]:focus-visible,
.form-control[type=email]:focus-visible,
.form-control[type=password]:focus-visible,
.form-control[type=checkbox]:focus-visible,
.form-control[type=radio]:focus-visible,
.form-control[type=select]:focus-visible,
select:focus-visible {
  outline: 3px dashed #3d86d8;
}
.form-control[type=text]:focus,
.form-control[type=email]:focus,
.form-control[type=password]:focus,
.form-control[type=checkbox]:focus,
.form-control[type=radio]:focus,
.form-control[type=select]:focus,
select:focus {
  outline: unset;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input:focus ~ .custom-control-label::before {
  outline: 3px solid #3d86d8;
}

.form-control.search-input:focus-visible,
.form-control.search-input:focus {
  outline: 3px dashed #3d86d8;
}

.slick-dots button:focus-visible {
  outline: 3px dashed #3d86d8;
}
.slick-dots button:focus {
  outline: 3px dashed #3d86d8;
}

.banner-header {
  position: relative;
}

#accessibility-tools {
  display: none !important;
}
@media (min-width: 768px) {
  #accessibility-tools {
    display: block !important;
    position: absolute;
    right: 7px;
    top: -5px;
  }
}
#accessibility-tools svg {
  color: #444;
}

/* Custom styles for the accessibility controls container */
#accessibilityControlsContainer {
  /* Position absolute to allow transform to move it independently */
  position: absolute;
  right: 0; /* Align to the right edge of its relatively positioned parent */
  top: 0; /* Align to the top of its relatively positioned parent */
  height: 100%; /* Take full height of parent for vertical alignment */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Use flex to align children horizontally */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* Vertically center the buttons */
  background-color: white; /* Match body background or set a distinct one */
  /* Smooth transition for transform and opacity */
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  white-space: nowrap; /* Prevent buttons from wrapping */
  z-index: 10; /* Ensure it's above other content if needed */
}

/* Hidden state for the container */
#accessibilityControlsContainer.accessibility-hidden {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); /* Push it completely off-screen to the right */
  opacity: 0; /* Make it completely transparent */
  pointer-events: none; /* Prevent interaction when hidden */
}

/* Visible state for the container */
#accessibilityControlsContainer.accessibility-visible {
  -webkit-transform: translateX(0);
  transform: translateX(0); /* Bring it back to its original position */
  opacity: 1; /* Make it fully visible */
  pointer-events: auto; /* Allow interaction when visible */
}

/* Ensure the main container for accessibility tools is flex */
.accessibility-main-container {
  width: 100%;
  max-width: 800px; /* Limit width for better presentation */
  position: relative; /* Crucial for absolute positioning of the sliding container */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Maintain flex for the toggle button */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; /* Keep toggle button to the right */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px; /* Give it a defined height for absolute positioning to work */
}

/* Accessibility Toggle Button (Wheelchair Icon) */
#accessibilityToggleBtn {
  position: relative; /* For z-index to work correctly */
  z-index: 11; /* Higher than the sliding panel to ensure it's always on top */
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; /* Smooth transition for its movement */
}

/* Shifted state for the toggle button when the panel is visible */
#accessibilityToggleBtn.toggle-button-shifted {
  /* Adjust this value based on the estimated width of your accessibility controls.
     This value moves the button to the left to make space for the sliding panel. */
  -webkit-transform: translateX(-255px);
  transform: translateX(-255px);
}

:root {
  --base-font-size: 16px; /* Your default base font size */
  font-size: var(--base-font-size); /* THIS IS THE MOST CRUCIAL LINE! */
}

/* All your other font sizes should then use rem: */
body {
  font-size: 0.6875rem; /* The body's font size will now be 16px by default */
}

#cart #cart-dropdown-button {
  pointer-events: none;
}

html {
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.material-icons {
  -webkit-text-stroke: 0.3px white;
  text-stroke: 0.3px white;
}

#left-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

#content-wrapper.left-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* grid ext */
.pts-container-wrap.no-gutters .col,
.pts-container-wrap.no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.header-banner {
  background: #E5E4E1;
  font-size: 0.5rem;
  text-align: center;
  padding: 0.9em 0;
}
.header-banner p {
  margin: unset;
  padding: unset;
  letter-spacing: 0.75px;
}
@media (min-width: 768px) {
  .header-banner {
    padding: 0.9em 0;
    font-size: 0.625rem;
  }
}

/* GENERAL */
#wrapper {
  /*padding-top: 50px;*/
}
@media (min-width: 768px) {
  #wrapper {
    padding-bottom: 20px;
  }
}

aside#notifications {
  max-width: 1100px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  #authentication #content-wrapper,
  #password #content-wrapper,
  #identity #content-wrapper,
  #addresses #content-wrapper,
  #address #content-wrapper,
  #discount #content-wrapper,
  #order-slip #content-wrapper,
  #module-ps_emailalerts-account #content-wrapper,
  #module-tpay-ordererror #content-wrapper {
    margin: 0 auto;
    max-width: 560px;
  }
}

#module-psgdpr-gdpr #content-wrapper,
#my-account #content-wrapper,
#history #content-wrapper,
#order-confirmation #content-wrapper,
#order-detail #content-wrapper,
#discount #content-wrapper,
#module-kbgiftcard-giftcardscoupon #content-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

#pagenotfound .page-content.page-not-found,
#search .page-content.page-not-found,
#manufacturer .page-content.page-not-found,
#category .page-content.page-not-found {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.page-header--authentication,
.page-header--password,
.page-header--my-account,
.page-header--identity,
.page-header--addresses,
.page-header--address,
.page-header--history,
.page-header--order-slip,
.page-header--order-detail,
.page-header--order-confirmation,
.page-header--discount,
.page-header--module-psgdpr-gdpr,
.page-header--pagenotfound,
.page-header--module-ps_emailalerts-account,
.page-header--module-kbgiftcard-giftcardscoupon {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .page-header--authentication,
  .page-header--password,
  .page-header--my-account,
  .page-header--identity,
  .page-header--addresses,
  .page-header--address,
  .page-header--history,
  .page-header--order-slip,
  .page-header--order-detail,
  .page-header--order-confirmation,
  .page-header--discount,
  .page-header--module-psgdpr-gdpr,
  .page-header--pagenotfound,
  .page-header--module-ps_emailalerts-account,
  .page-header--module-kbgiftcard-giftcardscoupon {
    padding-top: 80px;
  }
}
.page-header--authentication h1, .page-header--authentication .product-accessories h2, .product-accessories .page-header--authentication h2,
.page-header--authentication .product-accessories .products-section-title,
.product-accessories .page-header--authentication .products-section-title,
.page-header--authentication .related-free h2,
.related-free .page-header--authentication h2,
.page-header--authentication .related-free .products-section-title,
.related-free .page-header--authentication .products-section-title,
.page-header--authentication #cart .featured-products h2,
#cart .featured-products .page-header--authentication h2,
.page-header--authentication #cart .featured-products .products-section-title,
#cart .featured-products .page-header--authentication .products-section-title,
.page-header--password h1,
.page-header--password .product-accessories h2,
.product-accessories .page-header--password h2,
.page-header--password .product-accessories .products-section-title,
.product-accessories .page-header--password .products-section-title,
.page-header--password .related-free h2,
.related-free .page-header--password h2,
.page-header--password .related-free .products-section-title,
.related-free .page-header--password .products-section-title,
.page-header--password #cart .featured-products h2,
#cart .featured-products .page-header--password h2,
.page-header--password #cart .featured-products .products-section-title,
#cart .featured-products .page-header--password .products-section-title,
.page-header--my-account h1,
.page-header--my-account .product-accessories h2,
.product-accessories .page-header--my-account h2,
.page-header--my-account .product-accessories .products-section-title,
.product-accessories .page-header--my-account .products-section-title,
.page-header--my-account .related-free h2,
.related-free .page-header--my-account h2,
.page-header--my-account .related-free .products-section-title,
.related-free .page-header--my-account .products-section-title,
.page-header--my-account #cart .featured-products h2,
#cart .featured-products .page-header--my-account h2,
.page-header--my-account #cart .featured-products .products-section-title,
#cart .featured-products .page-header--my-account .products-section-title,
.page-header--identity h1,
.page-header--identity .product-accessories h2,
.product-accessories .page-header--identity h2,
.page-header--identity .product-accessories .products-section-title,
.product-accessories .page-header--identity .products-section-title,
.page-header--identity .related-free h2,
.related-free .page-header--identity h2,
.page-header--identity .related-free .products-section-title,
.related-free .page-header--identity .products-section-title,
.page-header--identity #cart .featured-products h2,
#cart .featured-products .page-header--identity h2,
.page-header--identity #cart .featured-products .products-section-title,
#cart .featured-products .page-header--identity .products-section-title,
.page-header--addresses h1,
.page-header--addresses .product-accessories h2,
.product-accessories .page-header--addresses h2,
.page-header--addresses .product-accessories .products-section-title,
.product-accessories .page-header--addresses .products-section-title,
.page-header--addresses .related-free h2,
.related-free .page-header--addresses h2,
.page-header--addresses .related-free .products-section-title,
.related-free .page-header--addresses .products-section-title,
.page-header--addresses #cart .featured-products h2,
#cart .featured-products .page-header--addresses h2,
.page-header--addresses #cart .featured-products .products-section-title,
#cart .featured-products .page-header--addresses .products-section-title,
.page-header--address h1,
.page-header--address .product-accessories h2,
.product-accessories .page-header--address h2,
.page-header--address .product-accessories .products-section-title,
.product-accessories .page-header--address .products-section-title,
.page-header--address .related-free h2,
.related-free .page-header--address h2,
.page-header--address .related-free .products-section-title,
.related-free .page-header--address .products-section-title,
.page-header--address #cart .featured-products h2,
#cart .featured-products .page-header--address h2,
.page-header--address #cart .featured-products .products-section-title,
#cart .featured-products .page-header--address .products-section-title,
.page-header--history h1,
.page-header--history .product-accessories h2,
.product-accessories .page-header--history h2,
.page-header--history .product-accessories .products-section-title,
.product-accessories .page-header--history .products-section-title,
.page-header--history .related-free h2,
.related-free .page-header--history h2,
.page-header--history .related-free .products-section-title,
.related-free .page-header--history .products-section-title,
.page-header--history #cart .featured-products h2,
#cart .featured-products .page-header--history h2,
.page-header--history #cart .featured-products .products-section-title,
#cart .featured-products .page-header--history .products-section-title,
.page-header--order-slip h1,
.page-header--order-slip .product-accessories h2,
.product-accessories .page-header--order-slip h2,
.page-header--order-slip .product-accessories .products-section-title,
.product-accessories .page-header--order-slip .products-section-title,
.page-header--order-slip .related-free h2,
.related-free .page-header--order-slip h2,
.page-header--order-slip .related-free .products-section-title,
.related-free .page-header--order-slip .products-section-title,
.page-header--order-slip #cart .featured-products h2,
#cart .featured-products .page-header--order-slip h2,
.page-header--order-slip #cart .featured-products .products-section-title,
#cart .featured-products .page-header--order-slip .products-section-title,
.page-header--order-detail h1,
.page-header--order-detail .product-accessories h2,
.product-accessories .page-header--order-detail h2,
.page-header--order-detail .product-accessories .products-section-title,
.product-accessories .page-header--order-detail .products-section-title,
.page-header--order-detail .related-free h2,
.related-free .page-header--order-detail h2,
.page-header--order-detail .related-free .products-section-title,
.related-free .page-header--order-detail .products-section-title,
.page-header--order-detail #cart .featured-products h2,
#cart .featured-products .page-header--order-detail h2,
.page-header--order-detail #cart .featured-products .products-section-title,
#cart .featured-products .page-header--order-detail .products-section-title,
.page-header--order-confirmation h1,
.page-header--order-confirmation .product-accessories h2,
.product-accessories .page-header--order-confirmation h2,
.page-header--order-confirmation .product-accessories .products-section-title,
.product-accessories .page-header--order-confirmation .products-section-title,
.page-header--order-confirmation .related-free h2,
.related-free .page-header--order-confirmation h2,
.page-header--order-confirmation .related-free .products-section-title,
.related-free .page-header--order-confirmation .products-section-title,
.page-header--order-confirmation #cart .featured-products h2,
#cart .featured-products .page-header--order-confirmation h2,
.page-header--order-confirmation #cart .featured-products .products-section-title,
#cart .featured-products .page-header--order-confirmation .products-section-title,
.page-header--discount h1,
.page-header--discount .product-accessories h2,
.product-accessories .page-header--discount h2,
.page-header--discount .product-accessories .products-section-title,
.product-accessories .page-header--discount .products-section-title,
.page-header--discount .related-free h2,
.related-free .page-header--discount h2,
.page-header--discount .related-free .products-section-title,
.related-free .page-header--discount .products-section-title,
.page-header--discount #cart .featured-products h2,
#cart .featured-products .page-header--discount h2,
.page-header--discount #cart .featured-products .products-section-title,
#cart .featured-products .page-header--discount .products-section-title,
.page-header--module-psgdpr-gdpr h1,
.page-header--module-psgdpr-gdpr .product-accessories h2,
.product-accessories .page-header--module-psgdpr-gdpr h2,
.page-header--module-psgdpr-gdpr .product-accessories .products-section-title,
.product-accessories .page-header--module-psgdpr-gdpr .products-section-title,
.page-header--module-psgdpr-gdpr .related-free h2,
.related-free .page-header--module-psgdpr-gdpr h2,
.page-header--module-psgdpr-gdpr .related-free .products-section-title,
.related-free .page-header--module-psgdpr-gdpr .products-section-title,
.page-header--module-psgdpr-gdpr #cart .featured-products h2,
#cart .featured-products .page-header--module-psgdpr-gdpr h2,
.page-header--module-psgdpr-gdpr #cart .featured-products .products-section-title,
#cart .featured-products .page-header--module-psgdpr-gdpr .products-section-title,
.page-header--pagenotfound h1,
.page-header--pagenotfound .product-accessories h2,
.product-accessories .page-header--pagenotfound h2,
.page-header--pagenotfound .product-accessories .products-section-title,
.product-accessories .page-header--pagenotfound .products-section-title,
.page-header--pagenotfound .related-free h2,
.related-free .page-header--pagenotfound h2,
.page-header--pagenotfound .related-free .products-section-title,
.related-free .page-header--pagenotfound .products-section-title,
.page-header--pagenotfound #cart .featured-products h2,
#cart .featured-products .page-header--pagenotfound h2,
.page-header--pagenotfound #cart .featured-products .products-section-title,
#cart .featured-products .page-header--pagenotfound .products-section-title,
.page-header--module-ps_emailalerts-account h1,
.page-header--module-ps_emailalerts-account .product-accessories h2,
.product-accessories .page-header--module-ps_emailalerts-account h2,
.page-header--module-ps_emailalerts-account .product-accessories .products-section-title,
.product-accessories .page-header--module-ps_emailalerts-account .products-section-title,
.page-header--module-ps_emailalerts-account .related-free h2,
.related-free .page-header--module-ps_emailalerts-account h2,
.page-header--module-ps_emailalerts-account .related-free .products-section-title,
.related-free .page-header--module-ps_emailalerts-account .products-section-title,
.page-header--module-ps_emailalerts-account #cart .featured-products h2,
#cart .featured-products .page-header--module-ps_emailalerts-account h2,
.page-header--module-ps_emailalerts-account #cart .featured-products .products-section-title,
#cart .featured-products .page-header--module-ps_emailalerts-account .products-section-title,
.page-header--module-kbgiftcard-giftcardscoupon h1,
.page-header--module-kbgiftcard-giftcardscoupon .product-accessories h2,
.product-accessories .page-header--module-kbgiftcard-giftcardscoupon h2,
.page-header--module-kbgiftcard-giftcardscoupon .product-accessories .products-section-title,
.product-accessories .page-header--module-kbgiftcard-giftcardscoupon .products-section-title,
.page-header--module-kbgiftcard-giftcardscoupon .related-free h2,
.related-free .page-header--module-kbgiftcard-giftcardscoupon h2,
.page-header--module-kbgiftcard-giftcardscoupon .related-free .products-section-title,
.related-free .page-header--module-kbgiftcard-giftcardscoupon .products-section-title,
.page-header--module-kbgiftcard-giftcardscoupon #cart .featured-products h2,
#cart .featured-products .page-header--module-kbgiftcard-giftcardscoupon h2,
.page-header--module-kbgiftcard-giftcardscoupon #cart .featured-products .products-section-title,
#cart .featured-products .page-header--module-kbgiftcard-giftcardscoupon .products-section-title {
  font-family: "Matahari Extended", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-header--authentication h1, .page-header--authentication .product-accessories h2, .product-accessories .page-header--authentication h2,
  .page-header--authentication .product-accessories .products-section-title,
  .product-accessories .page-header--authentication .products-section-title,
  .page-header--authentication .related-free h2,
  .related-free .page-header--authentication h2,
  .page-header--authentication .related-free .products-section-title,
  .related-free .page-header--authentication .products-section-title,
  .page-header--authentication #cart .featured-products h2,
  #cart .featured-products .page-header--authentication h2,
  .page-header--authentication #cart .featured-products .products-section-title,
  #cart .featured-products .page-header--authentication .products-section-title,
  .page-header--password h1,
  .page-header--password .product-accessories h2,
  .product-accessories .page-header--password h2,
  .page-header--password .product-accessories .products-section-title,
  .product-accessories .page-header--password .products-section-title,
  .page-header--password .related-free h2,
  .related-free .page-header--password h2,
  .page-header--password .related-free .products-section-title,
  .related-free .page-header--password .products-section-title,
  .page-header--password #cart .featured-products h2,
  #cart .featured-products .page-header--password h2,
  .page-header--password #cart .featured-products .products-section-title,
  #cart .featured-products .page-header--password .products-section-title,
  .page-header--my-account h1,
  .page-header--my-account .product-accessories h2,
  .product-accessories .page-header--my-account h2,
  .page-header--my-account .product-accessories .products-section-title,
  .product-accessories .page-header--my-account .products-section-title,
  .page-header--my-account .related-free h2,
  .related-free .page-header--my-account h2,
  .page-header--my-account .related-free .products-section-title,
  .related-free .page-header--my-account .products-section-title,
  .page-header--my-account #cart .featured-products h2,
  #cart .featured-products .page-header--my-account h2,
  .page-header--my-account #cart .featured-products .products-section-title,
  #cart .featured-products .page-header--my-account .products-section-title,
  .page-header--identity h1,
  .page-header--identity .product-accessories h2,
  .product-accessories .page-header--identity h2,
  .page-header--identity .product-accessories .products-section-title,
  .product-accessories .page-header--identity .products-section-title,
  .page-header--identity .related-free h2,
  .related-free .page-header--identity h2,
  .page-header--identity .related-free .products-section-title,
  .related-free .page-header--identity .products-section-title,
  .page-header--identity #cart .featured-products h2,
  #cart .featured-products .page-header--identity h2,
  .page-header--identity #cart .featured-products .products-section-title,
  #cart .featured-products .page-header--identity .products-section-title,
  .page-header--addresses h1,
  .page-header--addresses .product-accessories h2,
  .product-accessories .page-header--addresses h2,
  .page-header--addresses .product-accessories .products-section-title,
  .product-accessories .page-header--addresses .products-section-title,
  .page-header--addresses .related-free h2,
  .related-free .page-header--addresses h2,
  .page-header--addresses .related-free .products-section-title,
  .related-free .page-header--addresses .products-section-title,
  .page-header--addresses #cart .featured-products h2,
  #cart .featured-products .page-header--addresses h2,
  .page-header--addresses #cart .featured-products .products-section-title,
  #cart .featured-products .page-header--addresses .products-section-title,
  .page-header--address h1,
  .page-header--address .product-accessories h2,
  .product-accessories .page-header--address h2,
  .page-header--address .product-accessories .products-section-title,
  .product-accessories .page-header--address .products-section-title,
  .page-header--address .related-free h2,
  .related-free .page-header--address h2,
  .page-header--address .related-free .products-section-title,
  .related-free .page-header--address .products-section-title,
  .page-header--address #cart .featured-products h2,
  #cart .featured-products .page-header--address h2,
  .page-header--address #cart .featured-products .products-section-title,
  #cart .featured-products .page-header--address .products-section-title,
  .page-header--history h1,
  .page-header--history .product-accessories h2,
  .product-accessories .page-header--history h2,
  .page-header--history .product-accessories .products-section-title,
  .product-accessories .page-header--history .products-section-title,
  .page-header--history .related-free h2,
  .related-free .page-header--history h2,
  .page-header--history .related-free .products-section-title,
  .related-free .page-header--history .products-section-title,
  .page-header--history #cart .featured-products h2,
  #cart .featured-products .page-header--history h2,
  .page-header--history #cart .featured-products .products-section-title,
  #cart .featured-products .page-header--history .products-section-title,
  .page-header--order-slip h1,
  .page-header--order-slip .product-accessories h2,
  .product-accessories .page-header--order-slip h2,
  .page-header--order-slip .product-accessories .products-section-title,
  .product-accessories .page-header--order-slip .products-section-title,
  .page-header--order-slip .related-free h2,
  .related-free .page-header--order-slip h2,
  .page-header--order-slip .related-free .products-section-title,
  .related-free .page-header--order-slip .products-section-title,
  .page-header--order-slip #cart .featured-products h2,
  #cart .featured-products .page-header--order-slip h2,
  .page-header--order-slip #cart .featured-products .products-section-title,
  #cart .featured-products .page-header--order-slip .products-section-title,
  .page-header--order-detail h1,
  .page-header--order-detail .product-accessories h2,
  .product-accessories .page-header--order-detail h2,
  .page-header--order-detail .product-accessories .products-section-title,
  .product-accessories .page-header--order-detail .products-section-title,
  .page-header--order-detail .related-free h2,
  .related-free .page-header--order-detail h2,
  .page-header--order-detail .related-free .products-section-title,
  .related-free .page-header--order-detail .products-section-title,
  .page-header--order-detail #cart .featured-products h2,
  #cart .featured-products .page-header--order-detail h2,
  .page-header--order-detail #cart .featured-products .products-section-title,
  #cart .featured-products .page-header--order-detail .products-section-title,
  .page-header--order-confirmation h1,
  .page-header--order-confirmation .product-accessories h2,
  .product-accessories .page-header--order-confirmation h2,
  .page-header--order-confirmation .product-accessories .products-section-title,
  .product-accessories .page-header--order-confirmation .products-section-title,
  .page-header--order-confirmation .related-free h2,
  .related-free .page-header--order-confirmation h2,
  .page-header--order-confirmation .related-free .products-section-title,
  .related-free .page-header--order-confirmation .products-section-title,
  .page-header--order-confirmation #cart .featured-products h2,
  #cart .featured-products .page-header--order-confirmation h2,
  .page-header--order-confirmation #cart .featured-products .products-section-title,
  #cart .featured-products .page-header--order-confirmation .products-section-title,
  .page-header--discount h1,
  .page-header--discount .product-accessories h2,
  .product-accessories .page-header--discount h2,
  .page-header--discount .product-accessories .products-section-title,
  .product-accessories .page-header--discount .products-section-title,
  .page-header--discount .related-free h2,
  .related-free .page-header--discount h2,
  .page-header--discount .related-free .products-section-title,
  .related-free .page-header--discount .products-section-title,
  .page-header--discount #cart .featured-products h2,
  #cart .featured-products .page-header--discount h2,
  .page-header--discount #cart .featured-products .products-section-title,
  #cart .featured-products .page-header--discount .products-section-title,
  .page-header--module-psgdpr-gdpr h1,
  .page-header--module-psgdpr-gdpr .product-accessories h2,
  .product-accessories .page-header--module-psgdpr-gdpr h2,
  .page-header--module-psgdpr-gdpr .product-accessories .products-section-title,
  .product-accessories .page-header--module-psgdpr-gdpr .products-section-title,
  .page-header--module-psgdpr-gdpr .related-free h2,
  .related-free .page-header--module-psgdpr-gdpr h2,
  .page-header--module-psgdpr-gdpr .related-free .products-section-title,
  .related-free .page-header--module-psgdpr-gdpr .products-section-title,
  .page-header--module-psgdpr-gdpr #cart .featured-products h2,
  #cart .featured-products .page-header--module-psgdpr-gdpr h2,
  .page-header--module-psgdpr-gdpr #cart .featured-products .products-section-title,
  #cart .featured-products .page-header--module-psgdpr-gdpr .products-section-title,
  .page-header--pagenotfound h1,
  .page-header--pagenotfound .product-accessories h2,
  .product-accessories .page-header--pagenotfound h2,
  .page-header--pagenotfound .product-accessories .products-section-title,
  .product-accessories .page-header--pagenotfound .products-section-title,
  .page-header--pagenotfound .related-free h2,
  .related-free .page-header--pagenotfound h2,
  .page-header--pagenotfound .related-free .products-section-title,
  .related-free .page-header--pagenotfound .products-section-title,
  .page-header--pagenotfound #cart .featured-products h2,
  #cart .featured-products .page-header--pagenotfound h2,
  .page-header--pagenotfound #cart .featured-products .products-section-title,
  #cart .featured-products .page-header--pagenotfound .products-section-title,
  .page-header--module-ps_emailalerts-account h1,
  .page-header--module-ps_emailalerts-account .product-accessories h2,
  .product-accessories .page-header--module-ps_emailalerts-account h2,
  .page-header--module-ps_emailalerts-account .product-accessories .products-section-title,
  .product-accessories .page-header--module-ps_emailalerts-account .products-section-title,
  .page-header--module-ps_emailalerts-account .related-free h2,
  .related-free .page-header--module-ps_emailalerts-account h2,
  .page-header--module-ps_emailalerts-account .related-free .products-section-title,
  .related-free .page-header--module-ps_emailalerts-account .products-section-title,
  .page-header--module-ps_emailalerts-account #cart .featured-products h2,
  #cart .featured-products .page-header--module-ps_emailalerts-account h2,
  .page-header--module-ps_emailalerts-account #cart .featured-products .products-section-title,
  #cart .featured-products .page-header--module-ps_emailalerts-account .products-section-title,
  .page-header--module-kbgiftcard-giftcardscoupon h1,
  .page-header--module-kbgiftcard-giftcardscoupon .product-accessories h2,
  .product-accessories .page-header--module-kbgiftcard-giftcardscoupon h2,
  .page-header--module-kbgiftcard-giftcardscoupon .product-accessories .products-section-title,
  .product-accessories .page-header--module-kbgiftcard-giftcardscoupon .products-section-title,
  .page-header--module-kbgiftcard-giftcardscoupon .related-free h2,
  .related-free .page-header--module-kbgiftcard-giftcardscoupon h2,
  .page-header--module-kbgiftcard-giftcardscoupon .related-free .products-section-title,
  .related-free .page-header--module-kbgiftcard-giftcardscoupon .products-section-title,
  .page-header--module-kbgiftcard-giftcardscoupon #cart .featured-products h2,
  #cart .featured-products .page-header--module-kbgiftcard-giftcardscoupon h2,
  .page-header--module-kbgiftcard-giftcardscoupon #cart .featured-products .products-section-title,
  #cart .featured-products .page-header--module-kbgiftcard-giftcardscoupon .products-section-title {
    font-size: 1.125rem;
  }
}

hr {
  border-width: 2px;
}

h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Matahari Extended", sans-serif;
}

.card-header, .page-header, .address-header,
.card-body,
.page-content,
.card-block,
.block-categories,
.left-column .search_filters,
.address-body,
.card-footer,
.page-footer,
.address-footer {
  /*
  .alert {
    margin-left: - $card-spacer-x;
    margin-right: - $card-spacer-x;
    padding-left:  $card-spacer-x;
    padding-right:  $card-spacer-x;
    @include media-breakpoint-down(sm) {
     margin-left: - $card-spacer-sm-x;
     margin-right: - $card-spacer-sm-x;

     padding-left: $card-spacer-sm-x;
     padding-right: $card-spacer-sm-x;
    }

    a {
      font-weight: bold;
    }
  }*/
}
@media (max-width: 767.98px) {
  .card-header, .page-header, .address-header,
  .card-body,
  .page-content,
  .card-block,
  .block-categories,
  .left-column .search_filters,
  .address-body,
  .card-footer,
  .page-footer,
  .address-footer {
    padding: 15px 15px;
  }
}

.accordion .card-header, .accordion .page-header, .accordion .address-header {
  padding: 15px 15px;
}

.card-header, .page-header, .address-header,
.card-footer,
.page-footer,
.address-footer {
  border: unset;
}

.card-header + .card-body, .page-header + .card-body, .address-header + .card-body, .card-header + .page-content, .page-header + .page-content, .address-header + .page-content, .card-header + .card-block, .page-header + .card-block, .address-header + .card-block, .card-header + .block-categories, .page-header + .block-categories, .address-header + .block-categories, .left-column .card-header + .search_filters, .left-column .page-header + .search_filters, .left-column .address-header + .search_filters, .card-header + .address-body, .page-header + .address-body, .address-header + .address-body,
.card-body + .card-footer,
.page-content + .card-footer,
.card-block + .card-footer,
.block-categories + .card-footer,
.left-column .search_filters + .card-footer,
.address-body + .card-footer,
.card-body + .page-footer,
.page-content + .page-footer,
.card-block + .page-footer,
.block-categories + .page-footer,
.left-column .search_filters + .page-footer,
.address-body + .page-footer,
.card-body + .address-footer,
.page-content + .address-footer,
.card-block + .address-footer,
.block-categories + .address-footer,
.left-column .search_filters + .address-footer,
.address-body + .address-footer {
  padding-top: unset;
}

/* HEADER */
.l-header {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  /*position: sticky;*/
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

body:not(#checkout) {
  padding-top: 73.38px;
}
@media (min-width: 992px) {
  body:not(#checkout) {
    padding-top: 121.47px;
  }
}

.logo {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  /*max-width: 150px;
  width: 150px;*/
}

/* sticky header */
.sticky-header {
  width: 100%;
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 5;
  -webkit-box-shadow: 5px 5px 8px 5px rgba(125, 125, 125, 0.65);
  box-shadow: 5px 5px 8px 5px rgba(125, 125, 125, 0.65);
}

.header-nav {
  font-size: 0.688rem;
}
.header-nav #_desktop_cart {
  display: none;
}
.header-nav #_mobile_cart {
  /*display: none;*/
}
.header-nav #contact-link i.phone {
  font-size: 0.938rem;
  margin-right: 5px;
}
.header-nav .account i {
  font-size: 1.688rem;
}

.displayTop {
  font-size: 0.688rem;
  height: 35px;
}

@media (min-width: 992px) {
  .header-top {
    margin-top: -60px;
  }
}
.header-top #_desktop_user_info i {
  display: none;
}
.header-top #_desktop_user_info a {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .right-nav {
    height: 60px;
  }
}
#_desktop_currency_selector,
#_desktop_language_selector {
  position: relative;
  z-index: 3;
}

.language-selector {
  text-transform: uppercase;
}
.language-selector ul .list-inline-item {
  margin-right: 30px;
}
.language-selector ul .current a {
  padding-bottom: 2px;
  border-bottom: 1px solid #a19898;
}
#_desktop_currency_selector .currency-selector.dropdown .btn {
  /*height: 30px; */
  margin-top: -2px;
  font-weight: 400;
  font-size: 0.688rem;
}
#_mobile_currency_selector .currency-selector.dropdown .btn {
  padding-left: 0;
}

#_mobile_contact_link {
  line-height: 1.875;
  font-family: "SangBleuEmpire", serif;
  letter-spacing: normal;
  font-size: 0.6015625rem;
  text-align: left;
  margin-top: 1.25rem;
}
#_mobile_contact_link * {
  text-decoration: underline;
}
#_mobile_contact_link .need-help {
  font-size: 0.6875rem;
  font-weight: 700;
  text-decoration: none !important;
}
#_mobile_contact_link i {
  display: none;
}

.show-nav {
  display: none;
}

@media (min-width: 992px) {
  body:not(#checkout) #contact-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: "SangBleuEmpire", serif;
    letter-spacing: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
  }
  body:not(#checkout) #contact-link > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 5px;
  }
  body:not(#checkout) #contact-link > div + div {
    padding: 0 5px;
    border-left: solid 1px #000;
    text-align: center;
  }
  body:not(#checkout) .show-nav {
    display: block;
  }
  body:not(#checkout) .show-checkout {
    display: none;
  }
  .account {
    /*border-right: solid 1px $body-color;
    padding-right: 10px;
    margin-right: 10px;
    */
  }
  .logo {
    width: 192px;
    max-width: 192px;
  }
  .header-nav .header__container .header-nav-row {
    height: 50px;
  }
  .header-top {
    padding-bottom: 0 !important;
  }
}
/* INDEX  */
#index #wrapper {
  padding-top: unset;
}
#index .l-header {
  margin-bottom: unset;
}
#index #slider-container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#index #slider-container #carousel {
  max-width: 1190px;
  margin: 0 auto;
}
#index .slick-arrow {
  text-decoration: none;
}
#index .slick-arrow i {
  text-shadow: unset;
}
#index .slick-arrow:hover, #index .slick-arrow:focus {
  text-decoration: none;
}
#index .slick-dots {
  bottom: 5%;
}
#index .slick-dots li.slick-active button:before {
  color: #333;
  opacity: 0.75;
}
#index .slick-dots li button:hover:before,
#index .slick-dots li button:focus:before {
  opacity: 1;
}
#index .slick-dots li button:before {
  color: #333;
  font-size: 0.688rem;
  opacity: 0.25;
}
#index .home-pielegnacja-img {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#index .home-pielegnacja-img a {
  max-width: 1190px;
  margin: 0 auto;
  display: block;
}
#index .home-pielegnacja-img a img {
  width: 100%;
}
#index .home-pielegnacja-text .title_block {
  margin-bottom: 25px;
}
#index .home-pielegnacja-text p.lead {
  font-family: "SangBleuEmpire", serif;
  letter-spacing: normal;
  font-size: 1rem;
}
/* FOOTER */
footer.l-footer {
  color: #000;
  background-color: #E5E4E1;
}
footer.l-footer .footerbuilder {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  footer.l-footer .footerbuilder {
    padding-left: 25px;
    padding-right: 25px;
  }
}
footer.l-footer .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
footer.l-footer .nav-links li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  text-align: center;
  padding: 1rem 0.5rem;
}
@media (min-width: 768px) {
  footer.l-footer .nav-links {
    height: 6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  footer.l-footer .nav-links li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    text-align: left;
    padding: 0 0.5rem;
  }
}
footer.l-footer .block_newsletter input[type=email] {
  height: 33px;
}
footer.l-footer .block_newsletter .input-group-append .btn {
  height: 33px;
}
@media (max-width: 991.98px) {
  footer.l-footer .block_newsletter {
    padding-left: 0;
    padding-right: 0;
  }
  footer.l-footer .block_newsletter .input-group-append .btn i {
    margin-right: -5px;
  }
}
footer.l-footer .block_newsletter h5 {
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
footer.l-footer .block_newsletter .clearfix {
  margin-top: 1rem;
}
footer.l-footer .block_newsletter .input-group-append .btn {
  border-left: unset;
}
footer.l-footer .block_newsletter .custom-control-label,
footer.l-footer .block_newsletter .small,
footer.l-footer .block_newsletter .quick-view {
  font-size: 0.6015625rem;
}

/* TOP MENU */
/* desktop displayTop hook layout */
@media (min-width: 992px) {
  .displayTop {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .menu-desktop {
    margin-right: auto !important;
  }
}
/* to hide submenu overflow */
#top-menu {
  font-family: "Matahari Extended", sans-serif;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #top-menu {
    font-size: 0.688rem;
    /*padding-top: 6px;*/
  }
}
@media (min-width: 992px) {
  #top-menu {
    font-size: 0.688rem;
    padding-top: unset;
  }
}
#top-menu .menu__item-link--top {
  color: #000;
  padding: 0.5rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  #top-menu {
    position: relative;
  }
  #top-menu .menu__item-link--top {
    padding: 0 0;
  }
  #top-menu .menu__item--top {
    /*margin: 0 $spacer*.75;*/
    margin-right: 27px;
    padding-bottom: 23px;
    margin-top: 23px;
  }
  #top-menu .menu__item-header {
    height: unset;
  }
  #top-menu .menu__item--top.menu__item--current > .menu__item-header > a {
    border-bottom: 1px solid #a19898;
  }
  #top-menu .menu__item--current > a, #top-menu .menu__item--current > div > a {
    color: #000;
  }
  #top-menu .menu-sub {
    top: 23px;
  }
  #top-menu .menu-sub__content.container, #top-menu .menu-sub__content.l-wrapper, #top-menu .menu-sub__content.l-wrapper--boxed, #top-menu main > .menu-sub__content.notifications-container {
    padding: unset;
    height: 507px;
    max-height: 507px;
    height: 530px;
    max-height: 530px;
  }
  #top-menu .menu-sub__list--1 {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    height: 100%;
  }
  #top-menu .menu__item--1.menu__item--hassubmenu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    margin-right: 70px;
  }
  #top-menu .menu__item--1.menu__item--hassubmenu .menu__item-link--1.menu__item-link--hassubmenu {
    pointer-events: none;
  }
  #top-menu .menu__item--1#category-22 .menu-sub__list--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#_desktop_search {
  margin-top: -7px;
}

#_desktop_user_info {
  margin-top: -3px;
}

#_desktop_cart {
  margin-top: -7px;
}

.right-nav {
  position: unset;
}

/* SEARCH BAR */
.l-header .search-widget .input-group {
  position: static;
}
.l-header .search-widget .group_submit button {
  width: 0px;
  height: 0px;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.l-header .search-widget .group_submit button:focus, .l-header .search-widget .group_submit button:focus-visible {
  padding-top: 0.85rem;
  padding-bottom: 0.71rem;
  height: auto;
  width: auto;
  opacity: 1;
  pointer-events: auto;
}
.l-header .search-widget .search-slideoff {
  border-bottom: 1px solid #e5e4e1;
  border-top: 1px solid #e5e4e1;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: unset;
  top: 72px;
  z-index: 2;
}
@media (min-width: 992px) {
  .l-header .search-widget .search-slideoff {
    top: 35px;
  }
}
.l-header .search-widget .search-slideoff.hdn {
  display: none;
  /*width: 0;
  padding-left: unset;
  padding-right: unset;
  border: unset;*/
}
.l-header .search-widget .search-slideoff .btn-light {
  border: unset;
}
.l-header .search-widget .search-input-toggle {
  color: #000;
  z-index: 5;
  padding: unset;
  height: 30px;
  line-height: 30px;
  font-size: 1rem;
}
.l-header .search-widget .search-close,
.l-header .search-widget .btn-light {
  background: white;
}
.l-header .search-widget .icon-custom-cross {
  width: 10px;
  height: 10px;
}
.l-header .search-widget .search-input {
  border: unset;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 10px !important;
}
@media (max-width: 991.98px) {
  .l-header .search-widget .search-input {
    padding-left: 15px !important;
  }
}

#content .search-input-toggle,
#content .search-widget .group_close {
  display: none;
}

#content .search-widget .group_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#content .search-widget .group_submit .btn.search-submit {
  padding-top: unset;
  padding-bottom: unset;
}

/* CART DROPDOWN */
.product-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block !important;
}

.product-attributes {
  font-size: 0.75rem;
}

.blockcart {
  color: #000;
  background-color: transparent;
  padding: 0.5rem;
  padding: unset;
}

.blockcart.inactive {
  color: #000;
  background-color: transparent;
}
.blockcart.inactive .material-icons {
  color: #6c757d;
}

.cart-products-count {
  font-style: normal;
  color: #000;
  margin-bottom: -4px;
  letter-spacing: normal;
}

#cart-dropdown-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  cursor: pointer;
}

/* todo: VERIFY on PROD */
.product-desc-short {
  text-transform: lowercase;
}
.product-desc-short p {
  margin-bottom: 0 !important;
}
.product-desc-short br {
  display: none;
}

/* CART DROPDOWN, CART,  CART CHECKOUT */
#js-checkout-summary .product-name,
#_desktop_cart.dropdown .product-name,
.cart-container .product-name,
#blockcart-modal .product-name {
  font-family: "SangBleuEmpire", serif;
  font-weight: bold;
  color: #000;
}
#js-checkout-summary .product-brand,
#js-checkout-summary .product-desc-short,
#_desktop_cart.dropdown .product-brand,
#_desktop_cart.dropdown .product-desc-short,
.cart-container .product-brand,
.cart-container .product-desc-short,
#blockcart-modal .product-brand,
#blockcart-modal .product-desc-short {
  font-family: "SangBleuEmpire", serif;
  letter-spacing: normal;
}
#js-checkout-summary .product-brand p,
#js-checkout-summary .product-desc-short p,
#_desktop_cart.dropdown .product-brand p,
#_desktop_cart.dropdown .product-desc-short p,
.cart-container .product-brand p,
.cart-container .product-desc-short p,
#blockcart-modal .product-brand p,
#blockcart-modal .product-desc-short p {
  margin-bottom: unset;
}
#js-checkout-summary .product-quantity,
#_desktop_cart.dropdown .product-quantity,
.cart-container .product-quantity,
#blockcart-modal .product-quantity {
  font-weight: 600;
}

#js-checkout-summary li,
#js-checkout-summary .cart-item,
#_desktop_cart.dropdown li,
#_desktop_cart.dropdown .cart-item,
.cart-container li,
.cart-container .cart-item,
#blockcart-modal li,
#blockcart-modal .cart-item {
  border-bottom: solid 1px #e5e4e1;
  padding: 1rem 0;
}
#js-checkout-summary li:last-child,
#js-checkout-summary .cart-item:last-child,
#_desktop_cart.dropdown li:last-child,
#_desktop_cart.dropdown .cart-item:last-child,
.cart-container li:last-child,
.cart-container .cart-item:last-child,
#blockcart-modal li:last-child,
#blockcart-modal .cart-item:last-child {
  border-bottom: none;
}
#js-checkout-summary img,
#_desktop_cart.dropdown img,
.cart-container img,
#blockcart-modal img {
  padding-right: 0.5rem;
}
#js-checkout-summary .product-quantity,
#_desktop_cart.dropdown .product-quantity,
.cart-container .product-quantity,
#blockcart-modal .product-quantity {
  /*position: absolute;
  bottom: 0;*/
}
#js-checkout-summary .col-2,
#_desktop_cart.dropdown .col-2,
.cart-container .col-2,
#blockcart-modal .col-2 {
  text-align: right;
}
#js-checkout-summary .remove-from-cart,
#_desktop_cart.dropdown .remove-from-cart,
.cart-container .remove-from-cart,
#blockcart-modal .remove-from-cart {
  text-decoration: underline;
  color: #adb5bd;
  text-align: right;
  position: relative;
  top: 3.5px;
}
#js-checkout-summary .col-2 .product-price,
#_desktop_cart.dropdown .col-2 .product-price,
.cart-container .col-2 .product-price,
#blockcart-modal .col-2 .product-price {
  position: absolute;
  bottom: 0;
  right: 0;
}

.cart-container .product-line-actions {
  margin-top: unset;
}
.cart-container .product-line-grid .product-line__title {
  margin-bottom: unset;
  font-size: unset;
}
.cart-container .product-price {
  margin: unset;
}
.cart-container .product-line__img {
  height: auto;
  padding-right: 0.35rem;
  margin-right: unset;
}
@media (max-width: 767.98px) {
  .cart-container .product-line__img {
    width: unset;
  }
}
.cart-container .input-group.bootstrap-touchspin {
  max-width: 130px;
}
.cart-container .product-line-actions {
  display: block;
}

.cart-grid h1.card-header, .cart-grid .product-accessories h2.card-header, .product-accessories .cart-grid h2.card-header,
.cart-grid .product-accessories .card-header.products-section-title,
.product-accessories .cart-grid .card-header.products-section-title,
.cart-grid .related-free h2.card-header,
.related-free .cart-grid h2.card-header,
.cart-grid .related-free .card-header.products-section-title,
.related-free .cart-grid .card-header.products-section-title,
.cart-grid #cart .featured-products h2.card-header,
#cart .featured-products .cart-grid h2.card-header,
.cart-grid #cart .featured-products .card-header.products-section-title,
#cart .featured-products .cart-grid .card-header.products-section-title, .cart-grid h1.page-header, .cart-grid .product-accessories h2.page-header, .product-accessories .cart-grid h2.page-header,
.cart-grid .product-accessories .page-header.products-section-title,
.product-accessories .cart-grid .page-header.products-section-title,
.cart-grid .related-free h2.page-header,
.related-free .cart-grid h2.page-header,
.cart-grid .related-free .page-header.products-section-title,
.related-free .cart-grid .page-header.products-section-title,
.cart-grid #cart .featured-products h2.page-header,
#cart .featured-products .cart-grid h2.page-header,
.cart-grid #cart .featured-products .page-header.products-section-title,
#cart .featured-products .cart-grid .page-header.products-section-title, .cart-grid h1.address-header, .cart-grid .product-accessories h2.address-header, .product-accessories .cart-grid h2.address-header,
.cart-grid .product-accessories .address-header.products-section-title,
.product-accessories .cart-grid .address-header.products-section-title,
.cart-grid .related-free h2.address-header,
.related-free .cart-grid h2.address-header,
.cart-grid .related-free .address-header.products-section-title,
.related-free .cart-grid .address-header.products-section-title,
.cart-grid #cart .featured-products h2.address-header,
#cart .featured-products .cart-grid h2.address-header,
.cart-grid #cart .featured-products .address-header.products-section-title,
#cart .featured-products .cart-grid .address-header.products-section-title {
  font-size: 1.063rem;
  font-weight: bold;
}
.cart-grid .cart-detailed-totals {
  margin-top: unset !important;
}

#js-checkout-summary h1.card-header, #js-checkout-summary .product-accessories h2.card-header, .product-accessories #js-checkout-summary h2.card-header,
#js-checkout-summary .product-accessories .card-header.products-section-title,
.product-accessories #js-checkout-summary .card-header.products-section-title,
#js-checkout-summary .related-free h2.card-header,
.related-free #js-checkout-summary h2.card-header,
#js-checkout-summary .related-free .card-header.products-section-title,
.related-free #js-checkout-summary .card-header.products-section-title,
#js-checkout-summary #cart .featured-products h2.card-header,
#cart .featured-products #js-checkout-summary h2.card-header,
#js-checkout-summary #cart .featured-products .card-header.products-section-title,
#cart .featured-products #js-checkout-summary .card-header.products-section-title, #js-checkout-summary h1.page-header, #js-checkout-summary .product-accessories h2.page-header, .product-accessories #js-checkout-summary h2.page-header,
#js-checkout-summary .product-accessories .page-header.products-section-title,
.product-accessories #js-checkout-summary .page-header.products-section-title,
#js-checkout-summary .related-free h2.page-header,
.related-free #js-checkout-summary h2.page-header,
#js-checkout-summary .related-free .page-header.products-section-title,
.related-free #js-checkout-summary .page-header.products-section-title,
#js-checkout-summary #cart .featured-products h2.page-header,
#cart .featured-products #js-checkout-summary h2.page-header,
#js-checkout-summary #cart .featured-products .page-header.products-section-title,
#cart .featured-products #js-checkout-summary .page-header.products-section-title, #js-checkout-summary h1.address-header, #js-checkout-summary .product-accessories h2.address-header, .product-accessories #js-checkout-summary h2.address-header,
#js-checkout-summary .product-accessories .address-header.products-section-title,
.product-accessories #js-checkout-summary .address-header.products-section-title,
#js-checkout-summary .related-free h2.address-header,
.related-free #js-checkout-summary h2.address-header,
#js-checkout-summary .related-free .address-header.products-section-title,
.related-free #js-checkout-summary .address-header.products-section-title,
#js-checkout-summary #cart .featured-products h2.address-header,
#cart .featured-products #js-checkout-summary h2.address-header,
#js-checkout-summary #cart .featured-products .address-header.products-section-title,
#cart .featured-products #js-checkout-summary .address-header.products-section-title,
.cart-summary h1.card-header,
.cart-summary .product-accessories h2.card-header,
.product-accessories .cart-summary h2.card-header,
.cart-summary .product-accessories .card-header.products-section-title,
.product-accessories .cart-summary .card-header.products-section-title,
.cart-summary .related-free h2.card-header,
.related-free .cart-summary h2.card-header,
.cart-summary .related-free .card-header.products-section-title,
.related-free .cart-summary .card-header.products-section-title,
.cart-summary #cart .featured-products h2.card-header,
#cart .featured-products .cart-summary h2.card-header,
.cart-summary #cart .featured-products .card-header.products-section-title,
#cart .featured-products .cart-summary .card-header.products-section-title,
.cart-summary h1.page-header,
.cart-summary .product-accessories h2.page-header,
.product-accessories .cart-summary h2.page-header,
.cart-summary .product-accessories .page-header.products-section-title,
.product-accessories .cart-summary .page-header.products-section-title,
.cart-summary .related-free h2.page-header,
.related-free .cart-summary h2.page-header,
.cart-summary .related-free .page-header.products-section-title,
.related-free .cart-summary .page-header.products-section-title,
.cart-summary #cart .featured-products h2.page-header,
#cart .featured-products .cart-summary h2.page-header,
.cart-summary #cart .featured-products .page-header.products-section-title,
#cart .featured-products .cart-summary .page-header.products-section-title,
.cart-summary h1.address-header,
.cart-summary .product-accessories h2.address-header,
.product-accessories .cart-summary h2.address-header,
.cart-summary .product-accessories .address-header.products-section-title,
.product-accessories .cart-summary .address-header.products-section-title,
.cart-summary .related-free h2.address-header,
.related-free .cart-summary h2.address-header,
.cart-summary .related-free .address-header.products-section-title,
.related-free .cart-summary .address-header.products-section-title,
.cart-summary #cart .featured-products h2.address-header,
#cart .featured-products .cart-summary h2.address-header,
.cart-summary #cart .featured-products .address-header.products-section-title,
#cart .featured-products .cart-summary .address-header.products-section-title {
  font-size: 1.063rem;
  font-weight: bold;
}

.cart-summary-subtotals .label,
.cart-summary-subtotals .value {
  font-weight: normal;
  font-size: 0.688rem;
}

.cart-summary-totals .label,
.cart-summary-totals .value,
.cart-total .label,
.cart-total .value {
  font-weight: bold;
  font-size: 0.688rem;
}

/* TOTALS */
#js-checkout-summary,
#_desktop_cart.dropdown,
.cart-summary {
  letter-spacing: 0.22px;
}
#js-checkout-summary .cart-summary,
#js-checkout-summary .cart-detailed-totals,
#_desktop_cart.dropdown .cart-summary,
#_desktop_cart.dropdown .cart-detailed-totals,
.cart-summary .cart-summary,
.cart-summary .cart-detailed-totals {
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #ffffff;
  /*font-weight: bold;
  font-size: 0.875rem;*/
  margin-top: 1rem;
  padding-top: 1rem;
}
#_desktop_cart.dropdown .cart-summary {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 767.98px) {
  #js-checkout-summary .cart-summary,
  #js-checkout-summary .cart-detailed-totals,
  #_desktop_cart.dropdown .cart-summary,
  #_desktop_cart.dropdown .cart-detailed-totals,
  .cart-summary .cart-summary,
  .cart-summary .cart-detailed-totals {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#js-checkout-summary .cart-total,
#js-checkout-summary .cart-subtotals,
#_desktop_cart.dropdown .cart-total,
#_desktop_cart.dropdown .cart-subtotals,
.cart-summary .cart-total,
.cart-summary .cart-subtotals {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#js-checkout-summary .cart-total,
#js-checkout-summary [class^=cart-subtotals-],
#_desktop_cart.dropdown .cart-total,
#_desktop_cart.dropdown [class^=cart-subtotals-],
.cart-summary .cart-total,
.cart-summary [class^=cart-subtotals-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#js-checkout-summary .cart-total,
#_desktop_cart.dropdown .cart-total,
.cart-summary .cart-total {
  padding-top: 0.75rem;
  border-top: 2px solid #e5e4e1;
}
#js-checkout-summary #promo-code,
#_desktop_cart.dropdown #promo-code,
.cart-summary #promo-code {
  padding-top: unset;
}
@media (max-width: 767.98px) {
  #js-checkout-summary #promo-code,
  #_desktop_cart.dropdown #promo-code,
  .cart-summary #promo-code {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
  }
}
.alert.added-to-cart {
  background-color: #3644AC;
  /*margin-top:-16px;*/
  color: white !important;
}

/* MODAL blockcart */
#blockcart-modal .modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#blockcart-modal .media-body p {
  margin-bottom: unset;
}
#blockcart-modal .divide-right {
  padding: 1rem;
}
#blockcart-modal .cart-content p {
  margin-bottom: unset;
  text-align: right;
}
#blockcart-modal .cart-content p strong {
  float: left;
}
#blockcart-modal .cart-content p.total {
  border-top: 1px solid #e5e4e1;
  margin-top: 0.6rem;
  padding-top: 0.6rem;
}
#blockcart-modal .cart-content .cart-products-count {
  text-align: left;
  margin-bottom: 1rem;
}
#blockcart-modal .modal-cart__image {
  max-width: 130px;
}
@media (max-width: 575.98px) {
  #blockcart-modal .modal-cart__image {
    max-width: 70px;
  }
}
#blockcart-modal .modal-footer {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 33px;
  padding-top: 5px;
}
@media (max-width: 991.98px) {
  #blockcart-modal .divide-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  #blockcart-modal .modal-body {
    margin-bottom: unset;
  }
}
#blockcart-modal .promo-code-button {
  font-size: 0.688rem;
  letter-spacing: 0.82px;
  text-transform: uppercase;
  display: block;
  position: relative;
}
#blockcart-modal .promo-code-button:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  display: inline-block;
  content: " ";
  border: unset;
  width: 10px;
  height: 5px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.46 5.1599998' width='9.46' height='5.1599998' %3e%3cpath fill='%23000000' transform='translate(-45.27,-47.42)' d='m 50,51.73 -4.3,-4.31 -0.43,0.43 4.31,4.3 v 0 l 0.42,0.43 0.42,-0.43 v 0 l 4.31,-4.3 -0.43,-0.43 z' /%3e%3c/svg%3e");
}
#blockcart-modal .promo-code-button.collapsed:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#blockcart-modal #promo-code {
  margin: 0;
  padding: 0;
}
#blockcart-modal #promo-code input {
  border-color: #E5E4E1;
  padding: 16px 14px !important;
  font-size: 0.625rem;
  height: unset;
}
#blockcart-modal #promo-code .btn-primary {
  padding-top: 15px;
}

/* SIDEBAR */
#left-column {
  padding-top: 3px;
}
#left-column .block,
#left-column .block-categories {
  padding: 0 25px;
  background: transparent;
  color: #3644AC;
  font-size: 0.75rem;
  border: unset;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  margin-bottom: 0;
}
#left-column .block li,
#left-column .block-categories li {
  font-weight: normal;
  text-transform: uppercase;
}
#left-column .block li[data-depth="0"],
#left-column .block-categories li[data-depth="0"] {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
#left-column .block i,
#left-column .block-categories i {
  font-size: 1rem;
  cursor: pointer;
}
#left-column .block .remove,
#left-column .block-categories .remove {
  display: inline;
}
#left-column .block .add,
#left-column .block-categories .add {
  display: none;
}
#left-column .block .collapsed .add,
#left-column .block-categories .collapsed .add {
  display: inline;
}
#left-column .block .collapsed .remove,
#left-column .block-categories .collapsed .remove {
  display: none;
}
#left-column .block > ul > li > h5,
#left-column .block-categories > ul > li > h5 {
  display: none;
}
#left-column .block a,
#left-column .block-categories a {
  color: #3644AC;
  text-transform: uppercase;
  line-height: 1.7rem;
}
#left-column .block .category-sub__item--0,
#left-column .block-categories .category-sub__item--0 {
  border-bottom: unset;
  padding: 0.25rem 0;
}
#left-column .block .category-sub-menu .category-sub-menu,
#left-column .block-categories .category-sub-menu .category-sub-menu {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-bottom: 2rem;
}

/* INDEX */
#index .title_block {
  font-size: 1.271875rem;
  font-family: "SangBleuEmpire", serif;
  letter-spacing: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: unset;
  border: unset;
  text-align: center;
}

/* PRODUCTS list */
#js-product-list-top button[data-id=select-sort-order] {
  padding-left: unset;
  text-transform: uppercase;
  font-size: 0.688rem;
}
@media (min-width: 768px) {
  #js-product-list-top button[data-id=select-sort-order] {
    font-size: 0.688rem;
  }
}
#js-product-list-top button[data-id=select-sort-order]:after {
  top: -1px;
  right: -2px;
}
#js-product-list-top #search_filter_toggler-2,
#js-product-list-top .js-search-filters-clear-all {
  position: relative;
  text-transform: uppercase;
  font-size: 0.688rem;
}
@media (max-width: 991.98px) {
  #js-product-list-top #search_filter_toggler-2#search_filter_toggler-2,
  #js-product-list-top .js-search-filters-clear-all#search_filter_toggler-2 {
    padding-left: unset;
  }
}
@media (min-width: 768px) {
  #js-product-list-top #search_filter_toggler-2,
  #js-product-list-top .js-search-filters-clear-all {
    font-size: 0.688rem;
  }
}
#js-product-list-top #search_filter_toggler-2#search_filter_toggler-2:after,
#js-product-list-top .js-search-filters-clear-all#search_filter_toggler-2:after {
  display: inline-block;
  content: " ";
  border: unset;
  width: 10px;
  height: 5px;
  position: relative;
  top: -2px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.46 5.1599998' width='9.46' height='5.1599998' %3e%3cpath fill='%23000000' transform='translate(-45.27,-47.42)' d='m 50,51.73 -4.3,-4.31 -0.43,0.43 4.31,4.3 v 0 l 0.42,0.43 0.42,-0.43 v 0 l 4.31,-4.3 -0.43,-0.43 z' /%3e%3c/svg%3e");
}
#js-product-list-top .total-products {
  text-transform: uppercase;
  font-size: 0.563rem;
  color: #707070;
  margin-left: auto;
}
@media (min-width: 768px) {
  #js-product-list-top .total-products {
    font-size: 0.688rem;
  }
}
@media (max-width: 991.98px) {
  #js-product-list-top .total-products {
    display: none;
  }
}

.products {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card-product {
  background: transparent !important;
  border: unset;
}

@media (min-width: 768px) {
  .product-miniature {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .product-miniature {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .layout-full-width .product-miniature {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.category-h1,
#search #js-product-list-header {
  font-family: "SangBleuEmpire", serif;
  font-size: 1.375rem;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
  font-weight: normal;
}
@media (min-width: 768px) {
  .category-h1,
  #search #js-product-list-header {
    font-size: 1.75rem;
    margin-top: 90px;
    margin-bottom: 140px;
  }
}

.price {
  color: #adb5bd;
}

/* MINIATURE PROD */
.product-miniature {
  font-family: "Matahari Extended", sans-serif;
  text-align: center;
}
.product-miniature .card-body, .product-miniature .page-content, .product-miniature .card-block, .product-miniature .block-categories, .product-miniature .left-column .search_filters, .left-column .product-miniature .search_filters, .product-miniature .address-body {
  padding: 25px 0;
}
.product-miniature .product-brand {
  letter-spacing: 0.97px;
  margin-bottom: 10px;
  min-height: 1.5em;
  max-height: 1.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.product-miniature .product-brand a {
  font-size: 0.813rem;
  font-weight: 700;
}
.product-miniature .product-title {
  letter-spacing: 0.75px;
  font-family: "Matahari Extended", sans-serif;
  font-size: 0.688rem;
  margin-bottom: unset;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-miniature .product-title a {
  font-weight: normal;
}
.product-miniature .product-short-desc {
  letter-spacing: 0.5px;
  font-size: 0.688rem;
  min-height: 1.7em;
  max-height: 1.7em;
  overflow-y: hidden;
  /*margin-bottom: $spacer;*/
}
.product-miniature .product-short-desc p {
  margin-bottom: 0;
}
.product-miniature .product-price-and-shipping {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 0.688rem;
}
.product-miniature .product-price-and-shipping .price {
  font-weight: normal;
}

.more-less-box {
  display: none;
}

.page-content--product {
  position: relative;
}

html .page-content--product .product-flags {
  top: 8%;
  right: unset;
  left: 15px;
}
@media (max-width: 767.98px) {
  html .page-content--product .product-flags {
    top: 6%;
    right: unset;
    left: 6px;
  }
}

.product-flags {
  top: 8%;
  right: unset;
  left: 15px;
}
@media (max-width: 767.98px) {
  .product-flags {
    top: 5%;
    right: unset;
    left: 6px;
  }
}
.product-flags .product-flag {
  /*background-color: $quaternary !important;*/
  margin-top: unset;
  margin-bottom: 22px;
  height: 62px;
  width: 62px;
  border-radius: 100%;
  letter-spacing: normal;
  text-transform: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .product-flags .product-flag {
    height: 74px;
    width: 74px;
  }
}
.product-flags .product-flag.new, .product-flags .product-flag.discount-percentage {
  display: none;
}
.product-flags .product-flag span {
  white-space: nowrap;
  position: relative;
  top: 1px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Matahari Extended", sans-serif;
  font-size: 0.438rem;
  letter-spacing: 0px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .product-flags .product-flag span {
    font-size: 0.563rem;
  }
}
.product-flags .product-flag img {
  width: 100%;
  height: 100%;
}

/* PRODUCT DETAIL */
#product .products-imagescover {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
#product .products-imagescover li button:before {
  color: #c3c3c3;
  font-size: 0.563rem;
  opacity: 1;
  width: 3px;
  height: 3px;
}
#product .products-imagescover li button:hover:before,
#product .products-imagescover li button:focus:before {
  opacity: 1;
  color: #999;
}
#product .products-imagescover li.slick-active button:before {
  color: #c2bcbc;
  color: black;
  opacity: 1;
}
#product .products-imagescover .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 23px;
  left: 15px;
  text-align: left;
  width: auto;
}
@media (min-width: 768px) {
  #product .products-imagescover .slick-dots {
    bottom: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#product .products-imagescover .slick-dots li {
  width: 5px;
  height: 5px;
  margin-right: 4px;
}
@media (min-width: 768px) {
  #product .products-imagescover .slick-dots li {
    margin-right: unset;
    margin-bottom: 11px;
  }
}
#product .products-imagescover .slick-dots li button {
  width: 3px;
  height: 3px;
  color: #c3c3c3;
}
#product .products-imagescover .slick-dots li button:before {
  font-size: 0.188rem;
}
#product .product-single-info h1.product-name, #product .product-single-info .product-accessories h2.product-name, .product-accessories #product .product-single-info h2.product-name,
#product .product-single-info .product-accessories .product-name.products-section-title,
.product-accessories #product .product-single-info .product-name.products-section-title,
#product .product-single-info .related-free h2.product-name,
.related-free #product .product-single-info h2.product-name,
#product .product-single-info .related-free .product-name.products-section-title,
.related-free #product .product-single-info .product-name.products-section-title,
#product .product-single-info #cart .featured-products h2.product-name,
#cart .featured-products #product .product-single-info h2.product-name,
#product .product-single-info #cart .featured-products .product-name.products-section-title,
#cart .featured-products #product .product-single-info .product-name.products-section-title {
  font-size: 0.75rem;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "Matahari Extended", sans-serif;
}
#product .product-single-info .product-description-short {
  font-size: 0.75rem;
}
#product .product-single-info .product-brand a {
  /*color: $primary;*/
  font-family: "SangBleuEmpire", serif;
  letter-spacing: normal;
  /*font-weight: $font-weight-bold;*/
  font-size: 1rem;
}
@media (min-width: 768px) {
  #product .product-single-info .product-brand a {
    font-size: 1.125rem;
  }
}
#product .product-description-long {
  margin-bottom: 2rem;
}
#product .nav-tabs {
  border: unset;
}
#product .nav-tabs .nav-item {
  padding-bottom: 3px;
}
#product .nav-tabs .nav-item {
  margin-right: 30px;
}
#product .nav-tabs .nav-item:last-child {
  margin-right: 0px;
}
#product .nav-tabs .nav-link {
  padding: 0px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: 0.25px;
  color: #000;
}
#product .nav-tabs .nav-link:hover {
  border-bottom: 1px solid #000;
}
#product .nav-tabs .nav-link.active,
#product .nav-tabs .nav-item.show .nav-link {
  border-bottom: 1px solid #000;
  color: #000;
  background-color: transparent;
}
#product .tab-content {
  padding-top: 30px;
}
@media (min-width: 768px) {
  #product .tab-content {
    padding-top: 26px;
  }
}
#product .product-information {
  margin-top: 1rem;
  margin-top: 34px;
}
@media (min-width: 768px) {
  #product .product-information {
    margin-top: 30px;
  }
}
#product .product-variants label, #product .product-variants .label,
#product .product-quantity label,
#product .product-quantity .label {
  color: #3644AC;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
}
#product .product-variants-item {
  margin-bottom: 0.75rem;
}
#product .product-availability-info {
  text-align: right;
  color: #495057;
  margin-top: 1rem;
}
#product .product-add-to-cart .btn-add-to-cart i {
  display: none;
}
#product .add-to-cart-btn-text {
  padding-right: 0.9rem;
}
#product .product-prices {
  /* padding: 0 $btn-padding-x;
    padding-right: unset;
    border-left: 1px solid $secondary;
    text-transform: lowercase;

    .current-price, .product-discount, .has-discount {
      display: inline;
    }
  */
}
#product .discount.discount-amount {
  /*display: none;*/
}
#product .product-quantity label, #product .product-quantity .label {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
#product .product-description-long,
#product #accordion-product .card-body,
#product #accordion-product .page-content,
#product #accordion-product .card-block,
#product #accordion-product .block-categories,
#product #accordion-product .left-column .search_filters,
.left-column #product #accordion-product .search_filters,
#product #accordion-product .address-body {
  font-size: 0.688rem;
  font-family: "Matahari Extended", sans-serif;
}
#product #accordion-product .card, #product #accordion-product .page-wrapper, #product #accordion-product .card-block, #product #accordion-product .block-categories, #product #accordion-product .left-column .search_filters, .left-column #product #accordion-product .search_filters, #product #accordion-product .account-links .link-item, .account-links #product #accordion-product .link-item, #product #accordion-product .address {
  background: transparent;
  border: unset;
  border-bottom: 1px solid #e5e4e1;
}
#product #accordion-product .card-header, #product #accordion-product .page-header, #product #accordion-product .address-header {
  padding-top: 6px;
  padding-bottom: 6px;
}
#product #accordion-product .card-header, #product #accordion-product .page-header, #product #accordion-product .address-header,
#product #accordion-product .card-body,
#product #accordion-product .page-content,
#product #accordion-product .card-block,
#product #accordion-product .block-categories,
#product #accordion-product .left-column .search_filters,
.left-column #product #accordion-product .search_filters,
#product #accordion-product .address-body {
  padding-left: 0;
  padding-right: 0;
  background: unset;
}
#product #accordion-product .card-body, #product #accordion-product .page-content, #product #accordion-product .card-block, #product #accordion-product .block-categories, #product #accordion-product .left-column .search_filters, .left-column #product #accordion-product .search_filters, #product #accordion-product .address-body {
  padding-top: 0;
  margin-top: -0.2rem;
}
#product #accordion-product .card-header .btn:hover, #product #accordion-product .page-header .btn:hover, #product #accordion-product .address-header .btn:hover,
#product #accordion-product .card-header .btn:focus,
#product #accordion-product .page-header .btn:focus,
#product #accordion-product .address-header .btn:focus {
  text-decoration: none;
}
#product #accordion-product .card-header .btn, #product #accordion-product .page-header .btn, #product #accordion-product .address-header .btn {
  text-align: left;
  font-size: 0.75rem;
  color: #000;
  text-transform: uppercase;
  padding-left: 0;
}
#product #accordion-product .card-header .btn i, #product #accordion-product .page-header .btn i, #product #accordion-product .address-header .btn i {
  font-style: normal;
  font-weight: 700;
  font-size: 0.6875rem;
}
#product #accordion-product .card-header .btn i.minus, #product #accordion-product .page-header .btn i.minus, #product #accordion-product .address-header .btn i.minus {
  display: none;
}
#product .social-sharing {
  border-bottom: 1px solid #e5e4e1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 5px;
  margin-top: 8px;
}
#product .social-sharing span {
  color: #000;
  text-transform: uppercase;
  font-size: 0.75rem;
}
#product .social-sharing .social-share-btn--product {
  width: 24px;
  height: unset;
  background-size: 80%;
  background-color: unset;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  border-radius: unset;
  -webkit-transition: unset;
  transition: unset;
}
#product .social-sharing .social-share-btn--product:hover {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
#product .social-sharing .social-share-btn--product.facebook {
  background-image: url(../img/facebook.png);
}
#product .product-tabs {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  border: unset;
  padding: unset;
  background: transparent;
}
#product .category-products > h2 {
  font-family: "SangBleuEmpire", serif;
  letter-spacing: normal;
  font-weight: normal;
  font-size: 1.125rem;
  font-family: "Matahari Extended", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.75px;
  font-weight: bold;
}
@media (min-width: 768px) {
  #product .category-products > h2 {
    font-size: 1.875rem;
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
}

.product-accessories,
.related-free,
#cart .featured-products {
  margin-top: 4rem !important;
}
.product-accessories h2,
.product-accessories .products-section-title,
.related-free h2,
.related-free .products-section-title,
#cart .featured-products h2,
#cart .featured-products .products-section-title {
  margin-bottom: 2.5rem;
}
.product-accessories h2,
.product-accessories .products-section-title,
.related-free h2,
.related-free .products-section-title,
#cart .featured-products h2,
#cart .featured-products .products-section-title {
  border-bottom: unset;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-accessories h2:before, .product-accessories h2:after,
.product-accessories .products-section-title:before,
.product-accessories .products-section-title:after,
.related-free h2:before,
.related-free h2:after,
.related-free .products-section-title:before,
.related-free .products-section-title:after,
#cart .featured-products h2:before,
#cart .featured-products h2:after,
#cart .featured-products .products-section-title:before,
#cart .featured-products .products-section-title:after {
  content: "";
  border-top: 1px solid #e5e4e1;
  margin: 0 80px 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20px;
  flex: 1 0 20px;
}
.product-accessories h2:after,
.product-accessories .products-section-title:after,
.related-free h2:after,
.related-free .products-section-title:after,
#cart .featured-products h2:after,
#cart .featured-products .products-section-title:after {
  margin: 0 0 0 80px;
}

/* CMS */
#cms .page-wrapper,
#cms .page-header {
  background: transparent;
}
#cms .page-wrapper {
  border: unset;
}
#cms .page-header {
  padding-top: unset;
}

/* MANUFACTURERS */
/* LIST */
@media (min-width: 768px) {
  .all-brands-page {
    padding-top: 130px;
  }
}
.all-brands-page .page-header {
  background: transparent;
  padding-top: unset;
}
@media (min-width: 768px) {
  .all-brands-page .page-header {
    padding-left: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.all-brands-page .page-header h1, .all-brands-page .page-header .product-accessories h2, .product-accessories .all-brands-page .page-header h2,
.all-brands-page .page-header .product-accessories .products-section-title,
.product-accessories .all-brands-page .page-header .products-section-title,
.all-brands-page .page-header .related-free h2,
.related-free .all-brands-page .page-header h2,
.all-brands-page .page-header .related-free .products-section-title,
.related-free .all-brands-page .page-header .products-section-title,
.all-brands-page .page-header #cart .featured-products h2,
#cart .featured-products .all-brands-page .page-header h2,
.all-brands-page .page-header #cart .featured-products .products-section-title,
#cart .featured-products .all-brands-page .page-header .products-section-title {
  font-size: 1.375rem;
  font-family: "SangBleuEmpire", serif;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .all-brands-page .page-header h1, .all-brands-page .page-header .product-accessories h2, .product-accessories .all-brands-page .page-header h2,
  .all-brands-page .page-header .product-accessories .products-section-title,
  .product-accessories .all-brands-page .page-header .products-section-title,
  .all-brands-page .page-header .related-free h2,
  .related-free .all-brands-page .page-header h2,
  .all-brands-page .page-header .related-free .products-section-title,
  .related-free .all-brands-page .page-header .products-section-title,
  .all-brands-page .page-header #cart .featured-products h2,
  #cart .featured-products .all-brands-page .page-header h2,
  .all-brands-page .page-header #cart .featured-products .products-section-title,
  #cart .featured-products .all-brands-page .page-header .products-section-title {
    text-align: left;
    font-size: 3.125rem;
    margin-top: unset;
    margin-bottom: unset;
  }
}
.all-brands-page .page-content {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .all-brands-page .page-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-top: 5px;
    padding-right: 25px;
  }
}
.all-brands-page .letter-select {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .all-brands-page .letter-select {
    padding-bottom: 10px;
    overflow-x: auto;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .all-brands-page .letter-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
  }
}
.all-brands-page .brands-by-letter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .all-brands-page .brands-by-letter {
    max-height: 1150px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.all-brands-page .box-title,
.all-brands-page .letter-select li a {
  font-size: 0.875rem;
  font-weight: 700;
}
.all-brands-page .box-letter .box-title {
  margin-bottom: 2rem;
}
.all-brands-page .letter-content {
  margin-bottom: 2rem;
}
.all-brands-page .letter-content p {
  margin-bottom: 0.5rem;
}
.all-brands-page .letter-content a {
  text-transform: uppercase;
}

/* MANUFACTURER DETAILS */
#main #manufacturer > h1, #main .product-accessories #manufacturer > h2, .product-accessories #main #manufacturer > h2,
#main .product-accessories #manufacturer > .products-section-title,
.product-accessories #main #manufacturer > .products-section-title,
#main .related-free #manufacturer > h2,
.related-free #main #manufacturer > h2,
#main .related-free #manufacturer > .products-section-title,
.related-free #main #manufacturer > .products-section-title,
#main #cart .featured-products #manufacturer > h2,
#cart .featured-products #main #manufacturer > h2,
#main #cart .featured-products #manufacturer > .products-section-title,
#cart .featured-products #main #manufacturer > .products-section-title {
  color: #3644AC;
  margin-bottom: 2rem;
}
#manufacturer #manufacturer-description,
#manufacturer #manufacturer-short_description {
  text-align: center;
  font-family: "SangBleuEmpire", serif;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  #manufacturer #manufacturer-description,
  #manufacturer #manufacturer-short_description {
    max-width: 1094px;
    margin: 0 auto;
  }
}
#manufacturer #products {
  margin-top: 75px;
}

/* CHECKOUT */
#checkout {
  /* HEADER */
  /* personal info / login step */
  /* address step */
  /* shipping step */
  /* payment step */
  /* payment final summary */
}
#checkout .header-nav {
  background-color: transparent;
  border-bottom: unset !important;
}
#checkout #_desktop_contact_link,
#checkout #_mobile_contact_link {
  font-family: "SangBleuEmpire", serif;
  letter-spacing: normal;
  text-align: right;
  margin-top: 1.75rem;
}
#checkout #_desktop_contact_link#_desktop_contact_link,
#checkout #_mobile_contact_link#_desktop_contact_link {
  line-height: 1.875;
  font-size: 0.6875rem;
}
#checkout #_desktop_contact_link *,
#checkout #_mobile_contact_link * {
  text-decoration: underline;
}
#checkout #_desktop_contact_link .need-help,
#checkout #_mobile_contact_link .need-help {
  font-weight: 700;
  text-decoration: none !important;
}
#_desktop_contact_link #checkout #_desktop_contact_link .need-help,
#_desktop_contact_link #checkout #_mobile_contact_link .need-help {
  font-size: 1.125rem;
}
#checkout #_desktop_contact_link i,
#checkout #_mobile_contact_link i {
  display: none;
}
#checkout .checkout-step:not(:last-child) {
  border-bottom: unset;
}
#checkout .step-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#checkout .step-edit {
  padding-right: 0;
  margin-left: auto;
}
#checkout .step-edit span {
  font-family: "Matahari Extended", sans-serif;
  text-decoration: underline;
}
#checkout .step-edit:hover {
  text-decoration: none;
}
#checkout .checkout-step .step-number {
  /*display: none;*/
}
#checkout .checkout-step i.done {
  margin-left: -16px;
}
#checkout .checkout-step > .card-header, #checkout .checkout-step > .page-header, #checkout .checkout-step > .address-header, #checkout .checkout-step > .card-body, #checkout .checkout-step > .page-content, #checkout .checkout-step > .card-block, #checkout .checkout-step > .block-categories, #checkout .left-column .checkout-step > .search_filters, .left-column #checkout .checkout-step > .search_filters, #checkout .checkout-step > .address-body {
  padding: 15px 18.75px;
}
#checkout #content-checkout-personal-information-step .nav-tabs {
  margin-top: 40px !important;
  overflow-y: unset;
  overflow-x: unset;
  border-bottom: unset;
}
#checkout #content-checkout-personal-information-step .nav-link.active {
  border-bottom: unset;
}
#checkout #content-checkout-personal-information-step .nav-tabs .nav-item {
  font-family: "Matahari Extended", sans-serif;
}
#checkout #content-checkout-personal-information-step .nav-tabs .nav-item > a {
  position: relative;
  z-index: 2;
  font-size: 1rem;
  border: unset;
}
@media (min-width: 768px) {
  #checkout #content-checkout-personal-information-step .nav-tabs .nav-item > a {
    font-size: 1.125rem;
  }
}
#checkout #content-checkout-personal-information-step .nav-tabs .nav-item > a:hover, #checkout #content-checkout-personal-information-step .nav-tabs .nav-item > a:focus {
  border: unset;
}
#checkout #content-checkout-personal-information-step .nav-tabs .nav-item:first-child a {
  padding-left: unset;
  border-right: 1px solid #e5e4e1;
}
#checkout #content-checkout-addresses-step .address-selector > div:last-child a {
  border: unset;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #checkout #content-checkout-addresses-step .address-selector > div:last-child a {
    margin-top: -1rem;
  }
}
#checkout .delivery-options.row, #checkout .delivery-options.products {
  margin-left: 0px;
  margin-right: 0px;
}
#checkout .carrier-price {
  font-weight: bold;
  font-size: unset;
  color: unset;
  text-align: right;
}
#checkout .payment-options .additional-information {
  margin-top: -0.5rem !important;
}
#checkout .payment-options .payment-option {
  padding-top: 1rem;
  padding-bottom: 2.5rem;
}
#checkout .payment-options .payment-option .custom-control-label::before,
#checkout .payment-options .payment-option .custom-control-label::after {
  top: unset;
}
#checkout .payment-options .payment-option label, #checkout .payment-options .payment-option .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#checkout .payment-options .payment-option label img, #checkout .payment-options .payment-option .label img {
  margin-left: auto;
}
#checkout #order-summary-content h1, #checkout #order-summary-content .product-accessories h2, .product-accessories #checkout #order-summary-content h2,
#checkout #order-summary-content .product-accessories .products-section-title,
.product-accessories #checkout #order-summary-content .products-section-title,
#checkout #order-summary-content .related-free h2,
.related-free #checkout #order-summary-content h2,
#checkout #order-summary-content .related-free .products-section-title,
.related-free #checkout #order-summary-content .products-section-title,
#checkout #order-summary-content #cart .featured-products h2,
#cart .featured-products #checkout #order-summary-content h2,
#checkout #order-summary-content #cart .featured-products .products-section-title,
#cart .featured-products #checkout #order-summary-content .products-section-title {
  margin-top: 3rem;
}
#checkout #order-summary-content h1 + p, #checkout #order-summary-content .product-accessories h2 + p, .product-accessories #checkout #order-summary-content h2 + p,
#checkout #order-summary-content .product-accessories .products-section-title + p,
.product-accessories #checkout #order-summary-content .products-section-title + p,
#checkout #order-summary-content .related-free h2 + p,
.related-free #checkout #order-summary-content h2 + p,
#checkout #order-summary-content .related-free .products-section-title + p,
.related-free #checkout #order-summary-content .products-section-title + p,
#checkout #order-summary-content #cart .featured-products h2 + p,
#cart .featured-products #checkout #order-summary-content h2 + p,
#checkout #order-summary-content #cart .featured-products .products-section-title + p,
#cart .featured-products #checkout #order-summary-content .products-section-title + p {
  margin-bottom: 2rem;
}
#checkout #order-summary-content .h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#checkout #order-summary-content .step-edit {
  padding-right: 0;
  margin-left: auto;
}
#checkout #order-summary-content .step-edit span {
  font-family: "Matahari Extended", sans-serif;
  text-decoration: underline;
  font-size: 0.6015625rem;
}
#checkout #order-summary-content .step-edit:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  #checkout #order-summary-content .card.address .card-header, #checkout #order-summary-content .address .card-header, #checkout #order-summary-content .address .page-header, #checkout #order-summary-content .address .address-header {
    max-width: 165px;
  }
  #checkout #order-summary-content .card.address .card-header h4, #checkout #order-summary-content .address .card-header h4, #checkout #order-summary-content .address .page-header h4, #checkout #order-summary-content .address .address-header h4 {
    word-spacing: 100vw;
    line-height: 1.7em;
  }
}

#order-confirmation #content-hook_order_confirmation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#order-confirmation #order-details > ul li {
  padding: 0.5rem 0;
}
#order-confirmation #tpay-success {
  display: none;
}
#order-confirmation #registration-form {
  display: none;
}

.page-content form,
.checkout-form form,
.page-wrapper--order-confirmation form {
  width: unset;
  max-width: unset;
  margin: 0 auto;
  margin-top: 1rem;
}

.page-wrapper--order-detail form {
  margin: unset;
}

/* ADDRESSES */
.address,
.address-item {
  border: none !important;
}
.address.address,
.address-item.address {
  height: 100%;
}
.address label, .address .label,
.address-item label,
.address-item .label {
  text-transform: unset;
}
.address.address-item .card,
.address-item.address-item .card,
.address-item.address-item .page-wrapper,
.address-item.address-item .card-block,
.address-item.address-item .block-categories,
.address-item.address-item .left-column .search_filters,
.left-column .address-item.address-item .search_filters,
.address-item.address-item .account-links .link-item,
.account-links .address-item.address-item .link-item,
.address-item.address-item .address {
  height: 100%;
  border: unset !important;
}
.address .addresshead,
.address .address-header,
.address .card-header .custom-control-label,
.address .page-header .custom-control-label,
.address .address-header .custom-control-label,
.address-item .addresshead,
.address-item .address-header,
.address-item .card-header .custom-control-label,
.address-item .page-header .custom-control-label,
.address-item .address-header .custom-control-label {
  font-family: "Matahari Extended", sans-serif;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: unset;
}
@media (min-width: 768px) {
  .address .addresshead,
  .address .address-header,
  .address .card-header .custom-control-label,
  .address .page-header .custom-control-label,
  .address .address-header .custom-control-label,
  .address-item .addresshead,
  .address-item .address-header,
  .address-item .card-header .custom-control-label,
  .address-item .page-header .custom-control-label,
  .address-item .address-header .custom-control-label {
    font-size: 0.875rem;
  }
}
.address .card-header, .address .page-header, .address .address-header,
.address-item .card-header,
.address-item .page-header,
.address-item .address-header {
  border-bottom: 1px solid #a19898;
}
.address .card-body, .address .page-content, .address .card-block, .address .block-categories, .address .left-column .search_filters, .left-column .address .search_filters, .address .address-body,
.address-item .card-body,
.address-item .page-content,
.address-item .card-block,
.address-item .block-categories,
.address-item .left-column .search_filters,
.left-column .address-item .search_filters,
.address-item .address-body {
  line-height: 1.7em;
}
.address .card-footer i, .address .page-footer i, .address .address-footer i,
.address-item .card-footer i,
.address-item .page-footer i,
.address-item .address-footer i {
  display: none;
}
.address .card-footer a, .address .page-footer a, .address .address-footer a,
.address-item .card-footer a,
.address-item .page-footer a,
.address-item .address-footer a {
  text-transform: uppercase;
  font-weight: bold !important;
  line-height: 1.1em;
  border-bottom: 0.7px solid;
  color: #000 !important;
}
.address .card-header, .address .page-header, .address .address-header,
.address .card-body,
.address .page-content,
.address .card-block,
.address .block-categories,
.address .left-column .search_filters,
.left-column .address .search_filters,
.address .address-body,
.address .card-footer,
.address .page-footer,
.address .address-footer,
.address-item .card-header,
.address-item .page-header,
.address-item .address-header,
.address-item .card-body,
.address-item .page-content,
.address-item .card-block,
.address-item .block-categories,
.address-item .left-column .search_filters,
.left-column .address-item .search_filters,
.address-item .address-body,
.address-item .card-footer,
.address-item .page-footer,
.address-item .address-footer {
  padding: 15px 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left !important;
}
.address .card-footer, .address .page-footer,
.address .address-footer,
.address-item .card-footer,
.address-item .page-footer,
.address-item .address-footer {
  padding-top: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*flex-direction: row-reverse;    */
}

/* PAGINATION */
.pagination-products-count {
  text-transform: uppercase;
  font-size: 0.688rem;
  padding: 0.782rem 0;
}

.pagination {
  font-size: 0.688rem;
}
.pagination .page-item {
  text-transform: uppercase;
}
.pagination .page-item.active .page-link {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.pagination .show-all-btn {
  font-size: 0.688rem;
  display: none;
}

/* BUTTONS */
.btn-primary {
  color: #fff;
  background-color: #3644AC;
  border-color: #e5e4e1;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(44.860619469, 56.4911504425, 142.889380531);
  border-color: rgb(205.3214285714, 203.4107142857, 197.6785714286);
}
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(232.9, 232.05, 229.5, 0.5);
  box-shadow: 0 0 0 0px rgba(232.9, 232.05, 229.5, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3644AC;
  border-color: #e5e4e1;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(41.814159292, 52.6548672566, 133.185840708);
  border-color: rgb(199.4017857143, 197.2633928571, 190.8482142857);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(232.9, 232.05, 229.5, 0.5);
  box-shadow: 0 0 0 0px rgba(232.9, 232.05, 229.5, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #adb5bd;
  border-color: #e5e4e1;
}
.btn-secondary:hover {
  color: #212529;
  background-color: rgb(151.8074324324, 161.875, 171.9425675676);
  border-color: rgb(205.3214285714, 203.4107142857, 197.6785714286);
}
.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(199.6, 199.35, 197.4, 0.5);
  box-shadow: 0 0 0 0px rgba(199.6, 199.35, 197.4, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #adb5bd;
  border-color: #e5e4e1;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: rgb(144.7432432432, 155.5, 166.2567567568);
  border-color: rgb(199.4017857143, 197.2633928571, 190.8482142857);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(199.6, 199.35, 197.4, 0.5);
  box-shadow: 0 0 0 0px rgba(199.6, 199.35, 197.4, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #3644AC;
  border-color: #e5e4e1;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(44.860619469, 56.4911504425, 142.889380531);
  border-color: rgb(205.3214285714, 203.4107142857, 197.6785714286);
}
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(232.9, 232.05, 229.5, 0.5);
  box-shadow: 0 0 0 0px rgba(232.9, 232.05, 229.5, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #3644AC;
  border-color: #e5e4e1;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(41.814159292, 52.6548672566, 133.185840708);
  border-color: rgb(199.4017857143, 197.2633928571, 190.8482142857);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(232.9, 232.05, 229.5, 0.5);
  box-shadow: 0 0 0 0px rgba(232.9, 232.05, 229.5, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #495057;
  border-color: #e5e4e1;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(55.5484375, 60.875, 66.2015625);
  border-color: rgb(205.3214285714, 203.4107142857, 197.6785714286);
}
.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(232.9, 232.05, 229.5, 0.5);
  box-shadow: 0 0 0 0px rgba(232.9, 232.05, 229.5, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #495057;
  border-color: #e5e4e1;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(49.73125, 54.5, 59.26875);
  border-color: rgb(199.4017857143, 197.2633928571, 190.8482142857);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(232.9, 232.05, 229.5, 0.5);
  box-shadow: 0 0 0 0px rgba(232.9, 232.05, 229.5, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #e2b737;
  border-color: #e5e4e1;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(212.0087336245, 166.4268558952, 30.7412663755);
  border-color: rgb(205.3214285714, 203.4107142857, 197.6785714286);
}
.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(199.6, 199.35, 197.4, 0.5);
  box-shadow: 0 0 0 0px rgba(199.6, 199.35, 197.4, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #e2b737;
  border-color: #e5e4e1;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(200.8733624454, 157.6855895197, 29.1266375546);
  border-color: rgb(199.4017857143, 197.2633928571, 190.8482142857);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(199.6, 199.35, 197.4, 0.5);
  box-shadow: 0 0 0 0px rgba(199.6, 199.35, 197.4, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #9B1D20;
  border-color: #e5e4e1;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(122.7785326087, 22.9714673913, 25.347826087);
  border-color: rgb(205.3214285714, 203.4107142857, 197.6785714286);
}
.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(232.9, 232.05, 229.5, 0.5);
  box-shadow: 0 0 0 0px rgba(232.9, 232.05, 229.5, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #9B1D20;
  border-color: #e5e4e1;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(112.0380434783, 20.9619565217, 23.1304347826);
  border-color: rgb(199.4017857143, 197.2633928571, 190.8482142857);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(232.9, 232.05, 229.5, 0.5);
  box-shadow: 0 0 0 0px rgba(232.9, 232.05, 229.5, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #e5e4e1;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(205.3214285714, 203.4107142857, 197.6785714286);
}
.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(199.6, 199.35, 197.4, 0.5);
  box-shadow: 0 0 0 0px rgba(199.6, 199.35, 197.4, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #e5e4e1;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(199.4017857143, 197.2633928571, 190.8482142857);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(199.6, 199.35, 197.4, 0.5);
  box-shadow: 0 0 0 0px rgba(199.6, 199.35, 197.4, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #e5e4e1;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(205.3214285714, 203.4107142857, 197.6785714286);
}
.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(232.9, 232.05, 229.5, 0.5);
  box-shadow: 0 0 0 0px rgba(232.9, 232.05, 229.5, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #e5e4e1;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(199.4017857143, 197.2633928571, 190.8482142857);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(232.9, 232.05, 229.5, 0.5);
  box-shadow: 0 0 0 0px rgba(232.9, 232.05, 229.5, 0.5);
}

.btn-outline-primary {
  color: #3644AC;
  border-color: #3644AC;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3644AC;
  border-color: #3644AC;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.5);
  box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3644AC;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3644AC;
  border-color: #3644AC;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.5);
  box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.5);
}

.btn-outline-secondary {
  color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(173, 181, 189, 0.5);
  box-shadow: 0 0 0 0px rgba(173, 181, 189, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #adb5bd;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(173, 181, 189, 0.5);
  box-shadow: 0 0 0 0px rgba(173, 181, 189, 0.5);
}

.btn-outline-success {
  color: #3644AC;
  border-color: #3644AC;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #3644AC;
  border-color: #3644AC;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.5);
  box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #3644AC;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #3644AC;
  border-color: #3644AC;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.5);
  box-shadow: 0 0 0 0px rgba(54, 68, 172, 0.5);
}

.btn-outline-info {
  color: #495057;
  border-color: #495057;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(73, 80, 87, 0.5);
  box-shadow: 0 0 0 0px rgba(73, 80, 87, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #495057;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(73, 80, 87, 0.5);
  box-shadow: 0 0 0 0px rgba(73, 80, 87, 0.5);
}

.btn-outline-warning {
  color: #e2b737;
  border-color: #e2b737;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #e2b737;
  border-color: #e2b737;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(226, 183, 55, 0.5);
  box-shadow: 0 0 0 0px rgba(226, 183, 55, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #e2b737;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #e2b737;
  border-color: #e2b737;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(226, 183, 55, 0.5);
  box-shadow: 0 0 0 0px rgba(226, 183, 55, 0.5);
}

.btn-outline-danger {
  color: #9B1D20;
  border-color: #9B1D20;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #9B1D20;
  border-color: #9B1D20;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(155, 29, 32, 0.5);
  box-shadow: 0 0 0 0px rgba(155, 29, 32, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #9B1D20;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #9B1D20;
  border-color: #9B1D20;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(155, 29, 32, 0.5);
  box-shadow: 0 0 0 0px rgba(155, 29, 32, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0px rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0px rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0px rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0px rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0px rgba(52, 58, 64, 0.5);
}

.btn {
  letter-spacing: 1.1px;
}

.btn:not(.btn-link) {
  text-transform: uppercase;
}

.btn-primary {
  border-color: #3644AC;
}

.btn-primary:hover {
  background: #ffffff;
  background: rgba(54, 68, 172, 0.9);
  color: white;
}

.btn-primary {
  border-color: transparent;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  border-color: transparent;
}

.btn-outline-secondary:hover {
  background: #ffffff;
  color: #000;
}

.btn-outline-primary {
  color: #3644AC;
  border-color: #3644AC;
}
.btn-outline-primary:not(:disabled):hover, .btn-outline-primary:not(:disabled):focus {
  color: #3644AC;
  border-color: rgb(97.0796460177, 109.9336283186, 205.4203539823) !important;
  background-color: unset;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #495057;
  background-color: transparent;
}

.btn-light {
  background: #F2F2F2;
  color: #000;
  border-color: #adb5bd;
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
  background: white;
  color: #3644AC;
  border-color: #adb5bd;
}

.btn-add-to-cart:not(:disabled) {
  -webkit-transition: unset;
  transition: unset;
}
.btn-add-to-cart:not(:disabled):hover .product-prices,
.btn-add-to-cart:not(:disabled):hover .product-price-and-shipping, .btn-add-to-cart:not(:disabled):focus .product-prices,
.btn-add-to-cart:not(:disabled):focus .product-price-and-shipping {
  color: #3644AC;
  border-color: #3644AC !important;
}
.btn-add-to-cart:not(:disabled):hover .product-prices *,
.btn-add-to-cart:not(:disabled):hover .product-price-and-shipping *, .btn-add-to-cart:not(:disabled):focus .product-prices *,
.btn-add-to-cart:not(:disabled):focus .product-price-and-shipping * {
  color: #3644AC;
}
.btn-add-to-cart:not(:disabled):active .product-prices,
.btn-add-to-cart:not(:disabled):active .product-price-and-shipping {
  color: #fff;
  border-color: #fff !important;
}
.btn-add-to-cart:not(:disabled):active .product-prices *,
.btn-add-to-cart:not(:disabled):active .product-price-and-shipping * {
  color: #fff;
}

.btn-add-to-cart {
  position: relative;
  padding-left: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-add-to-cart .btn-add-to-cart__spinner {
  position: absolute;
  left: 4px;
}

/* FORMS & COMPONENTS */
label, .label {
  text-transform: uppercase;
}

label.custom-control-label, .custom-control-label.label {
  text-transform: unset;
}

input[type=date],
input[type=email] {
  text-transform: uppercase;
}

button:focus {
  outline: unset;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.custom-control.custom-checkbox .custom-control-label:after, .custom-control.custom-checkbox .custom-control-label:before {
  margin-top: -3px;
}

label[for=product-quantity-spin], [for=product-quantity-spin].label {
  font-size: 0.75rem;
  text-transform: uppercase;
}

#product .bootstrap-touchspin .btn {
  background-color: transparent;
}
#cart .bootstrap-touchspin .js-cart-line-product-quantity {
  background-color: #ffffff;
}

.input-group .form-text {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.custom-control-label {
  margin-bottom: unset;
}

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

.form-group em {
  font-size: 0.6015625rem;
  font-style: normal;
}

input + .input-group-btn .btn {
  margin-left: -2px;
  border-left: unset !important;
}

label[for^=f-password_] + .input-group input, [for^=f-password_].label + .input-group input,
label[for^=f-new_password_] + .input-group input,
[for^=f-new_password_].label + .input-group input {
  border-right: unset;
}

html[lang=pl] .v-en {
  display: none !important;
}

html[lang=pl] .v-uk {
  display: none !important;
}

html[lang=en] .v-pl {
  display: none !important;
}

html[lang=en] .v-uk {
  display: none !important;
}

html[lang=uk] .v-en {
  display: none !important;
}

html[lang=uk] .v-pl {
  display: none !important;
}

.modal.fade .modal-dialog__offcanvas {
  width: 564px !important;
  min-height: 100%;
  height: auto;
  margin: 0;
  position: absolute;
}
@media (max-width: 991.98px) {
  .modal.fade .modal-dialog__offcanvas {
    max-width: unset;
    width: 100vw !important;
  }
}
.modal.fade .modal-dialog__offcanvas .modal-header,
.modal.fade .modal-dialog__offcanvas .modal-body,
.modal.fade .modal-dialog__offcanvas .modal-footer {
  padding-left: 15px;
  padding-right: 15px;
}
.modal.fade .modal-dialog__offcanvas .modal-header {
  border-bottom: 1px solid #e5e4e1;
  overflow: hidden;
}
.modal.fade .modal-dialog__offcanvas .modal-header .close {
  margin-top: 10px;
  position: relative;
  right: -10px;
}
.modal.fade .modal-dialog__offcanvas .modal-header .modal-title {
  margin-top: 22px;
  margin-bottom: 18px;
  font-size: 1.375rem;
  font-family: "SangBleuEmpire", serif;
  letter-spacing: normal;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .modal.fade .modal-dialog__offcanvas .modal-header .modal-title {
    font-size: 2.063rem;
  }
}
@media (min-width: 768px) {
  .modal.fade .modal-dialog__offcanvas .modal-header,
  .modal.fade .modal-dialog__offcanvas .modal-body,
  .modal.fade .modal-dialog__offcanvas .modal-footer {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.modal.fade .modal-dialog__offcanvas .modal-content {
  min-height: calc(100vh - (100vh - 100%));
}
.modal.fade .modal-dialog__offcanvas .alert {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .modal.fade .modal-dialog__offcanvas .alert {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.modal-dialog-scrollable {
  height: 100vh;
}
.modal-dialog-scrollable .modal-content {
  height: unset;
  max-height: unset;
}
.modal-dialog-scrollable .modal-content-scroll {
  overflow-y: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: unset;
}

/* cart offcanvas */
.modal-footer .cart-wishlist-action {
  width: 100%;
}

#js-checkout-summary .product-brand,
.cart-container .product-brand,
#blockcart-modal .product-brand {
  font-size: 0.813rem;
  font-weight: bold;
  font-family: "Matahari Extended", sans-serif;
}
#js-checkout-summary .product-name,
.cart-container .product-name,
#blockcart-modal .product-name {
  font-size: 0.625rem;
  font-weight: normal;
  font-family: "Matahari Extended", sans-serif;
}
#js-checkout-summary .product-desc-short,
.cart-container .product-desc-short,
#blockcart-modal .product-desc-short {
  font-style: oblique;
  font-size: 0.625rem;
  font-family: "Matahari Extended", sans-serif;
}
#js-checkout-summary .product-attributes,
.cart-container .product-attributes,
#blockcart-modal .product-attributes {
  font-size: 0.625rem;
  font-family: "Matahari Extended", sans-serif;
}
#js-checkout-summary .product-attributes .label,
.cart-container .product-attributes .label,
#blockcart-modal .product-attributes .label {
  text-transform: unset;
}
#js-checkout-summary .product-quantity,
.cart-container .product-quantity,
#blockcart-modal .product-quantity {
  margin-top: 1em;
  text-transform: uppercase;
}
#js-checkout-summary .cart-wishlist-item,
.cart-container .cart-wishlist-item,
#blockcart-modal .cart-wishlist-item {
  padding: 20px 0;
  position: relative;
  border-bottom: unset;
}
#js-checkout-summary .cart-wishlist-item:after,
.cart-container .cart-wishlist-item:after,
#blockcart-modal .cart-wishlist-item:after {
  content: " ";
  position: absolute;
  bottom: 0;
  height: 1px;
  border-bottom: 1px solid #e5e4e1;
  left: -15px;
  width: calc(100% + 30px);
}
@media (min-width: 768px) {
  #js-checkout-summary .cart-wishlist-item:after,
  .cart-container .cart-wishlist-item:after,
  #blockcart-modal .cart-wishlist-item:after {
    left: -50px;
    width: calc(100% + 100px);
  }
}

input + .input-group-btn .btn {
  margin-left: -2px;
  border-left: unset !important;
  height: 100%;
}
input + .input-group-btn .btn:focus, input + .input-group-btn .btn:active {
  border-color: #a19898;
}

.form-group.password .form-text.text-muted, .form-group.password em.form-text {
  display: none;
}

#login-form .form-footer {
  padding-top: 70px;
}
#customer-form .form-footer {
  /*padding-top: 40px;*/
}

#footer {
  background: url("/themes/classic-rocket/assets/img/footer-mobile-bg.svg") top center no-repeat #E5E4E1;
  background-size: cover;
}
@media (min-width: 768px) {
  #footer {
    background: url("/themes/classic-rocket/assets/img/footer-bg.svg") top center no-repeat #E5E4E1;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  #footer {
    background-size: cover;
  }
}

.footer-logo {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .footer-scent-text {
    margin-bottom: 30px;
    margin-bottom: 76px;
  }
}

.footer-contact p {
  margin-bottom: 5px;
  font-size: 0.688rem;
}

.footer-bottom {
  margin-top: 20px;
}

.footer-social-links {
  font-size: 0.688rem;
  text-transform: uppercase;
  text-align: right;
}
@media (max-width: 767.98px) {
  .footer-social-links {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

.footer-copyright {
  margin-top: 28px;
  margin-bottom: 46px;
  text-align: left;
  font-size: 0.688rem;
}
@media (max-width: 767.98px) {
  .footer-copyright {
    text-align: left;
    margin-bottom: 20px;
  }
}

.footer-cms-links {
  text-transform: uppercase;
  text-align: left;
  font-size: 0.688rem;
}
@media (max-width: 767.98px) {
  .footer-cms-links {
    text-align: left;
  }
}

#_desktop_footer_links_1 {
  text-align: center;
}
@media (max-width: 767.98px) {
  #_desktop_footer_links_1 {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .footer-cms-links,
  .footer-social-links {
    width: 50% !important;
    display: inline-block;
    margin-top: 23px;
    margin-bottom: 35px;
  }
  .footer-cms-links li,
  .footer-social-links li {
    font-size: 0.688rem;
    display: block;
    margin-bottom: 15px;
  }
  #_mobile_footer_links_1 {
    margin-top: 46px;
    margin-bottom: unset;
    width: 100% !important;
  }
  #_mobile_footer_links_1 li {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .newsletter-footer-widget-page-builder-col > .widget-module {
    max-width: 80%;
    width: 100%;
    margin-left: auto;
  }
}
.newsletter-footer-widget-page-builder-col h4.title_block {
  font-family: "Matahari Extended", sans-serif !important;
  text-align: left !important;
  margin-top: unset !important;
  font-size: 0.875rem !important;
  font-weight: normal;
  letter-spacing: 1.04px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .newsletter-footer-widget-page-builder-col h4.title_block {
    display: none;
  }
}

@media (min-width: 768px) {
  .block_newsletter > .row, .block_newsletter > .products {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 2em;
  }
}
@media (min-width: 768px) {
  .block_newsletter .nw-form-container {
    width: 100%;
  }
}
.block_newsletter input[type=email] {
  font-size: 0.688rem;
  background: transparent;
  border-left: unset;
  border-top: unset;
  border-right: unset;
  border-bottom: 1px solid #a19898;
  padding-left: unset;
  padding-bottom: unset;
  text-transform: uppercase;
}
.block_newsletter .input-group-append .btn {
  background: transparent;
  border-left: unset;
  border-top: unset;
  border-right: unset;
  border-bottom: 1px solid #a19898;
  padding-right: unset;
}
@media (min-width: 768px) {
  .block_newsletter .input-group-append .btn {
    font-weight: normal;
    padding-bottom: unset;
  }
}

/* breadcrumb */
.breadcrumb {
  background: unset;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.breadcrumb .breadcrumb-item:last-of-type a,
.breadcrumb .breadcrumb-item:last-of-type span {
  color: #6c757d;
}

/* index */
#index #content h4.title_block {
  text-transform: uppercase;
  font-family: "Matahari Extended", sans-serif;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 1rem;
  letter-spacing: 1.04px;
}
@media (min-width: 768px) {
  #index #content h4.title_block {
    font-size: 1.125rem;
    letter-spacing: 1.2px;
  }
}
#index .polecaja-nas .title_block {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  #index .polecaja-nas .title_block {
    margin-top: 110px;
    margin-bottom: 110px !important;
  }
}
@media (min-width: 768px) {
  #index .polecaja-nas .lSSlideOuter {
    width: 100%;
  }
}
#index .light-slider li {
  text-align: center;
  font-size: 0.75rem;
  /*
  @include media-breakpoint-up(md) {
      width: 24% !important;
  }
  */
}
#index .light-slider li > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#index .light-slider li img {
  width: 150px;
  height: 100px;
}
#index .light-slider li p {
  width: 100%;
  display: none;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
#index .home-seo-text {
  font-size: 0.5rem;
  line-height: 14px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #index .home-seo-text {
    padding-top: 130px;
    font-size: 0.688rem;
    line-height: 18px;
    margin: 0 auto;
    display: block;
    max-width: 1094px;
  }
}

.home-block {
  position: relative;
  text-align: center;
}
.home-block img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .home-block img {
    height: 550px;
    max-height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.home-block.w-100 img {
  height: 550px;
  max-height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .home-block.w-100 img {
    height: 520px;
    max-height: 520px;
  }
}
.home-block .home-block-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-block .home-image-text {
  /*
  position: absolute;
  bottom: 10%;
  width: 80%;
  left: 10%;
  */
}
.home-block > a:last-child {
  display: block;
  position: absolute;
  bottom: 10%;
  width: 80%;
  left: 10%;
}
.home-block .line1,
.home-block .line2,
.home-block .line3 {
  display: block;
  color: white;
}
.home-block .line1 {
  letter-spacing: 0.97px;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .home-block .line1 {
    font-size: 0.813rem;
  }
}
.home-block .line2 {
  font-size: 1.25rem;
  line-height: 24px;
  margin-top: 5px;
  font-family: "SangBleuEmpire", serif;
  letter-spacing: normal;
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .home-block .line2 {
    font-size: 1.625rem;
    line-height: 29px;
  }
}
.home-block .line3 {
  letter-spacing: 1.35px;
  color: white;
  display: inline;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: black;
  font-size: 0.625rem;
  background: #fefeff;
  padding: 15px 35px 12px 35px;
}
@media (min-width: 768px) {
  .home-block .line3 {
    padding: 15px 42px 12px 42px;
    font-size: 0.625rem;
  }
}
.home-block .line3:hover {
  background-color: rgba(254, 254, 255, 0.64);
}

.lSAction > a {
  background: unset;
  z-index: 3 !important;
  margin-top: -19px !important;
}
.lSAction > .lSPrev {
  left: 0 !important;
}
@media (min-width: 768px) {
  .lSAction > .lSPrev {
    left: 12px !important;
  }
}

.lSAction > .lSNext {
  right: 0 !important;
}
@media (min-width: 768px) {
  .lSAction > .lSNext {
    right: 17px !important;
  }
}

/* product miniature */
.mobile-quickview-link {
  margin-top: 13px;
  font-size: 0.5rem;
}
.mobile-quickview-link span {
  font-weight: bold;
  font-family: "Matahari Extended", sans-serif;
  text-transform: uppercase;
  padding-bottom: 0.15em;
  border-bottom: 1px solid;
}
.mobile-quickview-link.notify-qv > span {
  border: unset;
}

.highlighted-informations {
  z-index: 3;
}
.highlighted-informations .quick-view {
  font-size: 0.688rem;
  line-height: 2.2em;
  text-transform: uppercase;
  font-weight: bold;
}
.highlighted-informations .quick-view i {
  display: none;
}

.product-miniature .product-brand {
  margin-bottom: 7px;
}

.product-miniature .product-price-and-shipping {
  margin-top: 7px;
}

.product-flags {
  top: 15px;
  right: 15px;
}

.page-content--product .product-flags {
  top: 5%;
  left: unset;
  right: 5%;
}

.product-flag {
  width: 42px;
  height: 42px;
  font-size: 0.438rem;
  background: #3644AC;
}
@media (min-width: 768px) {
  .product-flag {
    font-size: 0.563rem;
    width: 50px;
    height: 50px;
    border-radius: 60px;
  }
}

.quickview:not(.unavailable) .modal-header,
.quickview.choose .modal-header {
  border-bottom: unset !important;
  position: relative;
  right: 0;
  z-index: 5;
}
.quickview:not(.unavailable) .modal-body,
.quickview.choose .modal-body {
  margin-top: -93px;
}
.quickview:not(.unavailable) .quickview-prod-info,
.quickview.choose .quickview-prod-info {
  margin-top: 28px;
}
.quickview:not(.unavailable) .product-prices,
.quickview.choose .product-prices {
  text-align: right;
}
.quickview:not(.unavailable) .product-brand,
.quickview.choose .product-brand {
  font-size: 1.063rem;
  font-family: "SangBleuEmpire", serif;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .quickview:not(.unavailable) .product-brand,
  .quickview.choose .product-brand {
    font-size: 1.125rem;
  }
}
.quickview:not(.unavailable) .product-name,
.quickview.choose .product-name {
  text-transform: uppercase;
  font-size: 0.688rem;
}
@media (min-width: 768px) {
  .quickview:not(.unavailable) .product-name,
  .quickview.choose .product-name {
    font-size: 0.75rem;
  }
}
.quickview:not(.unavailable) .product-description-short,
.quickview.choose .product-description-short {
  text-transform: unset;
}
@media (min-width: 768px) {
  .quickview:not(.unavailable) .product-description-short,
  .quickview.choose .product-description-short {
    font-size: 0.75rem;
  }
}

.see-more-link {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .see-more-link {
    margin-top: 40px;
    margin-bottom: 33px;
  }
}
.see-more-link a {
  padding: unset;
  padding-left: unset;
  text-transform: uppercase;
  font-weight: bold !important;
  line-height: 1.1em;
  border-bottom: 0.7px solid;
  color: #000 !important;
}

.quickview.unavailable:not(.choose) .product-actions,
.quickview.unavailable:not(.choose) .product-prices,
.quickview.unavailable:not(.choose) .images-container,
.quickview.unavailable:not(.choose) .see-more-link {
  display: none !important;
}
.quickview.unavailable:not(.choose) .quickview-prod-info .product-unavailable {
  overflow: hidden;
}
.quickview.unavailable:not(.choose) .notify-product-cover {
  float: left;
  margin-right: 1rem;
}
.quickview.unavailable:not(.choose) .notify-product-cover img {
  height: 123px;
  width: 93px;
  -o-object-fit: cover;
  object-fit: cover;
}
.quickview.unavailable:not(.choose) .product-brand {
  margin-top: 4px;
  font-size: 0.813rem;
  font-weight: bold;
  font-family: "Matahari Extended", sans-serif;
}
.quickview.unavailable:not(.choose) .product-name {
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Matahari Extended", sans-serif;
}
.quickview.unavailable:not(.choose) #product-description-short {
  font-style: oblique;
  font-size: 0.625rem;
  font-family: "Matahari Extended", sans-serif;
}
.quickview.unavailable:not(.choose) .product-unavailable > span {
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 1.4em;
}

/* combination list */
.combinations-list {
  display: block;
  width: 100%;
  padding-top: 7px;
}
.combinations-list li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  border: unset;
}
.combinations-list li img {
  height: 23px;
  width: auto;
  margin-top: -2px;
}
.combinations-list li:hover {
  background: #eee;
  padding-left: 10px;
  padding-right: 10px;
}
.combinations-list li.unavail {
  color: #c3c3c3;
}
.combinations-list li:not(.selected) {
  font-weight: normal;
}
.combinations-list li.selected {
  color: #000;
  font-weight: bold;
}

@media (min-width: 768px) {
  #top-menu {
    position: static;
  }
  .menu__item--active .menu-sub {
    z-index: 10;
    opacity: 1;
    display: block;
  }
  .menu-sub {
    display: none;
    z-index: -5;
    top: 35px !important;
    background: #FAFAFA;
    padding: 25px 0;
  }
  .menu-sub__content > ul {
    background: unset;
    padding: unset;
  }
  .menu__item--1.menu__item--hassubmenu {
    font-weight: bold;
    padding-bottom: 10px;
  }
  .menu__item--2 {
    font-weight: normal;
    text-transform: uppercase;
  }
  .menu-sub__list.menu-sub__list--1 {
    float: left;
    /*flex-direction: row !important;*/
    width: 50%;
  }
  .menu__item--1 {
    padding-left: 0;
  }
  .menu__item-link--1 {
    margin-bottom: 2px;
  }
  .menu__item--1.menu__item--hassubmenu > .menu__item-header {
    margin-bottom: 16px;
  }
  .menu__item--sub {
    margin-bottom: 4px;
  }
  .menu-sub .box-title {
    padding-right: 10px;
    font-weight: bold;
    padding-bottom: 2px;
  }
  .menu-cb-hook {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .menu-cb-hook {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .menu-block {
    width: 45%;
    max-width: 45%;
    position: relative;
    text-align: center;
  }
  .menu-block + .menu-block {
    margin-left: 25px;
  }
  .menu-block img {
    margin-bottom: 15px;
    width: 100%;
    height: 372px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .menu-block .menu-image-text {
    /*width: 80%;*/
    margin: 0 auto;
    white-space: normal;
  }
  .menu-block .line1 {
    display: block;
    font-family: "SangBleuEmpire", serif;
    letter-spacing: normal;
    font-size: 0.938rem;
    margin-bottom: 10px;
  }
  .menu-block .line2 {
    letter-spacing: 1.2px;
    display: inline;
    padding-bottom: 3px;
    border-bottom: 1px solid #a19898;
    text-transform: uppercase;
  }
  .menu-block .line2 a {
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 1.2px;
  }
  #manufacturers .menu-sub__list.menu-sub__list--1 {
    width: 70%;
  }
  #manufacturers .menu-cb-hook {
    width: 25%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #manufacturers .menu-block {
    width: 95%;
    max-width: unset;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #manufacturers .menu-sub__list.menu-sub__list--1 {
    width: 100%;
  }
  #manufacturers .menu-cb-hook {
    display: none;
  }
}
@media (min-width: 768px) {
  #manufacturers .letter-content {
    margin-right: 45px;
  }
  #category-4 .menu-sub__list.menu-sub__list--1,
  #category-130 .menu-sub__list.menu-sub__list--1 {
    width: 70%;
  }
  #category-4 .menu-cb-hook,
  #category-130 .menu-cb-hook {
    width: 25%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #category-4 .menu-block,
  #category-130 .menu-block {
    width: 95%;
    max-width: unset;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #category-4 .menu-sub__list.menu-sub__list--1,
  #category-130 .menu-sub__list.menu-sub__list--1 {
    width: 100%;
  }
  #category-4 .menu-cb-hook,
  #category-130 .menu-cb-hook {
    display: none;
  }
}
@media (min-width: 768px) {
  .show-all-link.menu__item--1 {
    display: none;
  }
  #manufacturers .show-all-link.menu__item--1,
  #category-13 .show-all-link.menu__item--1 {
    display: list-item;
  }
  .show-all-link {
    margin-top: 17px;
  }
  .show-all-link a {
    font-weight: normal;
  }
}
/* search widget input */
.l-header .search-widget .search-input {
  display: inline-block;
  /*padding: 5px 25px;*/
  font-size: 0.688rem;
  border-color: #e5e4e1;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  text-transform: uppercase;
}
.l-header .search-widget .search-input:focus, .l-header .search-widget .search-input:active {
  outline: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  color: black;
}

/*
.menu__item--top.menu__item--hassubmenu:nth-child(3) .menu-sub
{
    z-index: 10 !important;
    opacity: 1 !important;
    display: block !important;
}
*/
.menu-desktop .letter-content {
  margin-bottom: 16px;
}
.menu-desktop .letter-content .box-title {
  margin-bottom: 16px;
}

/* cms */
.js-modal-content .page-header.page-header--cms h1, .js-modal-content .page-header.page-header--cms .product-accessories h2, .product-accessories .js-modal-content .page-header.page-header--cms h2,
.js-modal-content .page-header.page-header--cms .product-accessories .products-section-title,
.product-accessories .js-modal-content .page-header.page-header--cms .products-section-title,
.js-modal-content .page-header.page-header--cms .related-free h2,
.related-free .js-modal-content .page-header.page-header--cms h2,
.js-modal-content .page-header.page-header--cms .related-free .products-section-title,
.related-free .js-modal-content .page-header.page-header--cms .products-section-title,
.js-modal-content .page-header.page-header--cms #cart .featured-products h2,
#cart .featured-products .js-modal-content .page-header.page-header--cms h2,
.js-modal-content .page-header.page-header--cms #cart .featured-products .products-section-title,
#cart .featured-products .js-modal-content .page-header.page-header--cms .products-section-title {
  font-size: 1.375rem;
  font-family: "SangBleuEmpire", serif;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

body.page-cms .page-header h1, body.page-cms .page-header .product-accessories h2, .product-accessories body.page-cms .page-header h2,
body.page-cms .page-header .product-accessories .products-section-title,
.product-accessories body.page-cms .page-header .products-section-title,
body.page-cms .page-header .related-free h2,
.related-free body.page-cms .page-header h2,
body.page-cms .page-header .related-free .products-section-title,
.related-free body.page-cms .page-header .products-section-title,
body.page-cms .page-header #cart .featured-products h2,
#cart .featured-products body.page-cms .page-header h2,
body.page-cms .page-header #cart .featured-products .products-section-title,
#cart .featured-products body.page-cms .page-header .products-section-title {
  font-size: 1.375rem;
  font-family: "SangBleuEmpire", serif;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  body.page-cms .page-wrapper--cms {
    margin-top: 90px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  body.page-cms .page-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  body.page-cms .page-header h1, body.page-cms .page-header .product-accessories h2, .product-accessories body.page-cms .page-header h2,
  body.page-cms .page-header .product-accessories .products-section-title,
  .product-accessories body.page-cms .page-header .products-section-title,
  body.page-cms .page-header .related-free h2,
  .related-free body.page-cms .page-header h2,
  body.page-cms .page-header .related-free .products-section-title,
  .related-free body.page-cms .page-header .products-section-title,
  body.page-cms .page-header #cart .featured-products h2,
  #cart .featured-products body.page-cms .page-header h2,
  body.page-cms .page-header #cart .featured-products .products-section-title,
  #cart .featured-products body.page-cms .page-header .products-section-title {
    text-align: left;
    font-size: 3.125rem;
    margin-top: -5px;
    margin-bottom: unset;
  }
  body.page-cms .page-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    max-width: 750px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  body.page-cms .page-content {
    max-width: 1100px;
  }
}

body.cms-id-3 .page-content,
body.cms-id-1 .page-content {
  line-height: 22px;
}
body.cms-id-3 .page-content p,
body.cms-id-1 .page-content p {
  margin-bottom: 2em;
}
body.cms-id-3 .page-content a,
body.cms-id-1 .page-content a {
  text-decoration: underline;
  margin-right: 1ex;
}

body.cms-id-6 .page-content {
  max-width: unset;
}
@media (min-width: 768px) {
  body.cms-id-6 .page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
body.cms-id-6 .contact-block {
  -webkit-box-flex: 33%;
  -ms-flex: 33% 0 0px;
  flex: 33% 0 0;
  margin-bottom: 118px;
}
@media (min-width: 768px) {
  body.cms-id-6 .contact-block {
    margin-bottom: 125px;
  }
}
body.cms-id-6 .contact-block .line1 {
  font-family: "SangBleuEmpire", serif;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 14px;
  display: block;
}
@media (min-width: 768px) {
  body.cms-id-6 .contact-block .line1 {
    font-size: 1.063rem;
    line-height: 15px;
  }
}
body.cms-id-6 .contact-block .line2 {
  font-family: "SangBleuEmpire", serif;
  letter-spacing: normal;
  font-style: italic;
  font-size: 1rem;
  display: block;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  body.cms-id-6 .contact-block .line2 {
    font-size: 1.063rem;
  }
}
body.cms-id-6 .contact-block .location {
  font-size: 0.688rem;
}
body.cms-id-6 .contact-block .hours {
  text-transform: uppercase;
}
body.cms-id-6 .contact-block .map-link {
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.cms-id-6 .contact-mail-address {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin-top: 10px;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  body.cms-id-6 .contact-mail-address {
    margin-top: 0px;
    margin-bottom: 70px;
  }
}
body.cms-id-6 .contact-mail-address a[href^=mailto] {
  font-size: 1.063rem;
  font-family: "SangBleuEmpire", serif;
  letter-spacing: normal;
  font-style: italic;
}
@media (min-width: 768px) {
  body.cms-id-6 .contact-mail-address a[href^=mailto] {
    font-size: 1.125rem;
  }
}

body.cms-id-9 #wrapper {
  padding-bottom: unset;
}
body.cms-id-9 .page-wrapper--cms {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.cms-id-9 .page-header {
  display: none;
}
body.cms-id-9 .page-content {
  max-width: 315px;
  text-align: center;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  font-family: "SangBleuEmpire", serif;
  letter-spacing: normal;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  body.cms-id-9 .page-content {
    font-size: 1.875rem;
    max-width: 875px;
  }
}
body.cms-id-9 .page-content h1, body.cms-id-9 .page-content .product-accessories h2, .product-accessories body.cms-id-9 .page-content h2,
body.cms-id-9 .page-content .product-accessories .products-section-title,
.product-accessories body.cms-id-9 .page-content .products-section-title,
body.cms-id-9 .page-content .related-free h2,
.related-free body.cms-id-9 .page-content h2,
body.cms-id-9 .page-content .related-free .products-section-title,
.related-free body.cms-id-9 .page-content .products-section-title,
body.cms-id-9 .page-content #cart .featured-products h2,
#cart .featured-products body.cms-id-9 .page-content h2,
body.cms-id-9 .page-content #cart .featured-products .products-section-title,
#cart .featured-products body.cms-id-9 .page-content .products-section-title {
  text-transform: unset;
  font-family: "SangBleuEmpire", serif;
  letter-spacing: normal;
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  body.cms-id-9 .page-content h1, body.cms-id-9 .page-content .product-accessories h2, .product-accessories body.cms-id-9 .page-content h2,
  body.cms-id-9 .page-content .product-accessories .products-section-title,
  .product-accessories body.cms-id-9 .page-content .products-section-title,
  body.cms-id-9 .page-content .related-free h2,
  .related-free body.cms-id-9 .page-content h2,
  body.cms-id-9 .page-content .related-free .products-section-title,
  .related-free body.cms-id-9 .page-content .products-section-title,
  body.cms-id-9 .page-content #cart .featured-products h2,
  #cart .featured-products body.cms-id-9 .page-content h2,
  body.cms-id-9 .page-content #cart .featured-products .products-section-title,
  #cart .featured-products body.cms-id-9 .page-content .products-section-title {
    margin-top: unset;
    margin-bottom: unset;
    display: inline;
    font-size: 1.063rem;
    position: relative;
    top: -11px;
  }
}
@media (min-width: 768px) {
  body.cms-id-9 .page-content h1 + p, body.cms-id-9 .page-content .product-accessories h2 + p, .product-accessories body.cms-id-9 .page-content h2 + p,
  body.cms-id-9 .page-content .product-accessories .products-section-title + p,
  .product-accessories body.cms-id-9 .page-content .products-section-title + p,
  body.cms-id-9 .page-content .related-free h2 + p,
  .related-free body.cms-id-9 .page-content h2 + p,
  body.cms-id-9 .page-content .related-free .products-section-title + p,
  .related-free body.cms-id-9 .page-content .products-section-title + p,
  body.cms-id-9 .page-content #cart .featured-products h2 + p,
  #cart .featured-products body.cms-id-9 .page-content h2 + p,
  body.cms-id-9 .page-content #cart .featured-products .products-section-title + p,
  #cart .featured-products body.cms-id-9 .page-content .products-section-title + p {
    display: inline;
  }
}
body.cms-id-9 .page-content p:nth-of-type(2) {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
body.cms-id-9 .page-content p:nth-of-type(3) {
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  body.cms-id-9 .page-content p:nth-of-type(3) {
    margin-bottom: 1em;
  }
}

#manufacturer #main > h1, #manufacturer .product-accessories #main > h2, .product-accessories #manufacturer #main > h2,
#manufacturer .product-accessories #main > .products-section-title,
.product-accessories #manufacturer #main > .products-section-title,
#manufacturer .related-free #main > h2,
.related-free #manufacturer #main > h2,
#manufacturer .related-free #main > .products-section-title,
.related-free #manufacturer #main > .products-section-title,
#manufacturer #cart .featured-products #main > h2,
#cart .featured-products #manufacturer #main > h2,
#manufacturer #cart .featured-products #main > .products-section-title,
#cart .featured-products #manufacturer #main > .products-section-title {
  font-family: "SangBleuEmpire", serif;
  letter-spacing: normal;
  font-size: 1.125rem;
  color: #000;
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  #manufacturer #main > h1, #manufacturer .product-accessories #main > h2, .product-accessories #manufacturer #main > h2,
  #manufacturer .product-accessories #main > .products-section-title,
  .product-accessories #manufacturer #main > .products-section-title,
  #manufacturer .related-free #main > h2,
  .related-free #manufacturer #main > h2,
  #manufacturer .related-free #main > .products-section-title,
  .related-free #manufacturer #main > .products-section-title,
  #manufacturer #cart .featured-products #main > h2,
  #cart .featured-products #manufacturer #main > h2,
  #manufacturer #cart .featured-products #main > .products-section-title,
  #cart .featured-products #manufacturer #main > .products-section-title {
    margin-top: 115px;
    margin-bottom: 115px;
    font-size: 1.75rem;
  }
}
#manufacturer #manufacturer-description,
#manufacturer #manufacturer-short_description {
  font-size: 0.75rem;
  text-align: left;
  font-family: "Matahari Extended", sans-serif;
}
#manufacturer #manufacturer-description *,
#manufacturer #manufacturer-short_description * {
  font-family: "Matahari Extended", sans-serif !important;
}
@media (min-width: 768px) {
  #manufacturer #manufacturer-description,
  #manufacturer #manufacturer-short_description {
    margin: 0 auto;
  }
}
#manufacturer #products {
  margin-top: 75px;
}
@media (min-width: 768px) {
  #manufacturer #products {
    margin-top: 150px;
  }
}

.product-add-to-cart .product-quantity label, .product-add-to-cart .product-quantity .label {
  display: none;
}

#product-availability {
  display: block;
  margin-top: 1em;
}

#product-availability i,
.product-minimal-quantity i {
  display: none;
}

#product .product-quantity > .qty,
.quickview .product-quantity > .qty {
  margin-right: 1px;
}
#product .btn-add-to-cart,
.quickview .btn-add-to-cart {
  /*height: 40px;*/
  /*margin-top: 1px;*/
}
#product .product-prices,
.quickview .product-prices {
  display: block;
  text-align: right;
}
#product .product-prices .tax-shipping-delivery-label,
.quickview .product-prices .tax-shipping-delivery-label {
  text-transform: lowercase;
}
@media (min-width: 768px) {
  #product .product-quantity,
  .quickview .product-quantity {
    margin-left: 0px;
  }
}
#product .product-variants,
.quickview .product-variants {
  margin-top: 30px;
}
#product .product-variants #group_1,
.quickview .product-variants #group_1 {
  display: none;
}
#product .product-variants #group_2,
.quickview .product-variants #group_2 {
  display: none;
}
#product .product-variants label, #product .product-variants .label,
#product .product-quantity label,
#product .product-quantity .label,
.quickview .product-variants label,
.quickview .product-variants .label,
.quickview .product-quantity label,
.quickview .product-quantity .label {
  color: #000;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: unset;
}
#product .product-variants-item,
.quickview .product-variants-item {
  margin-bottom: 0.75rem;
}
#product .product-variants,
.quickview .product-variants {
  position: relative;
}
#product .product-variants label, #product .product-variants .label,
.quickview .product-variants label,
.quickview .product-variants .label {
  padding-bottom: 9.5px;
  border-bottom: 0.5px solid #333;
  display: block;
}
#product .add-to-cart i,
.quickview .add-to-cart i {
  display: none;
}
#product .add-to-cart .variants-label,
.quickview .add-to-cart .variants-label {
  display: none;
}
#product .add-to-cart:disabled,
.quickview .add-to-cart:disabled {
  pointer-events: all;
  background: #3644AC;
  opacity: 1;
  border-color: #3644AC;
}
#product .add-to-cart:disabled .variants-label,
.quickview .add-to-cart:disabled .variants-label {
  display: none;
}
#product .add-to-cart:disabled:hover,
.quickview .add-to-cart:disabled:hover {
  border-color: #3644AC;
  background: rgba(54, 68, 172, 0.9);
  color: white;
}
#product .add-to-cart:disabled:hover.hasAttr .atc,
.quickview .add-to-cart:disabled:hover.hasAttr .atc {
  display: none;
}
#product .add-to-cart:disabled:hover.hasAttr .variants-label,
.quickview .add-to-cart:disabled:hover.hasAttr .variants-label {
  display: block;
}
#product .add-to-cart span.atc-price,
.quickview .add-to-cart span.atc-price {
  margin-right: auto;
}
#product .add-to-cart:disabled span.atc-price,
.quickview .add-to-cart:disabled span.atc-price {
  display: none;
}
@media (max-width: 991.98px) {
  #product .add-to-cart span.atc-price,
  .quickview .add-to-cart span.atc-price {
    display: none;
  }
}
#product .product-description-long,
.quickview .product-description-long {
  font-size: 0.688rem;
  line-height: 1.5;
}
#product .product-description-long #product-desc-collapse.collapse:not(.show),
.quickview .product-description-long #product-desc-collapse.collapse:not(.show) {
  display: block;
  height: 5rem;
  overflow: hidden;
}
#product .product-description-long #product-desc-collapse.collapsing,
.quickview .product-description-long #product-desc-collapse.collapsing {
  height: 5rem;
}
#product .product-description-long .more-less-box,
.quickview .product-description-long .more-less-box {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
#product .product-description-long .more-less-box a,
.quickview .product-description-long .more-less-box a {
  display: inline-block;
  padding-left: unset;
  text-transform: uppercase;
  font-weight: normal !important;
  line-height: 1.1em;
  border-bottom: 0.7px solid;
  color: #000 !important;
  border: unset;
  text-transform: none;
}
#product .product-description-long .more-less-box a:after,
.quickview .product-description-long .more-less-box a:after {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: " ";
  border: unset;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 6px;
  right: -18px;
  margin-left: 0px !important;
  background: url(../img/icons/strzalka2.svg) 0 0 no-repeat;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
#product .product-description-long .more-text,
#product .product-description-long .less-text,
.quickview .product-description-long .more-text,
.quickview .product-description-long .less-text {
  display: none;
}
#product .product-description-long a.collapsed .more-text,
.quickview .product-description-long a.collapsed .more-text {
  display: block !important;
}
#product .product-description-long a:not(.collapsed):after,
.quickview .product-description-long a:not(.collapsed):after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: -1px;
}
#product .product-description-long a:not(.collapsed) .less-text,
.quickview .product-description-long a:not(.collapsed) .less-text {
  display: block !important;
}
#product .products-imagescover .slick-prev,
.quickview .products-imagescover .slick-prev {
  padding-left: 4px;
}
@media (min-width: 768px) {
  #product .products-imagescover .slick-prev,
  .quickview .products-imagescover .slick-prev {
    padding-left: 21px;
  }
}
#product .products-imagescover .slick-next,
.quickview .products-imagescover .slick-next {
  padding-right: 4px;
}
@media (min-width: 768px) {
  #product .products-imagescover .slick-next,
  .quickview .products-imagescover .slick-next {
    padding-right: 21px;
  }
}

/* todo: equal height
.qty,
.input-group.bootstrap-touchspin {
  height: 40px;
}

#quantity_wanted { 
  height: 38px;
  line-height: 38px;
}
*/
.products-imagescover {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

@media (min-width: 768px) {
  #product .page-content--product {
    position: sticky;
    top: 121px;
  }
}
#product .breadcrumb {
  display: none;
}
@media (min-width: 768px) {
  #product .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#product .product-back-link {
  margin-left: 9px;
}
@media (min-width: 768px) {
  #product #main > .row > .col-md-6 > .product-brand, #product #main > .products > .col-md-6 > .product-brand {
    margin-top: 88px;
  }
}
#product .product-single-info > .product-brand {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #product .product-single-info > .product-brand {
    margin-bottom: 8px;
  }
}
#product .product-single-info > h1, #product .product-accessories .product-single-info > h2, .product-accessories #product .product-single-info > h2,
#product .product-accessories .product-single-info > .products-section-title,
.product-accessories #product .product-single-info > .products-section-title,
#product .related-free .product-single-info > h2,
.related-free #product .product-single-info > h2,
#product .related-free .product-single-info > .products-section-title,
.related-free #product .product-single-info > .products-section-title,
#product #cart .featured-products .product-single-info > h2,
#cart .featured-products #product .product-single-info > h2,
#product #cart .featured-products .product-single-info > .products-section-title,
#cart .featured-products #product .product-single-info > .products-section-title {
  margin-bottom: 5px !important;
}
@media (min-width: 768px) {
  #product .product-single-info > h1, #product .product-accessories .product-single-info > h2, .product-accessories #product .product-single-info > h2,
  #product .product-accessories .product-single-info > .products-section-title,
  .product-accessories #product .product-single-info > .products-section-title,
  #product .related-free .product-single-info > h2,
  .related-free #product .product-single-info > h2,
  #product .related-free .product-single-info > .products-section-title,
  .related-free #product .product-single-info > .products-section-title,
  #product #cart .featured-products .product-single-info > h2,
  #cart .featured-products #product .product-single-info > h2,
  #product #cart .featured-products .product-single-info > .products-section-title,
  #cart .featured-products #product .product-single-info > .products-section-title {
    margin-bottom: 15px !important;
  }
}
#product #main.unavailable:not(.hasAttributes) .product-prices,
#product #main.unavailable:not(.hasAttributes) .product-actions {
  display: none !important;
}
#product #main.unavailable:not(.hasAttributes) .product-additional-info {
  margin-top: 4em;
}

.morelink,
.morelink-less {
  display: none;
}

.product-description_custom {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .product-description_custom {
    margin-top: 20px;
  }
}

.fragrance-notes-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.688rem;
  border-bottom: 0.5px solid #ededed;
}
.fragrance-notes-list dt {
  -webkit-box-flex: 130px;
  -ms-flex: 130px 0 0px;
  flex: 130px 0 0;
  text-transform: uppercase;
}
.fragrance-notes-list dd {
  margin-bottom: unset;
}
.fragrance-notes-list dd ul {
  margin-bottom: unset;
}
.fragrance-notes-list dd li {
  margin-bottom: 14px;
}

@media (max-width: 767.98px) {
  .quickview.available.modal,
  .quickview.unavailable.choose.modal {
    height: 500px;
    bottom: 0;
    top: unset;
  }
  .quickview.available.modal.show .modal-dialog__offcanvas.modal-dialog__offcanvas--right,
  .quickview.unavailable.choose.modal.show .modal-dialog__offcanvas.modal-dialog__offcanvas--right {
    bottom: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  }
  .quickview.available.modal.fade .modal-dialog__offcanvas.modal-dialog__offcanvas--right,
  .quickview.unavailable.choose.modal.fade .modal-dialog__offcanvas.modal-dialog__offcanvas--right {
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .quickview.available.modal .modal-header,
  .quickview.unavailable.choose.modal .modal-header {
    padding-top: 10px;
  }
  .quickview.available.modal .modal-header .close,
  .quickview.unavailable.choose.modal .modal-header .close {
    padding: 8px;
    right: -3px;
  }
  .quickview.available.modal .quickview-prod-info,
  .quickview.available.modal .images-container,
  .quickview.available.modal .see-more-link,
  .quickview.unavailable.choose.modal .quickview-prod-info,
  .quickview.unavailable.choose.modal .images-container,
  .quickview.unavailable.choose.modal .see-more-link {
    display: none;
  }
  .quickview.available.modal .product-variants label, .quickview.available.modal .product-variants .label,
  .quickview.unavailable.choose.modal .product-variants label,
  .quickview.unavailable.choose.modal .product-variants .label {
    font-size: 0.688rem !important;
    font-weight: bold !important;
    padding-bottom: 25px !important;
    padding-top: 13px !important;
    border-color: #E5E4E1 !important;
    margin-bottom: 10px !important;
  }
  .quickview.available.modal li.unavail .combination_price,
  .quickview.unavailable.choose.modal li.unavail .combination_price {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .quickview.available.modal .product-add-to-cart,
  .quickview.available.modal .product-additional-info,
  .quickview.unavailable.choose.modal .product-add-to-cart,
  .quickview.unavailable.choose.modal .product-additional-info {
    display: none;
  }
  .cur_cmb_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 28px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
  }
  .mobilee_quickview_link i {
    margin-top: -2px;
    margin-left: -1px;
    background-position-x: right !important;
  }
  #product .product-variants-item {
    margin-bottom: 1.3rem;
  }
  #product .product-single-info .product-variants label, #product .product-single-info .product-variants .label {
    font-size: 0.688rem;
    font-weight: bold;
  }
  body#product .hasAttributes .product-single-info .combinations-list {
    display: none;
  }
  #mobile_variants_btn {
    width: 100%;
    height: 34px;
    padding-left: unset;
    padding-right: unset;
    position: absolute;
    right: 0px;
    top: -8px;
    text-align: right;
    max-width: unset;
  }
  .quickview #mobile_variants_btn {
    display: none !important;
  }
  #mobile_variants_btn span.quick-view {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cur_cmb_label {
    display: none;
  }
}
@media (max-width: 767.98px) {
  body#product .product-quantity > .qty {
    display: none;
  }
}
#menu-icon {
  margin-left: 14px;
  position: relative;
  padding-top: unset;
  padding-bottom: unset;
  padding-left: unset;
  padding-right: unset;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#menu-icon i {
  position: absolute;
}
#menu-icon i.icon-custom-cross {
  background-size: 12px 12px;
}

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

.mm-menu {
  text-transform: uppercase;
  --mm-listitem-size: 40px;
  --mm-navbar-size: 40px;
  --mm-color-background: white;
  --mm-color-text-dimmed: black;
  --mm-color-text: black;
  --mm-color-button: black;
  --mm-line-height: 1.1em;
}

.mm-navbar {
  max-height: var(--mm-navbar-size);
}

#mmenu {
  border-top: 1px solid var(--mm-color-border);
}

.mm-navbar__title {
  -webkit-box-flex: unset !important;
  -ms-flex: unset !important;
  flex: unset !important;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.mm-navbar > * {
  min-height: unset !important;
}

.mm-navbar__title > span {
  margin-bottom: -3.5px;
  font-weight: bold;
}

#mm-0 > .mm-navbar {
  display: none;
}

.mm-listitem > a, .mm-listitem > span {
  padding-left: 15px;
}

.mm-listitem:after {
  left: 0 !important;
}

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

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left: unset !important;
}

#mmenu .show-all-link {
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .displayTop {
    display: none !important;
  }
}
#_mobile_cart {
  padding-right: 15px;
}

html,
body {
  height: 100%;
}

#mobile_top_menu_wrapper {
  bottom: 0px;
  height: calc(100% - 72px);
  width: 100%;
  top: unset;
}
#mobile_top_menu_wrapper .modal-dialog {
  min-height: unset;
  height: 100%;
}
#mobile_top_menu_wrapper .modal-content {
  min-height: unset;
  height: 100%;
}
#mobile_top_menu_wrapper .modal-header {
  display: none;
}
#mobile_top_menu_wrapper .modal-dialog__offcanvas {
  width: 100% !important;
  max-width: unset;
}
#mobile_top_menu_wrapper .modal-footer {
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  padding-left: unset;
  padding-right: unset;
  padding-bottom: unset;
}
#mobile_top_menu_wrapper .modal-footer .btn:not(:last-child) {
  margin-top: unset;
}
#mobile_top_menu_wrapper .modal-footer .user-info {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #E5E4E1;
}
#mobile_top_menu_wrapper .modal-footer .user-info a {
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 20px;
}
#mobile_top_menu_wrapper .modal-footer .user-info a span {
  padding: unset;
}
#mobile_top_menu_wrapper .modal-footer .user-info .account,
#mobile_top_menu_wrapper .modal-footer .user-info .logout {
  width: 50%;
}
#mobile_top_menu_wrapper .modal-footer .user-info .account {
  position: relative;
}
#mobile_top_menu_wrapper .modal-footer .user-info .logout {
  text-align: right;
}
#mobile_top_menu_wrapper .modal-footer .user-info .account:after {
  content: " ";
  width: 1px;
  height: 40px;
  background: white;
  position: absolute;
  right: 0;
  top: -12px;
}
#mobile_top_menu_wrapper .modal-footer #mobile-bottom-menu ul {
  margin-bottom: unset;
}
#mobile_top_menu_wrapper .modal-footer #mobile-bottom-menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid white;
  height: 40px;
  padding-left: 15px;
  padding-right: 20px;
  background: #E5E4E1;
}
#mobile_top_menu_wrapper .modal-footer #mobile-bottom-menu ul li a {
  text-transform: uppercase;
}
#mobile_top_menu_wrapper .modal-footer .mobile-bottom-row {
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  background: #E5E4E1;
  border-top: 1px solid white;
  margin-left: unset;
  margin-right: unset;
}
#mobile_top_menu_wrapper .modal-footer .mobile-bottom-row .language-selector ul .list-inline-item {
  margin-right: unset;
  margin-left: 30px;
}

#_mobile_cart.dropdown #cart-dropdown-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container, .l-wrapper, .l-wrapper--boxed, main > .notifications-container {
  max-width: 2921px;
}

.pts-inner.container, .pts-inner.l-wrapper, .pts-inner.l-wrapper--boxed, main > .pts-inner.notifications-container {
  padding-left: unset;
  padding-right: unset;
}

#checkout-steps-top {
  padding: 0 15px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #checkout-steps-top {
    padding: 0 30px;
    margin-bottom: 50px;
  }
}
#checkout-steps-top .card-header, #checkout-steps-top .page-header, #checkout-steps-top .address-header {
  padding: unset;
}
#checkout-steps-top .step-title {
  text-transform: unset;
  width: 60px;
  font-weight: normal;
  display: block;
  font-size: 0.625rem;
  text-align: center;
}
@media (min-width: 768px) {
  #checkout-steps-top .step-title {
    width: 60px;
  }
}
#checkout-steps-top .step-title i {
  display: none;
}
#checkout-steps-top .step-title .step-number {
  line-height: 18px;
  margin: 0 auto;
  display: block;
  height: 30px;
  width: 30px;
  font-size: 0.688rem;
  border-radius: 40px;
  background: #e5e4e1;
  color: black;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #checkout-steps-top .step-title .step-number {
    line-height: 26px;
    height: 40px;
    width: 40px;
    font-size: 0.875rem;
  }
}
#checkout-steps-top .step-title .step-title-span {
  text-transform: unset;
}
#checkout-steps-top .-reachable {
  cursor: pointer;
}
#checkout-steps-top .-complete:not(.-current) .step-number {
  background: transparent;
  border: 1px solid #3644AC;
}
#checkout-steps-top .-complete:not(.-current) .step-number span {
  display: none;
}
#checkout-steps-top .-complete:not(.-current) .step-number i {
  display: block;
  margin: 0 auto;
  margin-top: -1px;
  font-size: 0.938rem;
  color: #3644AC !important;
}
@media (min-width: 768px) {
  #checkout-steps-top .-complete:not(.-current) .step-number i {
    margin-top: 1px;
    font-size: 1.25rem;
  }
}
#checkout-steps-top .js-current-step .step-number {
  background: #3644AC;
  color: white;
}
#checkout-steps-top .divider {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom: 1px solid #e5e4e1;
  margin: 0px 0px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  #checkout-steps-top .divider {
    margin: 0 20px;
    margin-top: 20px;
  }
}
#checkout-steps-top .divider:last-child {
  display: none;
}

#checkout #js-checkout-process .step-title {
  font-size: 0.938rem;
  font-weight: bold;
  text-transform: unset;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #checkout #js-checkout-process .step-title {
    font-size: 1.125rem;
  }
}
#checkout .create-account-text {
  display: block;
  font-weight: bold;
  font-size: 0.938rem;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  #checkout .create-account-text {
    font-size: 1.125rem;
  }
}
#checkout .birthday .form-text {
  display: none !important;
}
#checkout .birthday {
  display: none !important;
}
#checkout .form-group.newsletter em {
  display: none;
}
#checkout #checkout-addresses-step form > h4.h4 {
  font-weight: bold;
  font-size: 0.938rem;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  #checkout #checkout-addresses-step form > h4.h4 {
    font-size: 1.125rem;
  }
}
#checkout .plus-icon {
  font-weight: 400;
  font-family: "SangBleuEmpire", serif;
  font-size: 2.5rem;
  color: #a19898;
}
#checkout #checkout-delivery-step .js-label-delivery {
  font-size: 0.625rem;
  padding: 15px 15px;
  padding-top: 20px;
  padding-left: 38px;
  border: 1px solid #e5e4e1;
  cursor: pointer;
}
#checkout #checkout-delivery-step .js-label-delivery * {
  cursor: pointer;
}
#checkout #checkout-delivery-step .js-label-delivery label, #checkout #checkout-delivery-step .js-label-delivery .label {
  text-transform: unset;
}
#checkout #checkout-delivery-step .js-label-delivery .carrier-name {
  text-transform: uppercase;
}
#checkout #checkout-delivery-step .js-label-delivery .carrier-price {
  text-transform: uppercase;
  font-weight: normal;
}
#checkout #checkout-delivery-step .js-label-delivery .custom-control-label {
  padding-left: 12px;
}
#checkout #checkout-delivery-step .js-label-delivery .custom-control-label:after, #checkout #checkout-delivery-step .js-label-delivery .custom-control-label:before {
  top: calc(50% - 9px) !important;
}
#checkout #checkout-delivery-step .js-label-delivery p {
  margin-top: 5px;
  margin-bottom: unset;
}
#checkout #checkout-delivery-step .order-options {
  margin-top: 35px;
}
#checkout #checkout-payment-step #conditions-to-approve .custom-control.custom-checkbox {
  margin-bottom: 20px;
}
#checkout #checkout-payment-step .payment-option {
  margin-top: 1rem;
  padding: unset;
  border: 1px solid #e5e4e1;
  cursor: pointer;
}
#checkout #checkout-payment-step .payment-option * {
  cursor: pointer;
}
#checkout #checkout-payment-step .payment-option .custom-control {
  padding-left: unset;
}
#checkout #checkout-payment-step .payment-option .custom-control-label {
  font-size: 0.625rem;
  padding: 20px 15px;
  padding-left: 45px;
  max-height: 70px;
}
#checkout #checkout-payment-step .payment-option .custom-control-label .cta-text {
  text-transform: uppercase;
}
#checkout #checkout-payment-step .payment-option .custom-control-label .payment-module-info {
  display: block;
  margin-top: 5px;
}
#checkout #checkout-payment-step .payment-option .custom-control-label:after, #checkout #checkout-payment-step .payment-option .custom-control-label:before {
  left: 18px;
}
#checkout #order-summary-content {
  margin-top: 70px;
}
#checkout #order-summary-content h2 {
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "Matahari Extended", sans-serif;
  text-transform: uppercase;
}
#checkout #order-summary-content .carrier-name span {
  display: block;
  margin-bottom: 3px;
  text-transform: uppercase;
  padding-top: 5px;
}
#checkout #order-summary-content .step-edit {
  margin-left: unset;
  padding-left: unset;
  text-transform: uppercase;
  font-weight: bold !important;
  line-height: 1.1em;
  border-bottom: 0.7px solid;
  color: #000 !important;
}
#checkout #order-summary-content .step-edit i {
  display: none;
}
#checkout #order-summary-content .step-edit span {
  text-decoration: none;
}

#fb_login1 {
  margin-top: 13px;
}

#fb_login1 {
  padding-top: 0.7em;
  padding-bottom: 1.1em;
}

#fb_login1,
#google_login1 {
  height: 38px;
  padding: unset;
  line-height: 38px;
  padding-top: 3px;
  vertical-align: middle;
}

.remove-from-cart .icon-custom-cross {
  width: 10px;
  height: 10px;
}

.btn-zoom {
  display: none !important;
}

#cookieNotice {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  background-color: #495057;
  color: #000 !important;
  min-height: 30px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.1em !important;
  font-family: "Matahari Extended", sans-serif !important;
}
@media (min-width: 768px) {
  #cookieNotice {
    padding-left: 25px;
  }
}
#cookieNotice td:first-child {
  text-align: left !important;
  font-size: 0.5rem;
  line-height: 1.4em !important;
}
@media (min-width: 768px) {
  #cookieNotice td:first-child {
    font-size: 0.625rem;
  }
}
#cookieNotice td:nth-child(2) {
  padding-right: 25px !important;
}
#cookieNotice .closeButtonNormal {
  display: inline-block;
  padding-bottom: unset !important;
  line-height: 1.1em !important;
  text-transform: uppercase;
  border-bottom: 1px solid #a19898;
  font-size: 0.5rem;
  padding-left: unset;
  padding-right: unset;
}
@media (min-width: 768px) {
  #cookieNotice .closeButtonNormal {
    padding-bottom: 1px;
    font-size: 0.688rem;
  }
}

.current-price .discount.discount-percentage {
  display: none;
}

.price {
  color: #000;
}

.current-price-discount {
  color: #000;
}

#js-active-search-filters {
  display: none !important;
}

@media (min-width: 768px) {
  #search_filters_wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    top: 300px;
    z-index: 3;
  }
}

#search_filters {
  padding: 35px 15px !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  background: #E5E4E1;
}
@media (min-width: 768px) {
  #search_filters {
    padding: 38px 25px !important;
  }
}
#search_filters .feds_showmore.feds_facet_showmore {
  display: none;
}
#search_filters .facet-title,
#search_filters .facet_title {
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#search_filters .facet-block,
#search_filters .feds_facet {
  padding-bottom: unset;
}
#search_filters .facet_colexp_block {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #search_filters .facet_colexp_block {
    margin-bottom: unset;
  }
}
#search_filters .feds_facet:not(:last-child),
#search_filters .facet-block:not(:last-child) {
  padding-bottom: unset;
}
@media (min-width: 768px) {
  #search_filters .facet-block,
  #search_filters .feds_facet {
    margin-bottom: unset;
  }
  #search_filters .facets-div,
  #search_filters .feds_block_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #search_filters .facet-block,
  #search_filters .feds_facet {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
#search_filters .facet-block:not(:last-child) {
  border-bottom: unset;
}
#search_filters .custom-control-label,
#search_filters .feds_link {
  line-height: 20px;
  text-transform: uppercase;
  padding-left: 13px;
}
@media (min-width: 768px) {
  #search_filters .custom-control-label,
  #search_filters .feds_link {
    line-height: 16px;
  }
}
#search_filters .custom-control-label.active,
#search_filters .feds_link.active {
  color: #495057;
}
#search_filters .custom-control-label .magnitude,
#search_filters .feds_link .magnitude {
  margin-left: 1ex;
}
#search_filters .feds_custom-input-box .feds_custom-input-item {
  background-color: transparent;
  border-color: #000;
  margin-top: unset;
  border-radius: 25px;
  width: 12px;
  height: 12px;
  line-height: 12px;
}
#search_filters .feds_custom-input-box .feds_custom-input-item .feds-ok-1:before {
  width: 12px;
  height: 12px;
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid;
  border-radius: 25px;
  content: " ";
  border-color: #c3c3c3;
  background-color: #c3c3c3;
}
#search_filters .facet-label.active .feds_custom-input-box .feds_custom-input-item,
#search_filters .feds_custom-input:checked + .feds_custom-input-item {
  border-color: transparent;
}
#search_filters .custom-control.custom-checkbox .custom-control-label:after,
#search_filters .custom-control.custom-checkbox .custom-control-label:before {
  margin-top: unset;
  border-radius: 25px;
}
#search_filters .custom-control-label::before {
  background-color: transparent;
  border-color: #000;
}
#search_filters .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #c3c3c3;
}
#search_filters .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: unset;
  background-color: #c3c3c3;
}
#search_filters .js-search-filters-clear-all {
  text-transform: uppercase;
  font-size: 0.688rem;
  padding-left: unset;
}
#search_filters .facets-div,
#search_filters .feds_block_content {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #90A4AE;
  /*--scrollbarBG: $gray-400;
  --thumbBG: $gray-700;*/
}
#search_filters .facets-div .feds_facet .facet_with_max_height,
#search_filters .feds_block_content .feds_facet .facet_with_max_height {
  max-height: unset !important;
  overflow-y: visible;
  overflow-x: visible;
}
#search_filters .facets-div .collapse,
#search_filters .feds_block_content .collapse {
  /*max-height: 300px;*/
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
@media (min-width: 768px) {
  #search_filters .facets-div .collapse,
  #search_filters .feds_block_content .collapse {
    margin-right: 15px;
  }
}
#search_filters .facets-div .collapse::-webkit-scrollbar,
#search_filters .feds_block_content .collapse::-webkit-scrollbar {
  width: 11px;
}
#search_filters .facets-div .collapse::-webkit-scrollbar-track,
#search_filters .feds_block_content .collapse::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
#search_filters .facets-div .collapse::-webkit-scrollbar-thumb,
#search_filters .feds_block_content .collapse::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.dropdown-toggle::after {
  content: " ";
  border: unset;
  width: 10px;
  height: 5px;
  position: relative;
  top: 1px;
  margin-left: 0px !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.46 5.1599998' width='9.46' height='5.1599998' %3e%3cpath fill='%23000000' transform='translate(-45.27,-47.42)' d='m 50,51.73 -4.3,-4.31 -0.43,0.43 4.31,4.3 v 0 l 0.42,0.43 0.42,-0.43 v 0 l 4.31,-4.3 -0.43,-0.43 z' /%3e%3c/svg%3e");
}

.dropup .dropdown-toggle::after {
  border: unset;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

html .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
html .bootstrap-select .dropdown-toggle:focus {
  outline: unset !important;
}

.bootstrap-select .dropdown-item {
  text-transform: uppercase;
}

.quickview .modal-footer {
  padding-top: 0px;
  padding-bottom: 0px;
}
.quickview .modal-footer .tabs {
  padding-top: 15px;
  padding-bottom: 15px;
}

#left-column {
  padding-top: unset;
}

.left-column > div,
.right-column > div {
  margin-bottom: unset;
}

/*.row {
  margin-left: -15px;
  margin-right: -15px;
  @include media-breakpoint-up(md) {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.row > .col-12 {
  padding-left: 15px;
  padding-right: 15px;
  @include media-breakpoint-up(md) {
    padding-left: 25px;
    padding-right: 25px;
  }
}*/
/*
.wrapper {
  padding-left: 15px;
  padding-right: 15px;

  @include media-breakpoint-up(md) {
    padding-left: 25px;
    padding-right: 25px;
  }
}
*/
@media (min-width: 992px) {
  .l-header .search-widget .search-slideoff {
    padding-left: 14px;
    padding-right: 13px;
    background: white;
  }
}

.displayTop {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

@media (min-width: 992px) {
  .right-nav {
    padding-right: 25px !important;
  }
}

#_desktop_logo {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.menu-sub {
  padding-left: 25px;
  padding-right: 25px;
}

#js-product-list-top {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 768px) {
  #js-product-list-top {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.products {
  display: grid;
  grid-template-columns: 50% 50%;
  -webkit-column-gap: 3px;
  -moz-column-gap: 3px;
  column-gap: 3px;
  row-gap: 3px;
}
@media (min-width: 768px) {
  .products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    row-gap: 5px;
  }
}
.products .product-miniature {
  max-width: unset;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  padding-left: unset;
  padding-right: unset;
}

.pagination-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

#manufacturer #main > #manufacturer-description,
#manufacturer #main > #manufacturer-short_description {
  padding-left: 15px;
  padding-right: 15px;
}

#product .product-single-info {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 768px) {
  #product .product-single-info {
    padding-left: 40px !important;
    padding-right: 100px !important;
  }
}
@media (min-width: 768px) {
  #product .images-container {
    margin-left: -15px;
  }
}

#cart #wrapper {
  max-width: 1100px;
}
@media (min-width: 768px) {
  #cart .cart-grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #cart .cart-grid-body {
    max-width: 590px;
  }
}

#checkout #wrapper {
  max-width: 1100px;
}
@media (min-width: 768px) {
  #checkout .checkout-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #checkout .checkout-main {
    max-width: 590px;
  }
}
#checkout .checkout-step > div > .card-body, #checkout .checkout-step > div > .page-content, #checkout .checkout-step > div > .card-block, #checkout .checkout-step > div > .block-categories, #checkout .left-column .checkout-step > div > .search_filters, .left-column #checkout .checkout-step > div > .search_filters, #checkout .checkout-step > div > .address-body {
  padding: 15px;
}
@media (min-width: 768px) {
  #checkout .checkout-step > div > .card-body, #checkout .checkout-step > div > .page-content, #checkout .checkout-step > div > .card-block, #checkout .checkout-step > div > .block-categories, #checkout .left-column .checkout-step > div > .search_filters, .left-column #checkout .checkout-step > div > .search_filters, #checkout .checkout-step > div > .address-body {
    padding: 15px;
  }
}
#checkout #header {
  position: unset;
}
#checkout #footer {
  display: none;
}
@media (min-width: 768px) {
  #checkout #js-checkout-summary .card-header, #checkout #js-checkout-summary .page-header, #checkout #js-checkout-summary .address-header {
    padding-top: 12px;
  }
}
#checkout #js-checkout-summary .card-header, #checkout #js-checkout-summary .page-header, #checkout #js-checkout-summary .address-header,
#checkout #js-checkout-summary .card-body,
#checkout #js-checkout-summary .page-content,
#checkout #js-checkout-summary .card-block,
#checkout #js-checkout-summary .block-categories,
#checkout #js-checkout-summary .left-column .search_filters,
.left-column #checkout #js-checkout-summary .search_filters,
#checkout #js-checkout-summary .address-body,
#checkout #js-checkout-summary .card-footer,
#checkout #js-checkout-summary .page-footer,
#checkout #js-checkout-summary .address-footer {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #checkout #js-checkout-summary .card-header, #checkout #js-checkout-summary .page-header, #checkout #js-checkout-summary .address-header,
  #checkout #js-checkout-summary .card-body,
  #checkout #js-checkout-summary .page-content,
  #checkout #js-checkout-summary .card-block,
  #checkout #js-checkout-summary .block-categories,
  #checkout #js-checkout-summary .left-column .search_filters,
  .left-column #checkout #js-checkout-summary .search_filters,
  #checkout #js-checkout-summary .address-body,
  #checkout #js-checkout-summary .card-footer,
  #checkout #js-checkout-summary .page-footer,
  #checkout #js-checkout-summary .address-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#checkout .carrier-extra-content {
  display: block;
  width: 100%;
}
#checkout .inpost-shipping-container {
  padding: 15px 15px;
  background-color: #fafafa;
}
#checkout .inpost-shipping-container > .row, #checkout .inpost-shipping-container > .products {
  margin: 0;
  display: block;
  width: 100%;
  justify-items: flex-end;
}
#checkout .inpost-shipping-container > .row > .col-sm-6.col-md-7, #checkout .inpost-shipping-container > .products > .col-sm-6.col-md-7, #checkout .inpost-shipping-container > .row > .col-sm-6.col-md-5, #checkout .inpost-shipping-container > .products > .col-sm-6.col-md-5 {
  width: 100% !important;
  max-width: unset;
  text-align: right;
  padding: 0 0px !important;
}
#checkout .inpost-shipping-container .inpost-shipping-label {
  text-transform: uppercase;
  font-weight: bold;
}
#checkout .inpost-shipping-container .js-inpost-shipping-customer-info-email,
#checkout .inpost-shipping-container .js-inpost-shipping-customer-info-phone {
  font-weight: 400;
}
#checkout .inpost-shipping-container .inpost-shipping-machine-name,
#checkout .inpost-shipping-container .inpost-shipping-machine-address,
#checkout .inpost-shipping-container .inpost-shipping-label,
#checkout .inpost-shipping-container .inpost-shipping-subheader,
#checkout .inpost-shipping-container .inpost-shipping-customer {
  font-size: 0.688rem;
}
#checkout .inpost-shipping-container .inpost-shipping-customer-change-wrapper {
  margin-top: 10px;
  font-size: 0.60156rem;
  text-transform: uppercase;
  font-weight: bold !important;
  line-height: 1.1em;
  border-bottom: 0.7px solid;
  color: #000 !important;
  display: inline-block;
}
#checkout .inpost-shipping-container .inpost-shipping-subheader {
  margin-top: 10px;
  margin-bottom: 10px;
}
#checkout .inpost-shipping-container .btn.inpost-shipping-button {
  background-color: #3644AC;
  color: white;
  border-color: #3644AC;
}
#checkout .inpost-shipping-container .btn.inpost-shipping-button:hover, #checkout .inpost-shipping-container .btn.inpost-shipping-button:focus, #checkout .inpost-shipping-container .btn.inpost-shipping-button:active {
  background-color: #3644AC;
  color: white;
  border-color: #3644AC;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 12px;
}

input + .input-group-btn .btn-light,
input + .input-group-append .btn-light {
  background: white;
}

input:focus:not(.qty):not(.js-cart-line-product-quantity):not([name=qty]) + .input-group-btn .btn,
input:focus:not(.qty):not(.js-cart-line-product-quantity):not([name=qty]) + .input-group-append .btn,
input:active:not(.qty):not(.js-cart-line-product-quantity):not([name=qty]) + .input-group-btn .btn,
input:active:not(.qty):not(.js-cart-line-product-quantity):not([name=qty]) + .input-group-append .btn {
  border-color: #000;
}

.was-validated .form-control:valid + .input-group-btn .btn, .was-validated .form-control:valid + .input-group-append .btn,
.form-control.is-valid + .input-group-btn .btn,
.form-control.is-valid + .input-group-append .btn {
  border-color: #3644AC;
}

.was-validated .form-control:invalid + .input-group-btn .btn, .was-validated .form-control:invalid + .input-group-append .btn,
.form-control.is-invalid + .input-group-btn .btn,
.form-control.is-invalid + .input-group-append .btn {
  border-color: #9B1D20;
}

.block-promo .remove-voucher {
  margin-left: 10px;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
}

#promo-code input[name=discount_name] {
  text-transform: uppercase;
}
#promo-code .btn-primary {
  /*background-color: #F2F2F2;*/
  padding-top: 1.1rem;
}
@media (min-width: 768px) {
  #promo-code .btn-primary {
    padding-left: 45px;
    padding-right: 45px;
  }
}

:not(.input-group-append) > .btn:focus,
:not(.input-group-append) > .btn:active {
  border-color: transparent;
}

.mypresta_scrollup {
  z-index: 5;
  border-radius: 40px;
}

#_mobile_currency_selector {
  height: 100%;
}
#_mobile_currency_selector .currency-selector,
#_mobile_currency_selector button {
  height: 100%;
}
#_mobile_currency_selector .dropdown-menu {
  background-color: #fff;
}

.rotated:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.rotated.material-icons.add {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

[data-toggle=dropdown]:after,
#search_filter_toggler-2:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slick-arrow:focus,
.slick-arrow:hover {
  border: unset;
}

.page-load-status {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #000;
}

.autocomplete-suggestions {
  width: 100% !important;
  left: 0 !important;
}

.autocomplete-suggestion {
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 15px;
}
@media (min-width: 768px) {
  .autocomplete-suggestion {
    padding: 5px 25px;
  }
}

@media (min-width: 768px) {
  #wrapper {
    min-height: calc(100vh - 180px - 134px);
  }
}
.product-brand,
.product-name,
.product-title {
  text-transform: uppercase;
}

.footer-scent-text {
  max-width: 539px;
}

footer .block_newsletter input:focus, footer .block_newsletter input:active,
footer .block_newsletter .btn:focus,
footer .block_newsletter .btn:active {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
footer .conditions a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.notify-qv {
  color: #c3c3c3;
}

label.required:after, .required.label:after {
  content: "*";
}

.product-available.text-success {
  display: none;
}

@media (max-width: 991.98px) {
  .header-nav {
    height: 47px;
  }
  .header-nav .mobile.no-gutters {
    height: 47px;
  }
  .logo {
    max-width: 150px;
    margin-top: unset;
    margin-bottom: unset;
  }
  #menu-icon {
    width: 25px;
    border: unset !important;
  }
  #menu-icon:focus, #menu-icon:active, #menu-icon:hover {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: unset !important;
    outline: unset !important;
  }
  #menu-icon i:focus,
  #menu-icon i:active,
  #menu-icon i:hover {
    outline: unset !important;
  }
  #menu-icon .icon-custom-menu {
    width: 21px;
  }
  #menu-icon .icon-custom-cross {
    width: 12px;
  }
  .mm-btn_next:after {
    border: unset !important;
    -webkit-transform: unset !important;
    transform: unset !important;
    width: 12px !important;
    height: 12px !important;
    background: url("/themes/classic-rocket/assets/img/grower.svg") center center no-repeat transparent;
    right: 15px !important;
    background-size: 11px 11px !important;
  }
  .mm-btn_prev:before {
    left: 15px !important;
  }
  .product-miniature .product-description {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-miniature .product-brand a {
    font-size: 0.688rem;
  }
  .product-miniature .product-short-desc {
    min-height: 3.2em;
    max-height: 3.2em;
  }
  #index .pagebuilder:first-of-type .row.clearfix .col-xs-12:last-child, #index .pagebuilder:first-of-type .clearfix.products .col-xs-12:last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.underline-links a {
  text-decoration: underline;
}

#_desktop_currency_selector .currency-selector.dropdown .btn {
  padding-right: unset;
  padding-left: unset;
}

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

.btn:not(.btn-link) {
  /*padding-top: .797rem;
  padding-bottom: .767rem;*/
  padding-top: 0.85rem;
  padding-bottom: 0.71rem;
}

.btn-outline-secondary {
  color: #000;
}

.form-control {
  padding-top: 1.24rem;
  padding-bottom: 1.01rem;
}

.slick-arrow {
  border: none !important;
}

.qty.disabled .bootstrap-touchspin {
  pointer-events: none;
  color: #c3c3c3;
}
.qty.disabled .bootstrap-touchspin .btn,
.qty.disabled .bootstrap-touchspin input {
  color: #c3c3c3;
}

.bootstrap-touchspin {
  /*height: 40px;*/
  background: #fcfcfc;
  border: unset;
}
.bootstrap-touchspin #quantity_wanted {
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0rem 0rem;
  height: unset;
  max-width: 20px;
  background: #fcfcfc;
}
.bootstrap-touchspin .btn {
  line-height: 34px;
  padding-top: unset;
  padding-bottom: unset;
  background-color: transparent;
}
.bootstrap-touchspin .bootstrap-touchspin-down {
  font-size: 0.875rem;
  padding-left: 23px;
  padding-right: 8px;
  /*position: relative;
  top: 2px;*/
}
.bootstrap-touchspin .bootstrap-touchspin-up {
  font-size: 0.875rem;
  padding-left: 8px;
  padding-right: 23px;
}
:not(.cart-wishlist-item) .bootstrap-touchspin input:focus + .input-group-btn .btn,
:not(.cart-wishlist-item) .bootstrap-touchspin input:focus + .input-group-append .btn,
:not(.cart-wishlist-item) .bootstrap-touchspin input:active + .input-group-btn .btn,
:not(.cart-wishlist-item) .bootstrap-touchspin input:active + .input-group-append .btn {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.cart-wishlist-item .product-quantity,
#cart-summary-product-list .product-quantity {
  height: 16px;
  font-weight: normal !important;
  font-size: 0.688rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  margin: unset;
}
.cart-wishlist-item .bootstrap-touchspin,
#cart-summary-product-list .bootstrap-touchspin {
  margin-left: 3ex;
  font-size: 0.688rem;
  height: unset;
  border: unset;
  background: unset;
}
.cart-wishlist-item .bootstrap-touchspin .input-group-btn,
#cart-summary-product-list .bootstrap-touchspin .input-group-btn {
  padding: unset;
  height: 13px;
}
.cart-wishlist-item .bootstrap-touchspin .bootstrap-touchspin-down,
.cart-wishlist-item .bootstrap-touchspin .bootstrap-touchspin-up,
#cart-summary-product-list .bootstrap-touchspin .bootstrap-touchspin-down,
#cart-summary-product-list .bootstrap-touchspin .bootstrap-touchspin-up {
  padding: unset;
  padding-left: 1.5ex;
  padding-right: 1.5ex;
  line-height: 1;
  height: 13px;
  font-size: 0.688rem;
  font-weight: normal;
}
.cart-wishlist-item .bootstrap-touchspin input.form-control,
#cart-summary-product-list .bootstrap-touchspin input.form-control {
  padding: unset !important;
  font-weight: normal;
  height: 17px !important;
  line-height: 13px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 30px;
  font-size: 0.688rem;
  margin-left: 0.5ex;
  margin-right: 0.5ex;
}

textarea.form-control {
  line-height: 1.2;
}

@media (min-width: 768px) {
  #my-account .account-links {
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 72px;
    -moz-column-gap: 72px;
    column-gap: 72px;
    row-gap: 90px;
  }
  #my-account .account-links > a {
    max-width: unset;
    padding: unset;
  }
}
#my-account .account-links > a {
  background: #f2f2f2;
  padding: 50px;
  width: 100%;
  height: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  #my-account .account-links > a {
    height: 150px;
  }
}
#my-account .account-links .link-item {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  padding: unset;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: unset;
  background: transparent;
}
#my-account .account-links .link-item i {
  display: none;
}
@media (min-width: 768px) {
  #my-account .account-links .link-item {
    max-width: 317px;
  }
}

.page-customer-account .page-footer .account-link i {
  position: relative;
  top: -2px;
}
.page-customer-account .page-footer .account-link .icon-custom-go-back {
  width: 16px;
  height: 16px;
}

.products .product-miniature .ratio1_1 {
  padding-top: 129%;
}
.products .product-miniature .ratio1_1 > img {
  -o-object-fit: cover;
  object-fit: cover;
}

/* letter spacing */
body {
  letter-spacing: 0.82px;
}

.small, .quick-view,
.form-text,
label,
.label {
  letter-spacing: 0.68px;
}

.form-control {
  letter-spacing: 0.97px;
}

.product-title {
  letter-spacing: 0.75px;
}

.product-brand {
  letter-spacing: 0.97px;
}

.product-short-desc,
.product-desc-short {
  letter-spacing: 0.5px;
}

.product-variants label, .product-variants .label {
  letter-spacing: 0.24px;
}
.product-variants .combinations-list {
  letter-spacing: 0.22px;
}

.see-more-link {
  letter-spacing: 1.1px;
}

#product .product-single-info h1.product-name, #product .product-single-info .product-accessories h2.product-name, .product-accessories #product .product-single-info h2.product-name,
#product .product-single-info .product-accessories .product-name.products-section-title,
.product-accessories #product .product-single-info .product-name.products-section-title,
#product .product-single-info .related-free h2.product-name,
.related-free #product .product-single-info h2.product-name,
#product .product-single-info .related-free .product-name.products-section-title,
.related-free #product .product-single-info .product-name.products-section-title,
#product .product-single-info #cart .featured-products h2.product-name,
#cart .featured-products #product .product-single-info h2.product-name,
#product .product-single-info #cart .featured-products .product-name.products-section-title,
#cart .featured-products #product .product-single-info .product-name.products-section-title,
#product .product-single-info .product-description-short {
  letter-spacing: 0.24px;
}

.step-title-span {
  letter-spacing: 0.75px;
}

.step-title.h1, .step-title.products-section-title {
  letter-spacing: 1.35px;
}

#checkout #content-checkout-personal-information-step .nav-tabs .nav-item {
  letter-spacing: 1.35px;
}

.category-h1,
#manufacturer #main > h1,
#manufacturer .product-accessories #main > h2,
.product-accessories #manufacturer #main > h2,
#manufacturer .product-accessories #main > .products-section-title,
.product-accessories #manufacturer #main > .products-section-title,
#manufacturer .related-free #main > h2,
.related-free #manufacturer #main > h2,
#manufacturer .related-free #main > .products-section-title,
.related-free #manufacturer #main > .products-section-title,
#manufacturer #cart .featured-products #main > h2,
#cart .featured-products #manufacturer #main > h2,
#manufacturer #cart .featured-products #main > .products-section-title,
#cart .featured-products #manufacturer #main > .products-section-title,
#search #js-product-list-header {
  letter-spacing: 2.1px;
}

.product-description-long,
.product-description-long * {
  color: #000 !important;
  font-family: "Matahari Extended", sans-serif !important;
  font-size: 0.688rem !important;
  line-height: 20px;
}

.product-description-long p {
  margin-bottom: 20px;
}

/*
html body .header-top,
html body .header-nav { 
font-weight: bold !important;

  a, button {
    font-weight: bold !important;
  }

}*/
.alert {
  padding: 0.5rem 0.5rem;
  color: white !important;
  margin-bottom: 0.5rem;
  /*background: white;*/
}
.alert i {
  display: none;
}
@media (min-width: 768px) {
  .alert {
    padding: 1rem 1.25rem;
  }
}
.alert a {
  color: white !important;
  font-weight: bold;
}

body:not(.page-customer-account):not(#module-ps_emailalerts-account) aside#notifications {
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: unset;
  position: fixed;
  bottom: 15px;
  left: 0;
  z-index: 1041;
}
@media (min-width: 768px) {
  body:not(.page-customer-account):not(#module-ps_emailalerts-account) aside#notifications {
    max-width: 350px;
  }
}
body:not(.page-customer-account):not(#module-ps_emailalerts-account) aside#notifications .alert {
  color: white !important;
  margin-bottom: 0.5rem !important;
}
body:not(.page-customer-account):not(#module-ps_emailalerts-account) aside#notifications .alert i {
  display: none;
}

#module-ps_emailalerts-account .alert.alert-warning,
body.page-customer-account .alert.alert-warning {
  background: unset;
  border: unset;
  text-align: center;
  color: #000 !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #000 !important;
}

.no-products-text {
  display: none;
}

#category .no-products-text {
  display: block;
}
#category .page-content.page-not-found {
  display: none;
}

#category #manufacturer-description,
#category #manufacturer-short_description {
  text-align: center;
  font-family: "SangBleuEmpire", serif;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  #category #manufacturer-description,
  #category #manufacturer-short_description {
    max-width: 1094px;
    margin: 0 auto;
  }
}

.current-attr-unavail + .product-add-to-cart {
  display: none;
}

#js-product-list-top .dropdown-menu {
  margin-top: unset;
}

@media (max-width: 991.98px) {
  main {
    overflow-x: hidden;
  }
  #_mobile_search_filters_wrapper {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  #js-product-list-top .col-md-12 {
    padding-left: unset;
    padding-right: unset;
  }
  #feds_search_filters #search_filters {
    margin-bottom: unset;
  }
  .js-top-menu-bottom {
    width: 100%;
  }
}
.breadcrumb {
  padding-left: 10px;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-top: 10px;
    padding-left: unset;
  }
}
@media (min-width: 992px) {
  .breadcrumb {
    margin-top: unset;
    padding-left: 15px;
  }
}

.payment-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.payment-options [data-module=tpay] {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.page-content--module-tpay-ordererror {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .page-content--module-tpay-ordererror {
    margin-top: 200px;
  }
}

@media (min-width: 768px) {
  .menu__item--top.menu__item--hassubmenu:hover .menu-sub,
  .menu__item--top.menu__item--hassubmenu.hover .menu-sub {
    display: block;
    opacity: 1;
  }
}
select.js-country {
  text-transform: uppercase;
}

.product-single-info .single-qv-btn {
  display: block !important;
}
.product-single-info .notify-tabs {
  display: none;
}

.quickview.available :not(.modal-footer) .single-qv-btn,
.quickview.choose :not(.modal-footer) .single-qv-btn {
  display: block !important;
}
.quickview.available .modal-footer .single-qv-btn,
.quickview.choose .modal-footer .single-qv-btn {
  display: none !important;
}
.quickview.available .notify-tabs,
.quickview.choose .notify-tabs {
  display: none;
}

/*
.page-history {
    .badge {
        background-color: transparent !important;
        font-size: 90%;
    }
}*/
.page-history .badge-pill,
.page-order-detail .badge-pill {
  font-size: 90%;
  padding: 0.8em;
  border-radius: 10px;
}

.badge.dark {
  mix-blend-mode: unset !important;
}

.autocomplete-suggestions {
  z-index: 2 !important;
}

.page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column.column_2 .post_category,
.home_blog_post_inner .kr_blog_post_area .kr_blog_post_inner.blog_style_column.column_2 .post_category {
  text-transform: uppercase;
  min-height: 1.3em;
  max-height: 1.3em;
  overflow: hidden;
  font-size: 0.625rem;
  letter-spacing: 0.75px;
  margin-top: 5px;
  margin-bottom: 21px;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column.column_2 .post_category,
  .home_blog_post_inner .kr_blog_post_area .kr_blog_post_inner.blog_style_column.column_2 .post_category {
    font-size: 0.688rem;
    letter-spacing: 0.82px;
  }
}
.page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column.column_2 .text_author,
.home_blog_post_inner .kr_blog_post_area .kr_blog_post_inner.blog_style_column.column_2 .text_author {
  font-size: 0.688rem;
  display: block;
  min-height: 1.4em;
  max-height: 1.4em;
  overflow: hidden;
  color: #808080;
  margin-top: 15px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column.column_2 .text_author,
  .home_blog_post_inner .kr_blog_post_area .kr_blog_post_inner.blog_style_column.column_2 .text_author {
    margin-bottom: 23px;
  }
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column.column_2,
  .home_blog_post_inner .kr_blog_post_area .kr_blog_post_inner.blog_style_column.column_2 {
    display: grid;
    grid-template-columns: calc(50% - 2.5px) calc(50% - 2.5px);
    gap: auto 5px;
    grid-column-gap: 5px;
  }
}
.page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post,
.home_blog_post_inner .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post {
  padding: unset;
  margin-bottom: 50px;
  width: 100% !important;
}
@media (max-width: 991.98px) {
  .page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post,
  .home_blog_post_inner .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post {
    width: 100% !important;
  }
}
.page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .post_meta,
.home_blog_post_inner .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .post_meta {
  display: none;
}
.page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .blog_post_content_top,
.home_blog_post_inner .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .blog_post_content_top {
  margin-bottom: 12px;
}
.page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .blog_post_content_top .post_thumbnail,
.home_blog_post_inner .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .blog_post_content_top .post_thumbnail {
  margin-bottom: 0px;
  margin-right: 0px;
}
.page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .blog_post_content_top .post_thumbnail img,
.home_blog_post_inner .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .blog_post_content_top .post_thumbnail img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .blog_post_content_bottom,
.home_blog_post_inner .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .blog_post_content_bottom {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .blog_post_content_bottom,
  .home_blog_post_inner .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .blog_post_content_bottom {
    padding-left: 25px;
  }
}
.page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .blog_post_content_bottom h3.post_title,
.home_blog_post_inner .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .blog_post_content_bottom h3.post_title {
  font-size: 1rem;
  font-family: "Matahari Extended", sans-serif;
  font-weight: bold;
}
.page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .blog_post_content_bottom .post_content,
.home_blog_post_inner .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .blog_post_content_bottom .post_content {
  font-size: 0.688rem;
  line-height: 17px;
  font-weight: 400;
  padding-top: unset;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.9em;
  /*width: 60%;*/
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .blog_post_content_bottom .post_content,
  .home_blog_post_inner .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .blog_post_content_bottom .post_content {
    height: 34px;
    max-width: 60%;
  }
}
.page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .blog_post_content_bottom .content_more,
.home_blog_post_inner .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .blog_post_content_bottom .content_more {
  margin-right: unset;
  float: none;
}
.page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .blog_post_content_bottom .content_more a,
.home_blog_post_inner .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .blog_post_content_bottom .content_more a {
  font-size: 0.688rem;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 2.5px;
  font-family: "Matahari Extended", sans-serif;
  color: black;
}
.page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .blog_post_content_bottom .content_more .read_more:after,
.home_blog_post_inner .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post .blog_post_content_bottom .content_more .read_more:after {
  display: none;
}

.text_author,
.main_photo_author,
.text_series {
  font-family: "Matahari Extended", sans-serif;
  font-weight: normal;
  font-size: 0.688rem;
  letter-spacing: 0.82px;
  line-height: 26px;
}

.page-wrapper--module-xipblog-archive .page-content {
  padding: 0px;
  margin-left: -2.5px;
  margin-right: -2.5px;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-archive .page-content {
    padding: 0px;
  }
  .page-wrapper--module-xipblog-archive .page-content .kr_blog_post_area {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
.page-wrapper--module-xipblog-archive .page-content h3.post_title {
  margin-bottom: 5px !important;
}
.page-wrapper--module-xipblog-archive .page-content .post_title_div {
  margin-bottom: 15px;
}
.page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column {
  margin: unset;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post:nth-child(5n+3) {
    margin-left: unset;
    margin-right: unset;
    width: 100% !important;
    clear: both;
    grid-column: span 2;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post:nth-child(5n+3) .post_content {
    max-width: 37.5%;
  }
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post:nth-child(5n+3) .post_thumbnail {
    margin-bottom: 0px;
    margin-right: 0px;
  }
  .page-wrapper--module-xipblog-archive .kr_blog_post_area .kr_blog_post_inner.blog_style_column .blog_post:nth-child(5n+3) .post_thumbnail img {
    width: 100%;
    height: 608px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#index .kr_blog_post_area .kr_blog_post_inner.blog_style_column {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 767.98px) {
  #index .kr_blog_post_area .kr_blog_post_inner.blog_style_column,
  .page-wrapper--module-xipblog-single .kr_blog_post_area .kr_blog_post_inner.blog_style_column {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(87vw, 1fr));
    grid-auto-flow: column;
    grid-auto-columns: minmax(87vw, 1fr);
    overflow-x: scroll;
    scroll-behavior: auto;
  }
}

#index .moodaily-title-home {
  font-family: "SangBleuEmpire", serif;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 49px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  #index .moodaily-title-home {
    font-size: 1.125rem;
    margin-top: 45px;
    margin-bottom: 33px;
  }
}

@media (max-width: 767.98px) {
  #module-xipblog-single .breadcrumb {
    padding-bottom: 0;
    margin-bottom: 5px;
    display: inline-block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
  }
}
#module-xipblog-single .breadcrumb li {
  display: inline;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.page-wrapper--module-xipblog-single .page-content {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-single .page-content {
    padding: 0 15px;
  }
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post {
  margin-bottom: 0px;
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail {
  margin-left: -18px;
  margin-right: -18px;
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail img {
  width: 100%;
  height: 518px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 8px;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail img {
    height: 612px;
  }
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .post_title_div_single,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .post_taxonomy {
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .post_title_div_single,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .post_taxonomy {
    max-width: 450px;
  }
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .post_title_div_single.post_title_div_single,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .post_taxonomy.post_title_div_single {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .post_title_div_single.post_taxonomy,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .post_taxonomy.post_taxonomy {
  position: absolute;
  bottom: 45px;
  right: 50%;
  -webkit-transform: translate(50%);
  transform: translate(50%);
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .post_title_div_single.post_taxonomy,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .post_taxonomy.post_taxonomy {
    bottom: 50px;
    right: 50%;
    top: unset;
    -webkit-transform: translate(50%);
    transform: translate(50%);
  }
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .post_title {
  font-family: "Matahari Extended", sans-serif !important;
  font-size: 0.813rem;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0.97px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 9px;
  color: white;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .post_title {
    font-size: 1.125rem;
    line-height: 28px;
    letter-spacing: 1.35px;
    margin-bottom: 13px;
  }
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .text_author {
  font-size: 0.688rem;
  letter-spacing: 0.82px;
  color: white;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .text_author {
    font-size: 0.875rem;
    letter-spacing: 1.05px;
  }
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .series_line {
  letter-spacing: -1px;
  color: white;
  margin-left: 1ex;
  margin-right: 1ex;
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .text_category,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .text_category a,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .text_series {
  color: white;
  font-size: 0.688rem;
  letter-spacing: 0.82px;
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .text_category.text_category,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .text_category a.text_category,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .text_series.text_category {
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .post_title_div_single,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .post_taxonomy {
    width: 100%;
    max-width: calc(100vw - 30px);
  }
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .post_thumbnail .text_series {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden !important;
  }
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .photo_credits .photo_title {
  font-size: 0.563rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .photo_credits .photo_title {
    font-size: 0.688rem;
  }
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .photo_credits .photo_author {
  font-size: 0.563rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .photo_credits .photo_author {
    font-size: 0.688rem;
  }
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .main_photo_credits {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .main_photo_credits {
    padding: 0 25px;
  }
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_top {
  margin-bottom: 67px;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_top {
    margin-bottom: 77px;
  }
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_meta {
  display: none;
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content {
  font-size: 0.688rem;
  letter-spacing: 0.82px;
  line-height: 26px;
  padding-top: unset;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap h1,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .product-accessories .products-section-title,
.product-accessories .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .products-section-title,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .related-free .products-section-title,
.related-free .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .products-section-title,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap #cart .featured-products h2,
#cart .featured-products .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap h2,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap #cart .featured-products .products-section-title,
#cart .featured-products .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .products-section-title,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap h2,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap h3,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap h4,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap h5,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap h6,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content h1,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .product-accessories .products-section-title,
.product-accessories .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .products-section-title,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .related-free .products-section-title,
.related-free .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .products-section-title,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content #cart .featured-products h2,
#cart .featured-products .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content h2,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content #cart .featured-products .products-section-title,
#cart .featured-products .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .products-section-title,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content h2,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content h3,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content h4,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content h5,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content h6 {
  font-family: "Matahari Extended", sans-serif;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 0.688rem;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap h1,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .product-accessories .products-section-title,
  .product-accessories .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .products-section-title,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .related-free .products-section-title,
  .related-free .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .products-section-title,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap #cart .featured-products h2,
  #cart .featured-products .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap h2,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap #cart .featured-products .products-section-title,
  #cart .featured-products .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .products-section-title,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap h2,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap h3,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap h4,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap h5,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap h6,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content h1,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .product-accessories .products-section-title,
  .product-accessories .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .products-section-title,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .related-free .products-section-title,
  .related-free .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .products-section-title,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content #cart .featured-products h2,
  #cart .featured-products .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content h2,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content #cart .featured-products .products-section-title,
  #cart .featured-products .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .products-section-title,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content h2,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content h3,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content h4,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content h5,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content h6 {
    font-size: 0.688rem;
  }
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap a,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content a {
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 2.5px;
  font-family: "Matahari Extended", sans-serif;
  color: black;
  font-weight: bold;
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap > p,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content > p {
  margin-bottom: 25px;
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap > p:first-of-type,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content > p:first-of-type {
  font-weight: bold;
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .text_footer_container,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .text_footer_container {
  margin-top: 10px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .text_footer_container,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .text_footer_container {
    margin-top: 50px;
  }
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .text_author_note h4,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .text_credits h4,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .text_author_note h4,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .text_credits h4 {
  margin-bottom: 12.5px;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .text_author_note h4,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .text_credits h4,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .text_author_note h4,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .text_credits h4 {
    margin-bottom: 10px;
  }
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .text_author_note .text_author,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .text_credits .text_author,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .text_author_note .text_author,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .text_credits .text_author {
  text-transform: none;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .text_author_note .text_author,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .text_credits .text_author,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .text_author_note .text_author,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .text_credits .text_author {
    margin-left: 27px;
  }
}
@media (max-width: 767.98px) {
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .text_author_note .text_author,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .text_credits .text_author,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .text_author_note .text_author,
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .text_credits .text_author {
    display: block;
  }
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .text_author_note.text_credits p,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content_wrap .text_credits.text_credits p,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .text_author_note.text_credits p,
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .post_content .text_credits.text_credits p {
  margin-bottom: unset;
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .short-quote {
  font-size: 0.875rem;
  line-height: 32px;
  letter-spacing: 1.05px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 70px;
  margin-bottom: 70px;
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .short-quote p {
  margin: unset;
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .long-quote {
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 50px;
}
.page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .long-quote p {
  margin: unset;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-single .kr_blog_post_area.single .blog_post .blog_post_content .blog_post_content_bottom .long-quote {
    display: inline-block;
    padding-left: 65px;
  }
}
.page-wrapper--module-xipblog-single .post_format_items.post_gallery {
  margin-left: -18px;
  margin-right: -18px;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-single .post_format_items.post_gallery {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.page-wrapper--module-xipblog-single .post_format_items.post_gallery .item img {
  display: inline;
  width: 100%;
}
.page-wrapper--module-xipblog-single .post_format_items.post_gallery .item {
  position: relative;
}
.page-wrapper--module-xipblog-single .post_format_items.post_gallery .item .tag {
  position: absolute;
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  padding: 14px 16px;
  background: #E5E4E1;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
.page-wrapper--module-xipblog-single .post_format_items.post_gallery .item .tag .arrow-left {
  background: url("../img/tr_gray.svg") 0 0 no-repeat;
  position: absolute;
  left: -11px;
  width: 13px;
  height: 13px;
  display: block;
}
.page-wrapper--module-xipblog-single .post_format_items.post_gallery .item .tag span.link {
  padding-bottom: 9px;
  font-weight: bold;
  display: inline-block;
}
.page-wrapper--module-xipblog-single .post_format_items.post_gallery .item .tag:before {
  content: " ";
  background: url("../img/dot_gray.svg") 0 0 no-repeat;
  position: absolute;
  left: -80px;
  width: 15px;
  height: 15px;
}
.page-wrapper--module-xipblog-single .post_format_items.post_gallery .item .tag:hover {
  background: #0E359E;
  color: white;
}
.page-wrapper--module-xipblog-single .post_format_items.post_gallery .item .tag:hover .arrow-left {
  background: url("../img/tr_blue.svg") 0 0 no-repeat;
}
.page-wrapper--module-xipblog-single .post_format_items.post_gallery .item .tag:hover:before {
  background: url("../img/dot_blue.svg") 0 0 no-repeat;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-single .post_format_items.post_gallery .item:nth-child(1) {
    width: 50%;
    position: relative;
  }
  .page-wrapper--module-xipblog-single .post_format_items.post_gallery .item:nth-child(1) img {
    width: 100%;
  }
  .page-wrapper--module-xipblog-single .post_format_items.post_gallery .item:nth-child(2) {
    width: 50%;
    text-align: right;
    margin-left: auto;
  }
  .page-wrapper--module-xipblog-single .post_format_items.post_gallery .item:nth-child(2) img {
    width: 100%;
  }
  .page-wrapper--module-xipblog-single .post_format_items.post_gallery .item:nth-child(3) {
    width: 100%;
  }
  .page-wrapper--module-xipblog-single .post_format_items.post_gallery .item:nth-child(3) img {
    width: 100%;
  }
}
.page-wrapper--module-xipblog-single h4.related-blogposts {
  font-family: "Matahari Extended", sans-serif;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 1.05px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-wrapper--module-xipblog-single h4.related-blogposts {
    font-size: 1rem;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
  }
}
.page-wrapper--module-xipblog-single .post_id {
  font-family: "SangBleuEmpire", serif !important;
  font-size: 1.25rem !important;
  line-height: 28px;
  display: none;
}
.page-wrapper--module-xipblog-single .home_blog_post_area h3.post_title {
  /*font-family: $font-family-serif !important;
  font-size: 1.25rem !important;
  line-height: 28px;
  font-weight: normal !important;*/
}
.page-wrapper--module-xipblog-single .home_blog_post_area .blog_post_content_bottom {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767.98px) {
  .page-wrapper--module-xipblog-single .home_blog_post_area .blog_post_content_bottom {
    padding-left: 25px !important;
    padding-right: unset !important;
  }
}
.page-wrapper--module-xipblog-single .home_blog_post_area .kr_blog_post_area .kr_blog_post_inner.blog_style_column {
  margin-left: -25px;
  margin-right: -25px;
}
.page-wrapper--module-xipblog-single .home_blog_post_area .blog_post_content_bottom .rght .post_title_div {
  margin-bottom: 15px;
}
.page-wrapper--module-xipblog-single .home_blog_post_area .blog_post_content_bottom .rght .post_title_div h3 {
  margin-bottom: 5px;
}
.page-wrapper--module-xipblog-single .home_blog_post_area .blog_post_content_bottom .rght .post_title_div .text_author {
  display: block;
  min-height: 1.4em;
  max-height: 1.4em;
  overflow: hidden;
}

/*
#lnk-moodaily {
  display: none;
}

.mm-listview>li:nth-child(9) {
  display: none;
}
*/
[data-id-product="1300"] .card-product:hover .highlighted-informations,
[data-id-product="1301"] .card-product:hover .highlighted-informations,
[data-id-product="1308"] .card-product:hover .highlighted-informations {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

#disabeld_mobile_quickview_link_1308 {
  display: none !important;
}

[data-id-product="2374"] .card-product:hover .highlighted-informations {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

#disabeld_mobile_quickview_link_2374 {
  display: none !important;
}

body.product-id-category-63 .product-customization {
  display: none;
}
body.product-id-category-63 .product-actions,
body.product-id-category-63 .product-prices.combinations-list {
  display: none !important;
}
body.product-id-category-63 textarea {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
body.product-id-category-63 .bootstrap-select.amount-select > .dropdown-toggle {
  padding-left: unset;
  padding-right: unset;
  font-weight: bold;
  font-size: 0.688rem;
  font-size: 0.688rem;
  border-bottom: 1px solid;
}
body.product-id-category-63 .bootstrap-select.amount-select .dropdown-menu {
  background: white;
}
body.product-id-category-63 .bootstrap-select.amount-select .dropdown-menu li a {
  padding-left: unset;
  padding-right: unset;
}
body.product-id-category-63 .bootstrap-select.amount-select .dropdown-menu .dropdown-item.active,
body.product-id-category-63 .bootstrap-select.amount-select .dropdown-menu .dropdown-item:active {
  background: unset;
  color: black;
  font-weight: bold;
}
body.product-id-category-63 .bootstrap-select.amount-select .dropdown-menu .dropdown-item:hover,
body.product-id-category-63 .bootstrap-select.amount-select .dropdown-menu .dropdown-item:focus {
  background: unset;
  color: black;
  outline: unset;
}
body.product-id-category-63 .amount-select-wrap {
  margin-bottom: 60px;
}
body.product-id-category-63 .product-information {
  position: relative;
}
body.product-id-category-63 .product-information #kbgc_front_loader {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  z-index: 2;
  background: black;
}
body.product-id-category-63 .manufacutrer-related {
  display: none;
}

body.product-id-category-82 {
  /*
  .product-customization {
      display: none;
  }

  .product-actions,
  .product-prices.combinations-list {
      display: none !important;
  }
  */
}
body.product-id-category-82 textarea {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
body.product-id-category-82 .bootstrap-select.amount-select > .dropdown-toggle {
  padding-left: unset;
  padding-right: unset;
  font-weight: bold;
  font-size: 0.688rem;
  font-size: 0.688rem;
  border-bottom: 1px solid;
}
body.product-id-category-82 .bootstrap-select.amount-select .dropdown-menu {
  background: white;
}
body.product-id-category-82 .bootstrap-select.amount-select .dropdown-menu li a {
  padding-left: unset;
  padding-right: unset;
}
body.product-id-category-82 .bootstrap-select.amount-select .dropdown-menu .dropdown-item.active,
body.product-id-category-82 .bootstrap-select.amount-select .dropdown-menu .dropdown-item:active {
  background: unset;
  color: black;
  font-weight: bold;
}
body.product-id-category-82 .bootstrap-select.amount-select .dropdown-menu .dropdown-item:hover,
body.product-id-category-82 .bootstrap-select.amount-select .dropdown-menu .dropdown-item:focus {
  background: unset;
  color: black;
  outline: unset;
}
body.product-id-category-82 .amount-select-wrap {
  margin-bottom: 60px;
}
body.product-id-category-82 .product-information {
  position: relative;
}
body.product-id-category-82 .manufacutrer-related {
  display: none;
}
body.product-id-category-82 .bootstrap-select.is-valid .dropdown-toggle,
body.product-id-category-82 .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border: unset !important;
  border-bottom: 1px solid black !important;
}

.was-validated .bootstrap-touchspin .form-control:valid + .input-group-btn .btn {
  border-color: transparent !important;
}

.blog_post:nth-child(even) h3.post_title,
.blog_post:nth-child(odd) h3.post_title {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 1.2em;
  white-space: nowrap;
}

.home_blog_post h3.post_title,
.blog_post h3.post_title {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 1.2em;
  white-space: nowrap;
}

.kr_blog_post_area.single h3.post_title {
  text-overflow: unset;
  overflow: unset;
  height: unset;
  white-space: unset;
}

/* ps_checkout module */
.js-payment-binary,
.js-payment-binary .accept-cgv {
  display: none;
}

.js-payment-binary.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.js-payment-binary.disabled:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.js-payment-binary.disabled .accept-cgv {
  display: block;
}

/* msb update I */
#lnk-partner-x-msb a {
  color: #3F4899 !important;
  font-weight: bold !important;
  text-transform: unset !important;
}

#js-product-list .home-block img {
  height: 457px;
  max-height: 457px;
}
@media (min-width: 768px) {
  #js-product-list .home-block img {
    height: 100%;
    max-height: 430px;
  }
}
#js-product-list .home-block .line1,
#js-product-list .home-block .line2 {
  text-shadow: 5px 4px 10px #7f7f7f;
}
#js-product-list .home-block.home-block-cat1 {
  grid-column: auto/span 2;
}
@media (min-width: 768px) {
  #js-product-list .home-block.home-block-cat1 {
    grid-column: auto/span 4;
  }
}
#js-product-list .home-block.home-block-cat1 .line1 {
  font-size: 0.813rem;
}
#js-product-list .home-block.home-block-cat1 .line2 {
  font-size: 1.5rem;
}
#js-product-list .home-block.home-block-cat1 .line3 {
  font-size: 0.625rem;
}
#js-product-list .home-block.home-block-cat2 {
  grid-column: auto/span 2;
}
@media (min-width: 768px) {
  #js-product-list .home-block.home-block-cat2 {
    margin-bottom: 160.88px;
  }
}
@media (min-width: 768px) {
  #js-product-list .home-block.home-block-cat2 {
    grid-column: unset !important;
  }
  #js-product-list .home-block.home-block-cat2 img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: unset;
  }
  #js-product-list .home-block.home-block-cat2 .home-image-text {
    top: 0;
    bottom: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10%;
    padding-top: 20%;
    height: 100%;
  }
  #js-product-list .home-block.home-block-cat2 .line1 {
    font-size: 0.688rem;
    justify-self: flex-start;
    text-transform: unset;
  }
  #js-product-list .home-block.home-block-cat2 .line2 {
    font-size: 1.25rem;
    justify-self: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  #js-product-list .home-block.home-block-cat2 .line3 {
    padding: 15px 35px 12px 35px;
    display: inline;
    width: auto;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  #js-product-list .home-block.home-block-cat1 .home-image-text, #js-product-list .home-block.home-block-cat2 .home-image-text {
    top: 0;
    bottom: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10%;
    padding-top: 20%;
    height: 100%;
  }
  #js-product-list .home-block.home-block-cat1 .line1, #js-product-list .home-block.home-block-cat2 .line1 {
    font-size: 0.813rem;
    justify-self: flex-start;
    text-transform: unset;
  }
  #js-product-list .home-block.home-block-cat1 .line2, #js-product-list .home-block.home-block-cat2 .line2 {
    font-size: 1.375rem;
    justify-self: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  #js-product-list .home-block.home-block-cat1 .line3, #js-product-list .home-block.home-block-cat2 .line3 {
    margin: 0 auto;
  }
}

#cat_banners {
  display: none;
}

#popup_modal .modal-content {
  border: unset;
}
#popup_modal .row, #popup_modal .products {
  margin: unset;
}
@media (min-width: 768px) {
  #popup_modal .col-md-6:nth-child(3) {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  #popup_modal .modal-dialog {
    max-width: unset;
    max-height: unset;
    width: 690px;
    height: 320px;
  }
}
#popup_modal .modal-header {
  position: absolute;
  right: 15px;
  top: 20px;
  padding: unset;
  z-index: 5;
}
#popup_modal .modal-header i {
  width: 14px;
  height: 14px;
}
@media (min-width: 768px) {
  #popup_modal .modal-header i {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 768px) {
  #popup_modal .modal-header {
    top: 30px;
    right: 30px;
  }
}
#popup_modal .modal-body {
  padding: unset;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #popup_modal .modal-body {
    padding-left: unset;
    padding-right: unset;
  }
}
#popup_modal .rc.ratio1_1 {
  padding-top: 130px;
}
@media (min-width: 768px) {
  #popup_modal .rc.ratio1_1 {
    padding-top: 93%;
  }
}
@media (max-width: 767.98px) {
  #popup_modal .rc.ratio1_1 {
    background: unset;
  }
}
#popup_modal .product-flags {
  display: none;
  top: 27px;
  right: 16px;
}
@media (min-width: 768px) {
  #popup_modal .product-flags {
    display: block;
  }
  #popup_modal .product-flags .product-flag {
    height: 67px;
    width: 67px;
    padding-top: 10px;
  }
}
#popup_modal img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  height: 100px;
  max-height: 100px;
  margin-bottom: 33px;
}
@media (min-width: 768px) {
  #popup_modal img {
    height: 100%;
    max-height: 261px;
    margin-bottom: unset;
    position: absolute;
    top: 50%;
    bottom: unset;
    margin-left: -50%;
    left: 50%;
    margin-top: -38%;
  }
}
#popup_modal h4 {
  font-size: 0.688rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #popup_modal h4 {
    margin-top: 59px;
    margin-bottom: 20px;
    font-size: 0.75rem;
    text-align: left;
    letter-spacing: 0.9px;
  }
}
#popup_modal .popup_desc {
  font-size: 0.688rem;
  letter-spacing: 0.82px;
  line-height: 20px;
  margin-bottom: 29px;
}
@media (min-width: 768px) {
  #popup_modal .popup_desc {
    margin-bottom: 37px;
  }
}
#popup_modal .popup_price_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 0.688rem;
  letter-spacing: 0.82px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #popup_modal .popup_price_block {
    margin-bottom: 25px;
  }
}
#popup_modal .popup_price_block > span {
  font-weight: bold;
  margin-left: 10px;
}
#popup_modal .popup_price_block span:first-child {
  justify-self: flex-start;
  margin-right: auto;
  margin-left: unset;
  text-transform: uppercase;
}
#popup_modal .btn-primary {
  margin-bottom: 30px;
}
#popup_modal .btn-add-to-cart .btn-add-to-cart__spinner {
  position: absolute;
  top: 10px;
  left: 4px;
}

#wawq-preloader {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
#wawq-preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
}

.bootstrap-touchspin .bootstrap-touchspin-up:active, .bootstrap-touchspin .bootstrap-touchspin-up:focus {
  border-color: transparent !important;
}

.quickview .images-container .slick-dots {
  display: none !important;
}

.page-content--product .images-container .slick-arrow {
  display: none !important;
}

.blog-cats-clone,
.blog-cats {
  margin-bottom: 13px;
}
.blog-cats-clone::-webkit-scrollbar,
.blog-cats::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991.98px) {
  .blog-cats-clone,
  .blog-cats {
    padding-left: 13px;
    padding-right: 15px;
    overflow-x: auto;
  }
}
@media (min-width: 768px) {
  .blog-cats-clone,
  .blog-cats {
    text-align: center;
    margin-bottom: 25px;
  }
}
.blog-cats-clone .blog-cats-list,
.blog-cats .blog-cats-list {
  padding: 0 0px;
  margin-bottom: unset;
}
@media (max-width: 991.98px) {
  .blog-cats-clone .blog-cats-list,
  .blog-cats .blog-cats-list {
    padding-bottom: 5px;
    padding-top: 7px;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.blog-cats-clone .blog-cats-list .selected,
.blog-cats .blog-cats-list .selected {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media (min-width: 992px) {
  .blog-cats-clone .blog-cats-list,
  .blog-cats .blog-cats-list {
    display: inline-block;
    width: auto;
  }
}
.blog-cats-clone .blog-cats-list a,
.blog-cats .blog-cats-list a {
  letter-spacing: 0.82px;
  font-size: 0.688rem;
  text-transform: uppercase;
  text-underline-offset: 4px;
  padding-bottom: 3px;
}
@media (min-width: 992px) {
  .blog-cats-clone .blog-cats-list a:hover,
  .blog-cats .blog-cats-list a:hover {
    border-bottom: 1px solid #a19898;
  }
}
.blog-cats-clone .blog-cats-list li.selected a,
.blog-cats .blog-cats-list li.selected a {
  border-bottom: 1px solid #a19898;
}
.blog-cats-clone .blog-cats-list li:not(:last-child),
.blog-cats .blog-cats-list li:not(:last-child) {
  margin-right: 20px;
}
@media (min-width: 992px) {
  .blog-cats-clone .blog-cats-list li:not(:last-child),
  .blog-cats .blog-cats-list li:not(:last-child) {
    margin-right: 70px;
  }
}
@media (max-width: 1199.98px) {
  .blog-cats-clone .blog-cats-list li:last-child,
  .blog-cats .blog-cats-list li:last-child {
    margin-right: 20px;
  }
}

.blog-cats-clone {
  display: none;
}

.blog-cats-clone.fixed {
  position: fixed;
  z-index: 5;
  background: white;
  width: 100vw;
  left: 0px;
  top: 73px;
  padding-bottom: 2px;
}
@media (min-width: 992px) {
  .blog-cats-clone.fixed {
    top: 95px;
    padding-bottom: 7px;
  }
}

@media (max-width: 991.98px) {
  body#index .home_blog_post_area.general.kr_blog_post_inner,
  body#index .home_blog_post .home_blog_post_inner .kr_blog_post_area.kr_blog_post_inner,
  body#index .kr_blog_post_inner.kr_blog_post_inner {
    /*display: flex !important;
    //display: grid;
    grid-gap: unset !important;
    grid-template-columns:  unset !important;
    grid-auto-flow:  unset !important;
    grid-auto-columns:  unset !important;
    */
  }
  body#index .home_blog_post_area.general.kr_blog_post_inner .blog_post,
  body#index .home_blog_post .home_blog_post_inner .kr_blog_post_area.kr_blog_post_inner .blog_post,
  body#index .kr_blog_post_inner.kr_blog_post_inner .blog_post {
    /*width: 100%;*/
    /*margin-right: 5px;*/
  }
}
body#module-xipblog-single .blog-cats {
  display: none;
}

.moodaily-1060 img {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .moodaily-1060 {
    width: calc(100vw - 15px);
    max-width: 1060px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 2;
  }
  .moodaily-1060 .grid-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .moodaily-1060 .grid-row .grid-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .moodaily-1060 .grid-row .grid-col:first-child {
    padding-right: 40px;
  }
  .moodaily-1060 .grid-row .grid-col:last-child {
    padding-left: 40px;
  }
  .moodaily-1060 .grid-row img {
    -ms-flex-item-align: end;
    align-self: flex-end;
    justify-self: center;
  }
  .moodaily-1060 .grid-row .photo_credits {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

.moodaily-full img {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .moodaily-full {
    width: calc(100vw - 15px);
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 2;
  }
  .moodaily-full .grid-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .moodaily-full .grid-row .grid-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .moodaily-full .grid-row .grid-col:first-child:not(:last-child) {
    padding-left: unset;
    padding-right: 3px;
  }
  .moodaily-full .grid-row .grid-col:last-child:not(:first-child) {
    padding-left: 3px;
    padding-right: unset;
  }
  .moodaily-full .grid-row .grid-col:first-child:last-child {
    padding-left: unset;
    padding-right: unset;
  }
  .moodaily-full .grid-row .grid-col:first-child:last-child img {
    max-height: 768px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .moodaily-full .grid-row .grid-col .photo_credits {
    margin-left: 20px;
    padding-left: unset;
  }
  .moodaily-full .grid-row img {
    -ms-flex-item-align: end;
    align-self: flex-end;
    justify-self: center;
  }
  .moodaily-full .grid-row .photo_credits {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

.moodaily-wide img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .moodaily-wide img {
    max-height: 532px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .moodaily-wide {
    width: calc(100vw - 15px);
    max-width: 941px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 2;
  }
}

.moodaily-car-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .moodaily-car-container {
    margin-top: 200px;
    margin-bottom: 200px;
  }
}
@media (min-width: 768px) {
  .moodaily-car-container {
    width: calc(100vw - 30px);
    position: relative;
    overflow: visible;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 2;
  }
}
.moodaily-car-container .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.moodaily-car-container .slick-counter,
.moodaily-car-container .moodaily-carousel {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .moodaily-car-container .moodaily-carousel {
    padding: 0 10vw;
  }
}
.moodaily-car-container .car-item {
  text-align: center;
}
.moodaily-car-container .img-cont {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .moodaily-car-container .img-cont {
    width: 100%;
  }
}
.moodaily-car-container .img-cont img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .moodaily-car-container .img-cont img {
    width: 100%;
  }
}
.moodaily-car-container .photo_credits {
  text-align: left;
}
.moodaily-car-container .photo_credits table {
  opacity: 0;
}
.moodaily-car-container .slick-counter {
  text-align: right;
  margin-top: -28px;
  font-weight: bold;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .moodaily-car-container .slick-prev,
  .moodaily-car-container .slick-next {
    padding: unset;
    display: none !important;
  }
}
.moodaily-car-container .slick-prev.slick-prev,
.moodaily-car-container .slick-next.slick-prev {
  text-align: left;
}
.moodaily-car-container .slick-prev.slick-next,
.moodaily-car-container .slick-next.slick-next {
  text-align: right;
}

@media (max-width: 767.98px) {
  .moodaily-car-container {
    width: 100vw;
    margin-left: -13px;
  }
  .moodaily-car-container .slick-prev {
    left: 15px !important;
  }
  .moodaily-car-container .slick-next {
    right: 15px !important;
  }
  .moodaily-car-container .photo_credits {
    padding: 3px 15px;
  }
  .moodaily-car-container .slick-counter {
    padding-right: 15px;
  }
}

.moodaily-1060,
.moodaily-full,
.moodaily-wide {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media (max-width: 767.98px) {
  .moodaily-1060,
  .moodaily-full,
  .moodaily-wide {
    width: 100vw;
    margin-left: -13px;
  }
  .moodaily-1060 .grid-col,
  .moodaily-1060 .grid-container,
  .moodaily-full .grid-col,
  .moodaily-full .grid-container,
  .moodaily-wide .grid-col,
  .moodaily-wide .grid-container {
    padding-left: unset;
    padding-right: unset;
  }
  .moodaily-1060 .photo_credits,
  .moodaily-full .photo_credits,
  .moodaily-wide .photo_credits {
    padding: 3px 15px;
  }
}
@media (min-width: 768px) {
  .moodaily-1060,
  .moodaily-full,
  .moodaily-wide {
    margin-top: 150px;
    margin-bottom: 75px;
  }
}

.moodaily-video {
  margin-bottom: 50px;
}

.blogpost_Horoskop .post_content {
  max-width: 1065px !important;
}
.blogpost_Horoskop .text_footer_container {
  max-width: 630px;
  margin: 0 auto;
}
.blogpost_Horoskop .blog_post_content_top {
  display: none;
}
.blogpost_Horoskop .text_author_note {
  margin-top: 117px;
}
@media (min-width: 768px) {
  .blogpost_Horoskop .text_author_note {
    margin-top: 117px;
  }
}

.horoskop-main-title {
  margin-top: 73px !important;
  text-align: center !important;
  font-family: "SangBleuEmpire", serif !important;
  font-size: 1.375rem !important;
  letter-spacing: 1.65px !important;
  text-transform: uppercase !important;
  margin-bottom: unset !important;
  padding-bottom: unset !important;
  font-weight: normal !important;
  margin-bottom: 5px !important;
}
@media (min-width: 768px) {
  .horoskop-main-title {
    margin-top: 82px !important;
    font-size: 1.75rem !important;
    letter-spacing: 2.1px !important;
  }
}

.horoskop-main-date {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.9px;
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .horoskop-main-date {
    font-size: 0.875rem;
    letter-spacing: 1.05px;
  }
}

.horoskop-main-text {
  text-align: left;
  margin-bottom: 88px;
}

.horoskop-main-category {
  text-align: center;
}
.horoskop-main-category .text_category {
  -webkit-transform: uppercase;
  transform: uppercase;
  font-weight: bold;
}
.horoskop-main-category .text_category a {
  text-decoration: none !important;
}
.horoskop-main-category .series_line {
  letter-spacing: -1px;
  margin-left: 1ex;
  margin-right: 1ex;
}
.horoskop-main-category .text_series {
  font-size: 0.688rem;
  letter-spacing: 0.82px;
}

.horoskop-main-text-author {
  text-align: center;
}
@media (max-width: 767.98px) {
  .horoskop-main-text-author {
    margin-bottom: 107px;
  }
}

.horoskop-strzalka {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .horoskop-strzalka {
    display: none;
  }
}

.horoskop-container {
  margin-top: unset !important;
  margin-bottom: unset !important;
}
.horoskop-container .grid-col {
  height: auto;
  padding: unset !important;
}
@media (max-width: 767.98px) {
  .horoskop-container.right .grid-col.col-md-6:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 768px) {
  .horoskop-image {
    height: 768px;
  }
  .horoskop-image img {
    height: 768px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.horoskop-text-col .horoskop-text-col-content {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .horoskop-text-col .horoskop-text-col-content {
    max-width: 430px;
    margin: 0 auto;
  }
}
.horoskop-text-col .horoskop-heading {
  font-size: 1.125rem;
  font-family: "SangBleuEmpire", serif !important;
  margin-bottom: 0px !important;
  padding-top: 5px;
}
.horoskop-text-col .horoskop-date {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 38px;
}

@media (max-width: 767.98px) {
  .horoskop-text {
    margin-bottom: 65px;
  }
}

#index .blog_post_content_bottom {
  padding-left: 20px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #index .blog_post_content_bottom {
    padding-left: 25px;
  }
}

@media (min-width: 768px) {
  #index .blog_post {
    display: none;
  }
  #index .blog_post:nth-child(1),
  #index .blog_post:nth-child(2) {
    display: block;
  }
}
#index .home_blog_post_area .pagination-wrapper {
  display: none;
}

@media (max-width: 767.98px) {
  #product .images-container img {
    height: 430px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  #product .products-imagescover {
    max-height: 430px;
  }
}
.combination_name {
  text-align: left;
}

.product-minimal-quantity {
  margin-bottom: 1px;
}

.product-paypo-info {
  font-size: 0.688rem;
  font-weight: 400;
  font-style: italic;
  margin-top: 5px;
  padding: 12px 9px;
  background-color: #f2f2f2;
}
.product-paypo-info span {
  position: relative;
  top: 1px;
}
.product-paypo-info .paypo-logo {
  width: 55px;
  height: 15px;
}

.product-gift-wrap-info {
  font-size: 0.688rem;
  font-weight: 400;
  font-style: italic;
  margin-top: 13px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .product-gift-wrap-info {
    margin-top: 29px;
  }
}
.product-gift-wrap-info .paypo-logo {
  width: 55px;
  height: 15px;
  margin-top: -4px;
}

.category-sub-cats {
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .category-sub-cats {
    display: none;
  }
}
.category-sub-cats::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991.98px) {
  .category-sub-cats {
    padding-left: 13px;
    padding-right: 15px;
    overflow-x: auto;
  }
}
@media (min-width: 768px) {
  .category-sub-cats {
    text-align: center;
    margin-bottom: 25px;
  }
}
.category-sub-cats .category-sub-cats-list {
  padding: 0 0px;
  margin-bottom: unset;
}
@media (max-width: 991.98px) {
  .category-sub-cats .category-sub-cats-list {
    padding-bottom: 5px;
    padding-top: 7px;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.category-sub-cats .category-sub-cats-list .selected {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media (min-width: 992px) {
  .category-sub-cats .category-sub-cats-list {
    display: inline-block;
    width: auto;
  }
}
.category-sub-cats .category-sub-cats-list a {
  letter-spacing: 0.82px;
  font-size: 0.688rem;
  text-transform: uppercase;
  text-underline-offset: 4px;
  padding-bottom: 3px;
}
@media (min-width: 992px) {
  .category-sub-cats .category-sub-cats-list a:hover {
    border-bottom: 1px solid #a19898;
  }
}
.category-sub-cats .category-sub-cats-list li.selected a {
  border-bottom: 1px solid #a19898;
}
.category-sub-cats .category-sub-cats-list li:not(:last-child) {
  margin-right: 20px;
}
@media (min-width: 992px) {
  .category-sub-cats .category-sub-cats-list li:not(:last-child) {
    margin-right: 70px;
  }
}
@media (max-width: 1199.98px) {
  .category-sub-cats .category-sub-cats-list li:last-child {
    margin-right: 30px;
  }
}

body.page-category .breadcrumb {
  display: none;
}

@media (max-width: 991.98px) {
  .sort-by-row > .form-inline {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #checkout .col-md-5.order-checkout {
    padding-bottom: 155px;
  }
  #checkout .checkout-submit-footer {
    padding-left: 15px;
    padding-right: 15px;
    background: white !important;
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 1px solid #e5e4e1;
    z-index: 999;
  }
  #checkout .checkout-submit-footer .form-text {
    margin-bottom: unset;
  }
  #checkout .checkout-submit-footer #fb_login1 {
    margin-top: 10px !important;
  }
  #checkout .checkout-submit-footer .cart-summary-line.cart-total {
    margin-bottom: 10px;
  }
  #checkout .checkout-submit-footer [type=submit] {
    margin-top: unset !important;
  }
}
body#product .fixed-class {
  padding-left: 15px;
  padding-right: 15px;
  background: white !important;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  border-top: 1px solid #e5e4e1;
  z-index: 999;
}
body#product .fixed-class .product-minimal-quantity {
  display: none;
}
body#product .fixed-class .mt-2 {
  margin-top: unset !important;
}
body#product .fixed-class .pt-2 {
  padding-top: unset !important;
}
@media (max-width: 991.98px) {
  body#product .mypresta_scrollup {
    bottom: 26px !important;
  }
}

@media (max-width: 991.98px) {
  body#product #content-wrapper,
  body#product #main > .row > .col-md-6:first-child,
  body#product #main > .products > .col-md-6:first-child {
    padding-left: unset;
    padding-right: unset;
  }
}
.form-text.text-muted, .form-group em.form-text {
  color: #000 !important;
  font-size: 0.563rem;
  text-align: right;
}

body#checkout .as-guest-visible {
  display: none;
}
body#checkout #login-form .no-account {
  display: none;
}
@media (max-width: 767.98px) {
  body#checkout #login-form .form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    padding-top: unset;
  }
}
body#checkout #checkout-guest-form .form-group.password .form-text.text-muted, body#checkout #checkout-guest-form .form-group.password em.form-text {
  display: inline;
}
body#checkout .checkout-submit-footer .underline-links {
  padding-top: unset !important;
}
body#checkout .form-group.newsletter {
  display: none;
}
body#checkout .create-account-guest-switch {
  margin-top: 56px;
  margin-bottom: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  body#checkout .create-account-guest-switch {
    margin-top: 34px;
    margin-bottom: 64px;
    text-align: center;
  }
}
body#checkout .create-account-guest-switch a:not(.btn) {
  font-size: 0.563rem;
  letter-spacing: 0.68px;
  text-decoration: underline;
}
body#checkout #promo-code input {
  border-color: #E5E4E1;
}
body#checkout #promo-code input:focus, body#checkout #promo-code input:active {
  border-color: #000;
}
body#checkout #promo-code [type=submit] {
  background: #f2f2f2;
  border-color: #E5E4E1;
  color: #000;
}
body#checkout #promo-code [type=submit]:hover, body#checkout #promo-code [type=submit]:active, body#checkout #promo-code [type=submit]:focus {
  background: #ddd;
  border-color: transparent;
}

#_1mobile_footer_contact,
#_1mobile_footer_logos {
  width: 100%;
}

#_1mobile_footer_logos {
  margin-top: 40px;
  max-width: 288px;
}
#_1mobile_footer_logos div {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.footer-logos h4, .footer-logos h5 {
  font-size: 0.625rem;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer-logos h4, .footer-logos h5 {
    font-size: 0.688rem;
    margin-bottom: 23px;
  }
}
.footer-logos img {
  height: 20.5px;
}
@media (max-width: 991.98px) {
  .footer-logos img {
    margin-bottom: 30px;
  }
}
.footer-logos img:not(:last-child) {
  margin-right: 25px;
}

@media (min-width: 768px) {
  #_1desktop_footer_contact {
    margin-top: 39px;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 80%;
    width: 100%;
    margin-left: auto;
    margin-bottom: 80px;
  }
  #_1desktop_footer_contact p {
    margin-bottom: 9px;
  }
}

#cart #main_main {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #cart #main_main .cart-grid-body .card-header, #cart #main_main .cart-grid-body .page-header, #cart #main_main .cart-grid-body .address-header,
  #cart #main_main .cart-grid-body .card-body,
  #cart #main_main .cart-grid-body .page-content,
  #cart #main_main .cart-grid-body .card-block,
  #cart #main_main .cart-grid-body .block-categories,
  #cart #main_main .cart-grid-body .left-column .search_filters,
  .left-column #cart #main_main .cart-grid-body .search_filters,
  #cart #main_main .cart-grid-body .address-body {
    padding-left: unset;
  }
}

/* msb ux poprawki X.2025 */
#checkout-personal-information-step .step-title {
  display: none;
}

a#as-guest-checkout {
  cursor: pointer;
}

a#create-account-checkout.btn {
  cursor: pointer;
}

.or-separator {
  margin-top: 34px;
  margin-bottom: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  .or-separator {
    margin-top: 34px;
    margin-bottom: 34px;
    text-align: center;
  }
}
.or-separator a {
  font-size: 0.563rem;
  letter-spacing: 0.68px;
  text-decoration: underline;
}

a#as-guest-checkout {
  cursor: pointer;
  border-color: #E5E4E1;
  color: #000;
  background: #f2f2f2;
}
a#as-guest-checkout:hover, a#as-guest-checkout:active, a#as-guest-checkout:focus {
  background: #ddd;
}

label, .label {
  text-transform: unset;
}

select.js-country {
  text-transform: unset;
}

.optional-label {
  display: none;
}

input[type=date], input[type=email] {
  text-transform: unset;
}

form[action*="create_account=1"] .form-group.password .form-text.text-muted, form[action*="create_account=1"] .form-group.password em.form-text {
  display: inline;
}

/* fix for js validation conflicts html5 pseudoattrubute */
.was-validated .form-control.is-invalid:valid {
  border-color: #9B1D20;
  padding-right: calc(1em + 2.25rem);
  background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%239B1D20' width='18px' height='18px'><path d='M0 0h24v24H0z' fill='none'/><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  background-repeat: no-repeat;
  background-position: center right calc(0.25em + 0.5625rem);
  background-size: calc(0.5em + 1.125rem) calc(0.5em + 1.125rem);
}

/* delivery step */
#checkout .checkout-submit-footer .btn-prev {
  margin-top: 20px;
  width: 100%;
  cursor: pointer;
  border-color: #E5E4E1;
  color: #000;
  background: #f2f2f2;
}
@media (max-width: 991.98px) {
  #checkout .checkout-submit-footer .btn-prev {
    display: none;
  }
}
#checkout .checkout-submit-footer .btn-prev:hover, #checkout .checkout-submit-footer .btn-prev:active, #checkout .checkout-submit-footer .btn-prev:focus {
  border-color: #E5E4E1;
  color: #000;
  background: #ddd;
}
@media (max-width: 991.98px) {
  #checkout .checkout-submit-footer .or-separator {
    display: none;
  }
  #checkout .checkout-submit-footer #head1, #checkout .checkout-submit-footer #fb_login1 {
    display: none;
  }
}
#checkout .delivery-options .js-label-delivery.selected {
  border: 1px solid #3644AC !important;
}
#checkout #js-delivery_option_170.selected,
#checkout #js-delivery_option_175.selected {
  border-bottom: unset !important;
  margin-bottom: unset !important;
}
#checkout .inpost-shipping-container {
  background: #fff;
  border: 1px solid #3644AC;
  border-top: unset;
}
#checkout .inpost-shipping-container .inpost-shipping-machine-info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#checkout .inpost-shipping-container .btn.js-inpost-shipping-customer-form-save-button,
#checkout .inpost-shipping-container .btn.inpost-shipping-button {
  width: 100%;
  cursor: pointer;
  border-color: #E5E4E1;
  color: #000;
  background: #f2f2f2;
}
#checkout .inpost-shipping-container .btn.js-inpost-shipping-customer-form-save-button:hover, #checkout .inpost-shipping-container .btn.js-inpost-shipping-customer-form-save-button:active, #checkout .inpost-shipping-container .btn.js-inpost-shipping-customer-form-save-button:focus,
#checkout .inpost-shipping-container .btn.inpost-shipping-button:hover,
#checkout .inpost-shipping-container .btn.inpost-shipping-button:active,
#checkout .inpost-shipping-container .btn.inpost-shipping-button:focus {
  border-color: #E5E4E1;
  color: #000;
  background: #ddd;
}
#checkout .inpost-shipping-machine-address {
  font-weight: normal;
}
#checkout .inpost-shipping-machine-address:first-line {
  font-weight: bold;
}
#checkout .js-inpost-shipping-machine-name {
  font-size: 1rem;
  font-weight: bold;
}
#checkout .inpost-shipping-machine-customer-info {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#checkout .inpost-shipping-machine-customer-info .inpost-shipping-subheader {
  text-transform: uppercase;
}
#checkout .inpost-shipping-machine-customer-info .inpost-shipping-label {
  display: none;
}
/*# sourceMappingURL=maps/theme.css.map */
