@charset "UTF-8";
.btn.btn-black {
  background: #000000;
  color: white; }
  .btn.btn-black:hover {
    background: #DB0916;
    color: white; }

@keyframes badge-after-anim {
  0% {
    border: 2px solid #fff;
    transform: scale(1); }
  5% {
    transform: scale(2.5); }
  7% {
    transform: scale(2); }
  11% {
    transform: scale(2.3); }
  18% {
    transform: scale(2); }
  80% {
    transform: scale(2);
    border: 2px solid #fff; }
  83% {
    transform: scale(1);
    border: 1px solid #fff; }
  84% {
    transform: scale(0.7);
    border: 1px solid #fff; }
  87% {
    transform: scale(1);
    border: 1px solid #fff; }
  90% {
    transform: scale(1);
    border: 0px solid #fff; } }

@keyframes badge-anim {
  0% {
    font-size: 21px; }
  9% {
    font-size: 55px; }
  13% {
    font-size: 40px; }
  85% {
    font-size: 40px;
    transform: scale(1); }
  90% {
    font-size: 16px;
    transform: scale(1.2); }
  95% {
    font-size: 21px; }
  100% {
    font-size: 21px;
    transform: scale(1); } }

@keyframes badge-anim-smaller {
  0% {
    font-size: 14px; }
  9% {
    font-size: 38px; }
  13% {
    font-size: 28px; }
  85% {
    font-size: 28px;
    transform: scale(1); }
  90% {
    font-size: 11px;
    transform: scale(1.2); }
  95% {
    font-size: 14px; }
  100% {
    font-size: 14px;
    transform: scale(1); } }

@keyframes slide-in-top {
  0% {
    opacity: 0; }
  1% {
    transform: translateY(-200px); }
  11% {
    transform: translateY(-40px);
    opacity: 0; }
  25% {
    transform: translateY(0);
    opacity: 1; }
  80% {
    transform: translateY(0);
    opacity: 1; }
  94% {
    transform: translateY(-100px);
    opacity: 0; }
  95% {
    transform: translateY(-200px);
    opacity: 0; }
  100% {
    transform: translateY(-1000px); } }

@keyframes btn-added-to-cart-animtion {
  0% {
    transform: translateY(0); }
  10% {
    transform: translateY(-20%); }
  15% {
    transform: translateY(-50%); }
  80% {
    transform: translateY(-50%); }
  90% {
    transform: translateY(-20%); }
  95% {
    transform: translateY(0); } }

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #DB0916;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #DB0916;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ff9a52;
  --danger: #DB0916;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1305px;
  --font-family-sans-serif: "Raleway", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

body {
  margin: 0;
  font-family: "Raleway", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }
  @media (max-width: 992px) {
    body {
      font-size: calc(0.94375rem + 0.09073vw) ; } }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: 800; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #DB0916;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #92060f;
    text-decoration: underline; }

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

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

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

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;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
  @media (max-width: 992px) {
    legend {
      font-size: calc(0.99375rem + 0.81653vw) ; } }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #212529; }

h1, .h1 {
  font-size: 2rem; }
  @media (max-width: 992px) {
    h1, .h1 {
      font-size: calc(1.04375rem + 1.54234vw) ; } }

h2, .h2 {
  font-size: 1.75rem; }
  @media (max-width: 992px) {
    h2, .h2 {
      font-size: calc(1.01875rem + 1.17944vw) ; } }

h3, .h3 {
  font-size: 1.5rem; }
  @media (max-width: 992px) {
    h3, .h3 {
      font-size: calc(0.99375rem + 0.81653vw) ; } }

h4, .h4 {
  font-size: 1.25rem; }
  @media (max-width: 992px) {
    h4, .h4 {
      font-size: calc(0.96875rem + 0.45363vw) ; } }

h5, .h5 {
  font-size: 1.125rem; }
  @media (max-width: 992px) {
    h5, .h5 {
      font-size: calc(0.95625rem + 0.27218vw) ; } }

h6, .h6 {
  font-size: 1rem; }
  @media (max-width: 992px) {
    h6, .h6 {
      font-size: calc(0.94375rem + 0.09073vw) ; } }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }
  @media (max-width: 992px) {
    .lead {
      font-size: calc(0.96875rem + 0.45363vw) ; } }

.display-1 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2; }
  @media (max-width: 992px) {
    .display-1 {
      font-size: calc(1.09375rem + 2.26815vw) ; } }

.display-2 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2; }
  @media (max-width: 992px) {
    .display-2 {
      font-size: calc(1.06875rem + 1.90524vw) ; } }

.display-3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2; }
  @media (max-width: 992px) {
    .display-3 {
      font-size: calc(1.04375rem + 1.54234vw) ; } }

.display-4 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2; }
  @media (max-width: 992px) {
    .display-4 {
      font-size: calc(1.01875rem + 1.17944vw) ; } }

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

small,
.small {
  font-size: 0.875em;
  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: 10px;
  font-size: 1.25rem; }
  @media (max-width: 992px) {
    .blockquote {
      font-size: calc(0.96875rem + 0.45363vw) ; } }

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 5px;
  line-height: 1; }

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.4rem; }
  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,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1305px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1305px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1305px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 10px;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffe3cf; }

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

.table-hover .table-warning:hover {
  background-color: #ffd4b6; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffd4b6; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@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: 1304.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(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (max-width: 992px) {
    .form-control {
      font-size: calc(0.94375rem + 0.09073vw) ; } }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f96b73;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(219, 9, 22, 0.25); }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

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

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

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

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

.col-form-label-lg {
  padding-top: calc(0.875rem + 1px);
  padding-bottom: calc(0.875rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5; }
  @media (max-width: 992px) {
    .col-form-label-lg {
      font-size: calc(0.95625rem + 0.27218vw) ; } }

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  @media (max-width: 992px) {
    .form-control-plaintext {
      font-size: calc(0.94375rem + 0.09073vw) ; } }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.4rem; }

.form-control-lg {
  height: calc(1.5em + 1.75rem + 2px);
  padding: 0.875rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.4rem; }
  @media (max-width: 992px) {
    .form-control-lg {
      font-size: calc(0.95625rem + 0.27218vw) ; } }

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.4rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

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

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

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 4rem !important;
  background-position: right 2rem center; }

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

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

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

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

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

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

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

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(219, 9, 22, 0.9);
  border-radius: 0.4rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

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

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

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 4rem !important;
  background-position: right 2rem center; }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #DB0916;
  padding-right: calc(0.75em + 2.75rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23DB0916' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23DB0916' stroke='none'/%3e%3c/svg%3e") center right 2rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #DB0916;
    box-shadow: 0 0 0 0.2rem rgba(219, 9, 22, 0.25); }

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

.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: #DB0916; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #DB0916; }

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(219, 9, 22, 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: #DB0916; }

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #DB0916;
  box-shadow: 0 0 0 0.2rem rgba(219, 9, 22, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 500;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.4rem;
  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; }
  @media (max-width: 992px) {
    .btn {
      font-size: calc(0.94375rem + 0.09073vw) ; } }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(219, 9, 22, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #DB0916;
  border-color: #DB0916; }
  .btn-primary:hover {
    color: #fff;
    background-color: #b60712;
    border-color: #aa0711; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #b60712;
    border-color: #aa0711;
    box-shadow: 0 0 0 0.2rem rgba(224, 46, 57, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #DB0916;
    border-color: #DB0916; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #aa0711;
    border-color: #9e0610; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 46, 57, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ff9a52;
  border-color: #ff9a52; }
  .btn-warning:hover {
    color: #212529;
    background-color: #ff842c;
    border-color: #ff7c1f; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #ff842c;
    border-color: #ff7c1f;
    box-shadow: 0 0 0 0.2rem rgba(222, 136, 76, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ff9a52;
    border-color: #ff9a52; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ff7c1f;
    border-color: #ff7512; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 136, 76, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #DB0916;
  border-color: #DB0916; }
  .btn-danger:hover {
    color: #fff;
    background-color: #b60712;
    border-color: #aa0711; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #b60712;
    border-color: #aa0711;
    box-shadow: 0 0 0 0.2rem rgba(224, 46, 57, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #DB0916;
    border-color: #DB0916; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #aa0711;
    border-color: #9e0610; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 46, 57, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #DB0916;
  border-color: #DB0916; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #DB0916;
    border-color: #DB0916; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(219, 9, 22, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #DB0916;
    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: #DB0916;
    border-color: #DB0916; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(219, 9, 22, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ff9a52;
  border-color: #ff9a52; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ff9a52;
    border-color: #ff9a52; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 154, 82, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ff9a52;
    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: #ff9a52;
    border-color: #ff9a52; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 154, 82, 0.5); }

.btn-outline-danger {
  color: #DB0916;
  border-color: #DB0916; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #DB0916;
    border-color: #DB0916; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(219, 9, 22, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #DB0916;
    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: #DB0916;
    border-color: #DB0916; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(219, 9, 22, 0.5); }

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

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

.btn-link {
  font-weight: 400;
  color: #DB0916;
  text-decoration: none; }
  .btn-link:hover {
    color: #92060f;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.875rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.4rem; }
  @media (max-width: 992px) {
    .btn-lg, .btn-group-lg > .btn {
      font-size: calc(0.95625rem + 0.27218vw) ; } }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.4rem; }

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

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

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

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

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

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

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

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

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

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

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -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 > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.4rem; }
  @media (max-width: 992px) {
    .input-group-text {
      font-size: calc(0.94375rem + 0.09073vw) ; } }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.75rem + 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.875rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.4rem; }
  @media (max-width: 992px) {
    .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 {
      font-size: calc(0.95625rem + 0.27218vw) ; } }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 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.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.4rem; }

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #DB0916;
    background-color: #DB0916; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(219, 9, 22, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #f96b73; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #fb9ca1;
    border-color: #fb9ca1; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

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

.custom-checkbox .custom-control-label::before, .custom-checkbox-color .custom-control-label::before {
  border-radius: 4px; }

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

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

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox-color .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(219, 9, 22, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox-color .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(219, 9, 22, 0.5); }

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-radio-color .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(219, 9, 22, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(219, 9, 22, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 2rem 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  @media (max-width: 992px) {
    .custom-select {
      font-size: calc(0.94375rem + 0.09073vw) ; } }
  .custom-select:focus {
    border-color: #f96b73;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(219, 9, 22, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

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

.custom-select-lg {
  height: calc(1.5em + 1.75rem + 2px);
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.25rem;
  font-size: 1.125rem; }
  @media (max-width: 992px) {
    .custom-select-lg {
      font-size: calc(0.95625rem + 0.27218vw) ; } }

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #f96b73;
    box-shadow: 0 0 0 0.2rem rgba(219, 9, 22, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(219, 9, 22, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(219, 9, 22, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(219, 9, 22, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #DB0916;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #fb9ca1; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #DB0916;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -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: #fb9ca1; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #DB0916;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #fb9ca1; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

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

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.4rem; }

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

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

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

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

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

.navbar-brand {
  display: inline-block;
  padding-top: 0.40625rem;
  padding-bottom: 0.40625rem;
  margin-right: 10px;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap; }
  @media (max-width: 992px) {
    .navbar-brand {
      font-size: calc(0.95625rem + 0.27218vw) ; } }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.4rem; }
  @media (max-width: 992px) {
    .navbar-toggler {
      font-size: calc(0.95625rem + 0.27218vw) ; } }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1304.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1305px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0.0625rem solid rgba(0, 0, 0, 0.125);
  border-radius: 0.4rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: 0.3375rem;
      border-top-right-radius: 0.3375rem; }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: 0.3375rem;
      border-bottom-left-radius: 0.3375rem; }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

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

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: 0.3375rem 0.3375rem 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 0.3375rem 0.3375rem; }

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

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

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

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

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

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

.card-deck .card {
  margin-bottom: 0.625rem; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 0.625rem;
      margin-bottom: 0;
      margin-left: 0.625rem; } }

.card-group > .card {
  margin-bottom: 0.625rem; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

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

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -0.0625rem; }

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    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, .comments-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.4rem; }

.page-link, .comments-pagination span {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #DB0916;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover, .comments-pagination span:hover {
    z-index: 2;
    color: #92060f;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus, .comments-pagination span:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(219, 9, 22, 0.25); }

.page-item:first-child .page-link, .comments-pagination li:first-child .page-link, .page-item:first-child .comments-pagination span, .comments-pagination .page-item:first-child span, .comments-pagination li:first-child span {
  margin-left: 0;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem; }

.page-item:last-child .page-link, .comments-pagination li:last-child .page-link, .page-item:last-child .comments-pagination span, .comments-pagination .page-item:last-child span, .comments-pagination li:last-child span {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem; }

.page-item.active .page-link, .comments-pagination li.active .page-link, .page-item.active .comments-pagination span, .comments-pagination .page-item.active span, .comments-pagination li.active span {
  z-index: 3;
  color: #fff;
  background-color: #DB0916;
  border-color: #DB0916; }

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

.pagination-lg .page-link, .pagination-lg .comments-pagination span, .comments-pagination .pagination-lg span {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5; }
  @media (max-width: 992px) {
    .pagination-lg .page-link, .pagination-lg .comments-pagination span, .comments-pagination .pagination-lg span {
      font-size: calc(0.95625rem + 0.27218vw) ; } }

.pagination-lg .page-item:first-child .page-link, .pagination-lg .comments-pagination li:first-child .page-link, .comments-pagination .pagination-lg li:first-child .page-link, .pagination-lg .page-item:first-child .comments-pagination span, .comments-pagination .pagination-lg .page-item:first-child span, .pagination-lg .comments-pagination li:first-child span, .comments-pagination .pagination-lg li:first-child span {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem; }

.pagination-lg .page-item:last-child .page-link, .pagination-lg .comments-pagination li:last-child .page-link, .comments-pagination .pagination-lg li:last-child .page-link, .pagination-lg .page-item:last-child .comments-pagination span, .comments-pagination .pagination-lg .page-item:last-child span, .pagination-lg .comments-pagination li:last-child span, .comments-pagination .pagination-lg li:last-child span {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem; }

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

.pagination-sm .page-item:first-child .page-link, .pagination-sm .comments-pagination li:first-child .page-link, .comments-pagination .pagination-sm li:first-child .page-link, .pagination-sm .page-item:first-child .comments-pagination span, .comments-pagination .pagination-sm .page-item:first-child span, .pagination-sm .comments-pagination li:first-child span, .comments-pagination .pagination-sm li:first-child span {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem; }

.pagination-sm .page-item:last-child .page-link, .pagination-sm .comments-pagination li:last-child .page-link, .comments-pagination .pagination-sm li:last-child .page-link, .pagination-sm .page-item:last-child .comments-pagination span, .comments-pagination .pagination-sm .page-item:last-child span, .pagination-sm .comments-pagination li:last-child span, .comments-pagination .pagination-sm li:last-child span {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem; }

.badge {
  display: inline-block;
  padding: 0.3em 0.55em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.4rem;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      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;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #DB0916; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #aa0711; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(219, 9, 22, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ff9a52; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #ff7c1f; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 154, 82, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #DB0916; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #aa0711; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(219, 9, 22, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #72050b;
  background-color: #f8ced0;
  border-color: #f5babe; }
  .alert-primary hr {
    border-top-color: #f2a4a9; }
  .alert-primary .alert-link {
    color: #410306; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #85502b;
  background-color: #ffebdc;
  border-color: #ffe3cf; }
  .alert-warning hr {
    border-top-color: #ffd4b6; }
  .alert-warning .alert-link {
    color: #5e391f; }

.alert-danger {
  color: #72050b;
  background-color: #f8ced0;
  border-color: #f5babe; }
  .alert-danger hr {
    border-top-color: #f2a4a9; }
  .alert-danger .alert-link {
    color: #410306; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

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

.media-body {
  flex: 1; }

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .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: #DB0916;
    border-color: #DB0916; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.4rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.4rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.4rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.4rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.4rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.4rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1305px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.4rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.4rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

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

.list-group-item-primary {
  color: #72050b;
  background-color: #f5babe; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action-dropdown:hover, .list-group-item-primary.list-group-item-action-dropdown-link:hover, .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action-dropdown:focus, .list-group-item-primary.list-group-item-action-dropdown-link:focus {
    color: #72050b;
    background-color: #f2a4a9; }
  .list-group-item-primary.list-group-item-action.active, .list-group-item-primary.active.list-group-item-action-dropdown, .list-group-item-primary.active.list-group-item-action-dropdown-link {
    color: #fff;
    background-color: #72050b;
    border-color: #72050b; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action-dropdown:hover, .list-group-item-secondary.list-group-item-action-dropdown-link:hover, .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action-dropdown:focus, .list-group-item-secondary.list-group-item-action-dropdown-link:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active, .list-group-item-secondary.active.list-group-item-action-dropdown, .list-group-item-secondary.active.list-group-item-action-dropdown-link {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action-dropdown:hover, .list-group-item-success.list-group-item-action-dropdown-link:hover, .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action-dropdown:focus, .list-group-item-success.list-group-item-action-dropdown-link:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active, .list-group-item-success.active.list-group-item-action-dropdown, .list-group-item-success.active.list-group-item-action-dropdown-link {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action-dropdown:hover, .list-group-item-info.list-group-item-action-dropdown-link:hover, .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action-dropdown:focus, .list-group-item-info.list-group-item-action-dropdown-link:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active, .list-group-item-info.active.list-group-item-action-dropdown, .list-group-item-info.active.list-group-item-action-dropdown-link {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #85502b;
  background-color: #ffe3cf; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action-dropdown:hover, .list-group-item-warning.list-group-item-action-dropdown-link:hover, .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action-dropdown:focus, .list-group-item-warning.list-group-item-action-dropdown-link:focus {
    color: #85502b;
    background-color: #ffd4b6; }
  .list-group-item-warning.list-group-item-action.active, .list-group-item-warning.active.list-group-item-action-dropdown, .list-group-item-warning.active.list-group-item-action-dropdown-link {
    color: #fff;
    background-color: #85502b;
    border-color: #85502b; }

.list-group-item-danger {
  color: #72050b;
  background-color: #f5babe; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action-dropdown:hover, .list-group-item-danger.list-group-item-action-dropdown-link:hover, .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action-dropdown:focus, .list-group-item-danger.list-group-item-action-dropdown-link:focus {
    color: #72050b;
    background-color: #f2a4a9; }
  .list-group-item-danger.list-group-item-action.active, .list-group-item-danger.active.list-group-item-action-dropdown, .list-group-item-danger.active.list-group-item-action-dropdown-link {
    color: #fff;
    background-color: #72050b;
    border-color: #72050b; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action-dropdown:hover, .list-group-item-light.list-group-item-action-dropdown-link:hover, .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action-dropdown:focus, .list-group-item-light.list-group-item-action-dropdown-link:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active, .list-group-item-light.active.list-group-item-action-dropdown, .list-group-item-light.active.list-group-item-action-dropdown-link {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action-dropdown:hover, .list-group-item-dark.list-group-item-action-dropdown-link:hover, .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action-dropdown:focus, .list-group-item-dark.list-group-item-action-dropdown-link:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active, .list-group-item-dark.active.list-group-item-action-dropdown, .list-group-item-dark.active.list-group-item-action-dropdown-link {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  @media (max-width: 992px) {
    .close {
      font-size: calc(0.99375rem + 0.81653vw) ; } }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: flex !important; }
  .d-sm-inline-flex {
    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: flex !important; }
  .d-md-inline-flex {
    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: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1305px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1305px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

.float-none, .float-xs-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: 1305px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: 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;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 5px !important; }

.mt-1,
.my-1 {
  margin-top: 5px !important; }

.mr-1,
.mx-1 {
  margin-right: 5px !important; }

.mb-1,
.my-1 {
  margin-bottom: 5px !important; }

.ml-1,
.mx-1 {
  margin-left: 5px !important; }

.m-2 {
  margin: 10px !important; }

.mt-2,
.my-2 {
  margin-top: 10px !important; }

.mr-2,
.mx-2 {
  margin-right: 10px !important; }

.mb-2,
.my-2 {
  margin-bottom: 10px !important; }

.ml-2,
.mx-2 {
  margin-left: 10px !important; }

.m-3 {
  margin: 20px !important; }

.mt-3,
.my-3 {
  margin-top: 20px !important; }

.mr-3,
.mx-3 {
  margin-right: 20px !important; }

.mb-3,
.my-3 {
  margin-bottom: 20px !important; }

.ml-3,
.mx-3 {
  margin-left: 20px !important; }

.m-4 {
  margin: 30px !important; }

.mt-4,
.my-4 {
  margin-top: 30px !important; }

.mr-4,
.mx-4 {
  margin-right: 30px !important; }

.mb-4,
.my-4 {
  margin-bottom: 30px !important; }

.ml-4,
.mx-4 {
  margin-left: 30px !important; }

.m-5 {
  margin: 40px !important; }

.mt-5,
.my-5 {
  margin-top: 40px !important; }

.mr-5,
.mx-5 {
  margin-right: 40px !important; }

.mb-5,
.my-5 {
  margin-bottom: 40px !important; }

.ml-5,
.mx-5 {
  margin-left: 40px !important; }

.m-6 {
  margin: 50px !important; }

.mt-6,
.my-6 {
  margin-top: 50px !important; }

.mr-6,
.mx-6 {
  margin-right: 50px !important; }

.mb-6,
.my-6 {
  margin-bottom: 50px !important; }

.ml-6,
.mx-6 {
  margin-left: 50px !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: 5px !important; }

.pt-1,
.py-1 {
  padding-top: 5px !important; }

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

.pb-1,
.py-1 {
  padding-bottom: 5px !important; }

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

.p-2 {
  padding: 10px !important; }

.pt-2,
.py-2 {
  padding-top: 10px !important; }

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

.pb-2,
.py-2 {
  padding-bottom: 10px !important; }

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

.p-3 {
  padding: 20px !important; }

.pt-3,
.py-3 {
  padding-top: 20px !important; }

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

.pb-3,
.py-3 {
  padding-bottom: 20px !important; }

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

.p-4 {
  padding: 30px !important; }

.pt-4,
.py-4 {
  padding-top: 30px !important; }

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

.pb-4,
.py-4 {
  padding-bottom: 30px !important; }

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

.p-5 {
  padding: 40px !important; }

.pt-5,
.py-5 {
  padding-top: 40px !important; }

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

.pb-5,
.py-5 {
  padding-bottom: 40px !important; }

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

.p-6 {
  padding: 50px !important; }

.pt-6,
.py-6 {
  padding-top: 50px !important; }

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

.pb-6,
.py-6 {
  padding-bottom: 50px !important; }

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

.m-n1 {
  margin: -5px !important; }

.mt-n1,
.my-n1 {
  margin-top: -5px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -5px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -5px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -5px !important; }

.m-n2 {
  margin: -10px !important; }

.mt-n2,
.my-n2 {
  margin-top: -10px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -10px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -10px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -10px !important; }

.m-n3 {
  margin: -20px !important; }

.mt-n3,
.my-n3 {
  margin-top: -20px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -20px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -20px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -20px !important; }

.m-n4 {
  margin: -30px !important; }

.mt-n4,
.my-n4 {
  margin-top: -30px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -30px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -30px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -30px !important; }

.m-n5 {
  margin: -40px !important; }

.mt-n5,
.my-n5 {
  margin-top: -40px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -40px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -40px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -40px !important; }

.m-n6 {
  margin: -50px !important; }

.mt-n6,
.my-n6 {
  margin-top: -50px !important; }

.mr-n6,
.mx-n6 {
  margin-right: -50px !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -50px !important; }

.ml-n6,
.mx-n6 {
  margin-left: -50px !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: 5px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 5px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 5px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 5px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 5px !important; }
  .m-sm-2 {
    margin: 10px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 10px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 10px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 10px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 10px !important; }
  .m-sm-3 {
    margin: 20px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 20px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 20px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 20px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 20px !important; }
  .m-sm-4 {
    margin: 30px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 30px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 30px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 30px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 30px !important; }
  .m-sm-5 {
    margin: 40px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 40px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 40px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 40px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 40px !important; }
  .m-sm-6 {
    margin: 50px !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 50px !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 50px !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 50px !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 50px !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: 5px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 5px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 5px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 5px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 5px !important; }
  .p-sm-2 {
    padding: 10px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 10px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 10px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 10px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 10px !important; }
  .p-sm-3 {
    padding: 20px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 20px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 20px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 20px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 20px !important; }
  .p-sm-4 {
    padding: 30px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 30px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 30px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 30px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 30px !important; }
  .p-sm-5 {
    padding: 40px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 40px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 40px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 40px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 40px !important; }
  .p-sm-6 {
    padding: 50px !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 50px !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 50px !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 50px !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 50px !important; }
  .m-sm-n1 {
    margin: -5px !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -5px !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -5px !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -5px !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -5px !important; }
  .m-sm-n2 {
    margin: -10px !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -10px !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -10px !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -10px !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -10px !important; }
  .m-sm-n3 {
    margin: -20px !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -20px !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -20px !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -20px !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -20px !important; }
  .m-sm-n4 {
    margin: -30px !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -30px !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -30px !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -30px !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -30px !important; }
  .m-sm-n5 {
    margin: -40px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -40px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -40px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -40px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -40px !important; }
  .m-sm-n6 {
    margin: -50px !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -50px !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -50px !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -50px !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -50px !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: 5px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 5px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 5px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 5px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 5px !important; }
  .m-md-2 {
    margin: 10px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 10px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 10px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 10px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 10px !important; }
  .m-md-3 {
    margin: 20px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 20px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 20px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 20px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 20px !important; }
  .m-md-4 {
    margin: 30px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 30px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 30px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 30px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 30px !important; }
  .m-md-5 {
    margin: 40px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 40px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 40px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 40px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 40px !important; }
  .m-md-6 {
    margin: 50px !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 50px !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 50px !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 50px !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 50px !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: 5px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 5px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 5px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 5px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 5px !important; }
  .p-md-2 {
    padding: 10px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 10px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 10px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 10px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 10px !important; }
  .p-md-3 {
    padding: 20px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 20px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 20px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 20px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 20px !important; }
  .p-md-4 {
    padding: 30px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 30px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 30px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 30px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 30px !important; }
  .p-md-5 {
    padding: 40px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 40px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 40px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 40px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 40px !important; }
  .p-md-6 {
    padding: 50px !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 50px !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 50px !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 50px !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 50px !important; }
  .m-md-n1 {
    margin: -5px !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -5px !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -5px !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -5px !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -5px !important; }
  .m-md-n2 {
    margin: -10px !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -10px !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -10px !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -10px !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -10px !important; }
  .m-md-n3 {
    margin: -20px !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -20px !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -20px !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -20px !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -20px !important; }
  .m-md-n4 {
    margin: -30px !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -30px !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -30px !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -30px !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -30px !important; }
  .m-md-n5 {
    margin: -40px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -40px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -40px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -40px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -40px !important; }
  .m-md-n6 {
    margin: -50px !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -50px !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -50px !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -50px !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -50px !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: 5px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 5px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 5px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 5px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 5px !important; }
  .m-lg-2 {
    margin: 10px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 10px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 10px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 10px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 10px !important; }
  .m-lg-3 {
    margin: 20px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 20px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 20px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 20px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 20px !important; }
  .m-lg-4 {
    margin: 30px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 30px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 30px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 30px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 30px !important; }
  .m-lg-5 {
    margin: 40px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 40px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 40px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 40px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 40px !important; }
  .m-lg-6 {
    margin: 50px !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 50px !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 50px !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 50px !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 50px !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: 5px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 5px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 5px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 5px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 5px !important; }
  .p-lg-2 {
    padding: 10px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 10px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 10px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 10px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 10px !important; }
  .p-lg-3 {
    padding: 20px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 20px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 20px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 20px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 20px !important; }
  .p-lg-4 {
    padding: 30px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 30px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 30px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 30px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 30px !important; }
  .p-lg-5 {
    padding: 40px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 40px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 40px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 40px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 40px !important; }
  .p-lg-6 {
    padding: 50px !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 50px !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 50px !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 50px !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 50px !important; }
  .m-lg-n1 {
    margin: -5px !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -5px !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -5px !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -5px !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -5px !important; }
  .m-lg-n2 {
    margin: -10px !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -10px !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -10px !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -10px !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -10px !important; }
  .m-lg-n3 {
    margin: -20px !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -20px !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -20px !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -20px !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -20px !important; }
  .m-lg-n4 {
    margin: -30px !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -30px !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -30px !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -30px !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -30px !important; }
  .m-lg-n5 {
    margin: -40px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -40px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -40px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -40px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -40px !important; }
  .m-lg-n6 {
    margin: -50px !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -50px !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -50px !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -50px !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -50px !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: 1305px) {
  .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: 5px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 5px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 5px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 5px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 5px !important; }
  .m-xl-2 {
    margin: 10px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 10px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 10px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 10px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 10px !important; }
  .m-xl-3 {
    margin: 20px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 20px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 20px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 20px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 20px !important; }
  .m-xl-4 {
    margin: 30px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 30px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 30px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 30px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 30px !important; }
  .m-xl-5 {
    margin: 40px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 40px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 40px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 40px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 40px !important; }
  .m-xl-6 {
    margin: 50px !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 50px !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 50px !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 50px !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 50px !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: 5px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 5px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 5px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 5px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 5px !important; }
  .p-xl-2 {
    padding: 10px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 10px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 10px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 10px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 10px !important; }
  .p-xl-3 {
    padding: 20px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 20px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 20px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 20px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 20px !important; }
  .p-xl-4 {
    padding: 30px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 30px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 30px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 30px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 30px !important; }
  .p-xl-5 {
    padding: 40px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 40px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 40px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 40px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 40px !important; }
  .p-xl-6 {
    padding: 50px !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 50px !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 50px !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 50px !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 50px !important; }
  .m-xl-n1 {
    margin: -5px !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -5px !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -5px !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -5px !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -5px !important; }
  .m-xl-n2 {
    margin: -10px !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -10px !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -10px !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -10px !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -10px !important; }
  .m-xl-n3 {
    margin: -20px !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -20px !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -20px !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -20px !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -20px !important; }
  .m-xl-n4 {
    margin: -30px !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -30px !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -30px !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -30px !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -30px !important; }
  .m-xl-n5 {
    margin: -40px !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -40px !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -40px !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -40px !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -40px !important; }
  .m-xl-n6 {
    margin: -50px !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -50px !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -50px !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -50px !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -50px !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; } }

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

.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: 1305px) {
  .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: 200 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: 800 !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #DB0916 !important; }

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

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

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

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

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

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

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

a.text-warning:hover, a.text-warning:focus {
  color: #ff6d06 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.text-break {
  word-break: break-word !important;
  word-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;
    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; }
  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 {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  .swiper-button-prev.swiper-button-hidden,
  .swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none; }
  .swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled
  .swiper-button-next {
    display: none !important; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1; }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: 'next'; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }
  .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  .swiper-pagination-bullet:only-child {
    display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block; }
  .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px; }
    .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top; }
  .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top; }
  .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  .swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical,
  .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }

.swiper-pagination-lock {
  display: none; }

.cursor-pointer {
  /* stylelint-disable */
  cursor: pointer !important;
  /* stylelint-enable */ }

.font-reset {
  /* stylelint-disable */
  font-size: inherit !important;
  /* stylelint-enable */ }

.line-height-reset {
  /* stylelint-disable */
  line-height: inherit !important;
  /* stylelint-enable */ }

.font-sm {
  font-size: 0.875rem; }

.font-lg {
  font-size: 1.125rem; }
  @media (max-width: 992px) {
    .font-lg {
      font-size: calc(0.95625rem + 0.27218vw) ; } }

.font-xs {
  font-size: 0.6875rem; }

.font-base {
  font-size: 1rem; }
  @media (max-width: 992px) {
    .font-base {
      font-size: calc(0.94375rem + 0.09073vw) ; } }

.modal {
  display: none; }

.dropdown-menu {
  display: none; }

.toast {
  opacity: 0; }

body,
html {
  height: 100%; }

body {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6c757d; }

input::placeholder,
textarea::placeholder {
  color: #6c757d; }

input:active::-moz-placeholder, textarea:active::-moz-placeholder {
  color: #212529; }

input:active::placeholder,
textarea:active::placeholder {
  color: #212529; }

input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; }
  input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
            appearance: none; }

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .btn-block {
    display: block; }

.old-price {
  text-decoration: line-through; }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1305px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1245px; } }

@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: 400;
  src: url(/themes/joshnoa/assets//fonts/icomoon.ttf) format("truetype"), url(/themes/joshnoa/assets//fonts/icomoon.woff) format("woff");
  font-display: block; }

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* stylelint-disable */
  font-family: "icomoon" !important;
  /* stylelint-enable */
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook::before {
  content: ""; }

.icon-gplus::before {
  content: ""; }

.icon-instagram::before {
  content: ""; }

.icon-linkedin::before {
  content: ""; }

.icon-pinterest::before {
  content: ""; }

.icon-rss::before {
  content: ""; }

.icon-twitter::before {
  content: ""; }

.icon-vimeo::before {
  content: ""; }

.icon-youtube::before {
  content: ""; }

.material-icons {
  display: inline-block;
  /* stylelint-disable */
  font-family: "Material Icons";
  /* stylelint-enable */
  font-size: 24px;
  /* Preferred icon size */
  font-style: normal;
  font-weight: 400;
  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. */
  font-feature-settings: "liga"; }

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/themes/joshnoa/assets//fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/themes/joshnoa/assets//fonts/MaterialIcons-Regular.woff) format("woff"), url(/themes/joshnoa/assets//fonts/MaterialIcons-Regular.ttf) format("truetype"); }

label,
.label {
  color: #212529; }

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

.on_mobile {
  display: none; }

.leblog_home .container {
  max-width: 1058px; }

.list_posts_blog {
  margin-bottom: 75px; }
  .list_posts_blog .post_item .post_item_cover {
    width: 100%; }
    .list_posts_blog .post_item .post_item_cover .post_image {
      border-radius: 35px;
      margin-bottom: 15px;
      overflow: hidden; }
      .list_posts_blog .post_item .post_item_cover .post_image a {
        display: block;
        width: 100%;
        height: 100%; }
        .list_posts_blog .post_item .post_item_cover .post_image a img {
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center;
          aspect-ratio: 326 / 332; }
    .list_posts_blog .post_item .post_item_cover .post_texte {
      padding: 0 17px;
      text-align: center; }
      .list_posts_blog .post_item .post_item_cover .post_texte .post_date {
        color: #717171;
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
        margin-bottom: 6px; }
      .list_posts_blog .post_item .post_item_cover .post_texte .post_title a {
        font-size: 25px;
        line-height: 30px;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        display: block; }

.view_all {
  text-align: center; }
  .view_all a, .view_all .a {
    font-size: 18px;
    line-height: 21px;
    font-weight: 800;
    color: #fff;
    background: #000;
    border-radius: 16px;
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none; }
    .view_all a:hover, .view_all .a:hover {
      background: #DB0916;
      color: #fff; }

.viw_all_border {
  text-align: center; }
  .viw_all_border a {
    border-bottom: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    text-decoration: none; }
    .viw_all_border a:hover {
      color: #DB0916;
      border-color: #DB0916; }

.joshnoa_swipper_slider {
  position: relative; }
  .joshnoa_swipper_slider .swiper-wrapper {
    justify-content: flex-start;
    align-items: center; }
    .joshnoa_swipper_slider .swiper-wrapper .swiper-slide {
      width: auto; }
      .joshnoa_swipper_slider .swiper-wrapper .swiper-slide:hover {
        text-decoration: unset; }
  .joshnoa_swipper_slider .swiper-button {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% + 8px);
    background: none;
    margin-top: 0; }
    .joshnoa_swipper_slider .swiper-button:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 0 7px 14px;
      border-color: transparent transparent transparent #000;
      margin-left: 3px;
      transition: all 0.2s;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s; }
    .joshnoa_swipper_slider .swiper-button:hover {
      border-color: #DB0916; }
      .joshnoa_swipper_slider .swiper-button:hover:after {
        border-color: transparent transparent transparent #DB0916;
        transform: rotate(360deg); }
  .joshnoa_swipper_slider .swiper-button-next {
    right: 0; }
    .joshnoa_swipper_slider .swiper-button-next:after {
      border-width: 7px 0 7px 14px;
      border-color: transparent transparent transparent #000;
      margin-left: 3px; }
  .joshnoa_swipper_slider .swiper-button-prev {
    left: 0; }
    .joshnoa_swipper_slider .swiper-button-prev:after {
      border-width: 7px 14px 7px 0;
      border-color: transparent #000 transparent transparent;
      margin-right: 5px;
      margin-top: 0px; }
    .joshnoa_swipper_slider .swiper-button-prev:hover:after {
      border-color: transparent #DB0916 transparent transparent; }

.h2__title span:after {
  background: url(/themes/joshnoa/assets//img-dist/titre-trait.svg); }

body .bootstrap-touchspin {
  height: 37px;
  border-radius: 16px;
  border-color: #707070; }
  body .bootstrap-touchspin.danger {
    border-color: var(--red) !important; }
  body .bootstrap-touchspin span.input-group-btn {
    height: 35px;
    border: none; }
    body .bootstrap-touchspin span.input-group-btn button.btn {
      align-items: center;
      background: none;
      display: flex;
      font-size: 0;
      justify-content: center;
      text-align: center;
      width: 30px;
      border: none;
      outline: none; }
      body .bootstrap-touchspin span.input-group-btn button.btn:before {
        content: "";
        background: #DB0916;
        width: 12px;
        height: 2px;
        display: block; }
      body .bootstrap-touchspin span.input-group-btn button.btn.bootstrap-touchspin-up:after {
        content: "";
        background: #DB0916;
        width: 2px;
        height: 12px;
        position: relative;
        right: 7px;
        display: block; }
  body .bootstrap-touchspin input {
    height: 35px;
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    outline: none;
    box-shadow: none; }
    body .bootstrap-touchspin input:focus {
      outline: none;
      box-shadow: none; }

body .overstocking-alert {
  position: absolute;
  top: -18px;
  width: auto;
  text-align: center;
  background-color: white;
  padding: 0 4px;
  border-radius: 4px;
  font-family: "Raleway Medium", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  font-style: italic;
  display: flex;
  align-items: start;
  z-index: 16;
  color: #A7A7A7;
  white-space: nowrap;
  right: 50%;
  transform: translateX(50%); }
  body .overstocking-alert .close-btn {
    height: 25px;
    width: 32px;
    border-radius: 50%;
    background: url(/themes/joshnoa/assets//img-dist/delete.svg) no-repeat center;
    cursor: pointer;
    display: grid;
    place-content: center;
    background-color: #BF0E1A; }

.product_carton {
  text-align: center;
  border-left: 1px solid #BABABA;
  padding-left: 15px;
  margin-left: 5px; }
  .product_carton.disabled {
    opacity: 0.5; }
    .product_carton.disabled .carton_text {
      opacity: 0; }
    .product_carton.disabled .carton_icon img, .product_carton.disabled .carton_icon .cart_hover {
      opacity: 0;
      visibility: hidden; }
    .product_carton.disabled .carton_icon .cart_disabled {
      opacity: 1;
      visibility: visible; }
  @media (max-width: 480px) {
    .product_carton {
      border-left: none; } }
  .product_carton .carton_icon {
    width: 49px;
    height: 40px;
    display: block;
    position: relative;
    margin: auto; }
    .product_carton .carton_icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      display: block; }
    .product_carton .carton_icon .cart_hover, .product_carton .carton_icon .cart_disabled {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden; }
  .product_carton .carton_text {
    line-height: 11px;
    font-size: 10px;
    color: #000;
    position: relative; }
    .product_carton .carton_text .carton_qty {
      font-size: 16px;
      line-height: 19px;
      display: block;
      font-weight: 500; }
  .product_carton .carton_text_hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -12px;
    left: 0;
    right: 0; }
  .product_carton .carton_icon + .carton_text .carton_text_hover {
    top: 100%; }
  .product_carton:not(.disabled):hover {
    cursor: pointer; }
    .product_carton:not(.disabled):hover .carton_icon img, .product_carton:not(.disabled):hover .carton_icon .cart_disabled {
      opacity: 0;
      visibility: hidden; }
    .product_carton:not(.disabled):hover .carton_icon .cart_hover {
      opacity: 1;
      visibility: visible; }
    .product_carton:not(.disabled):hover .carton_text_hover {
      opacity: 1;
      visibility: visible; }
    .product_carton:not(.disabled):hover .carton_icon + .carton_text {
      color: #DB0916; }
  .product_carton.petit_carton {
    border-left: none; }
    .product_carton.petit_carton .carton_icon {
      width: 46px;
      height: 30px; }

.prod_att_qty_instock {
  color: #A7A7A7;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-style: italic;
  margin-top: 4px;
  font-weight: 500;
  display: inline-block;
  width: 100%; }

/* Responsive */
@media (max-width: 767px) {
  .off_mobile {
    display: none; }
  .on_mobile {
    display: block; }
  .list_posts_blog .swiper-container .post_item .post_item_cover .post_texte .post_title a {
    font-size: 22px;
    line-height: normal; } }

@media (max-width: 575px) {
  .list_posts_blog {
    margin-right: -10px;
    margin-bottom: 30px; }
    .list_posts_blog .swiper-container {
      padding-right: 30px; }
      .list_posts_blog .swiper-container .post_item .post_item_cover {
        width: 100%; }
        .list_posts_blog .swiper-container .post_item .post_item_cover .post_image {
          border-radius: 30px;
          margin-bottom: 10px; }
        .list_posts_blog .swiper-container .post_item .post_item_cover .post_texte {
          padding: 0 5px;
          text-align: center; }
          .list_posts_blog .swiper-container .post_item .post_item_cover .post_texte .post_date {
            color: #717171;
            font-size: 16px;
            line-height: 20px; }
          .list_posts_blog .swiper-container .post_item .post_item_cover .post_texte .post_title a {
            font-size: 16px; } }

@keyframes alert-animation {
  from {
    top: 70%;
    opacity: 0; }
  to {
    top: calc(100% + 5px);
    opacity: 1; } }

.swiper-button-custom {
  width: auto;
  height: auto;
  margin: 0;
  color: #DB0916; }
  .swiper-button-custom::after {
    display: none; }

@media (max-width: 767.98px) {
  .breadcrumb {
    position: relative;
    flex-wrap: nowrap;
    padding-right: 0;
    padding-left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .breadcrumb::-webkit-scrollbar {
      display: none; }
    .breadcrumb .breadcrumb-item:first-child {
      padding-left: 1rem; }
    .breadcrumb .breadcrumb-item:last-child {
      padding-right: 1rem; } }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  float: none; }

.btn-icon {
  font-size: inherit;
  vertical-align: middle; }

.container .container {
  padding-right: 0;
  padding-left: 0; }

.card--secondary {
  border: 0; }

.card-body + .card-body {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125); }

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

.card-group-vertical > .card:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.icon-collapse[aria-expanded="true"] .material-icons {
  font-size: 0; }
  .icon-collapse[aria-expanded="true"] .material-icons::before {
    font-size: 24px;
    content: "keyboard_arrow_up"; }

.icon-collapse:hover, .icon-collapse:focus {
  text-decoration: none; }

.form-label {
  display: block; }

.list-group-item-action, .list-group-item-action-dropdown, .list-group-item-action-dropdown-link {
  font-weight: 500; }

.list-group-item-action-dropdown {
  position: relative;
  display: flex;
  justify-content: space-between; }
  .list-group-item-action-dropdown .list-group-item-collapse {
    position: relative;
    z-index: 1;
    width: auto;
    padding: 0;
    margin-left: 10px;
    /* stylelint-disable */
    text-decoration: none !important;
    /* stylelint-enable */
    background: none; }

.list-group-collapse .list-group-collapse .list-group-item {
  padding-left: 1.875rem;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-collapse .list-group-collapse .list-group-collapse .list-group-item {
  padding-left: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item-action-dropdown-link {
  padding: 0; }

.custom-checkbox-color .custom-control-label::before {
  /* stylelint-disable */
  display: none !important;
  /* stylelint-enable */ }

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

.custom-control-input-color, .custom-radio-color .custom-control-input-color {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  border-radius: 4px; }

.custom-radio-color {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 1.5rem; }
  .custom-radio-color .custom-control-input-color {
    top: 0;
    left: -1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%; }
  .custom-radio-color .custom-control-input {
    width: 100%;
    height: 100%; }
    .custom-radio-color .custom-control-input:checked ~ .custom-control-label::after {
      top: 0.1875rem;
      right: 0.1875rem;
      left: auto;
      width: 1.125rem;
      height: 1.125rem;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }
    .custom-radio-color .custom-control-input:checked ~ .custom-control-label .custom-control-input-color {
      border-color: #212529; }
  .custom-radio-color .custom-control-label::before {
    display: none; }
  .custom-radio-color .custom-control-input:checked ~ .custom-control-label-dark::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox-block {
  padding-left: 1rem; }
  .custom-checkbox-block .custom-control-label::after,
  .custom-checkbox-block .custom-control-label::before {
    left: -1rem; }

/* stylelint-disable declaration-no-important */
.hidden-xs-up {
  display: none !important; }

@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1304.98px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1305px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

/* stylelint-enable declaration-no-important */
#notifications {
  position: fixed;
  z-index: 10000;
  top: 4rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 425px; }
  @media (max-width: 767.98px) {
    #notifications {
      width: auto; } }
  #notifications .close {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 24px; }
  #notifications .alert-success {
    color: #000000;
    border-radius: 10px;
    font-weight: 600;
    background-color: #a8e695;
    border-color: #a8e695; }
    #notifications .alert-success .fa {
      color: white; }
  #notifications .alert {
    text-align: center;
    font-style: italic;
    padding: 10px 10px 20px;
    transition: all .15s linear; }
    #notifications .alert .fa {
      font-size: 2rem; }

.modal {
  z-index: 9999999; }

.bootstrap-touchspin {
  max-width: 100px;
  overflow: hidden;
  border: 1px solid #ced4da;
  border-radius: 0.4rem; }
  .bootstrap-touchspin > input {
    max-width: 60px;
    padding: 0;
    font-weight: 700;
    text-align: center;
    border: none;
    border-right: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    box-shadow: none;
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield; }
    .bootstrap-touchspin > input::-webkit-outer-spin-button, .bootstrap-touchspin > input::-webkit-inner-spin-button {
      margin: 0;
      -webkit-appearance: none;
              appearance: none; }
  .bootstrap-touchspin .btn {
    position: relative;
    z-index: 2;
    display: block;
    width: 1.8em;
    height: 100%;
    padding: 0;
    color: #495057;
    text-align: center;
    background-color: #fff;
    border: 0; }
    .bootstrap-touchspin .btn:hover, .bootstrap-touchspin .btn:focus {
      background: #e9ecef; }
  .bootstrap-touchspin .input-group-prepend,
  .bootstrap-touchspin .input-group-append {
    display: block;
    margin: 0; }

.input-touchspin {
  max-width: 100px;
  opacity: 0; }
  .bootstrap-touchspin .input-touchspin {
    opacity: 1; }

.l-footer {
  padding-top: 40px;
  margin-top: auto; }
  @media (max-width: 767.98px) {
    .l-footer {
      padding-top: 0; } }

.footer-container {
  padding-top: 0;
  padding-bottom: 30px;
  margin-top: 0;
  background: #000000;
  font-weight: 700;
  font-size: 15px; }

#footer {
  background: #000000;
  color: #fff; }
  #footer .h4, #footer a {
    color: #fff; }
  #footer .h4 {
    font-size: 19px;
    font-weight: bold; }
  #footer .phone {
    font-size: 18px;
    display: block;
    margin-top: 1em; }
  #footer #gdpr_consent .custom-checkbox label:before, #footer #gdpr_consent .custom-checkbox-color label:before, #footer #gdpr_consent .custom-checkbox label:after, #footer #gdpr_consent .custom-checkbox-color label:after {
    display: none; }
  #footer #gdpr_consent .custom-checkbox input, #footer #gdpr_consent .custom-checkbox-color input {
    border-radius: 50%;
    height: 21px;
    opacity: 1;
    position: relative;
    visibility: visible;
    width: 21px;
    z-index: 2;
    accent-color: #DB0916; }

#footer-logo {
  text-align: center;
  padding: 40px 0; }
  #footer-logo .inner {
    position: relative; }
    @media (max-width: 767.98px) {
      #footer-logo .inner {
        margin: 0 10px; } }
    #footer-logo .inner img {
      display: inline-block;
      background: #000000;
      position: relative;
      z-index: 2;
      padding: 0 30px;
      box-sizing: content-box; }
    #footer-logo .inner:before {
      content: "";
      position: absolute;
      left: 0;
      top: 39px;
      width: 100%;
      border-bottom: 1px solid #ffffff; }
  @media (max-width: 767.98px) {
    #footer-logo {
      padding: 15px 0; }
      #footer-logo .inner:before {
        top: 18px; }
      #footer-logo .inner img {
        width: 34px;
        height: 34px;
        padding: 0 10px; } }

#copyright-footer {
  background: #1A1A1A;
  padding: 8px 0 9px 0; }
  #copyright-footer .copyright-item {
    color: white;
    float: right;
    font-size: 13px;
    font-weight: bold;
    height: 27px;
    display: flex;
    align-items: center; }
    #copyright-footer .copyright-item span {
      padding-right: 5px; }
    #copyright-footer .copyright-item img {
      height: 17px; }
      @media (max-width: 767.98px) {
        #copyright-footer .copyright-item img {
          height: 12px; } }
    #copyright-footer .copyright-item:last-of-type {
      margin-right: 17px; }
      @media (max-width: 767.98px) {
        #copyright-footer .copyright-item:last-of-type {
          margin-right: 0; } }
      #copyright-footer .copyright-item:last-of-type img {
        height: 27px; }
        @media (max-width: 767.98px) {
          #copyright-footer .copyright-item:last-of-type img {
            height: 21px; } }
  @media (max-width: 767.98px) {
    #copyright-footer > .container {
      display: flex;
      flex-direction: row-reverse;
      justify-content: center;
      align-items: center; }
    #copyright-footer .copyright-item {
      float: none;
      flex: 1;
      margin: auto;
      justify-content: center;
      align-items: center;
      font-size: 10px; } }

#social-mobile {
  display: none; }

@media (max-width: 767.98px) {
  #social-mobile {
    margin-top: 10px;
    display: block;
    margin-bottom: 15px; }
    #social-mobile .social-linkedin {
      display: none; }
    #social-mobile img {
      width: 30px;
      height: 30px; }
    #social-mobile ul {
      justify-content: center; }
      #social-mobile ul .social-instagram {
        text-align: left; }
      #social-mobile ul .social-facebook {
        text-align: right; }
      #social-mobile ul li {
        padding: 0 7px; }
  #social-desktop,
  #links-block-nos-partenaires {
    display: none; }
  #footer .footer-container .row > div {
    max-width: 50%;
    flex: 0 0 50%; }
  #footer .footer-container .position-relative {
    text-align: center; }
    #footer .footer-container .position-relative .icon-collapse {
      display: none !important; }
    #footer .footer-container .position-relative span.h4 {
      font-size: 12px;
      width: 100%; }
  #footer .footer-container .d-md-block.collapse {
    display: block !important;
    text-align: center;
    font-size: 11px;
    line-height: 1.2; }
    #footer .footer-container .d-md-block.collapse .links-list__elem:not(:last-child) {
      margin: 0 0 5px; }
    #footer .footer-container .d-md-block.collapse .phone {
      font-size: 11px;
      margin-top: 5px; } }

/* HEADER STYLES */
/* HEADER STYLES */
.l-header {
  margin: 0;
  border-bottom: none;
  background: #000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  @media (max-width: 767.98px) {
    .l-header {
      position: unset; } }

body {
  transition: padding-top .3s;
  padding-top: var(--l-header-height, 237px); }

.header-top {
  transition: all .7s ease;
  padding: 25px 0; }
  .header-top.header-top-on-scroll {
    padding: 10px 0 !important; }
  .header-top .block-social ul > li {
    flex-shrink: 0 !important;
    flex-grow: 0 !important; }
  .header-top__row {
    flex-wrap: nowrap;
    align-items: center; }
    @media (min-width: 768px) {
      .header-top__row {
        flex-wrap: wrap; } }
  .header-top__link {
    display: block;
    padding: 5px;
    color: #495057;
    text-decoration: none;
    border-radius: 0.4rem; }
    @media (min-width: 576px) {
      .header-top__link {
        padding: 10px; } }
  .header-top__icon-container {
    position: relative; }
  .header-top__icon {
    display: block;
    font-size: 1.625rem; }
    @media (min-width: 576px) {
      .header-top__icon {
        font-size: 2rem; } }
  .header-top__badge {
    position: absolute;
    top: auto;
    bottom: -13px;
    left: -13px;
    right: auto;
    min-width: 30px;
    width: 30px;
    height: 30px;
    font-size: 21px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background: #DB0916;
    border-radius: 15px;
    border: 2px solid #ffffff;
    z-index: 9999; }
    .header-top__badge:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #DB0916;
      border-radius: 15px;
      z-index: -1; }
    .header-top__badge.newProductAdded:after {
      animation-name: badge-after-anim;
      animation-duration: 4s;
      animation-timing-function: linear;
      animation-iteration-count: 1; }
    .header-top__badge.newProductAdded:not(.header-top__badge--smaller) {
      animation-name: badge-anim;
      animation-duration: 4s;
      animation-timing-function: linear;
      animation-iteration-count: 1; }
    .header-top__badge.newProductAdded {
      animation-name: badge-anim-smaller;
      animation-duration: 4s;
      animation-timing-function: linear;
      animation-iteration-count: 1; }
    .header-top__badge.header-top__badge--smaller {
      font-size: 14px; }
  @media (max-width: 767.98px) {
    .header-top__block--search {
      flex-grow: 0; } }

.blog-link {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #ffffff;
  border-radius: 22px;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none;
  font-size: 19px;
  height: 44px;
  margin-left: 20px; }
  .blog-link:hover {
    color: #ffffff;
    text-decoration: none; }

.header-top__block--right {
  text-align: right; }
  @media (max-width: 767px) {
    .header-top__block--right {
      min-width: 115px; } }

.header-top__block .header-top__link:hover {
  background: none; }

@media (max-width: 767px) {
  .header-top__block .header-top__link {
    padding: 0 5px; } }

.header-top__block--right-wrapper {
  justify-content: flex-end; }

#breadcrumb {
  background: #EBEBEB; }
  #breadcrumb .breadcrumb {
    background: none;
    font-size: 11px;
    font-style: italic;
    padding: 18px 0;
    margin-bottom: 0; }
    #breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: ">"; }
    #breadcrumb .breadcrumb a {
      color: #000; }
    #breadcrumb .breadcrumb .active {
      color: #DB0916;
      font-weight: 600; }

.page-header {
  background: #EBEBEB; }
  .page-header .h1 {
    margin: 0;
    padding: 16px 0 30px; }
    .page-header .h1::before {
      bottom: 30px;
      color: #ffffff; }

#module-pm_advancedsearch4-searchresults .page-header h1,
#module-pm_advancedsearch4-advancedsearch4 .page-header h1,
#module-pm_advancedsearch4-seo .page-header h1,
#manufacturer .page-header h1,
.wishlist-products-list .page-header h1,
#new-products .page-header h1,
#best-sales .page-header h1,
#prices-drop .page-header h1,
#search .page-header h1,
#category .page-header h1 {
  padding-bottom: 10px; }

#module-pm_advancedsearch4-searchresults .after-title-wrapper,
#module-pm_advancedsearch4-advancedsearch4 .after-title-wrapper,
#module-pm_advancedsearch4-seo .after-title-wrapper,
#manufacturer .after-title-wrapper,
.wishlist-products-list .after-title-wrapper,
#new-products .after-title-wrapper,
#best-sales .after-title-wrapper,
#prices-drop .after-title-wrapper,
#search .after-title-wrapper,
#category .after-title-wrapper {
  background: #EBEBEB; }

#module-pm_advancedsearch4-searchresults .after-title,
#module-pm_advancedsearch4-advancedsearch4 .after-title,
#module-pm_advancedsearch4-seo .after-title,
#manufacturer .after-title,
.wishlist-products-list .after-title,
#new-products .after-title,
#best-sales .after-title,
#prices-drop .after-title,
#search .after-title,
#category .after-title {
  background: #EBEBEB; }
  #module-pm_advancedsearch4-searchresults .after-title #category-description,
  #module-pm_advancedsearch4-advancedsearch4 .after-title #category-description,
  #module-pm_advancedsearch4-seo .after-title #category-description,
  #manufacturer .after-title #category-description,
  .wishlist-products-list .after-title #category-description,
  #new-products .after-title #category-description,
  #best-sales .after-title #category-description,
  #prices-drop .after-title #category-description,
  #search .after-title #category-description,
  #category .after-title #category-description {
    text-align: center; }

#manufacturer #js-product-list-header {
  display: none; }

#cart .breadcrumb {
  display: none; }

#cart .page-header .h1 {
  padding-top: 50px; }

.page-header .container {
  position: relative; }
  .page-header .container .btn-outline-primary {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
    z-index: 4;
    color: #707070;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    line-height: 30px;
    padding: 0 15px;
    border: 1px solid #707070;
    min-width: 100px; }
    .page-header .container .btn-outline-primary svg {
      display: inline-block;
      vertical-align: middle;
      margin-right: 6px; }
    .page-header .container .btn-outline-primary span {
      display: inline-block;
      vertical-align: middle; }
    .page-header .container .btn-outline-primary:hover {
      background: #000;
      border: 1px solid #000;
      color: #fff; }
      .page-header .container .btn-outline-primary:hover svg path {
        fill: #fff; }

@media (max-width: 991px) {
  #header .header-top {
    padding: 20px 10px; }
    #header .header-top .header-top__block--left .d-block .menuMobile {
      display: flex;
      align-items: center; }
      #header .header-top .header-top__block--left .d-block .menuMobile .show_icon_in_mobile {
        padding: 0;
        margin: 0;
        width: auto; }
        #header .header-top .header-top__block--left .d-block .menuMobile .show_icon_in_mobile .container {
          background: none; }
          #header .header-top .header-top__block--left .d-block .menuMobile .show_icon_in_mobile .container .ybc-menu-toggle {
            font-size: 0;
            padding: 7px;
            text-align: center;
            border: 2px solid #fff;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            line-height: 40px; }
            #header .header-top .header-top__block--left .d-block .menuMobile .show_icon_in_mobile .container .ybc-menu-toggle span {
              margin: 0; }
              #header .header-top .header-top__block--left .d-block .menuMobile .show_icon_in_mobile .container .ybc-menu-toggle span .icon-bar {
                background-color: #fff;
                clear: left;
                float: left;
                height: 2px;
                margin: 2px 0px 2px 0;
                transition: all 0.4s ease 0s;
                -webkit-transition: all 0.4s ease 0s;
                width: 23px;
                border-radius: 2px; }
      #header .header-top .header-top__block--left .d-block .menuMobile #search-wrapper {
        color: #fff; }
    #header .header-top .header-top__block--right-wrapper .header-top__block--contact {
      display: none; }
    #header .header-top .header-top__block--right-wrapper .header-top__block--user {
      padding-left: 0; }
      #header .header-top .header-top__block--right-wrapper .header-top__block--user .header-top__icon-container img {
        width: 36px;
        height: 32px; }
    #header .header-top .header-top__block--cart .blockcart > a img, #header .header-top .header-top__block--cart .blockcart > a svg {
      width: 32px;
      height: 37px; } }

@media (max-width: 536px) {
  #header .header-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%); }
    #header .header-top.header-top-on-scroll {
      background: #000; }
  body:not(#index) #header .header-top {
    background: #000; }
  body {
    padding-top: 90px; } }

#index .blockcart.cart-preview.dropdown.show .header-top__icon-container img {
  filter: brightness(0); }

#index .blockcart.cart-preview.dropdown.show .header-top__badge {
  border-color: #000; }

.blockcart.cart-preview {
  position: relative; }
  .blockcart.cart-preview:hover .summary-list {
    display: block; }
    @media (max-width: 767.98px) {
      .blockcart.cart-preview:hover .summary-list {
        display: none; } }

.dropdown-menu.blockcart__dropdown {
  overflow: visible;
  border-radius: 30px;
  top: 20px !important;
  left: 30px !important;
  width: 281px;
  padding: 10px;
  padding-bottom: 0; }
  .dropdown-menu.blockcart__dropdown.summary-list {
    top: 77px !important;
    left: unset !important;
    right: -33px !important;
    position: absolute;
    background: white;
    z-index: 8; }
  .dropdown-menu.blockcart__dropdown .cart-products__desc {
    text-align: left; }
  .dropdown-menu.blockcart__dropdown .cart-dropdown__content {
    max-height: 271px;
    padding: 0 10px 20px 0; }
    .dropdown-menu.blockcart__dropdown .cart-dropdown__content::-webkit-scrollbar {
      width: 8px !important;
      border-radius: 7px !important;
      margin-right: 20px !important;
      padding-right: 20px !important; }
    .dropdown-menu.blockcart__dropdown .cart-dropdown__content::-webkit-scrollbar-track {
      margin-top: 10px;
      margin-bottom: 10px;
      background: #F4F4F4 !important;
      border-radius: 7px !important;
      margin-right: 20px !important;
      padding-right: 20px !important; }
    .dropdown-menu.blockcart__dropdown .cart-dropdown__content::-webkit-scrollbar-thumb {
      background: #DB0916 !important;
      border-right: 1px solid #DB0916 !important;
      border-radius: 7px !important;
      margin-right: 20px !important;
      padding-right: 20px !important;
      height: 10px; }
    .dropdown-menu.blockcart__dropdown .cart-dropdown__content::-webkit-scrollbar-thumb:hover {
      background: #DB0916 !important; }
  .dropdown-menu.blockcart__dropdown .cart-dropdown__products {
    padding-top: 0; }
    .dropdown-menu.blockcart__dropdown .cart-dropdown__products span.material-icons {
      color: #6c757d; }
    .dropdown-menu.blockcart__dropdown .cart-dropdown__products .price {
      background: #000;
      color: white;
      border-radius: 7px;
      padding: 2px 4px;
      font-size: 12px;
      margin-bottom: 5px;
      display: inline-block; }
  .dropdown-menu.blockcart__dropdown .cart-products {
    position: relative;
    padding-bottom: 0; }
    .dropdown-menu.blockcart__dropdown .cart-products__desc {
      padding-right: 0; }
      .dropdown-menu.blockcart__dropdown .cart-products__desc p {
        margin-bottom: 0 !important;
        max-height: 35px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical; }
    .dropdown-menu.blockcart__dropdown .cart-products__remove {
      position: absolute;
      top: 0;
      right: 20px; }
    .dropdown-menu.blockcart__dropdown .cart-products:not(:first-child) {
      padding-top: 10px; }
      .dropdown-menu.blockcart__dropdown .cart-products:not(:first-child) .cart-products__remove {
        top: 10px; }

.dropdown-menu.blockcart__dropdown:before {
  bottom: 100%;
  background-color: transparent;
  top: -20px;
  content: "";
  height: 1px;
  right: 37px !important;
  position: absolute;
  right: 0;
  width: 0;
  border-style: solid;
  border-width: 0 20px 25px 20px;
  border-color: transparent transparent #ffffff transparent;
  margin-left: -20px; }

.dropdown-menu.blockcart__dropdown:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: -29px;
  left: 0;
  height: 37px;
  background: transparent; }

.cart-dropdown-footer {
  background: #000;
  border: 1px solid #fff;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px; }
  .cart-dropdown-footer .cart-summary-line.cart-total {
    display: flex !important;
    justify-content: space-between; }
    .cart-dropdown-footer .cart-summary-line.cart-total .label, .cart-dropdown-footer .cart-summary-line.cart-total .value {
      font-size: 18px;
      font-weight: 800; }
    .cart-dropdown-footer .cart-summary-line.cart-total .label {
      color: white; }
    .cart-dropdown-footer .cart-summary-line.cart-total .value {
      color: #DB0916; }
  .cart-dropdown-footer .cart-summary-line.cart-shipping .label, .cart-dropdown-footer .cart-summary-line.cart-shipping .value {
    font-size: 14px;
    font-weight: 400;
    color: #707070; }
  .cart-dropdown-footer .btn {
    border-radius: 36px;
    height: 30px;
    width: 130px;
    margin: 0 auto;
    font-weight: 700;
    display: block; }

#new-product-added.dropdown-menu.blockcart__dropdown {
  overflow: visible;
  border-radius: 30px;
  top: 80px !important;
  right: -26px;
  left: unset !important;
  width: 281px;
  padding: 10px;
  padding-bottom: 0;
  text-align: left; }
  #new-product-added.dropdown-menu.blockcart__dropdown.show {
    display: block !important;
    position: absolute;
    z-index: 1000;
    float: left;
    font-size: 1rem;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    animation: slide-in-top 4s linear both; }
  #new-product-added.dropdown-menu.blockcart__dropdown .cart-dropdown__products .price {
    font-size: 16px; }
  #new-product-added.dropdown-menu.blockcart__dropdown .cart-dropdown__content.cart__card-body {
    padding-bottom: 10px; }

@media (max-width: 767.98px) {
  #checkout .page-header .container .btn-outline-primary {
    position: relative; } }

@media (max-width: 767px) {
  .header-top__row {
    justify-content: space-between; } }

.l-main {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  @media (max-width: 767.98px) {
    .l-main body:not(#index) {
      overflow-x: hidden; } }

.btn.wait-validation {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .btn.wait-validation {
      font-size: 20px;
      line-height: 1.15; } }
  .btn.wait-validation span {
    display: inline-block; }
    .btn.wait-validation span.hover-text {
      display: none; }
  .btn.wait-validation:hover span {
    display: none; }
    .btn.wait-validation:hover span.hover-text {
      display: inline-block; }

.products-list__block--grid .btn.sign-in, .product-slider__item .btn.sign-in {
  font-weight: 600;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DB0916;
  border: 1px solid #DB0916;
  border-radius: 16px;
  padding: 5px 30px;
  color: #fff;
  line-height: .8;
  text-wrap: nowrap; }
  .products-list__block--grid .btn.sign-in:hover, .products-list__block--grid .btn.sign-in:focus, .product-slider__item .btn.sign-in:hover, .product-slider__item .btn.sign-in:focus {
    border: 1px solid #DB0916;
    color: #DB0916;
    background: #fff; }

.products-list__block--grid .product-label, .product-slider__item .product-label {
  position: absolute;
  left: calc(50% - 45px);
  top: -22px;
  width: 90px;
  font-weight: bold;
  font-size: 14px;
  background-color: #DB0916;
  color: #fff;
  padding: 0px 10px;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  text-align: center;
  z-index: 1;
  line-height: normal;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .products-list__block--grid .product-label, .product-slider__item .product-label {
      font-size: 12px; } }
  .products-list__block--grid .product-label.label-restock, .product-slider__item .product-label.label-restock {
    background-color: #2ecc71; }
  .products-list__block--grid .product-label.label-coming-soon, .product-slider__item .product-label.label-coming-soon {
    background-color: #42a5f5; }

.products-list__block--grid .product-miniature:has(> #flash_sales) .product-label, .product-slider__item .product-miniature:has(> #flash_sales) .product-label {
  left: auto;
  right: -57px;
  top: calc(50% - 90px);
  transform: rotate(90deg); }

@media only screen and (max-width: 415px) and (min-width: 320px) {
  .btn.btn-primary.m-auto.sign-in {
    padding: 5px 10px; } }

.products-list__block--grid .product-miniature__thumb-link,
.product-slider__item .product-miniature__thumb-link,
.products-list__block--list .product-miniature__thumb-link {
  max-width: 100%;
  display: inline-flex;
  align-items: center; }
  .products-list__block--grid .product-miniature__thumb-link img,
  .product-slider__item .product-miniature__thumb-link img,
  .products-list__block--list .product-miniature__thumb-link img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.products-list__block--grid .product-miniature__thumb-link,
.product-slider__item .product-miniature__thumb-link {
  max-width: 100%;
  height: 145px; }
  @media (max-width: 767.98px) {
    .products-list__block--grid .product-miniature__thumb-link,
    .product-slider__item .product-miniature__thumb-link {
      height: 170px; } }

.products-list__block--list .product-miniature__thumb-link {
  justify-content: center;
  height: 100%;
  width: 100%; }
  .products-list__block--list .product-miniature__thumb-link img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

@media (min-width: 768px) {
  .products-list__block--grid .product-miniature__thumb-link,
  .product-slider__item .product-miniature__thumb-link {
    max-width: 100%;
    width: 250px;
    height: 250px; }
  .products-list__block--list .product-miniature__thumb-link {
    max-width: 100%;
    width: 178px;
    height: 178px; } }

.expedition_express_box .col-lg-4.col-4, .expedition_express_box .col-lg-4.col-xs-4 {
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  height: 100%; }
  .expedition_express_box .col-lg-4.col-4 .isTimer, .expedition_express_box .col-lg-4.col-xs-4 .isTimer {
    border-radius: 25px;
    background: #000;
    height: 100%;
    padding: 15px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center; }
    .expedition_express_box .col-lg-4.col-4 .isTimer .image, .expedition_express_box .col-lg-4.col-xs-4 .isTimer .image {
      margin-bottom: 30px;
      width: 100%; }
    .expedition_express_box .col-lg-4.col-4 .isTimer .title, .expedition_express_box .col-lg-4.col-xs-4 .isTimer .title {
      font-size: 20px;
      line-height: 24px;
      font-weight: 800;
      margin-bottom: 25px; }
    .expedition_express_box .col-lg-4.col-4 .isTimer .masked, .expedition_express_box .col-lg-4.col-xs-4 .isTimer .masked {
      background: #000;
      font-size: 18px;
      line-height: normal;
      font-weight: 500;
      position: relative;
      top: 1px;
      display: inline-block;
      padding: 0 8px;
      width: calc(100% - 32px); }
    .expedition_express_box .col-lg-4.col-4 .isTimer .shipping-remaining-time, .expedition_express_box .col-lg-4.col-xs-4 .isTimer .shipping-remaining-time {
      border: 1px solid #fff;
      padding: 8px;
      width: 100%;
      font-size: 31px;
      line-height: 36px;
      font-weight: 900;
      text-align: center;
      margin-top: -7px; }
    .expedition_express_box .col-lg-4.col-4 .isTimer .shipping-date, .expedition_express_box .col-lg-4.col-xs-4 .isTimer .shipping-date,
    .expedition_express_box .col-lg-4.col-4 .isTimer .shipping-remaining-time + div,
    .expedition_express_box .col-lg-4.col-xs-4 .isTimer .shipping-remaining-time + div {
      display: none; }

@media (min-width: 1305px) {
  .products-list__block--list {
    padding: 0 25px !important; } }

.products-list__block--list .product_by_attributes {
  box-shadow: 0px 0px 6px #00000029;
  border: 2px solid #707070;
  border-radius: 25px;
  padding: 10px;
  margin-top: 50px; }
  .products-list__block--list .product_by_attributes #productcountdown {
    text-align: center;
    margin-top: -45px; }
    .products-list__block--list .product_by_attributes #productcountdown .flash_title {
      color: #DB3A34;
      font-size: 20px;
      line-height: 24px;
      text-transform: uppercase;
      font-weight: 800;
      margin-bottom: -5px; }
    .products-list__block--list .product_by_attributes #productcountdown #productcountdown_cover {
      background: #DB3A34;
      border-radius: 10px;
      position: relative;
      display: inline-flex;
      justify-content: center;
      text-align: center; }
      .products-list__block--list .product_by_attributes #productcountdown #productcountdown_cover::after, .products-list__block--list .product_by_attributes #productcountdown #productcountdown_cover::before {
        content: "";
        width: 46px;
        height: 53px;
        position: absolute;
        left: 0;
        top: 0;
        background: url(/themes/joshnoa/assets//img-dist/chrono_left.png) no-repeat center; }
      .products-list__block--list .product_by_attributes #productcountdown #productcountdown_cover::after {
        left: auto;
        right: 0; }
      .products-list__block--list .product_by_attributes #productcountdown #productcountdown_cover div {
        color: #F4F4F4;
        font-size: 20px;
        line-height: 24px;
        padding: 15px;
        font-weight: 700;
        position: relative; }
        .products-list__block--list .product_by_attributes #productcountdown #productcountdown_cover div:after {
          content: "";
          width: 1px;
          background: #fff;
          position: absolute;
          top: 30%;
          right: 0;
          bottom: 30%; }
        .products-list__block--list .product_by_attributes #productcountdown #productcountdown_cover div:last-child::after {
          display: none; }
        .products-list__block--list .product_by_attributes #productcountdown #productcountdown_cover div span {
          display: block;
          font-size: 10px;
          line-height: 11px;
          color: #fff; }
  .products-list__block--list .product_by_attributes .attribute_thead {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    color: #000000;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    padding: 20px 0 5px; }
    .products-list__block--list .product_by_attributes .attribute_thead .thead_price {
      max-width: 60%;
      flex: 0 0 60%; }
      .products-list__block--list .product_by_attributes .attribute_thead .thead_price span {
        min-width: 100px;
        display: inline-block;
        text-align: center; }
    .products-list__block--list .product_by_attributes .attribute_thead .thead_qty {
      text-align: center;
      max-width: 40%;
      flex: 0 0 40%; }
  .products-list__block--list .product_by_attributes .product_by_attributes_cover {
    max-height: 397px;
    overflow-y: auto;
    padding-right: 15px;
    padding-top: 10px;
    scrollbar-color: #DB0916 !important;
    /* thumb and track color */
    scrollbar-width: thin !important; }
    .products-list__block--list .product_by_attributes .product_by_attributes_cover::-webkit-scrollbar {
      width: 8px !important;
      border-radius: 7px !important;
      margin-right: 20px !important;
      padding-right: 20px !important; }
    .products-list__block--list .product_by_attributes .product_by_attributes_cover::-webkit-scrollbar-track {
      background: #F4F4F4 !important;
      border-radius: 7px !important;
      margin-right: 20px !important;
      padding-right: 20px !important; }
    .products-list__block--list .product_by_attributes .product_by_attributes_cover::-webkit-scrollbar-thumb {
      background: #DB0916 !important;
      border-right: 1px solid #DB0916 !important;
      border-radius: 7px !important;
      margin-right: 20px !important;
      padding-right: 20px !important;
      height: 10px; }
    .products-list__block--list .product_by_attributes .product_by_attributes_cover::-webkit-scrollbar-thumb:hover {
      background: #DB0916 !important; }
    .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item {
      border-top: 1px solid #BABABA49;
      margin: 0;
      padding: 10px 0;
      flex-wrap: initial;
      justify-content: space-between; }
      .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item:last-child {
        border-bottom: 1px solid #BABABA49; }
      .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left {
        max-width: 65%;
        border-right: 1px solid #BABABA49;
        display: flex;
        flex-wrap: initial;
        justify-content: space-between;
        padding-right: 0; }
        .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left .prod_att_thumb {
          margin: 0;
          align-items: center;
          padding-right: 15px;
          min-width: 300px; }
          .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left .prod_att_thumb .prod_att_image {
            border: 1px solid #BABABA;
            border-radius: 10px;
            width: 66px;
            height: 66px;
            overflow: hidden; }
          .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left .prod_att_thumb .prod_att_desc {
            width: calc(100% - 66px);
            padding-left: 12px; }
            .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left .prod_att_thumb .prod_att_desc .prod_title {
              color: #000;
              font-weight: 600;
              font-size: 17px;
              line-height: 20px; }
            .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left .prod_att_thumb .prod_att_desc .prod_ref {
              color: #A7A7A7;
              font-size: 12px;
              line-height: 16px;
              font-weight: 500;
              margin-bottom: 5px; }
        .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left .product_price {
          padding: 0 15px;
          border-left: 1px solid #BABABA49;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          align-content: center;
          text-align: center;
          justify-content: center;
          min-width: 130px; }
          .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left .product_price .reduction-percentage {
            background: #DB3A34;
            color: #FFFFFF;
            font-size: 15px;
            border-radius: 50%;
            width: 45px;
            height: 45px;
            line-height: 46px;
            text-align: center;
            position: absolute;
            right: -22px;
            top: -20px;
            transform: rotate(-8deg); }
          .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left .product_price .price_attr {
            font-size: 20px;
            line-height: 22px;
            color: #DB0916;
            font-weight: 800;
            width: 100%;
            white-space: nowrap; }
            .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left .product_price .price_attr span {
              color: #000;
              font-size: 19px;
              font-weight: 600;
              text-transform: uppercase; }
          .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left .product_price .price_pvmc {
            font-size: 10px;
            line-height: 11px;
            color: #000;
            width: 100%; }
            .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left .product_price .price_pvmc label {
              font-weight: normal;
              color: #000;
              margin: 0; }
            .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left .product_price .price_pvmc span {
              font-weight: 700; }
          .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left .product_price .reduce_percentage {
            position: absolute;
            left: 0;
            top: -10px;
            background: red;
            border-radius: 50%;
            width: 38px;
            height: 38px;
            line-height: 38px;
            color: #fff;
            font-size: 13px;
            font-weight: 600; }
          .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left .product_price .old_price {
            color: #000;
            text-decoration: line-through; }
      .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_right {
        max-width: 35%;
        display: flex;
        justify-content: space-around;
        flex-wrap: initial;
        padding: 0; }
        .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_right .product_qty {
          margin: 0;
          align-items: center;
          flex-wrap: initial;
          padding-left: 15px; }
          .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_right .product_qty .choose_qty .qty {
            min-width: 100px;
            border-radius: 16px;
            position: relative;
            display: flex;
            align-items: stretch;
            width: 100%; }
            .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_right .product_qty .choose_qty .qty button {
              align-items: center;
              background: none;
              display: flex;
              font-size: 0;
              justify-content: center;
              text-align: center;
              width: 30px;
              border: none;
              outline: none; }
              .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_right .product_qty .choose_qty .qty button:before {
                content: "";
                background: #DB0916;
                width: 12px;
                height: 2px;
                display: block; }
            .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_right .product_qty .choose_qty .qty .js-qty-up:after {
              content: "";
              background: #DB0916;
              width: 2px;
              height: 12px;
              position: relative;
              right: 7px; }
            .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_right .product_qty .choose_qty .qty .quantity_wanted {
              height: 37px;
              border: none;
              outline: none;
              max-width: 60px;
              padding: 0;
              font-weight: 700;
              text-align: center;
              flex: 1; }
        .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_right .prod_attr_infos_stock {
          font-size: 15px;
          line-height: 18px;
          color: #000;
          font-weight: 500;
          font-style: italic;
          display: flex;
          flex-wrap: wrap;
          align-content: center;
          justify-content: center;
          text-align: center; }
          .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_right .prod_attr_infos_stock .prod_att_date {
            color: #707070;
            font-weight: 500;
            font-size: 13px;
            line-height: 15px;
            font-style: italic;
            width: 100%;
            text-align: center; }
          .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_right .prod_attr_infos_stock .product_stock_alert {
            width: 100%;
            text-align: center; }
            .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_right .prod_attr_infos_stock .product_stock_alert button, .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_right .prod_attr_infos_stock .product_stock_alert a {
              background: #000;
              color: #fff;
              font-size: 14px;
              line-height: 16px;
              border-radius: 10px;
              padding: 5px 10px;
              display: inline-block;
              text-decoration: none;
              margin-top: 3px;
              font-style: normal;
              font-weight: 500; }
              .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_right .prod_attr_infos_stock .product_stock_alert button:hover, .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_right .prod_attr_infos_stock .product_stock_alert a:hover {
                background: #DB0916; }
  .products-list__block--list .product_by_attributes .attribute_footer {
    background: #000;
    border-radius: 0 0 23px 23px;
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    line-height: 22px;
    padding: 15px; }
    .products-list__block--list .product_by_attributes .attribute_footer .add-to-cart {
      border-radius: 16px;
      padding: 3px 15px;
      font-size: 19px;
      font-weight: 800;
      line-height: 22px; }
      .products-list__block--list .product_by_attributes .attribute_footer .add-to-cart:hover {
        background: #fff;
        color: #DB0916; }
    .products-list__block--list .product_by_attributes .attribute_footer .prod_out_stock {
      color: #DB0916; }

.products-list__block--list .product_all_attributes {
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0; }

.products-list__block--list .btn.wait-validation {
  max-width: 242px;
  border-radius: 16px; }

.product-miniature {
  text-align: center; }
  .product-miniature.flash .product-label {
    top: 18px; }
  .product-miniature.expedition_express {
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important; }
    .product-miniature.expedition_express .expedition_express_cover {
      border-radius: 25px;
      background: #000;
      height: 100%;
      padding: 15px;
      font-size: 18px;
      line-height: 21px;
      font-weight: 500;
      color: #fff;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      text-align: center; }
      .product-miniature.expedition_express .expedition_express_cover .exe_icon {
        margin-bottom: 30px; }
      .product-miniature.expedition_express .expedition_express_cover .exe_title {
        font-size: 20px;
        line-height: 24px;
        font-weight: 800;
        margin-bottom: 25px; }
      .product-miniature.expedition_express .expedition_express_cover .exe_countdown {
        border: 1px solid #fff;
        margin-top: 15px;
        padding-bottom: 8px;
        width: 100%; }
        .product-miniature.expedition_express .expedition_express_cover .exe_countdown .exe_countdown_cont {
          font-size: 31px;
          line-height: 36px;
          font-weight: 900;
          text-align: center;
          margin-top: -7px; }
        .product-miniature.expedition_express .expedition_express_cover .exe_countdown .exe_countdown_title {
          background: #000;
          font-size: 18px;
          line-height: normal;
          font-weight: 500;
          position: relative;
          top: -13px;
          display: inline-block;
          padding: 0 8px; }
  .product-miniature .product_labels {
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    width: auto !important;
    z-index: 2; }
    .product-miniature .product_labels .prod_label {
      margin-bottom: 7px;
      text-align: left;
      max-width: 40%;
      width: 40%;
      background: none;
      padding: 0;
      line-height: normal; }
      .product-miniature .product_labels .prod_label .prod_label_text {
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 0px 20px 20px 0px;
        color: #fff;
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        padding: 5px 10px;
        width: auto;
        display: inline-block;
        min-width: 96px; }
      .product-miniature .product_labels .prod_label:nth-child(2n) {
        text-align: right; }
        .product-miniature .product_labels .prod_label:nth-child(2n) .prod_label_text {
          border-radius: 20px 0 0 20px; }
    .product-miniature .product_labels .product-flags__flag--out_of_stock .prod_label_text {
      background: #DB0916; }
    .product-miniature .product_labels .product-flags__flag--new {
      color: #DB0916;
      font-size: 20px;
      line-height: 24px;
      font-weight: 700;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%); }
  .product-miniature .product-miniature__thumb {
    position: relative; }
    .product-miniature .product-miniature__thumb .wishlist-button-product {
      position: absolute;
      box-shadow: none;
      border: none;
      margin: 0;
      padding: 0;
      right: 2px;
      top: -5px;
      width: 24px;
      height: 24px;
      min-width: 24px;
      z-index: 8; }
      .product-miniature .product-miniature__thumb .wishlist-button-product span {
        display: none; }
      .product-miniature .product-miniature__thumb .wishlist-button-product i {
        color: #DB0916; }
  .product-miniature.card {
    box-shadow: 0px 0px 10px #00000029;
    border: none;
    border-radius: 25px; }
    @media (max-width: 575.98px) {
      .product-miniature.card {
        border-radius: 15px;
        padding-top: 11px !important; } }
  .product-miniature__quick-view {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    width: 1.7em;
    height: 1.7em;
    padding: 0;
    line-height: 1.7em;
    border: 0;
    font-size: 1.25rem; }
    @media (max-width: 992px) {
      .product-miniature__quick-view {
        font-size: calc(0.96875rem + 0.45363vw) ; } }
  .product-miniature__quick-view-icon {
    font-size: inherit;
    line-height: inherit; }
  .product-miniature__pricing {
    margin: 0; }
  .product-miniature__title {
    height: auto;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 5px 0 8px; }
    .product-miniature__title a {
      display: flex;
      align-items: center;
      height: 2.2em;
      overflow: hidden;
      line-height: 1.1;
      font-size: 1.5625rem;
      font-weight: 800;
      color: #000 !important;
      text-decoration: none;
      padding-bottom: 1px;
      box-sizing: content-box; }
      @media (max-width: 992px) {
        .product-miniature__title a {
          font-size: calc(1rem + 0.90726vw) ; } }
      .product-miniature__title a span {
        max-height: 2.2em;
        margin: auto; }
  .product-miniature--smaller .price,
  .product-miniature--smaller .product-miniature__title {
    font-size: 0.9375rem; }
  .product-miniature--smaller .product-miniature__pricing {
    margin: 0; }
  .product-miniature .fabriquant {
    color: #707070;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 10px;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; }
    @media (max-width: 992px) {
      .product-miniature .fabriquant {
        font-size: calc(0.96875rem + 0.45363vw) ; } }
  .product-miniature .gamme {
    font-weight: 600;
    font-size: 1.1875rem;
    font-style: italic;
    color: #BABABA;
    line-height: 1.2;
    margin-bottom: 10px; }
    @media (max-width: 992px) {
      .product-miniature .gamme {
        font-size: calc(0.9625rem + 0.3629vw) ; } }
  .product-miniature .description {
    color: #6E6E6E;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 10px; }
    @media (max-width: 992px) {
      .product-miniature .description {
        font-size: calc(0.95625rem + 0.27218vw) ; } }
  .product-miniature .product-miniature__actions {
    display: none; }
  .product-miniature .product-miniature__pricing {
    display: flex;
    margin-top: -30px;
    position: relative; }
    .product-miniature .product-miniature__pricing .inner {
      margin: auto;
      background: #000000;
      border-radius: 6px;
      padding: 3px 15px; }
      .product-miniature .product-miniature__pricing .inner .price {
        color: #ffffff;
        font-size: 20px;
        line-height: 24px; }
        .product-miniature .product-miniature__pricing .inner .price .type-price {
          display: none; }
      .product-miniature .product-miniature__pricing .inner .discount-percentage {
        background: #DB3A34;
        border: 2px solid #FFFFFF;
        height: 48px;
        width: 48px;
        color: #F4F4F4;
        font-size: 15px;
        line-height: 44px;
        padding: 0 !important;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        left: -25px;
        top: 50%;
        transform: matrix(0.99, -0.1, 0.1, 0.99, 0, 0) translateY(-50%); }
    .product-miniature .product-miniature__pricing .btn.wait-validation {
      max-width: 186px; }
  .product-miniature .product-flags {
    padding-top: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: initial !important; }
    .product-miniature .product-flags li.product-flags__flag {
      width: 96px;
      font-size: 16px;
      font-weight: 700;
      border-radius: 0 20px 20px 0 !important;
      padding: 5px 0 5px 12px;
      line-height: 1;
      text-align: left;
      margin-left: -10px; }
    .product-miniature .product-flags .product-flags__flag--on-sale {
      background: #DB3A34; }
  .product-miniature .product-miniature__thumb-link:hover .product-flags__flag--new {
    color: #DB0916; }
  .product-miniature .product-miniature__thumb .product-flags__flag--new {
    top: 10px;
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase; }
  .product-miniature:hover .product-miniature__pricing .inner {
    background: #DB0916; }
  .product-miniature .product-flags__flag--discount {
    position: absolute;
    left: -25px;
    bottom: -24px;
    background: #DB3A34;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 48px;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    transform: rotate(-6deg);
    z-index: 1; }
    @media (max-width: 575.98px) {
      .product-miniature .product-flags__flag--discount {
        left: -23px;
        font-size: 13px;
        line-height: 15px;
        height: 40px;
        width: 40px; } }
    .product-miniature .product-flags__flag--discount.amount {
      padding: 5px;
      width: unset;
      min-width: 48px; }

.product-slider .product-slider__item {
  padding: 0 28px;
  flex: unset;
  max-width: unset; }
  @media (max-width: 767.98px) {
    .product-slider .product-slider__item {
      padding: 0 8px;
      flex: none; } }
  .product-slider .product-slider__item.swiper-slide {
    height: auto; }

.h1 {
  color: #000000;
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 80px;
  margin-bottom: 50px; }
  @media (max-width: 992px) {
    .h1 {
      font-size: calc(1.09375rem + 2.26815vw) ; } }
  @media (max-width: 767.98px) {
    .h1 {
      margin-top: 50px; } }
  .h1 span {
    position: relative;
    z-index: 2; }
    .h1 span::after {
      position: absolute;
      right: -30px;
      bottom: -16px;
      display: block;
      background: url(/themes/joshnoa/assets//img-dist/titre-trait.svg);
      content: "";
      width: 84px;
      height: 25px; }
      @media (max-width: 767.98px) {
        .h1 span::after {
          width: 55px;
          height: 19px;
          background-size: contain; } }
  .h1::before {
    content: attr(data-bg-text);
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1;
    width: 100%;
    color: #D3D3D3;
    text-transform: uppercase;
    opacity: 0.64;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 4.375rem; }
    @media (max-width: 992px) {
      .h1::before {
        font-size: calc(1.28125rem + 4.98992vw) ; } }
    @media (max-width: 767.98px) {
      .h1::before {
        font-size: 40px; } }

@media (max-width: 767.98px) {
  #homeFeaturedProduct .featured-products__navigation {
    display: none !important; }
  .product-miniature .product-flags li.product-flags__flag {
    font-size: 10px; } }

.products-list__block--list .product-miniature {
  text-align: left;
  border: 1px solid #fff;
  overflow: hidden;
  border-radius: 16px; }
  .products-list__block--list .product-miniature .product-flags {
    left: -85px !important;
    padding-top: 30px;
    transition: left .4s;
    flex-direction: column !important; }
    .products-list__block--list .product-miniature .product-flags li.product-flags__flag {
      padding: 2px 0 2px 5px; }
  .products-list__block--list .product-miniature:hover .product-flags {
    left: -10px !important;
    transition: left .4s; }
  .products-list__block--list .product-miniature .product_labels {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
    .products-list__block--list .product-miniature .product_labels .prod_label {
      max-width: 100%;
      width: 100%; }
      .products-list__block--list .product-miniature .product_labels .prod_label .prod_label_text {
        padding: 3px 20px 3px 10px;
        width: 100px;
        font-size: 14px;
        line-height: 14px; }
      .products-list__block--list .product-miniature .product_labels .prod_label:nth-child(2n) {
        text-align: left; }
        .products-list__block--list .product-miniature .product_labels .prod_label:nth-child(2n) .prod_label_text {
          border-radius: 0 20px 20px 0; }
  .products-list__block--list .product-miniature .product-miniature__thumb .wishlist-button-product {
    left: -4px;
    right: inherit;
    top: 0; }
  .products-list__block--list .product-miniature .product-miniature__thumb img.img-fluid {
    max-width: 178px; }
  .products-list__block--list .product-miniature .product-miniature__thumb .product-flags__flag--discount {
    display: none; }
  .products-list__block--list .product-miniature .product-miniature__thumb .product-flags__flag--new {
    max-width: 178px;
    text-align: center;
    top: 0; }
  .products-list__block--list .product-miniature .product-miniature__actions {
    display: block; }
  .products-list__block--list .product-miniature .right-col-1 {
    flex: 0 0 30%;
    max-width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%; }
    .products-list__block--list .product-miniature .right-col-1 .reference {
      font-size: 12px;
      font-style: italic;
      color: #A7A7A7; }
    .products-list__block--list .product-miniature .right-col-1 .product-miniature__title {
      border-top: none;
      font-size: 25px;
      margin: 0 0 5px !important; }
      .products-list__block--list .product-miniature .right-col-1 .product-miniature__title a {
        font-size: 25px;
        line-height: 24px;
        font-weight: 800;
        height: auto; }
        @media (max-width: 767.98px) {
          .products-list__block--list .product-miniature .right-col-1 .product-miniature__title a {
            font-size: 16px; } }
        .products-list__block--list .product-miniature .right-col-1 .product-miniature__title a span {
          margin-left: 0;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          line-clamp: 2;
          -webkit-box-orient: vertical;
          height: 50px; }
    .products-list__block--list .product-miniature .right-col-1 .product-miniature__desc {
      max-height: 48px;
      overflow: hidden; }
  .products-list__block--list .product-miniature .right-col-2 {
    text-align: center;
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%; }
    .products-list__block--list .product-miniature .right-col-2 .more {
      font-size: 19px;
      color: #000;
      font-weight: 900;
      text-decoration: underline;
      margin-top: 15px; }
      .products-list__block--list .product-miniature .right-col-2 .more:hover {
        color: #DB0916; }
  .products-list__block--list .product-miniature .right-col-3 {
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: relative; }
    .products-list__block--list .product-miniature .right-col-3 .price-cont {
      text-align: center;
      padding: 15px;
      border-left: 1px solid #BABABA;
      border-right: 1px solid #BABABA;
      height: 125px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .products-list__block--list .product-miniature .right-col-3 .price-cont .left.col-xs-12.col-md-6.row {
        flex: 1;
        max-width: 100%;
        margin: 0;
        color: #000000;
        font-size: 13px;
        line-height: 15px;
        font-weight: 500;
        padding: 0; }
      .products-list__block--list .product-miniature .right-col-3 .price-cont .product-miniature__pricing {
        margin-top: 0;
        margin-bottom: 10px; }
        .products-list__block--list .product-miniature .right-col-3 .price-cont .product-miniature__pricing .inner {
          background: none; }
          .products-list__block--list .product-miniature .right-col-3 .price-cont .product-miniature__pricing .inner span {
            color: #DB0916;
            font-size: 24px;
            font-weight: 800;
            line-height: 27px;
            white-space: nowrap; }
            @media (max-width: 767.98px) {
              .products-list__block--list .product-miniature .right-col-3 .price-cont .product-miniature__pricing .inner span {
                font-size: 20px; } }
            .products-list__block--list .product-miniature .right-col-3 .price-cont .product-miniature__pricing .inner span .type-price {
              display: inline-block;
              color: #000;
              font-weight: 600;
              font-size: 23px; }
              @media (max-width: 767.98px) {
                .products-list__block--list .product-miniature .right-col-3 .price-cont .product-miniature__pricing .inner span .type-price {
                  font-size: 19px; } }
          .products-list__block--list .product-miniature .right-col-3 .price-cont .product-miniature__pricing .inner span.price--regular {
            color: #000;
            margin-right: 0;
            font-weight: 600;
            font-size: 20px;
            display: block;
            line-height: 24px; }
            @media (max-width: 767.98px) {
              .products-list__block--list .product-miniature .right-col-3 .price-cont .product-miniature__pricing .inner span.price--regular {
                font-size: 17px; } }
          .products-list__block--list .product-miniature .right-col-3 .price-cont .product-miniature__pricing .inner .discount-percentage {
            position: absolute;
            bottom: calc(100% - 25px);
            right: -40px; }
      .products-list__block--list .product-miniature .right-col-3 .price-cont .diff-price span {
        display: block;
        color: #000;
        font-size: 13px;
        font-weight: 600; }
        .products-list__block--list .product-miniature .right-col-3 .price-cont .diff-price span label {
          font-weight: 400;
          margin-bottom: 0; }
    .products-list__block--list .product-miniature .right-col-3 .product-flags__flag--discount {
      left: inherit;
      right: -15px;
      bottom: inherit;
      top: 5%; }
  .products-list__block--list .product-miniature .right-col-4 {
    flex: 0 0 30%;
    max-width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .products-list__block--list .product-miniature .right-col-4 .btn-block {
      height: 36px;
      overflow: hidden;
      font-size: 19px;
      font-weight: 800;
      padding: 3px;
      border-radius: 20px;
      margin-bottom: 10px; }
      .products-list__block--list .product-miniature .right-col-4 .btn-block:hover {
        color: #707070;
        background: #fff;
        box-shadow: inset 0 0 0 1px #707070; }
      .products-list__block--list .product-miniature .right-col-4 .btn-block.btn-primary:disabled:hover {
        color: #fff;
        background-color: #DB0916;
        border-color: #DB0916; }
      .products-list__block--list .product-miniature .right-col-4 .btn-block.btn-primary:hover, .products-list__block--list .product-miniature .right-col-4 .btn-block.cartLoadedButton {
        color: #DB0916 !important;
        background: #fff !important;
        box-shadow: inset 0 0 0 1px #DB0916; }
      .products-list__block--list .product-miniature .right-col-4 .btn-block > span i {
        color: #707070; }
      @media (max-width: 575.98px) {
        .products-list__block--list .product-miniature .right-col-4 .btn-block.add-to-cart {
          display: none; } }
    .products-list__block--list .product-miniature .right-col-4 .prodQtt {
      display: block;
      text-align: center;
      color: #A7A7A7;
      font-size: 16px;
      font-style: italic;
      line-height: 18px;
      margin-top: 8%; }
    .products-list__block--list .product-miniature .right-col-4 .declCount {
      display: block;
      text-align: center;
      font-size: 18px;
      font-weight: 800;
      color: #6E6E6E;
      margin-bottom: 8%; }
  .products-list__block--list .product-miniature .need-agreement {
    margin: auto;
    padding: 15px;
    background: #000000;
    color: white;
    text-align: center;
    border-radius: 16px;
    font-size: 19px;
    line-height: 22px;
    width: 100%;
    max-width: 242px; }
    @media (max-width: 720px) {
      .products-list__block--list .product-miniature .need-agreement {
        font-size: 15px;
        line-height: 18px; } }
    .products-list__block--list .product-miniature .need-agreement .right.col-xs-12.col-md-6.row {
      max-width: 100%;
      display: flex;
      justify-content: center;
      padding: 0;
      margin: 0; }
    .products-list__block--list .product-miniature .need-agreement a {
      display: block;
      width: 100%; }
    .products-list__block--list .product-miniature .need-agreement:hover {
      background: red;
      color: white; }
      .products-list__block--list .product-miniature .need-agreement:hover a {
        color: white; }
      .products-list__block--list .product-miniature .need-agreement:hover a:hover {
        text-decoration: none; }
  .products-list__block--list .product-miniature:hover {
    border: 1px solid #DB0916; }

.products-list__block--grid .need-agreement, .product-slider__item .need-agreement {
  margin: auto;
  padding: 10px;
  background: #000000;
  color: white;
  text-align: center;
  border-radius: 6px;
  font-size: 20px;
  line-height: 23px;
  width: 100%;
  max-width: 238px;
  margin-top: -35px; }
  @media (max-width: 720px) {
    .products-list__block--grid .need-agreement, .product-slider__item .need-agreement {
      font-size: 15px;
      line-height: 18px; } }
  .products-list__block--grid .need-agreement a, .product-slider__item .need-agreement a {
    display: block;
    width: 100%; }
  .products-list__block--grid .need-agreement .right.col-xs-12.col-md-6.row,
  .products-list__block--grid .need-agreement .left.col-xs-12.col-md-6.row, .product-slider__item .need-agreement .right.col-xs-12.col-md-6.row,
  .product-slider__item .need-agreement .left.col-xs-12.col-md-6.row {
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0; }
  .products-list__block--grid .need-agreement:hover, .product-slider__item .need-agreement:hover {
    background: red;
    color: white; }
    .products-list__block--grid .need-agreement:hover a, .product-slider__item .need-agreement:hover a {
      color: white; }
    .products-list__block--grid .need-agreement:hover a:hover, .product-slider__item .need-agreement:hover a:hover {
      text-decoration: none; }

.prod_attr_infos_stock {
  font-size: 15px;
  line-height: 18px;
  color: #000;
  font-weight: 500;
  font-style: italic;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  text-align: center; }
  .prod_attr_infos_stock .prod_att_date {
    color: #707070;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    font-style: italic;
    width: 100%;
    text-align: center; }
  .prod_attr_infos_stock .product_stock_alert {
    width: 100%;
    text-align: center; }
    .prod_attr_infos_stock .product_stock_alert button, .prod_attr_infos_stock .product_stock_alert a {
      background: #000;
      color: #fff;
      font-size: 14px;
      line-height: 16px;
      border-radius: 10px;
      padding: 5px 10px;
      display: inline-block;
      text-decoration: none;
      margin-top: 3px;
      font-style: normal;
      font-weight: 500; }
      .prod_attr_infos_stock .product_stock_alert button:hover, .prod_attr_infos_stock .product_stock_alert a:hover {
        background: #DB0916; }

.topbtnaction {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
  .topbtnaction .topbtnaction-left .qty {
    margin: 0 !important; }
  .topbtnaction .topbtnaction-left .stock {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #A7A7A7;
    font-style: italic;
    line-height: 1.1; }
  .topbtnaction .topbtnaction-right {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .topbtnaction .topbtnaction-right a {
      text-align: center;
      text-decoration: none;
      padding: 0 12px;
      position: relative; }
      .topbtnaction .topbtnaction-right a.disabled {
        opacity: 0.5; }
      .topbtnaction .topbtnaction-right a svg {
        filter: grayscale(400%);
        filter: grayscale(4);
        opacity: 0.4; }
      .topbtnaction .topbtnaction-right a span.qty-text {
        display: block;
        font-size: 16px;
        color: #000;
        line-height: 18px;
        opacity: 0.4; }
      .topbtnaction .topbtnaction-right a span.hover-text {
        text-align: center;
        display: block;
        font-size: 13px;
        line-height: 13px;
        color: #707070;
        opacity: 0;
        width: 71px; }
        .topbtnaction .topbtnaction-right a span.hover-text:last-child {
          color: #DB0916; }
      .topbtnaction .topbtnaction-right a:last-child:before {
        content: '';
        width: 1px;
        height: 50%;
        position: absolute;
        top: 25%;
        left: 0;
        background: #BABABA; }
      .topbtnaction .topbtnaction-right a.active {
        cursor: pointer; }
        .topbtnaction .topbtnaction-right a.active svg {
          filter: grayscale(0);
          opacity: 0.4; }
        .topbtnaction .topbtnaction-right a.active span.qty-text {
          opacity: 1; }
      .topbtnaction .topbtnaction-right a:not(.disabled):hover span.hover-text {
        opacity: 1; }
      .topbtnaction .topbtnaction-right a:not(.disabled):hover svg {
        opacity: 1; }
        .topbtnaction .topbtnaction-right a:not(.disabled):hover svg .gplus {
          stroke: #DB0916;
          fill: #DB0916; }
        .topbtnaction .topbtnaction-right a:not(.disabled):hover svg line {
          stroke: #fff; }
      .topbtnaction .topbtnaction-right a:not(.disabled):hover span.qty-text {
        color: #DB0916;
        opacity: 1; }
      .topbtnaction .topbtnaction-right a:first-child span.qty-text {
        position: relative;
        top: 3px; }

.product-miniature .product-miniature__thumb-link + .wishlist-button-add,
.product-miniature .product_desc_mobile {
  display: none; }

.product-miniature .attributes-list-wrapper {
  display: none;
  max-width: 720px;
  margin-right: 0;
  margin-left: auto;
  width: 100%; }
  .product-miniature .attributes-list-wrapper .product-flags__flag--new {
    display: none; }

.product-miniature.attr-visible .product_labels {
  left: -10px !important; }

.product-miniature.attr-visible .attributes-list-wrapper {
  display: block; }
  .product-miniature.attr-visible .attributes-list-wrapper .carton_icon .cart_hover {
    opacity: 1;
    visibility: visible; }

.decliCount {
  padding-bottom: 20px;
  margin-top: 20px;
  position: relative; }
  .decliCount:after {
    content: '';
    height: 1px;
    width: 79.2%;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #707070; }
  .decliCount .right-col-1 .product-miniature__thumb.position-relative {
    text-align: right; }
    .decliCount .right-col-1 .product-miniature__thumb.position-relative .wishlist-button-add, .decliCount .right-col-1 .product-miniature__thumb.position-relative .product-flags {
      display: none !important; }
    .decliCount .right-col-1 .product-miniature__thumb.position-relative img {
      width: 91px;
      height: 91px;
      border: 1px solid #BABABA;
      border-radius: 10px; }
  .decliCount .right-col-2 .product_label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center; }
    .decliCount .right-col-2 .product_label .product_label_text {
      background: #0A4C61;
      box-shadow: 0px 3px 6px #00000029;
      border-radius: 0 0 20px 20px;
      font-size: 16px;
      line-height: 16px;
      font-weight: 700;
      color: #fff;
      padding: 3px 15px 7px;
      margin: 0; }
  .decliCount .right-col-2 .decl-name {
    color: #000000;
    font-size: 20px;
    text-align: left;
    line-height: 1.2; }
  .decliCount .right-col-3 .price-cont {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    .decliCount .right-col-3 .price-cont .reference {
      display: block;
      text-align: center;
      color: #A7A7A7;
      font-size: 12px;
      font-style: italic;
      margin-top: 15px; }

/* Responsive */
@media (max-width: 1300px) {
  .products-list__block--list .attribute_thead .thead_price {
    max-width: 55%;
    flex: 0 0 55%; }
    .products-list__block--list .attribute_thead .thead_price span {
      min-width: 100px;
      display: inline-block;
      text-align: center; }
  .products-list__block--list .attribute_thead .thead_qty {
    text-align: center;
    max-width: 45%;
    flex: 0 0 45%; }
  .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left {
    max-width: 55%;
    flex: 0 0 55%; }
    .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left .product_price {
      min-width: 0;
      padding: 0 3px; }
      .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left .product_price .price_attr {
        font-size: 18px;
        line-height: 20px; }
      .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left .product_price .price_pvmc {
        font-size: 9px; }
    .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left .prod_att_thumb {
      min-width: 240px; }
  .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_right {
    max-width: 45%;
    flex: 0 0 45%; } }

@media (max-width: 1199px) {
  .products-list__block--list .product_by_attributes_cover .attribute_item .prod_att_left .prod_att_thumb {
    min-width: 210px; } }

@media (max-width: 991px) {
  .products-list__block--list .product-miniature .col-lg-2 + .col-lg-10 {
    flex: 0 0 100%;
    max-width: 100%; }
  .products-list__block--list .product-miniature .d-flex {
    flex-wrap: wrap;
    height: auto !important; }
    .products-list__block--list .product-miniature .d-flex .right-col-1 {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 25px; }
    .products-list__block--list .product-miniature .d-flex .right-col-3,
    .products-list__block--list .product-miniature .d-flex .right-col-2 {
      flex: 0 0 30%;
      max-width: 30%; }
    .products-list__block--list .product-miniature .d-flex .right-col-3 .product-flags__flag--discount {
      top: -15%; }
    .products-list__block--list .product-miniature .d-flex .right-col-3 .product-miniature__pricing .inner {
      padding: 0 8px; }
  .products-list__block--list .product-miniature .right-col-4 {
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 40%;
    max-width: 40%; }
    .products-list__block--list .product-miniature .right-col-4 .btn-block {
      font-size: 15px;
      display: flex; }
  .products-list__block--list .product_by_attributes {
    flex-wrap: wrap; }
    .products-list__block--list .product_by_attributes .attribute_thead {
      display: none; }
    .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item {
      flex-wrap: wrap;
      border-top: 1px solid #000;
      padding-top: 30px;
      margin-bottom: 30px; }
      .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item:first-child {
        border-bottom: none;
        padding-top: 15px; }
      .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 0 15px;
        border-bottom: 1px solid #BABABA49;
        margin-bottom: 15px;
        border-right: none; }
        .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left .prod_att_thumb {
          min-width: 0; }
        .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_left .product_price {
          padding: 0 10px;
          width: 132px; }
      .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_right {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0; }
        .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_right .product_qty {
          width: 100%;
          padding: 0;
          justify-content: flex-end; }
          .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_right .product_qty .choose_qty {
            width: auto;
            max-width: 160px; }
            .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_right .product_qty .choose_qty .qty {
              width: 100%;
              max-width: 100%; }
              .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_right .product_qty .choose_qty .qty .quantity_wanted {
                /*max-width: 100%;*/ }
          .products-list__block--list .product_by_attributes .product_by_attributes_cover .attribute_item .prod_att_right .product_qty .petit_carton {
            border-left: 1px solid #bababa49;
            margin-left: 20px; } }

@media (max-width: 767px) {
  .expedition_express_box {
    display: none; }
  .product-miniature .product-miniature__pricing .inner {
    padding: 3px 8px; }
    .product-miniature .product-miniature__pricing .inner .price {
      font-size: 15px;
      line-height: normal; }
  .products-list__block--grid .product-miniature .product-flags__flag--discount {
    bottom: 25px; }
  .products-list__block--grid .product-miniature .product-miniature__pricing .inner {
    padding: 0 8px; }
    .products-list__block--grid .product-miniature .product-miniature__pricing .inner .price {
      font-size: 15px;
      line-height: 18px; }
  .products-list__block--list .product-miniature .product-miniature__thumb {
    min-width: 66px;
    margin-right: 15px;
    width: 66px;
    border: 1px solid #bababa;
    border-radius: 10px;
    height: 66px; }
    .products-list__block--list .product-miniature .product-miniature__thumb img {
      max-width: 100% !important; }
  .products-list__block--list .product-miniature .right-col-1 {
    flex: 0 0 calc(50% - 32px) !important;
    max-width: calc(50% - 32px) !important;
    margin-bottom: 0 !important;
    margin-left: auto;
    padding-left: 20px; }
    .products-list__block--list .product-miniature .right-col-1 .product-miniature__title {
      border-bottom: none; }
      .products-list__block--list .product-miniature .right-col-1 .product-miniature__title a span {
        max-height: unset; }
  .products-list__block--list .product-miniature .right-col-2:has(> .fabriquant) {
    display: none; }
  .products-list__block--list .product-miniature .product_top_style {
    display: flex;
    border-bottom: 1px solid #bababa;
    margin-bottom: 15px; }
    .products-list__block--list .product-miniature .product_top_style .right-col-1 {
      display: flex; }
    .products-list__block--list .product-miniature .product_top_style .product_desc_mobile {
      display: flex;
      width: calc(100% - 66px); }
      .products-list__block--list .product-miniature .product_top_style .product_desc_mobile .product-miniature__title {
        border-bottom: none; }
      .products-list__block--list .product-miniature .product_top_style .product_desc_mobile .right-col-1,
      .products-list__block--list .product-miniature .product_top_style .product_desc_mobile .right-col-3 {
        display: flex;
        max-width: 50%;
        width: 50%;
        flex: initial;
        padding: 0; }
      .products-list__block--list .product-miniature .product_top_style .product_desc_mobile .right-col-1 {
        padding-right: 10px; }
        .products-list__block--list .product-miniature .product_top_style .product_desc_mobile .right-col-1 .product-miniature__title a {
          font-size: 20px;
          line-height: normal; }
      .products-list__block--list .product-miniature .product_top_style .product_desc_mobile .right-col-3 {
        position: initial; }
        .products-list__block--list .product-miniature .product_top_style .product_desc_mobile .right-col-3 .price-cont {
          border-right: none; }
        .products-list__block--list .product-miniature .product_top_style .product_desc_mobile .right-col-3 .product-flags__flag--discount {
          right: auto;
          top: 20px;
          left: 0; }
  .products-list__block--list .product-miniature .right-col-4 {
    width: 100%;
    flex: initial;
    max-width: 100%; }
    .products-list__block--list .product-miniature .right-col-4 .prodQtt {
      margin-top: 0; }
    .products-list__block--list .product-miniature .right-col-4 .declCount {
      margin-bottom: 10px; }
  .products-list__block--list .product-miniature .prod_att_left .product_price .reduction-percentage {
    right: auto !important;
    left: 0 !important; } }

@media (max-width: 575px) {
  .product-miniature .product_labels .prod_label .prod_label_text {
    font-size: 14px;
    line-height: 14px;
    padding: 5px 8px;
    min-width: 0; }
  .products-list__block--list .product-miniature .right-col-1 .product-miniature__title a {
    font-size: 16px; } }

@media (max-width: 480px) {
  .product-miniature .product_labels .prod_label .prod_label_text {
    font-size: 10px;
    line-height: 10px; }
  .product-miniature .col-lg-2 + .col-lg-10 {
    flex: 0 0 100%;
    max-width: 100%; }
  .product-miniature .d-flex {
    flex-wrap: wrap;
    height: auto !important;
    align-items: start; }
    .product-miniature .d-flex .right-col-1 {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 25px; }
    .product-miniature .d-flex .right-col-3,
    .product-miniature .d-flex .right-col-2 {
      flex: 0 0 50%;
      max-width: 50%; }
  .product-miniature .right-col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    border-top: 1px solid #BABABA;
    margin-top: 6px;
    padding-top: 8px; }
  .products-list__block--list .product-miniature .col-lg-2 + .col-lg-10 {
    flex: 0 0 100%;
    max-width: 100%; }
  .products-list__block--list .product-miniature .d-flex {
    flex-wrap: wrap;
    height: auto !important; }
    .products-list__block--list .product-miniature .d-flex .right-col-3,
    .products-list__block--list .product-miniature .d-flex .right-col-2 {
      flex: 0 0 50%;
      max-width: 50%; }
  .products-list__block--list .product-miniature .right-col-4 {
    flex: 0 0 100%;
    max-width: 100%; } }

.product-slider__item .product-miniature__title, .products-list__block--grid .product-miniature__title {
  height: 72px; }

.product-slider__item .product-miniature__title a, .products-list__block--grid .product-miniature__title a {
  min-height: 56px; }
  .product-slider__item .product-miniature__title a span, .products-list__block--grid .product-miniature__title a span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; }

.product-slider__item .product-miniature .gamme, .products-list__block--grid .product-miniature .gamme {
  height: 23px; }

.product-slider__item .product-miniature .description, .products-list__block--grid .product-miniature .description {
  height: 41px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical; }
  @media (max-width: 767.98px) {
    .product-slider__item .product-miniature .description, .products-list__block--grid .product-miniature .description {
      height: auto;
      min-height: 40px; } }

#DgtxHomeProductsDisplayHome #flash_sales {
  top: -35px;
  left: 0; }
  #DgtxHomeProductsDisplayHome #flash_sales .countdownHolder {
    max-width: 70%; }
    #DgtxHomeProductsDisplayHome #flash_sales .countdownHolder:before, #DgtxHomeProductsDisplayHome #flash_sales .countdownHolder:after {
      display: none; }
  #DgtxHomeProductsDisplayHome #flash_sales .flash_title {
    line-height: 20px; }

.products-list__block--list #flash_sales {
  top: -25px;
  right: 300px;
  width: -moz-fit-content;
  width: fit-content;
  left: initial; }

#new-products .products-list__block--list #flash_sales,
#best-sales .products-list__block--list #flash_sales,
#prices-drop .products-list__block--list #flash_sales,
#manufacturer .products-list__block--list #flash_sales,
#category .products-list__block--list #flash_sales {
  top: -25px !important; }

#DgtxHomeProductsDisplayHome .flashsales-box .countdown span,
#DgtxHomeProductsDisplayHome #flash_sales .countdown span, #flash_sales .countdown span {
  font-size: 17px !important;
  height: 20px;
  line-height: 18px; }

#DgtxHomeProductsDisplayHome .product-slider {
  margin-top: -50px !important; }
  @media (max-width: 767.98px) {
    #DgtxHomeProductsDisplayHome .product-slider {
      overflow: visible;
      padding-right: 20px; } }
  #DgtxHomeProductsDisplayHome .product-slider .swiper-wrapper {
    padding-top: 50px; }
    @media (max-width: 767.98px) {
      #DgtxHomeProductsDisplayHome .product-slider .swiper-wrapper {
        padding-top: 25px; } }

.product-miniature.card br {
  display: none; }

.product-miniature.flash {
  border: 1px solid #DB3A34; }

.products-list__block--list .product-miniature .right-col-4 .btn-block.cartLoadedButton > span {
  animation: btn-added-to-cart-animtion 2.5s linear; }

@media (max-width: 575.98px) {
  .products-list__block--list .product-miniature .d-flex .right-col-3,
  .products-list__block--list .product-miniature .d-flex .right-col-2 {
    flex: 0 0 calc(50% - 32px) !important;
    max-width: calc(50% - 32px) !important; }
  .products-list__block--list .product-miniature .col-lg-2 {
    z-index: 1;
    width: -moz-max-content;
    width: max-content; }
    .products-list__block--list .product-miniature .col-lg-2 .product-miniature__thumb {
      margin: 0 !important; }
    .products-list__block--list .product-miniature .col-lg-2 + .col-lg-10 {
      margin-top: -66px; }
  .products-list__block--list .product-miniature .right-col-1 {
    border-right: none;
    border-left: none;
    position: relative; }
    .products-list__block--list .product-miniature .right-col-1::after {
      content: "";
      width: 1px;
      height: 80%;
      background: #BABABA;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  .products-list__block--list .product-miniature .right-col-4 .product-miniature__actions .topbtnaction-left {
    width: 100%; }
    .products-list__block--list .product-miniature .right-col-4 .product-miniature__actions .topbtnaction-left .product-quantity .input-group {
      max-width: 100%;
      justify-content: space-between; }
  .products-list__block--list .product-miniature .right-col-4 .product-miniature__actions .topbtnaction-right {
    position: relative;
    flex: 0 0 calc(50% - 0.625rem - 32px) !important;
    max-width: calc(50% - 0.625rem - 32px) !important;
    margin-left: 0.625rem; }
    .products-list__block--list .product-miniature .right-col-4 .product-miniature__actions .topbtnaction-right:before {
      content: "";
      width: 1px;
      height: 50px;
      background: #BABABA;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .products-list__block--list .product-miniature .right-col-4 .product-miniature__actions .topbtnaction-right .product_carton.petit_carton {
      position: relative;
      margin-left: 0; } }

#new-products #flash_sales,
#best-sales #flash_sales,
#prices-drop #flash_sales,
#manufacturer #flash_sales,
#category #flash_sales {
  top: -43px !important; }

@media (max-width: 575.98px) {
  html #new-products #flash_sales .countdownHolder,
  html #best-sales #flash_sales .countdownHolder,
  html #prices-drop #flash_sales .countdownHolder,
  html #manufacturer #flash_sales .countdownHolder,
  html #category #flash_sales .countdownHolder {
    max-width: 100%;
    height: 26px;
    padding: 0;
    border-radius: 6px; }
  html #flash_sales .flash_title, html .flash_title {
    font-family: "Raleway Black", sans-serif;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: -9px; }
  html .flashsales-box .countdown .countDays, html .flashsales-box .countdown .countHours, html .flashsales-box .countdown .countMinutes, html .flashsales-box .countdown .countSeconds, html #flash_sales .countdown .countDays, html #flash_sales .countdown .countHours, html #flash_sales .countdown .countMinutes, html #flash_sales .countdown .countSeconds {
    padding: 0 10px !important; }
  html #DgtxHomeProductsDisplayHome .flashsales-box .countdown span, html #DgtxHomeProductsDisplayHome #flash_sales .countdown span, html #flash_sales .countdown span {
    font-size: 15px !important;
    height: 17px !important;
    line-height: 15px !important; }
  html #new-products #flash_sales,
  html #best-sales #flash_sales,
  html #prices-drop #flash_sales,
  html #manufacturer #flash_sales,
  html #category #flash_sales {
    top: -30px !important; } }

.products-list .products-list__block--list .product-miniature > .product-flags__flag--discount, .products-list .products-list__block--list .product-miniature > .product-flags {
  display: none !important; }

@media (max-width: 767.98px) {
  .products-list .products-list__block--list .product-miniature {
    padding: 24px 9px 15px !important;
    overflow: visible; }
    .products-list .products-list__block--list .product-miniature > .product-flags__flag--discount {
      display: none !important; }
    .products-list .products-list__block--list .product-miniature .product-label {
      top: -22px;
      font-size: 12px; }
    .products-list .products-list__block--list .product-miniature > .row > .col-md-3.col-lg-2.position-relative {
      position: absolute !important; }
    .products-list .products-list__block--list .product-miniature .right-col-1 {
      flex: 1 !important;
      max-width: calc(100% - 77px - 136px) !important;
      margin-left: 77px !important;
      padding-left: 11px !important;
      justify-content: flex-start;
      min-height: 100px; }
      .products-list .products-list__block--list .product-miniature .right-col-1 .product-miniature__desc {
        line-height: 12px;
        font-size: 11px;
        font-style: italic;
        min-height: 36px;
        font-weight: 500; }
    .products-list .products-list__block--list .product-miniature .right-col-1 .product-miniature__title {
      padding-top: 0;
      margin-bottom: 0 !important; }
      .products-list .products-list__block--list .product-miniature .right-col-1 .product-miniature__title a span {
        line-height: 17px !important;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        height: unset;
        max-height: 68px; }
    .products-list .products-list__block--list .product-miniature .col-lg-2 + .col-lg-10 {
      margin-top: 0 !important; }
      .products-list .products-list__block--list .product-miniature .col-lg-2 + .col-lg-10 > .d-flex {
        justify-content: space-between; }
    .products-list .products-list__block--list .product-miniature .product-miniature__thumb {
      width: 76px;
      height: 86px; }
      .products-list .products-list__block--list .product-miniature .product-miniature__thumb img {
        -o-object-fit: contain;
           object-fit: contain; }
    .products-list .products-list__block--list .product-miniature .d-flex .right-col-3 {
      flex: 0 0 136px !important;
      max-width: 136px !important;
      position: unset;
      padding: 0 10px;
      justify-content: center !important;
      min-height: 100px; }
    .products-list .products-list__block--list .product-miniature .right-col-4 .product-miniature__actions .topbtnaction-right {
      flex: 0 0 136px !important;
      max-width: 136px !important; }
    .products-list .products-list__block--list .product-miniature .d-flex .right-col-3 .product-flags__flag--discount {
      left: -5px;
      right: unset;
      top: -13px; }
    .products-list .products-list__block--list .product-miniature .right-col-1 .reference {
      display: none !important; }
    .products-list .products-list__block--list .product-miniature .right-col-3 .price-cont {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      height: auto !important;
      min-height: 86px;
      margin-bottom: 11px;
      border: none; }
      .products-list .products-list__block--list .product-miniature .right-col-3 .price-cont .product-miniature__pricing {
        margin-bottom: 2px; }
    .products-list .products-list__block--list .product-miniature .right-col-3 > .diff-price {
      font-size: 14px;
      line-height: 16px;
      text-align: center; }
    .products-list .products-list__block--list .product-miniature .right-col-3 .price-cont .diff-price span {
      white-space: nowrap;
      font-weight: 800 !important; }
      .products-list .products-list__block--list .product-miniature .right-col-3 .price-cont .diff-price span, .products-list .products-list__block--list .product-miniature .right-col-3 .price-cont .diff-price span label {
        color: #000000 !important;
        font-size: 10px; }
      .products-list .products-list__block--list .product-miniature .right-col-3 .price-cont .diff-price span label {
        font-weight: 500 !important; }
    .products-list .products-list__block--list .product-miniature .right-col-4 {
      padding-right: 0;
      padding-left: 0;
      padding-top: 15px; }
    .products-list .products-list__block--list .product-miniature .product-miniature__thumb-link .product-flags,
    .products-list .products-list__block--list .product-miniature .product-miniature__thumb-link .product-flags.product_labels.d-flex.flex-column.position-absolute.w-100.pe-none {
      display: none !important; }
    .products-list .products-list__block--list .product-miniature .product-flags.product_labels.d-flex.flex-column.position-absolute.w-100.pe-none {
      padding: 0;
      display: flex !important;
      flex-direction: row !important;
      flex-wrap: nowrap;
      top: 0 !important;
      width: 136px !important;
      left: unset !important;
      right: 7px !important;
      direction: rtl; }
    .products-list .products-list__block--list .product-miniature .product_labels .prod_label .prod_label_text {
      padding: 0 5px;
      width: 60px;
      font-size: 10px;
      line-height: 1;
      text-align: center;
      font-weight: bold;
      border-radius: 0 0 20px 20px !important; } }

.product-miniature:has(> .product-miniature__pricing > .need-agreement) span.product-flags__flag--discount.percentage {
  display: none !important; }

.product-miniature__actions_mobile {
  display: none; }

.products-list__block--list .product-miniature__actions_mobile {
  display: none; }

.products-list__block--list .h5.product-miniature__title.mb-2 + .decl-name {
  display: none; }

@media (max-width: 767.98px) {
  .products-list__block--list .product-miniature .h5.product-miniature__title.mb-2 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
    .products-list__block--list .product-miniature .h5.product-miniature__title.mb-2 + .decl-name {
      display: inline-block;
      font-size: 11px;
      line-height: 12px;
      font-style: italic; }
  .products-list__block--list .product-miniature .product-miniature__actions {
    display: none; }
  .products-list__block--list .product-miniature .product-miniature__actions_mobile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 0 5px; }
    .products-list__block--list .product-miniature .product-miniature__actions_mobile .stock_declinaison {
      flex: 1; }
      .products-list__block--list .product-miniature .product-miniature__actions_mobile .stock_declinaison .prod_att_qty_instock, .products-list__block--list .product-miniature .product-miniature__actions_mobile .stock_declinaison .prodQtt, .products-list__block--list .product-miniature .product-miniature__actions_mobile .stock_declinaison .declCount {
        text-align: left;
        color: #A7A7A7;
        font-size: 16px;
        margin-bottom: 0; }
      .products-list__block--list .product-miniature .product-miniature__actions_mobile .stock_declinaison .declCount {
        font-weight: 700; }
    .products-list__block--list .product-miniature .product-miniature__actions_mobile .btn-view-product-wrapper {
      width: 173px; }
      .products-list__block--list .product-miniature .product-miniature__actions_mobile .btn-view-product-wrapper .btn {
        height: 37px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        background: #DB3A34 !important;
        color: white !important;
        border-radius: 16px;
        font-size: 19px;
        font-weight: 800; }
        .products-list__block--list .product-miniature .product-miniature__actions_mobile .btn-view-product-wrapper .btn:hover {
          background: #DB3A34 !important;
          color: white !important; } }

#flash_sales + .product-miniature, .product-miniature:has(> #flash_sales) {
  border: 1px solid #DB0916 !important; }

.diff-price.no-access {
  color: #000000;
  font-size: 13px;
  line-height: 15px;
  font-family: "Raleway Medium", sans-serif;
  text-align: center;
  max-width: 139px;
  margin-left: auto;
  margin-right: auto; }

.product-flags {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  pointer-events: none; }
  .product-flags__flag {
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
    pointer-events: auto;
    background: #DB0916; }
    .product-flags__flag--online-only {
      position: absolute;
      right: 0;
      z-index: 1;
      margin-top: 0; }
    .product-flags__flag--discount-percentage, .product-flags__flag--discount-amount, .product-flags__flag--discount {
      background-color: #6c757d; }
    .product-flags__flag--on-sale {
      order: -1;
      width: 100%;
      text-align: center;
      background: #6c757d; }

.customization-modal .modal-content {
  border: 1px solid #e9ecef;
  border-radius: 0; }
  .customization-modal .modal-content .modal-body {
    padding-top: 0; }
    .customization-modal .modal-content .modal-body .product-customization-line {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem;
      border-bottom: 1px solid #e9ecef; }
      .customization-modal .modal-content .modal-body .product-customization-line .label {
        font-weight: 600;
        text-align: right; }
      .customization-modal .modal-content .modal-body .product-customization-line:last-child {
        padding-bottom: 0;
        border-bottom: 0; }

.price {
  font-size: 1.125rem;
  font-weight: 700;
  color: #DB0916; }
  @media (max-width: 992px) {
    .price {
      font-size: calc(0.95625rem + 0.27218vw) ; } }
  .price--regular {
    font-weight: 400;
    color: #6c757d;
    text-decoration: line-through; }
  .price--lg {
    font-size: 1.75rem; }
    @media (max-width: 992px) {
      .price--lg {
        font-size: calc(1.01875rem + 1.17944vw) ; } }
  .price--sm {
    font-size: 1rem; }
    @media (max-width: 992px) {
      .price--sm {
        font-size: calc(0.94375rem + 0.09073vw) ; } }

.star-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex; }
  .star-content .star,
  .star-content .star-on,
  .star-content .star-hover {
    display: block;
    flex: auto;
    width: 20px;
    height: 20px;
    margin-left: 3px;
    background: url(/themes/joshnoa/assets//img-dist/star_gray.svg) no-repeat 0 0 transparent;
    background-size: 20px; }
  .star-content .star-on,
  .star-content .star-hover {
    background-image: url(/themes/joshnoa/assets//img-dist/star_active.svg); }
  .star-content .star-hover {
    cursor: pointer; }
  .small-stars .star-content .star,
  .small-stars .star-content .star-on,
  .small-stars .star-content .star-hover {
    width: 16px;
    height: 16px;
    margin-left: 2px;
    background-size: 16px; }

.grade-stars {
  position: relative;
  display: inline-block;
  min-width: 120px;
  height: 20px; }
  .grade-stars.small-stars {
    min-width: 70px;
    height: 16px; }

.product-list-reviews {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.4); }
  .product-list-reviews .grade-stars {
    display: block; }

.products-list__block {
  padding: 0 0.625rem;
  margin-bottom: 2rem; }
  .products-list__block--grid {
    flex: 0 0 50%;
    max-width: 50%; }
    .products-list__block--grid .product-miniature.flash .product-label {
      top: 19px; }
      @media (max-width: 575.98px) {
        .products-list__block--grid .product-miniature.flash .product-label {
          top: 13px; } }
    .products-list__block--grid #flash_sales .flash_title, .products-list__block--grid .flash_title {
      font-family: "Raleway Black", sans-serif;
      font-weight: 900; }
    @media (min-width: 992px) {
      .layout-left-column .products-list__block--grid {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 768px) {
      .layout-full-width .products-list__block--grid {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 1305px) {
      .layout-full-width .products-list__block--grid {
        flex: 0 0 25%;
        max-width: 25%; } }
  .products-list__block--list {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%; }
    .products-list__block--list .product-label {
      position: absolute;
      left: 80px;
      top: -22px;
      width: 90px;
      font-weight: bold;
      font-size: 14px;
      background-color: #DB0916;
      color: #fff;
      padding: 0px 10px;
      box-sizing: border-box;
      border-radius: 10px 10px 0 0;
      text-align: center;
      z-index: 2;
      line-height: normal;
      text-transform: uppercase;
      height: 22px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 991.98px) {
        .products-list__block--list .product-label {
          left: 20px;
          font-size: 12px; } }
      .products-list__block--list .product-label.label-restock {
        background-color: #2ecc71; }
      .products-list__block--list .product-label.label-coming-soon {
        background-color: #42a5f5; }

.product-slider {
  margin-right: -5px;
  margin-left: -5px; }
  @media (min-width: 576px) {
    .product-slider {
      margin-right: -10px;
      margin-left: -10px; } }
  .product-slider__item {
    padding-right: 5px;
    padding-left: 5px; }
    @media (min-width: 576px) {
      .product-slider__item {
        padding-right: 10px;
        padding-left: 10px; } }

.comments-pagination ul {
  margin: 0; }

.comments-pagination span {
  cursor: pointer; }

body.idxrcombtab-product,
#module-pm_advancedsearch4-searchresults,
#module-pm_advancedsearch4-advancedsearch4,
#module-pm_advancedsearch4-seo,
#manufacturer,
.wishlist-products-list,
#search,
#new-products,
#best-sales,
#prices-drop,
#category {
  /* Responsive */ }
  body.idxrcombtab-product #subcategories,
  #module-pm_advancedsearch4-searchresults #subcategories,
  #module-pm_advancedsearch4-advancedsearch4 #subcategories,
  #module-pm_advancedsearch4-seo #subcategories,
  #manufacturer #subcategories,
  .wishlist-products-list #subcategories,
  #search #subcategories,
  #new-products #subcategories,
  #best-sales #subcategories,
  #prices-drop #subcategories,
  #category #subcategories {
    padding-top: 28px; }
  body.idxrcombtab-product .page-header,
  #module-pm_advancedsearch4-searchresults .page-header,
  #module-pm_advancedsearch4-advancedsearch4 .page-header,
  #module-pm_advancedsearch4-seo .page-header,
  #manufacturer .page-header,
  .wishlist-products-list .page-header,
  #search .page-header,
  #new-products .page-header,
  #best-sales .page-header,
  #prices-drop .page-header,
  #category .page-header {
    padding-bottom: 0; }
  body.idxrcombtab-product .after-title-wrapper #category-description,
  #module-pm_advancedsearch4-searchresults .after-title-wrapper #category-description,
  #module-pm_advancedsearch4-advancedsearch4 .after-title-wrapper #category-description,
  #module-pm_advancedsearch4-seo .after-title-wrapper #category-description,
  #manufacturer .after-title-wrapper #category-description,
  .wishlist-products-list .after-title-wrapper #category-description,
  #search .after-title-wrapper #category-description,
  #new-products .after-title-wrapper #category-description,
  #best-sales .after-title-wrapper #category-description,
  #prices-drop .after-title-wrapper #category-description,
  #category .after-title-wrapper #category-description {
    padding-top: 0; }
    body.idxrcombtab-product .after-title-wrapper #category-description p,
    #module-pm_advancedsearch4-searchresults .after-title-wrapper #category-description p,
    #module-pm_advancedsearch4-advancedsearch4 .after-title-wrapper #category-description p,
    #module-pm_advancedsearch4-seo .after-title-wrapper #category-description p,
    #manufacturer .after-title-wrapper #category-description p,
    .wishlist-products-list .after-title-wrapper #category-description p,
    #search .after-title-wrapper #category-description p,
    #new-products .after-title-wrapper #category-description p,
    #best-sales .after-title-wrapper #category-description p,
    #prices-drop .after-title-wrapper #category-description p,
    #category .after-title-wrapper #category-description p {
      margin-bottom: 0; }
  body.idxrcombtab-product #breadcrumb,
  #module-pm_advancedsearch4-searchresults #breadcrumb,
  #module-pm_advancedsearch4-advancedsearch4 #breadcrumb,
  #module-pm_advancedsearch4-seo #breadcrumb,
  #manufacturer #breadcrumb,
  .wishlist-products-list #breadcrumb,
  #search #breadcrumb,
  #new-products #breadcrumb,
  #best-sales #breadcrumb,
  #prices-drop #breadcrumb,
  #category #breadcrumb {
    padding-bottom: 0px; }
  body.idxrcombtab-product #js-product-list .up .btn-secondary,
  #module-pm_advancedsearch4-searchresults #js-product-list .up .btn-secondary,
  #module-pm_advancedsearch4-advancedsearch4 #js-product-list .up .btn-secondary,
  #module-pm_advancedsearch4-seo #js-product-list .up .btn-secondary,
  #manufacturer #js-product-list .up .btn-secondary,
  .wishlist-products-list #js-product-list .up .btn-secondary,
  #search #js-product-list .up .btn-secondary,
  #new-products #js-product-list .up .btn-secondary,
  #best-sales #js-product-list .up .btn-secondary,
  #prices-drop #js-product-list .up .btn-secondary,
  #category #js-product-list .up .btn-secondary {
    background-color: #000;
    border-color: #000;
    color: #fff; }
  body.idxrcombtab-product #products .total-products-find,
  #module-pm_advancedsearch4-searchresults #products .total-products-find,
  #module-pm_advancedsearch4-advancedsearch4 #products .total-products-find,
  #module-pm_advancedsearch4-seo #products .total-products-find,
  #manufacturer #products .total-products-find,
  .wishlist-products-list #products .total-products-find,
  #search #products .total-products-find,
  #new-products #products .total-products-find,
  #best-sales #products .total-products-find,
  #prices-drop #products .total-products-find,
  #category #products .total-products-find {
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    font-family: "Raleway", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  body.idxrcombtab-product .cat_attributes .cat_att,
  #module-pm_advancedsearch4-searchresults .cat_attributes .cat_att,
  #module-pm_advancedsearch4-advancedsearch4 .cat_attributes .cat_att,
  #module-pm_advancedsearch4-seo .cat_attributes .cat_att,
  #manufacturer .cat_attributes .cat_att,
  .wishlist-products-list .cat_attributes .cat_att,
  #search .cat_attributes .cat_att,
  #new-products .cat_attributes .cat_att,
  #best-sales .cat_attributes .cat_att,
  #prices-drop .cat_attributes .cat_att,
  #category .cat_attributes .cat_att {
    border-right: 1px solid #70707050; }
    body.idxrcombtab-product .cat_attributes .cat_att:last-child,
    #module-pm_advancedsearch4-searchresults .cat_attributes .cat_att:last-child,
    #module-pm_advancedsearch4-advancedsearch4 .cat_attributes .cat_att:last-child,
    #module-pm_advancedsearch4-seo .cat_attributes .cat_att:last-child,
    #manufacturer .cat_attributes .cat_att:last-child,
    .wishlist-products-list .cat_attributes .cat_att:last-child,
    #search .cat_attributes .cat_att:last-child,
    #new-products .cat_attributes .cat_att:last-child,
    #best-sales .cat_attributes .cat_att:last-child,
    #prices-drop .cat_attributes .cat_att:last-child,
    #category .cat_attributes .cat_att:last-child {
      border-right: none; }
    body.idxrcombtab-product .cat_attributes .cat_att .cat_att_cover,
    #module-pm_advancedsearch4-searchresults .cat_attributes .cat_att .cat_att_cover,
    #module-pm_advancedsearch4-advancedsearch4 .cat_attributes .cat_att .cat_att_cover,
    #module-pm_advancedsearch4-seo .cat_attributes .cat_att .cat_att_cover,
    #manufacturer .cat_attributes .cat_att .cat_att_cover,
    .wishlist-products-list .cat_attributes .cat_att .cat_att_cover,
    #search .cat_attributes .cat_att .cat_att_cover,
    #new-products .cat_attributes .cat_att .cat_att_cover,
    #best-sales .cat_attributes .cat_att .cat_att_cover,
    #prices-drop .cat_attributes .cat_att .cat_att_cover,
    #category .cat_attributes .cat_att .cat_att_cover {
      padding: 0 15px; }
      body.idxrcombtab-product .cat_attributes .cat_att .cat_att_cover .cat_att_title,
      #module-pm_advancedsearch4-searchresults .cat_attributes .cat_att .cat_att_cover .cat_att_title,
      #module-pm_advancedsearch4-advancedsearch4 .cat_attributes .cat_att .cat_att_cover .cat_att_title,
      #module-pm_advancedsearch4-seo .cat_attributes .cat_att .cat_att_cover .cat_att_title,
      #manufacturer .cat_attributes .cat_att .cat_att_cover .cat_att_title,
      .wishlist-products-list .cat_attributes .cat_att .cat_att_cover .cat_att_title,
      #search .cat_attributes .cat_att .cat_att_cover .cat_att_title,
      #new-products .cat_attributes .cat_att .cat_att_cover .cat_att_title,
      #best-sales .cat_attributes .cat_att .cat_att_cover .cat_att_title,
      #prices-drop .cat_attributes .cat_att .cat_att_cover .cat_att_title,
      #category .cat_attributes .cat_att .cat_att_cover .cat_att_title {
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        font-weight: 700;
        margin-bottom: 25px;
        text-align: center; }
        body.idxrcombtab-product .cat_attributes .cat_att .cat_att_cover .cat_att_title span,
        #module-pm_advancedsearch4-searchresults .cat_attributes .cat_att .cat_att_cover .cat_att_title span,
        #module-pm_advancedsearch4-advancedsearch4 .cat_attributes .cat_att .cat_att_cover .cat_att_title span,
        #module-pm_advancedsearch4-seo .cat_attributes .cat_att .cat_att_cover .cat_att_title span,
        #manufacturer .cat_attributes .cat_att .cat_att_cover .cat_att_title span,
        .wishlist-products-list .cat_attributes .cat_att .cat_att_cover .cat_att_title span,
        #search .cat_attributes .cat_att .cat_att_cover .cat_att_title span,
        #new-products .cat_attributes .cat_att .cat_att_cover .cat_att_title span,
        #best-sales .cat_attributes .cat_att .cat_att_cover .cat_att_title span,
        #prices-drop .cat_attributes .cat_att .cat_att_cover .cat_att_title span,
        #category .cat_attributes .cat_att .cat_att_cover .cat_att_title span {
          display: inline-block;
          position: relative; }
          body.idxrcombtab-product .cat_attributes .cat_att .cat_att_cover .cat_att_title span:after,
          #module-pm_advancedsearch4-searchresults .cat_attributes .cat_att .cat_att_cover .cat_att_title span:after,
          #module-pm_advancedsearch4-advancedsearch4 .cat_attributes .cat_att .cat_att_cover .cat_att_title span:after,
          #module-pm_advancedsearch4-seo .cat_attributes .cat_att .cat_att_cover .cat_att_title span:after,
          #manufacturer .cat_attributes .cat_att .cat_att_cover .cat_att_title span:after,
          .wishlist-products-list .cat_attributes .cat_att .cat_att_cover .cat_att_title span:after,
          #search .cat_attributes .cat_att .cat_att_cover .cat_att_title span:after,
          #new-products .cat_attributes .cat_att .cat_att_cover .cat_att_title span:after,
          #best-sales .cat_attributes .cat_att .cat_att_cover .cat_att_title span:after,
          #prices-drop .cat_attributes .cat_att .cat_att_cover .cat_att_title span:after,
          #category .cat_attributes .cat_att .cat_att_cover .cat_att_title span:after {
            content: "";
            background: url(/themes/joshnoa/assets//img-dist/titre-trait.svg) no-repeat right center/contain;
            height: 15px;
            width: 60px;
            display: block;
            position: absolute;
            right: -27px;
            bottom: -12px; }
      body.idxrcombtab-product .cat_attributes .cat_att .cat_att_cover .cat_att_list,
      #module-pm_advancedsearch4-searchresults .cat_attributes .cat_att .cat_att_cover .cat_att_list,
      #module-pm_advancedsearch4-advancedsearch4 .cat_attributes .cat_att .cat_att_cover .cat_att_list,
      #module-pm_advancedsearch4-seo .cat_attributes .cat_att .cat_att_cover .cat_att_list,
      #manufacturer .cat_attributes .cat_att .cat_att_cover .cat_att_list,
      .wishlist-products-list .cat_attributes .cat_att .cat_att_cover .cat_att_list,
      #search .cat_attributes .cat_att .cat_att_cover .cat_att_list,
      #new-products .cat_attributes .cat_att .cat_att_cover .cat_att_list,
      #best-sales .cat_attributes .cat_att .cat_att_cover .cat_att_list,
      #prices-drop .cat_attributes .cat_att .cat_att_cover .cat_att_list,
      #category .cat_attributes .cat_att .cat_att_cover .cat_att_list {
        justify-content: space-around; }
        body.idxrcombtab-product .cat_attributes .cat_att .cat_att_cover .cat_att_list li,
        #module-pm_advancedsearch4-searchresults .cat_attributes .cat_att .cat_att_cover .cat_att_list li,
        #module-pm_advancedsearch4-advancedsearch4 .cat_attributes .cat_att .cat_att_cover .cat_att_list li,
        #module-pm_advancedsearch4-seo .cat_attributes .cat_att .cat_att_cover .cat_att_list li,
        #manufacturer .cat_attributes .cat_att .cat_att_cover .cat_att_list li,
        .wishlist-products-list .cat_attributes .cat_att .cat_att_cover .cat_att_list li,
        #search .cat_attributes .cat_att .cat_att_cover .cat_att_list li,
        #new-products .cat_attributes .cat_att .cat_att_cover .cat_att_list li,
        #best-sales .cat_attributes .cat_att .cat_att_cover .cat_att_list li,
        #prices-drop .cat_attributes .cat_att .cat_att_cover .cat_att_list li,
        #category .cat_attributes .cat_att .cat_att_cover .cat_att_list li {
          padding-right: 0.625rem;
          padding-left: 0.625rem;
          max-width: 25%;
          word-wrap: break-word; }
          body.idxrcombtab-product .cat_attributes .cat_att .cat_att_cover .cat_att_list li a,
          #module-pm_advancedsearch4-searchresults .cat_attributes .cat_att .cat_att_cover .cat_att_list li a,
          #module-pm_advancedsearch4-advancedsearch4 .cat_attributes .cat_att .cat_att_cover .cat_att_list li a,
          #module-pm_advancedsearch4-seo .cat_attributes .cat_att .cat_att_cover .cat_att_list li a,
          #manufacturer .cat_attributes .cat_att .cat_att_cover .cat_att_list li a,
          .wishlist-products-list .cat_attributes .cat_att .cat_att_cover .cat_att_list li a,
          #search .cat_attributes .cat_att .cat_att_cover .cat_att_list li a,
          #new-products .cat_attributes .cat_att .cat_att_cover .cat_att_list li a,
          #best-sales .cat_attributes .cat_att .cat_att_cover .cat_att_list li a,
          #prices-drop .cat_attributes .cat_att .cat_att_cover .cat_att_list li a,
          #category .cat_attributes .cat_att .cat_att_cover .cat_att_list li a {
            color: #000000;
            font-size: 16px;
            font-weight: 600;
            line-height: 17px;
            text-align: center;
            display: block;
            text-decoration: none; }
            body.idxrcombtab-product .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img,
            #module-pm_advancedsearch4-searchresults .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img,
            #module-pm_advancedsearch4-advancedsearch4 .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img,
            #module-pm_advancedsearch4-seo .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img,
            #manufacturer .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img,
            .wishlist-products-list .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img,
            #search .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img,
            #new-products .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img,
            #best-sales .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img,
            #prices-drop .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img,
            #category .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img {
              margin-bottom: 10px;
              text-align: center;
              position: relative;
              display: block;
              overflow: hidden;
              min-height: 65px;
              border-radius: 50%;
              min-width: 65px; }
              body.idxrcombtab-product .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img img,
              #module-pm_advancedsearch4-searchresults .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img img,
              #module-pm_advancedsearch4-advancedsearch4 .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img img,
              #module-pm_advancedsearch4-seo .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img img,
              #manufacturer .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img img,
              .wishlist-products-list .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img img,
              #search .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img img,
              #new-products .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img img,
              #best-sales .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img img,
              #prices-drop .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img img,
              #category .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img img {
                filter: grayscale(100%);
                -webkit-filter: grayscale(100%);
                -moz-filter: grayscale(100%);
                transition: all 0.3s;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transform: translateY(7px);
                max-height: 65px;
                position: relative;
                z-index: 1; }
              body.idxrcombtab-product .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img:after,
              #module-pm_advancedsearch4-searchresults .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img:after,
              #module-pm_advancedsearch4-advancedsearch4 .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img:after,
              #module-pm_advancedsearch4-seo .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img:after,
              #manufacturer .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img:after,
              .wishlist-products-list .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img:after,
              #search .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img:after,
              #new-products .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img:after,
              #best-sales .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img:after,
              #prices-drop .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img:after,
              #category .cat_attributes .cat_att .cat_att_cover .cat_att_list li a .cat_att_img:after {
                content: "";
                width: 54px;
                height: 54px;
                border-radius: 50%;
                border: 2px solid #000;
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translate(-50%); }
            body.idxrcombtab-product .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover,
            #module-pm_advancedsearch4-searchresults .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover,
            #module-pm_advancedsearch4-advancedsearch4 .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover,
            #module-pm_advancedsearch4-seo .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover,
            #manufacturer .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover,
            .wishlist-products-list .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover,
            #search .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover,
            #new-products .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover,
            #best-sales .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover,
            #prices-drop .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover,
            #category .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover {
              color: #DB0916; }
              body.idxrcombtab-product .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover .cat_att_img img,
              #module-pm_advancedsearch4-searchresults .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover .cat_att_img img,
              #module-pm_advancedsearch4-advancedsearch4 .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover .cat_att_img img,
              #module-pm_advancedsearch4-seo .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover .cat_att_img img,
              #manufacturer .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover .cat_att_img img,
              .wishlist-products-list .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover .cat_att_img img,
              #search .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover .cat_att_img img,
              #new-products .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover .cat_att_img img,
              #best-sales .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover .cat_att_img img,
              #prices-drop .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover .cat_att_img img,
              #category .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover .cat_att_img img {
                filter: grayscale(0%);
                -webkit-filter: grayscale(0%);
                -moz-filter: grayscale(0%);
                transform: translateY(0%); }
              body.idxrcombtab-product .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover .cat_att_img:after,
              #module-pm_advancedsearch4-searchresults .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover .cat_att_img:after,
              #module-pm_advancedsearch4-advancedsearch4 .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover .cat_att_img:after,
              #module-pm_advancedsearch4-seo .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover .cat_att_img:after,
              #manufacturer .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover .cat_att_img:after,
              .wishlist-products-list .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover .cat_att_img:after,
              #search .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover .cat_att_img:after,
              #new-products .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover .cat_att_img:after,
              #best-sales .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover .cat_att_img:after,
              #prices-drop .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover .cat_att_img:after,
              #category .cat_attributes .cat_att .cat_att_cover .cat_att_list li a:hover .cat_att_img:after {
                border-color: #DB0916; }
  body.idxrcombtab-product .PM_ASBlockOutputHorizontal,
  #module-pm_advancedsearch4-searchresults .PM_ASBlockOutputHorizontal,
  #module-pm_advancedsearch4-advancedsearch4 .PM_ASBlockOutputHorizontal,
  #module-pm_advancedsearch4-seo .PM_ASBlockOutputHorizontal,
  #manufacturer .PM_ASBlockOutputHorizontal,
  .wishlist-products-list .PM_ASBlockOutputHorizontal,
  #search .PM_ASBlockOutputHorizontal,
  #new-products .PM_ASBlockOutputHorizontal,
  #best-sales .PM_ASBlockOutputHorizontal,
  #prices-drop .PM_ASBlockOutputHorizontal,
  #category .PM_ASBlockOutputHorizontal {
    text-align: center; }
    body.idxrcombtab-product .PM_ASBlockOutputHorizontal .PM_ASResetGroup,
    #module-pm_advancedsearch4-searchresults .PM_ASBlockOutputHorizontal .PM_ASResetGroup,
    #module-pm_advancedsearch4-advancedsearch4 .PM_ASBlockOutputHorizontal .PM_ASResetGroup,
    #module-pm_advancedsearch4-seo .PM_ASBlockOutputHorizontal .PM_ASResetGroup,
    #manufacturer .PM_ASBlockOutputHorizontal .PM_ASResetGroup,
    .wishlist-products-list .PM_ASBlockOutputHorizontal .PM_ASResetGroup,
    #search .PM_ASBlockOutputHorizontal .PM_ASResetGroup,
    #new-products .PM_ASBlockOutputHorizontal .PM_ASResetGroup,
    #best-sales .PM_ASBlockOutputHorizontal .PM_ASResetGroup,
    #prices-drop .PM_ASBlockOutputHorizontal .PM_ASResetGroup,
    #category .PM_ASBlockOutputHorizontal .PM_ASResetGroup {
      display: none; }
    body.idxrcombtab-product .PM_ASBlockOutputHorizontal .active_filters,
    #module-pm_advancedsearch4-searchresults .PM_ASBlockOutputHorizontal .active_filters,
    #module-pm_advancedsearch4-advancedsearch4 .PM_ASBlockOutputHorizontal .active_filters,
    #module-pm_advancedsearch4-seo .PM_ASBlockOutputHorizontal .active_filters,
    #manufacturer .PM_ASBlockOutputHorizontal .active_filters,
    .wishlist-products-list .PM_ASBlockOutputHorizontal .active_filters,
    #search .PM_ASBlockOutputHorizontal .active_filters,
    #new-products .PM_ASBlockOutputHorizontal .active_filters,
    #best-sales .PM_ASBlockOutputHorizontal .active_filters,
    #prices-drop .PM_ASBlockOutputHorizontal .active_filters,
    #category .PM_ASBlockOutputHorizontal .active_filters {
      border: 2px solid #707070;
      border-radius: 17px;
      padding: 0 8px 0;
      text-align: center;
      position: relative;
      display: inline-block;
      margin: 30px auto 15px; }
      body.idxrcombtab-product .PM_ASBlockOutputHorizontal .active_filters .active-filter-title,
      #module-pm_advancedsearch4-searchresults .PM_ASBlockOutputHorizontal .active_filters .active-filter-title,
      #module-pm_advancedsearch4-advancedsearch4 .PM_ASBlockOutputHorizontal .active_filters .active-filter-title,
      #module-pm_advancedsearch4-seo .PM_ASBlockOutputHorizontal .active_filters .active-filter-title,
      #manufacturer .PM_ASBlockOutputHorizontal .active_filters .active-filter-title,
      .wishlist-products-list .PM_ASBlockOutputHorizontal .active_filters .active-filter-title,
      #search .PM_ASBlockOutputHorizontal .active_filters .active-filter-title,
      #new-products .PM_ASBlockOutputHorizontal .active_filters .active-filter-title,
      #best-sales .PM_ASBlockOutputHorizontal .active_filters .active-filter-title,
      #prices-drop .PM_ASBlockOutputHorizontal .active_filters .active-filter-title,
      #category .PM_ASBlockOutputHorizontal .active_filters .active-filter-title {
        background: #EBEBEB;
        text-align: center;
        margin: 0;
        display: inline-flex;
        position: relative;
        top: -13px;
        font-size: 18px;
        font-weight: 700;
        line-height: 14px;
        padding: 0 10px; }
      body.idxrcombtab-product .PM_ASBlockOutputHorizontal .active_filters ul,
      #module-pm_advancedsearch4-searchresults .PM_ASBlockOutputHorizontal .active_filters ul,
      #module-pm_advancedsearch4-advancedsearch4 .PM_ASBlockOutputHorizontal .active_filters ul,
      #module-pm_advancedsearch4-seo .PM_ASBlockOutputHorizontal .active_filters ul,
      #manufacturer .PM_ASBlockOutputHorizontal .active_filters ul,
      .wishlist-products-list .PM_ASBlockOutputHorizontal .active_filters ul,
      #search .PM_ASBlockOutputHorizontal .active_filters ul,
      #new-products .PM_ASBlockOutputHorizontal .active_filters ul,
      #best-sales .PM_ASBlockOutputHorizontal .active_filters ul,
      #prices-drop .PM_ASBlockOutputHorizontal .active_filters ul,
      #category .PM_ASBlockOutputHorizontal .active_filters ul {
        margin: -15px 0 0 0; }
        body.idxrcombtab-product .PM_ASBlockOutputHorizontal .active_filters ul li,
        #module-pm_advancedsearch4-searchresults .PM_ASBlockOutputHorizontal .active_filters ul li,
        #module-pm_advancedsearch4-advancedsearch4 .PM_ASBlockOutputHorizontal .active_filters ul li,
        #module-pm_advancedsearch4-seo .PM_ASBlockOutputHorizontal .active_filters ul li,
        #manufacturer .PM_ASBlockOutputHorizontal .active_filters ul li,
        .wishlist-products-list .PM_ASBlockOutputHorizontal .active_filters ul li,
        #search .PM_ASBlockOutputHorizontal .active_filters ul li,
        #new-products .PM_ASBlockOutputHorizontal .active_filters ul li,
        #best-sales .PM_ASBlockOutputHorizontal .active_filters ul li,
        #prices-drop .PM_ASBlockOutputHorizontal .active_filters ul li,
        #category .PM_ASBlockOutputHorizontal .active_filters ul li {
          padding: 5px; }
          body.idxrcombtab-product .PM_ASBlockOutputHorizontal .active_filters ul li a,
          #module-pm_advancedsearch4-searchresults .PM_ASBlockOutputHorizontal .active_filters ul li a,
          #module-pm_advancedsearch4-advancedsearch4 .PM_ASBlockOutputHorizontal .active_filters ul li a,
          #module-pm_advancedsearch4-seo .PM_ASBlockOutputHorizontal .active_filters ul li a,
          #manufacturer .PM_ASBlockOutputHorizontal .active_filters ul li a,
          .wishlist-products-list .PM_ASBlockOutputHorizontal .active_filters ul li a,
          #search .PM_ASBlockOutputHorizontal .active_filters ul li a,
          #new-products .PM_ASBlockOutputHorizontal .active_filters ul li a,
          #best-sales .PM_ASBlockOutputHorizontal .active_filters ul li a,
          #prices-drop .PM_ASBlockOutputHorizontal .active_filters ul li a,
          #category .PM_ASBlockOutputHorizontal .active_filters ul li a {
            background: #70707080;
            padding: 3px 5px;
            border-radius: 5px;
            display: inline-block;
            color: #fff;
            font-weight: 600;
            font-size: 15px;
            line-height: 18px; }
            body.idxrcombtab-product .PM_ASBlockOutputHorizontal .active_filters ul li a:before,
            #module-pm_advancedsearch4-searchresults .PM_ASBlockOutputHorizontal .active_filters ul li a:before,
            #module-pm_advancedsearch4-advancedsearch4 .PM_ASBlockOutputHorizontal .active_filters ul li a:before,
            #module-pm_advancedsearch4-seo .PM_ASBlockOutputHorizontal .active_filters ul li a:before,
            #manufacturer .PM_ASBlockOutputHorizontal .active_filters ul li a:before,
            .wishlist-products-list .PM_ASBlockOutputHorizontal .active_filters ul li a:before,
            #search .PM_ASBlockOutputHorizontal .active_filters ul li a:before,
            #new-products .PM_ASBlockOutputHorizontal .active_filters ul li a:before,
            #best-sales .PM_ASBlockOutputHorizontal .active_filters ul li a:before,
            #prices-drop .PM_ASBlockOutputHorizontal .active_filters ul li a:before,
            #category .PM_ASBlockOutputHorizontal .active_filters ul li a:before {
              content: "";
              float: right;
              background: url(/themes/joshnoa/assets//img-dist/close.svg) no-repeat center/contain;
              font-size: 0;
              width: 10px;
              height: 10px;
              padding: 0;
              margin: 5px 0 0 5px; }
      body.idxrcombtab-product .PM_ASBlockOutputHorizontal .active_filters .clear_all,
      #module-pm_advancedsearch4-searchresults .PM_ASBlockOutputHorizontal .active_filters .clear_all,
      #module-pm_advancedsearch4-advancedsearch4 .PM_ASBlockOutputHorizontal .active_filters .clear_all,
      #module-pm_advancedsearch4-seo .PM_ASBlockOutputHorizontal .active_filters .clear_all,
      #manufacturer .PM_ASBlockOutputHorizontal .active_filters .clear_all,
      .wishlist-products-list .PM_ASBlockOutputHorizontal .active_filters .clear_all,
      #search .PM_ASBlockOutputHorizontal .active_filters .clear_all,
      #new-products .PM_ASBlockOutputHorizontal .active_filters .clear_all,
      #best-sales .PM_ASBlockOutputHorizontal .active_filters .clear_all,
      #prices-drop .PM_ASBlockOutputHorizontal .active_filters .clear_all,
      #category .PM_ASBlockOutputHorizontal .active_filters .clear_all {
        z-index: 1;
        margin: auto auto auto;
        display: inline-block;
        position: relative;
        bottom: -15px; }
        body.idxrcombtab-product .PM_ASBlockOutputHorizontal .active_filters .clear_all a,
        #module-pm_advancedsearch4-searchresults .PM_ASBlockOutputHorizontal .active_filters .clear_all a,
        #module-pm_advancedsearch4-advancedsearch4 .PM_ASBlockOutputHorizontal .active_filters .clear_all a,
        #module-pm_advancedsearch4-seo .PM_ASBlockOutputHorizontal .active_filters .clear_all a,
        #manufacturer .PM_ASBlockOutputHorizontal .active_filters .clear_all a,
        .wishlist-products-list .PM_ASBlockOutputHorizontal .active_filters .clear_all a,
        #search .PM_ASBlockOutputHorizontal .active_filters .clear_all a,
        #new-products .PM_ASBlockOutputHorizontal .active_filters .clear_all a,
        #best-sales .PM_ASBlockOutputHorizontal .active_filters .clear_all a,
        #prices-drop .PM_ASBlockOutputHorizontal .active_filters .clear_all a,
        #category .PM_ASBlockOutputHorizontal .active_filters .clear_all a {
          color: #FFFFFF;
          background: #000;
          border: 1px solid #000;
          padding: 7px 10px;
          border-radius: 8px;
          font-size: 18px;
          line-height: 14px;
          display: inline-block;
          margin: 0;
          text-decoration: none; }
          body.idxrcombtab-product .PM_ASBlockOutputHorizontal .active_filters .clear_all a::before,
          #module-pm_advancedsearch4-searchresults .PM_ASBlockOutputHorizontal .active_filters .clear_all a::before,
          #module-pm_advancedsearch4-advancedsearch4 .PM_ASBlockOutputHorizontal .active_filters .clear_all a::before,
          #module-pm_advancedsearch4-seo .PM_ASBlockOutputHorizontal .active_filters .clear_all a::before,
          #manufacturer .PM_ASBlockOutputHorizontal .active_filters .clear_all a::before,
          .wishlist-products-list .PM_ASBlockOutputHorizontal .active_filters .clear_all a::before,
          #search .PM_ASBlockOutputHorizontal .active_filters .clear_all a::before,
          #new-products .PM_ASBlockOutputHorizontal .active_filters .clear_all a::before,
          #best-sales .PM_ASBlockOutputHorizontal .active_filters .clear_all a::before,
          #prices-drop .PM_ASBlockOutputHorizontal .active_filters .clear_all a::before,
          #category .PM_ASBlockOutputHorizontal .active_filters .clear_all a::before {
            display: none; }
          body.idxrcombtab-product .PM_ASBlockOutputHorizontal .active_filters .clear_all a:hover,
          #module-pm_advancedsearch4-searchresults .PM_ASBlockOutputHorizontal .active_filters .clear_all a:hover,
          #module-pm_advancedsearch4-advancedsearch4 .PM_ASBlockOutputHorizontal .active_filters .clear_all a:hover,
          #module-pm_advancedsearch4-seo .PM_ASBlockOutputHorizontal .active_filters .clear_all a:hover,
          #manufacturer .PM_ASBlockOutputHorizontal .active_filters .clear_all a:hover,
          .wishlist-products-list .PM_ASBlockOutputHorizontal .active_filters .clear_all a:hover,
          #search .PM_ASBlockOutputHorizontal .active_filters .clear_all a:hover,
          #new-products .PM_ASBlockOutputHorizontal .active_filters .clear_all a:hover,
          #best-sales .PM_ASBlockOutputHorizontal .active_filters .clear_all a:hover,
          #prices-drop .PM_ASBlockOutputHorizontal .active_filters .clear_all a:hover,
          #category .PM_ASBlockOutputHorizontal .active_filters .clear_all a:hover {
            background: #fff;
            color: #000; }
  body.idxrcombtab-product #products,
  #module-pm_advancedsearch4-searchresults #products,
  #module-pm_advancedsearch4-advancedsearch4 #products,
  #module-pm_advancedsearch4-seo #products,
  #manufacturer #products,
  .wishlist-products-list #products,
  #search #products,
  #new-products #products,
  #best-sales #products,
  #prices-drop #products,
  #category #products {
    padding-top: 25px; }
    body.idxrcombtab-product #products #js-product-list-top .display-toggle,
    #module-pm_advancedsearch4-searchresults #products #js-product-list-top .display-toggle,
    #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list-top .display-toggle,
    #module-pm_advancedsearch4-seo #products #js-product-list-top .display-toggle,
    #manufacturer #products #js-product-list-top .display-toggle,
    .wishlist-products-list #products #js-product-list-top .display-toggle,
    #search #products #js-product-list-top .display-toggle,
    #new-products #products #js-product-list-top .display-toggle,
    #best-sales #products #js-product-list-top .display-toggle,
    #prices-drop #products #js-product-list-top .display-toggle,
    #category #products #js-product-list-top .display-toggle {
      background: #EBEBEB;
      border-radius: 28px;
      padding: 4px;
      width: 117px;
      justify-content: space-between;
      position: relative;
      border: 4px solid #fff; }
      body.idxrcombtab-product #products #js-product-list-top .display-toggle li,
      #module-pm_advancedsearch4-searchresults #products #js-product-list-top .display-toggle li,
      #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list-top .display-toggle li,
      #module-pm_advancedsearch4-seo #products #js-product-list-top .display-toggle li,
      #manufacturer #products #js-product-list-top .display-toggle li,
      .wishlist-products-list #products #js-product-list-top .display-toggle li,
      #search #products #js-product-list-top .display-toggle li,
      #new-products #products #js-product-list-top .display-toggle li,
      #best-sales #products #js-product-list-top .display-toggle li,
      #prices-drop #products #js-product-list-top .display-toggle li,
      #category #products #js-product-list-top .display-toggle li {
        padding: 0; }
        body.idxrcombtab-product #products #js-product-list-top .display-toggle li .display-toggle__link,
        #module-pm_advancedsearch4-searchresults #products #js-product-list-top .display-toggle li .display-toggle__link,
        #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list-top .display-toggle li .display-toggle__link,
        #module-pm_advancedsearch4-seo #products #js-product-list-top .display-toggle li .display-toggle__link,
        #manufacturer #products #js-product-list-top .display-toggle li .display-toggle__link,
        .wishlist-products-list #products #js-product-list-top .display-toggle li .display-toggle__link,
        #search #products #js-product-list-top .display-toggle li .display-toggle__link,
        #new-products #products #js-product-list-top .display-toggle li .display-toggle__link,
        #best-sales #products #js-product-list-top .display-toggle li .display-toggle__link,
        #prices-drop #products #js-product-list-top .display-toggle li .display-toggle__link,
        #category #products #js-product-list-top .display-toggle li .display-toggle__link {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          text-align: center;
          line-height: 37px;
          background: #EBEBEB; }
          body.idxrcombtab-product #products #js-product-list-top .display-toggle li .display-toggle__link span,
          #module-pm_advancedsearch4-searchresults #products #js-product-list-top .display-toggle li .display-toggle__link span,
          #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list-top .display-toggle li .display-toggle__link span,
          #module-pm_advancedsearch4-seo #products #js-product-list-top .display-toggle li .display-toggle__link span,
          #manufacturer #products #js-product-list-top .display-toggle li .display-toggle__link span,
          .wishlist-products-list #products #js-product-list-top .display-toggle li .display-toggle__link span,
          #search #products #js-product-list-top .display-toggle li .display-toggle__link span,
          #new-products #products #js-product-list-top .display-toggle li .display-toggle__link span,
          #best-sales #products #js-product-list-top .display-toggle li .display-toggle__link span,
          #prices-drop #products #js-product-list-top .display-toggle li .display-toggle__link span,
          #category #products #js-product-list-top .display-toggle li .display-toggle__link span {
            position: absolute;
            width: auto;
            left: 0;
            bottom: -30px;
            font-size: 12px;
            color: #000;
            text-align: center;
            display: none; }
          body.idxrcombtab-product #products #js-product-list-top .display-toggle li .display-toggle__link svg,
          #module-pm_advancedsearch4-searchresults #products #js-product-list-top .display-toggle li .display-toggle__link svg,
          #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list-top .display-toggle li .display-toggle__link svg,
          #module-pm_advancedsearch4-seo #products #js-product-list-top .display-toggle li .display-toggle__link svg,
          #manufacturer #products #js-product-list-top .display-toggle li .display-toggle__link svg,
          .wishlist-products-list #products #js-product-list-top .display-toggle li .display-toggle__link svg,
          #search #products #js-product-list-top .display-toggle li .display-toggle__link svg,
          #new-products #products #js-product-list-top .display-toggle li .display-toggle__link svg,
          #best-sales #products #js-product-list-top .display-toggle li .display-toggle__link svg,
          #prices-drop #products #js-product-list-top .display-toggle li .display-toggle__link svg,
          #category #products #js-product-list-top .display-toggle li .display-toggle__link svg {
            fill: #000000; }
            body.idxrcombtab-product #products #js-product-list-top .display-toggle li .display-toggle__link svg line,
            #module-pm_advancedsearch4-searchresults #products #js-product-list-top .display-toggle li .display-toggle__link svg line,
            #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list-top .display-toggle li .display-toggle__link svg line,
            #module-pm_advancedsearch4-seo #products #js-product-list-top .display-toggle li .display-toggle__link svg line,
            #manufacturer #products #js-product-list-top .display-toggle li .display-toggle__link svg line,
            .wishlist-products-list #products #js-product-list-top .display-toggle li .display-toggle__link svg line,
            #search #products #js-product-list-top .display-toggle li .display-toggle__link svg line,
            #new-products #products #js-product-list-top .display-toggle li .display-toggle__link svg line,
            #best-sales #products #js-product-list-top .display-toggle li .display-toggle__link svg line,
            #prices-drop #products #js-product-list-top .display-toggle li .display-toggle__link svg line,
            #category #products #js-product-list-top .display-toggle li .display-toggle__link svg line {
              stroke: #000; }
          body.idxrcombtab-product #products #js-product-list-top .display-toggle li .display-toggle__link.active,
          #module-pm_advancedsearch4-searchresults #products #js-product-list-top .display-toggle li .display-toggle__link.active,
          #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list-top .display-toggle li .display-toggle__link.active,
          #module-pm_advancedsearch4-seo #products #js-product-list-top .display-toggle li .display-toggle__link.active,
          #manufacturer #products #js-product-list-top .display-toggle li .display-toggle__link.active,
          .wishlist-products-list #products #js-product-list-top .display-toggle li .display-toggle__link.active,
          #search #products #js-product-list-top .display-toggle li .display-toggle__link.active,
          #new-products #products #js-product-list-top .display-toggle li .display-toggle__link.active,
          #best-sales #products #js-product-list-top .display-toggle li .display-toggle__link.active,
          #prices-drop #products #js-product-list-top .display-toggle li .display-toggle__link.active,
          #category #products #js-product-list-top .display-toggle li .display-toggle__link.active {
            background: #000; }
            body.idxrcombtab-product #products #js-product-list-top .display-toggle li .display-toggle__link.active svg,
            #module-pm_advancedsearch4-searchresults #products #js-product-list-top .display-toggle li .display-toggle__link.active svg,
            #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list-top .display-toggle li .display-toggle__link.active svg,
            #module-pm_advancedsearch4-seo #products #js-product-list-top .display-toggle li .display-toggle__link.active svg,
            #manufacturer #products #js-product-list-top .display-toggle li .display-toggle__link.active svg,
            .wishlist-products-list #products #js-product-list-top .display-toggle li .display-toggle__link.active svg,
            #search #products #js-product-list-top .display-toggle li .display-toggle__link.active svg,
            #new-products #products #js-product-list-top .display-toggle li .display-toggle__link.active svg,
            #best-sales #products #js-product-list-top .display-toggle li .display-toggle__link.active svg,
            #prices-drop #products #js-product-list-top .display-toggle li .display-toggle__link.active svg,
            #category #products #js-product-list-top .display-toggle li .display-toggle__link.active svg {
              fill: #fff; }
              body.idxrcombtab-product #products #js-product-list-top .display-toggle li .display-toggle__link.active svg line,
              #module-pm_advancedsearch4-searchresults #products #js-product-list-top .display-toggle li .display-toggle__link.active svg line,
              #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list-top .display-toggle li .display-toggle__link.active svg line,
              #module-pm_advancedsearch4-seo #products #js-product-list-top .display-toggle li .display-toggle__link.active svg line,
              #manufacturer #products #js-product-list-top .display-toggle li .display-toggle__link.active svg line,
              .wishlist-products-list #products #js-product-list-top .display-toggle li .display-toggle__link.active svg line,
              #search #products #js-product-list-top .display-toggle li .display-toggle__link.active svg line,
              #new-products #products #js-product-list-top .display-toggle li .display-toggle__link.active svg line,
              #best-sales #products #js-product-list-top .display-toggle li .display-toggle__link.active svg line,
              #prices-drop #products #js-product-list-top .display-toggle li .display-toggle__link.active svg line,
              #category #products #js-product-list-top .display-toggle li .display-toggle__link.active svg line {
                stroke: #fff; }
          body.idxrcombtab-product #products #js-product-list-top .display-toggle li .display-toggle__link:hover,
          #module-pm_advancedsearch4-searchresults #products #js-product-list-top .display-toggle li .display-toggle__link:hover,
          #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list-top .display-toggle li .display-toggle__link:hover,
          #module-pm_advancedsearch4-seo #products #js-product-list-top .display-toggle li .display-toggle__link:hover,
          #manufacturer #products #js-product-list-top .display-toggle li .display-toggle__link:hover,
          .wishlist-products-list #products #js-product-list-top .display-toggle li .display-toggle__link:hover,
          #search #products #js-product-list-top .display-toggle li .display-toggle__link:hover,
          #new-products #products #js-product-list-top .display-toggle li .display-toggle__link:hover,
          #best-sales #products #js-product-list-top .display-toggle li .display-toggle__link:hover,
          #prices-drop #products #js-product-list-top .display-toggle li .display-toggle__link:hover,
          #category #products #js-product-list-top .display-toggle li .display-toggle__link:hover {
            background: #DB0916; }
            body.idxrcombtab-product #products #js-product-list-top .display-toggle li .display-toggle__link:hover svg,
            #module-pm_advancedsearch4-searchresults #products #js-product-list-top .display-toggle li .display-toggle__link:hover svg,
            #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list-top .display-toggle li .display-toggle__link:hover svg,
            #module-pm_advancedsearch4-seo #products #js-product-list-top .display-toggle li .display-toggle__link:hover svg,
            #manufacturer #products #js-product-list-top .display-toggle li .display-toggle__link:hover svg,
            .wishlist-products-list #products #js-product-list-top .display-toggle li .display-toggle__link:hover svg,
            #search #products #js-product-list-top .display-toggle li .display-toggle__link:hover svg,
            #new-products #products #js-product-list-top .display-toggle li .display-toggle__link:hover svg,
            #best-sales #products #js-product-list-top .display-toggle li .display-toggle__link:hover svg,
            #prices-drop #products #js-product-list-top .display-toggle li .display-toggle__link:hover svg,
            #category #products #js-product-list-top .display-toggle li .display-toggle__link:hover svg {
              fill: #fff; }
              body.idxrcombtab-product #products #js-product-list-top .display-toggle li .display-toggle__link:hover svg line,
              #module-pm_advancedsearch4-searchresults #products #js-product-list-top .display-toggle li .display-toggle__link:hover svg line,
              #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list-top .display-toggle li .display-toggle__link:hover svg line,
              #module-pm_advancedsearch4-seo #products #js-product-list-top .display-toggle li .display-toggle__link:hover svg line,
              #manufacturer #products #js-product-list-top .display-toggle li .display-toggle__link:hover svg line,
              .wishlist-products-list #products #js-product-list-top .display-toggle li .display-toggle__link:hover svg line,
              #search #products #js-product-list-top .display-toggle li .display-toggle__link:hover svg line,
              #new-products #products #js-product-list-top .display-toggle li .display-toggle__link:hover svg line,
              #best-sales #products #js-product-list-top .display-toggle li .display-toggle__link:hover svg line,
              #prices-drop #products #js-product-list-top .display-toggle li .display-toggle__link:hover svg line,
              #category #products #js-product-list-top .display-toggle li .display-toggle__link:hover svg line {
                stroke: #fff; }
            body.idxrcombtab-product #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active),
            #module-pm_advancedsearch4-searchresults #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active),
            #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active),
            #module-pm_advancedsearch4-seo #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active),
            #manufacturer #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active),
            .wishlist-products-list #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active),
            #search #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active),
            #new-products #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active),
            #best-sales #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active),
            #prices-drop #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active),
            #category #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) {
              background: transparent; }
              body.idxrcombtab-product #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) svg,
              #module-pm_advancedsearch4-searchresults #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) svg,
              #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) svg,
              #module-pm_advancedsearch4-seo #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) svg,
              #manufacturer #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) svg,
              .wishlist-products-list #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) svg,
              #search #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) svg,
              #new-products #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) svg,
              #best-sales #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) svg,
              #prices-drop #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) svg,
              #category #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) svg {
                fill: #DB0916; }
                body.idxrcombtab-product #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) svg line,
                #module-pm_advancedsearch4-searchresults #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) svg line,
                #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) svg line,
                #module-pm_advancedsearch4-seo #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) svg line,
                #manufacturer #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) svg line,
                .wishlist-products-list #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) svg line,
                #search #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) svg line,
                #new-products #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) svg line,
                #best-sales #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) svg line,
                #prices-drop #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) svg line,
                #category #products #js-product-list-top .display-toggle li .display-toggle__link:hover:not(.active) svg line {
                  stroke: #DB0916; }
            body.idxrcombtab-product #products #js-product-list-top .display-toggle li .display-toggle__link:hover span,
            #module-pm_advancedsearch4-searchresults #products #js-product-list-top .display-toggle li .display-toggle__link:hover span,
            #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list-top .display-toggle li .display-toggle__link:hover span,
            #module-pm_advancedsearch4-seo #products #js-product-list-top .display-toggle li .display-toggle__link:hover span,
            #manufacturer #products #js-product-list-top .display-toggle li .display-toggle__link:hover span,
            .wishlist-products-list #products #js-product-list-top .display-toggle li .display-toggle__link:hover span,
            #search #products #js-product-list-top .display-toggle li .display-toggle__link:hover span,
            #new-products #products #js-product-list-top .display-toggle li .display-toggle__link:hover span,
            #best-sales #products #js-product-list-top .display-toggle li .display-toggle__link:hover span,
            #prices-drop #products #js-product-list-top .display-toggle li .display-toggle__link:hover span,
            #category #products #js-product-list-top .display-toggle li .display-toggle__link:hover span {
              display: block; }
    body.idxrcombtab-product #products #export,
    #module-pm_advancedsearch4-searchresults #products #export,
    #module-pm_advancedsearch4-advancedsearch4 #products #export,
    #module-pm_advancedsearch4-seo #products #export,
    #manufacturer #products #export,
    .wishlist-products-list #products #export,
    #search #products #export,
    #new-products #products #export,
    #best-sales #products #export,
    #prices-drop #products #export,
    #category #products #export {
      margin-left: 10px;
      display: flex;
      align-items: center;
      text-decoration: none;
      position: relative; }
      body.idxrcombtab-product #products #export span,
      #module-pm_advancedsearch4-searchresults #products #export span,
      #module-pm_advancedsearch4-advancedsearch4 #products #export span,
      #module-pm_advancedsearch4-seo #products #export span,
      #manufacturer #products #export span,
      .wishlist-products-list #products #export span,
      #search #products #export span,
      #new-products #products #export span,
      #best-sales #products #export span,
      #prices-drop #products #export span,
      #category #products #export span {
        font-size: 12px;
        line-height: 14px;
        color: #000;
        margin-left: 10px;
        max-width: 180px;
        display: none; }
      body.idxrcombtab-product #products #export svg,
      #module-pm_advancedsearch4-searchresults #products #export svg,
      #module-pm_advancedsearch4-advancedsearch4 #products #export svg,
      #module-pm_advancedsearch4-seo #products #export svg,
      #manufacturer #products #export svg,
      .wishlist-products-list #products #export svg,
      #search #products #export svg,
      #new-products #products #export svg,
      #best-sales #products #export svg,
      #prices-drop #products #export svg,
      #category #products #export svg {
        fill: #EBEBEB; }
        body.idxrcombtab-product #products #export svg text,
        #module-pm_advancedsearch4-searchresults #products #export svg text,
        #module-pm_advancedsearch4-advancedsearch4 #products #export svg text,
        #module-pm_advancedsearch4-seo #products #export svg text,
        #manufacturer #products #export svg text,
        .wishlist-products-list #products #export svg text,
        #search #products #export svg text,
        #new-products #products #export svg text,
        #best-sales #products #export svg text,
        #prices-drop #products #export svg text,
        #category #products #export svg text {
          fill: #000; }
        body.idxrcombtab-product #products #export svg > path,
        #module-pm_advancedsearch4-searchresults #products #export svg > path,
        #module-pm_advancedsearch4-advancedsearch4 #products #export svg > path,
        #module-pm_advancedsearch4-seo #products #export svg > path,
        #manufacturer #products #export svg > path,
        .wishlist-products-list #products #export svg > path,
        #search #products #export svg > path,
        #new-products #products #export svg > path,
        #best-sales #products #export svg > path,
        #prices-drop #products #export svg > path,
        #category #products #export svg > path {
          fill: #000; }
        body.idxrcombtab-product #products #export svg rect,
        #module-pm_advancedsearch4-searchresults #products #export svg rect,
        #module-pm_advancedsearch4-advancedsearch4 #products #export svg rect,
        #module-pm_advancedsearch4-seo #products #export svg rect,
        #manufacturer #products #export svg rect,
        .wishlist-products-list #products #export svg rect,
        #search #products #export svg rect,
        #new-products #products #export svg rect,
        #best-sales #products #export svg rect,
        #prices-drop #products #export svg rect,
        #category #products #export svg rect {
          fill: #000; }
        body.idxrcombtab-product #products #export svg g path,
        #module-pm_advancedsearch4-searchresults #products #export svg g path,
        #module-pm_advancedsearch4-advancedsearch4 #products #export svg g path,
        #module-pm_advancedsearch4-seo #products #export svg g path,
        #manufacturer #products #export svg g path,
        .wishlist-products-list #products #export svg g path,
        #search #products #export svg g path,
        #new-products #products #export svg g path,
        #best-sales #products #export svg g path,
        #prices-drop #products #export svg g path,
        #category #products #export svg g path {
          stroke: #000; }
      body.idxrcombtab-product #products #export:hover svg,
      #module-pm_advancedsearch4-searchresults #products #export:hover svg,
      #module-pm_advancedsearch4-advancedsearch4 #products #export:hover svg,
      #module-pm_advancedsearch4-seo #products #export:hover svg,
      #manufacturer #products #export:hover svg,
      .wishlist-products-list #products #export:hover svg,
      #search #products #export:hover svg,
      #new-products #products #export:hover svg,
      #best-sales #products #export:hover svg,
      #prices-drop #products #export:hover svg,
      #category #products #export:hover svg {
        fill: #000; }
        body.idxrcombtab-product #products #export:hover svg text,
        #module-pm_advancedsearch4-searchresults #products #export:hover svg text,
        #module-pm_advancedsearch4-advancedsearch4 #products #export:hover svg text,
        #module-pm_advancedsearch4-seo #products #export:hover svg text,
        #manufacturer #products #export:hover svg text,
        .wishlist-products-list #products #export:hover svg text,
        #search #products #export:hover svg text,
        #new-products #products #export:hover svg text,
        #best-sales #products #export:hover svg text,
        #prices-drop #products #export:hover svg text,
        #category #products #export:hover svg text {
          fill: #5C952C; }
        body.idxrcombtab-product #products #export:hover svg > path,
        #module-pm_advancedsearch4-searchresults #products #export:hover svg > path,
        #module-pm_advancedsearch4-advancedsearch4 #products #export:hover svg > path,
        #module-pm_advancedsearch4-seo #products #export:hover svg > path,
        #manufacturer #products #export:hover svg > path,
        .wishlist-products-list #products #export:hover svg > path,
        #search #products #export:hover svg > path,
        #new-products #products #export:hover svg > path,
        #best-sales #products #export:hover svg > path,
        #prices-drop #products #export:hover svg > path,
        #category #products #export:hover svg > path {
          fill: #fff; }
        body.idxrcombtab-product #products #export:hover svg rect,
        #module-pm_advancedsearch4-searchresults #products #export:hover svg rect,
        #module-pm_advancedsearch4-advancedsearch4 #products #export:hover svg rect,
        #module-pm_advancedsearch4-seo #products #export:hover svg rect,
        #manufacturer #products #export:hover svg rect,
        .wishlist-products-list #products #export:hover svg rect,
        #search #products #export:hover svg rect,
        #new-products #products #export:hover svg rect,
        #best-sales #products #export:hover svg rect,
        #prices-drop #products #export:hover svg rect,
        #category #products #export:hover svg rect {
          fill: #fff; }
        body.idxrcombtab-product #products #export:hover svg g path,
        #module-pm_advancedsearch4-searchresults #products #export:hover svg g path,
        #module-pm_advancedsearch4-advancedsearch4 #products #export:hover svg g path,
        #module-pm_advancedsearch4-seo #products #export:hover svg g path,
        #manufacturer #products #export:hover svg g path,
        .wishlist-products-list #products #export:hover svg g path,
        #search #products #export:hover svg g path,
        #new-products #products #export:hover svg g path,
        #best-sales #products #export:hover svg g path,
        #prices-drop #products #export:hover svg g path,
        #category #products #export:hover svg g path {
          stroke: #fff; }
      body.idxrcombtab-product #products #export:hover span,
      #module-pm_advancedsearch4-searchresults #products #export:hover span,
      #module-pm_advancedsearch4-advancedsearch4 #products #export:hover span,
      #module-pm_advancedsearch4-seo #products #export:hover span,
      #manufacturer #products #export:hover span,
      .wishlist-products-list #products #export:hover span,
      #search #products #export:hover span,
      #new-products #products #export:hover span,
      #best-sales #products #export:hover span,
      #prices-drop #products #export:hover span,
      #category #products #export:hover span {
        display: block;
        position: absolute;
        width: 250px;
        left: 50px; }
        @media (max-width: 767.98px) {
          body.idxrcombtab-product #products #export:hover span,
          #module-pm_advancedsearch4-searchresults #products #export:hover span,
          #module-pm_advancedsearch4-advancedsearch4 #products #export:hover span,
          #module-pm_advancedsearch4-seo #products #export:hover span,
          #manufacturer #products #export:hover span,
          .wishlist-products-list #products #export:hover span,
          #search #products #export:hover span,
          #new-products #products #export:hover span,
          #best-sales #products #export:hover span,
          #prices-drop #products #export:hover span,
          #category #products #export:hover span {
            /*display: none;*/
            left: 50%;
            top: calc(100% + 5px);
            transform: translate(-50%);
            margin: 0;
            text-align: center; } }
    body.idxrcombtab-product #products .custom-select,
    #module-pm_advancedsearch4-searchresults #products .custom-select,
    #module-pm_advancedsearch4-advancedsearch4 #products .custom-select,
    #module-pm_advancedsearch4-seo #products .custom-select,
    #manufacturer #products .custom-select,
    .wishlist-products-list #products .custom-select,
    #search #products .custom-select,
    #new-products #products .custom-select,
    #best-sales #products .custom-select,
    #prices-drop #products .custom-select,
    #category #products .custom-select {
      border: none;
      background: url(/themes/joshnoa/assets//img-dist/dropdown.svg) no-repeat #EBEBEB;
      height: 37px;
      border-radius: 16px;
      background-position: 90% 14px;
      color: #000;
      font-style: italic;
      line-height: 1;
      padding-right: 50px;
      cursor: pointer; }
    body.idxrcombtab-product #products #js-product-list,
    #module-pm_advancedsearch4-searchresults #products #js-product-list,
    #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list,
    #module-pm_advancedsearch4-seo #products #js-product-list,
    #manufacturer #products #js-product-list,
    .wishlist-products-list #products #js-product-list,
    #search #products #js-product-list,
    #new-products #products #js-product-list,
    #best-sales #products #js-product-list,
    #prices-drop #products #js-product-list,
    #category #products #js-product-list {
      padding: 50px 0; }
      body.idxrcombtab-product #products #js-product-list .products-list,
      #module-pm_advancedsearch4-searchresults #products #js-product-list .products-list,
      #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list .products-list,
      #module-pm_advancedsearch4-seo #products #js-product-list .products-list,
      #manufacturer #products #js-product-list .products-list,
      .wishlist-products-list #products #js-product-list .products-list,
      #search #products #js-product-list .products-list,
      #new-products #products #js-product-list .products-list,
      #best-sales #products #js-product-list .products-list,
      #prices-drop #products #js-product-list .products-list,
      #category #products #js-product-list .products-list {
        margin-left: -25px;
        margin-right: -25px; }
        @media (max-width: 991.98px) {
          body.idxrcombtab-product #products #js-product-list .products-list,
          #module-pm_advancedsearch4-searchresults #products #js-product-list .products-list,
          #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list .products-list,
          #module-pm_advancedsearch4-seo #products #js-product-list .products-list,
          #manufacturer #products #js-product-list .products-list,
          .wishlist-products-list #products #js-product-list .products-list,
          #search #products #js-product-list .products-list,
          #new-products #products #js-product-list .products-list,
          #best-sales #products #js-product-list .products-list,
          #prices-drop #products #js-product-list .products-list,
          #category #products #js-product-list .products-list {
            margin-left: -15px;
            margin-right: -15px; } }
        body.idxrcombtab-product #products #js-product-list .products-list .products-list__block--grid,
        #module-pm_advancedsearch4-searchresults #products #js-product-list .products-list .products-list__block--grid,
        #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list .products-list .products-list__block--grid,
        #module-pm_advancedsearch4-seo #products #js-product-list .products-list .products-list__block--grid,
        #manufacturer #products #js-product-list .products-list .products-list__block--grid,
        .wishlist-products-list #products #js-product-list .products-list .products-list__block--grid,
        #search #products #js-product-list .products-list .products-list__block--grid,
        #new-products #products #js-product-list .products-list .products-list__block--grid,
        #best-sales #products #js-product-list .products-list .products-list__block--grid,
        #prices-drop #products #js-product-list .products-list .products-list__block--grid,
        #category #products #js-product-list .products-list .products-list__block--grid {
          padding-left: 25px;
          padding-right: 25px;
          margin-bottom: 83px; }
          @media (max-width: 991.98px) {
            body.idxrcombtab-product #products #js-product-list .products-list .products-list__block--grid,
            #module-pm_advancedsearch4-searchresults #products #js-product-list .products-list .products-list__block--grid,
            #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list .products-list .products-list__block--grid,
            #module-pm_advancedsearch4-seo #products #js-product-list .products-list .products-list__block--grid,
            #manufacturer #products #js-product-list .products-list .products-list__block--grid,
            .wishlist-products-list #products #js-product-list .products-list .products-list__block--grid,
            #search #products #js-product-list .products-list .products-list__block--grid,
            #new-products #products #js-product-list .products-list .products-list__block--grid,
            #best-sales #products #js-product-list .products-list .products-list__block--grid,
            #prices-drop #products #js-product-list .products-list .products-list__block--grid,
            #category #products #js-product-list .products-list .products-list__block--grid {
              padding-left: 15px;
              padding-right: 15px; } }
    body.idxrcombtab-product #products .pagination, body.idxrcombtab-product #products .comments-pagination ul, .comments-pagination body.idxrcombtab-product #products ul,
    #module-pm_advancedsearch4-searchresults #products .pagination,
    #module-pm_advancedsearch4-searchresults #products .comments-pagination ul,
    .comments-pagination #module-pm_advancedsearch4-searchresults #products ul,
    #module-pm_advancedsearch4-advancedsearch4 #products .pagination,
    #module-pm_advancedsearch4-advancedsearch4 #products .comments-pagination ul,
    .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products ul,
    #module-pm_advancedsearch4-seo #products .pagination,
    #module-pm_advancedsearch4-seo #products .comments-pagination ul,
    .comments-pagination #module-pm_advancedsearch4-seo #products ul,
    #manufacturer #products .pagination,
    #manufacturer #products .comments-pagination ul,
    .comments-pagination #manufacturer #products ul,
    .wishlist-products-list #products .pagination,
    .wishlist-products-list #products .comments-pagination ul,
    .comments-pagination .wishlist-products-list #products ul,
    #search #products .pagination,
    #search #products .comments-pagination ul,
    .comments-pagination #search #products ul,
    #new-products #products .pagination,
    #new-products #products .comments-pagination ul,
    .comments-pagination #new-products #products ul,
    #best-sales #products .pagination,
    #best-sales #products .comments-pagination ul,
    .comments-pagination #best-sales #products ul,
    #prices-drop #products .pagination,
    #prices-drop #products .comments-pagination ul,
    .comments-pagination #prices-drop #products ul,
    #category #products .pagination,
    #category #products .comments-pagination ul,
    .comments-pagination #category #products ul {
      margin-top: 0 !important; }
      @media (max-width: 767.98px) {
        body.idxrcombtab-product #products .pagination, body.idxrcombtab-product #products .comments-pagination ul, .comments-pagination body.idxrcombtab-product #products ul,
        #module-pm_advancedsearch4-searchresults #products .pagination,
        #module-pm_advancedsearch4-searchresults #products .comments-pagination ul,
        .comments-pagination #module-pm_advancedsearch4-searchresults #products ul,
        #module-pm_advancedsearch4-advancedsearch4 #products .pagination,
        #module-pm_advancedsearch4-advancedsearch4 #products .comments-pagination ul,
        .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products ul,
        #module-pm_advancedsearch4-seo #products .pagination,
        #module-pm_advancedsearch4-seo #products .comments-pagination ul,
        .comments-pagination #module-pm_advancedsearch4-seo #products ul,
        #manufacturer #products .pagination,
        #manufacturer #products .comments-pagination ul,
        .comments-pagination #manufacturer #products ul,
        .wishlist-products-list #products .pagination,
        .wishlist-products-list #products .comments-pagination ul,
        .comments-pagination .wishlist-products-list #products ul,
        #search #products .pagination,
        #search #products .comments-pagination ul,
        .comments-pagination #search #products ul,
        #new-products #products .pagination,
        #new-products #products .comments-pagination ul,
        .comments-pagination #new-products #products ul,
        #best-sales #products .pagination,
        #best-sales #products .comments-pagination ul,
        .comments-pagination #best-sales #products ul,
        #prices-drop #products .pagination,
        #prices-drop #products .comments-pagination ul,
        .comments-pagination #prices-drop #products ul,
        #category #products .pagination,
        #category #products .comments-pagination ul,
        .comments-pagination #category #products ul {
          flex-wrap: wrap;
          row-gap: 7px; }
          body.idxrcombtab-product #products .pagination li.page-item a, body.idxrcombtab-product #products .comments-pagination ul li.page-item a, .comments-pagination body.idxrcombtab-product #products ul li.page-item a, body.idxrcombtab-product #products .pagination .comments-pagination li a, .comments-pagination body.idxrcombtab-product #products .pagination li a, body.idxrcombtab-product #products .comments-pagination ul li a, .comments-pagination body.idxrcombtab-product #products ul li a,
          #module-pm_advancedsearch4-searchresults #products .pagination li.page-item a,
          #module-pm_advancedsearch4-searchresults #products .comments-pagination ul li.page-item a,
          .comments-pagination #module-pm_advancedsearch4-searchresults #products ul li.page-item a,
          #module-pm_advancedsearch4-searchresults #products .pagination .comments-pagination li a,
          .comments-pagination #module-pm_advancedsearch4-searchresults #products .pagination li a,
          #module-pm_advancedsearch4-searchresults #products .comments-pagination ul li a,
          .comments-pagination #module-pm_advancedsearch4-searchresults #products ul li a,
          #module-pm_advancedsearch4-advancedsearch4 #products .pagination li.page-item a,
          #module-pm_advancedsearch4-advancedsearch4 #products .comments-pagination ul li.page-item a,
          .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products ul li.page-item a,
          #module-pm_advancedsearch4-advancedsearch4 #products .pagination .comments-pagination li a,
          .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products .pagination li a,
          #module-pm_advancedsearch4-advancedsearch4 #products .comments-pagination ul li a,
          .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products ul li a,
          #module-pm_advancedsearch4-seo #products .pagination li.page-item a,
          #module-pm_advancedsearch4-seo #products .comments-pagination ul li.page-item a,
          .comments-pagination #module-pm_advancedsearch4-seo #products ul li.page-item a,
          #module-pm_advancedsearch4-seo #products .pagination .comments-pagination li a,
          .comments-pagination #module-pm_advancedsearch4-seo #products .pagination li a,
          #module-pm_advancedsearch4-seo #products .comments-pagination ul li a,
          .comments-pagination #module-pm_advancedsearch4-seo #products ul li a,
          #manufacturer #products .pagination li.page-item a,
          #manufacturer #products .comments-pagination ul li.page-item a,
          .comments-pagination #manufacturer #products ul li.page-item a,
          #manufacturer #products .pagination .comments-pagination li a,
          .comments-pagination #manufacturer #products .pagination li a,
          #manufacturer #products .comments-pagination ul li a,
          .comments-pagination #manufacturer #products ul li a,
          .wishlist-products-list #products .pagination li.page-item a,
          .wishlist-products-list #products .comments-pagination ul li.page-item a,
          .comments-pagination .wishlist-products-list #products ul li.page-item a,
          .wishlist-products-list #products .pagination .comments-pagination li a,
          .comments-pagination .wishlist-products-list #products .pagination li a,
          .wishlist-products-list #products .comments-pagination ul li a,
          .comments-pagination .wishlist-products-list #products ul li a,
          #search #products .pagination li.page-item a,
          #search #products .comments-pagination ul li.page-item a,
          .comments-pagination #search #products ul li.page-item a,
          #search #products .pagination .comments-pagination li a,
          .comments-pagination #search #products .pagination li a,
          #search #products .comments-pagination ul li a,
          .comments-pagination #search #products ul li a,
          #new-products #products .pagination li.page-item a,
          #new-products #products .comments-pagination ul li.page-item a,
          .comments-pagination #new-products #products ul li.page-item a,
          #new-products #products .pagination .comments-pagination li a,
          .comments-pagination #new-products #products .pagination li a,
          #new-products #products .comments-pagination ul li a,
          .comments-pagination #new-products #products ul li a,
          #best-sales #products .pagination li.page-item a,
          #best-sales #products .comments-pagination ul li.page-item a,
          .comments-pagination #best-sales #products ul li.page-item a,
          #best-sales #products .pagination .comments-pagination li a,
          .comments-pagination #best-sales #products .pagination li a,
          #best-sales #products .comments-pagination ul li a,
          .comments-pagination #best-sales #products ul li a,
          #prices-drop #products .pagination li.page-item a,
          #prices-drop #products .comments-pagination ul li.page-item a,
          .comments-pagination #prices-drop #products ul li.page-item a,
          #prices-drop #products .pagination .comments-pagination li a,
          .comments-pagination #prices-drop #products .pagination li a,
          #prices-drop #products .comments-pagination ul li a,
          .comments-pagination #prices-drop #products ul li a,
          #category #products .pagination li.page-item a,
          #category #products .comments-pagination ul li.page-item a,
          .comments-pagination #category #products ul li.page-item a,
          #category #products .pagination .comments-pagination li a,
          .comments-pagination #category #products .pagination li a,
          #category #products .comments-pagination ul li a,
          .comments-pagination #category #products ul li a {
            width: 7vw !important;
            height: 7vw !important;
            line-height: 7vw !important; }
          body.idxrcombtab-product #products .pagination li.page-item > span, body.idxrcombtab-product #products .comments-pagination ul li.page-item > span, .comments-pagination body.idxrcombtab-product #products ul li.page-item > span, body.idxrcombtab-product #products .pagination .comments-pagination li > span, .comments-pagination body.idxrcombtab-product #products .pagination li > span, body.idxrcombtab-product #products .comments-pagination ul li > span, .comments-pagination body.idxrcombtab-product #products ul li > span,
          #module-pm_advancedsearch4-searchresults #products .pagination li.page-item > span,
          #module-pm_advancedsearch4-searchresults #products .comments-pagination ul li.page-item > span,
          .comments-pagination #module-pm_advancedsearch4-searchresults #products ul li.page-item > span,
          #module-pm_advancedsearch4-searchresults #products .pagination .comments-pagination li > span,
          .comments-pagination #module-pm_advancedsearch4-searchresults #products .pagination li > span,
          #module-pm_advancedsearch4-searchresults #products .comments-pagination ul li > span,
          .comments-pagination #module-pm_advancedsearch4-searchresults #products ul li > span,
          #module-pm_advancedsearch4-advancedsearch4 #products .pagination li.page-item > span,
          #module-pm_advancedsearch4-advancedsearch4 #products .comments-pagination ul li.page-item > span,
          .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products ul li.page-item > span,
          #module-pm_advancedsearch4-advancedsearch4 #products .pagination .comments-pagination li > span,
          .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products .pagination li > span,
          #module-pm_advancedsearch4-advancedsearch4 #products .comments-pagination ul li > span,
          .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products ul li > span,
          #module-pm_advancedsearch4-seo #products .pagination li.page-item > span,
          #module-pm_advancedsearch4-seo #products .comments-pagination ul li.page-item > span,
          .comments-pagination #module-pm_advancedsearch4-seo #products ul li.page-item > span,
          #module-pm_advancedsearch4-seo #products .pagination .comments-pagination li > span,
          .comments-pagination #module-pm_advancedsearch4-seo #products .pagination li > span,
          #module-pm_advancedsearch4-seo #products .comments-pagination ul li > span,
          .comments-pagination #module-pm_advancedsearch4-seo #products ul li > span,
          #manufacturer #products .pagination li.page-item > span,
          #manufacturer #products .comments-pagination ul li.page-item > span,
          .comments-pagination #manufacturer #products ul li.page-item > span,
          #manufacturer #products .pagination .comments-pagination li > span,
          .comments-pagination #manufacturer #products .pagination li > span,
          #manufacturer #products .comments-pagination ul li > span,
          .comments-pagination #manufacturer #products ul li > span,
          .wishlist-products-list #products .pagination li.page-item > span,
          .wishlist-products-list #products .comments-pagination ul li.page-item > span,
          .comments-pagination .wishlist-products-list #products ul li.page-item > span,
          .wishlist-products-list #products .pagination .comments-pagination li > span,
          .comments-pagination .wishlist-products-list #products .pagination li > span,
          .wishlist-products-list #products .comments-pagination ul li > span,
          .comments-pagination .wishlist-products-list #products ul li > span,
          #search #products .pagination li.page-item > span,
          #search #products .comments-pagination ul li.page-item > span,
          .comments-pagination #search #products ul li.page-item > span,
          #search #products .pagination .comments-pagination li > span,
          .comments-pagination #search #products .pagination li > span,
          #search #products .comments-pagination ul li > span,
          .comments-pagination #search #products ul li > span,
          #new-products #products .pagination li.page-item > span,
          #new-products #products .comments-pagination ul li.page-item > span,
          .comments-pagination #new-products #products ul li.page-item > span,
          #new-products #products .pagination .comments-pagination li > span,
          .comments-pagination #new-products #products .pagination li > span,
          #new-products #products .comments-pagination ul li > span,
          .comments-pagination #new-products #products ul li > span,
          #best-sales #products .pagination li.page-item > span,
          #best-sales #products .comments-pagination ul li.page-item > span,
          .comments-pagination #best-sales #products ul li.page-item > span,
          #best-sales #products .pagination .comments-pagination li > span,
          .comments-pagination #best-sales #products .pagination li > span,
          #best-sales #products .comments-pagination ul li > span,
          .comments-pagination #best-sales #products ul li > span,
          #prices-drop #products .pagination li.page-item > span,
          #prices-drop #products .comments-pagination ul li.page-item > span,
          .comments-pagination #prices-drop #products ul li.page-item > span,
          #prices-drop #products .pagination .comments-pagination li > span,
          .comments-pagination #prices-drop #products .pagination li > span,
          #prices-drop #products .comments-pagination ul li > span,
          .comments-pagination #prices-drop #products ul li > span,
          #category #products .pagination li.page-item > span,
          #category #products .comments-pagination ul li.page-item > span,
          .comments-pagination #category #products ul li.page-item > span,
          #category #products .pagination .comments-pagination li > span,
          .comments-pagination #category #products .pagination li > span,
          #category #products .comments-pagination ul li > span,
          .comments-pagination #category #products ul li > span {
            width: 7vw !important;
            height: 7vw !important;
            line-height: 7vw !important; } }
      body.idxrcombtab-product #products .pagination li.page-item, body.idxrcombtab-product #products .comments-pagination ul li.page-item, .comments-pagination body.idxrcombtab-product #products ul li.page-item, body.idxrcombtab-product #products .pagination .comments-pagination li, .comments-pagination body.idxrcombtab-product #products .pagination li, body.idxrcombtab-product #products .comments-pagination ul li, .comments-pagination body.idxrcombtab-product #products ul li,
      #module-pm_advancedsearch4-searchresults #products .pagination li.page-item,
      #module-pm_advancedsearch4-searchresults #products .comments-pagination ul li.page-item,
      .comments-pagination #module-pm_advancedsearch4-searchresults #products ul li.page-item,
      #module-pm_advancedsearch4-searchresults #products .pagination .comments-pagination li,
      .comments-pagination #module-pm_advancedsearch4-searchresults #products .pagination li,
      #module-pm_advancedsearch4-searchresults #products .comments-pagination ul li,
      .comments-pagination #module-pm_advancedsearch4-searchresults #products ul li,
      #module-pm_advancedsearch4-advancedsearch4 #products .pagination li.page-item,
      #module-pm_advancedsearch4-advancedsearch4 #products .comments-pagination ul li.page-item,
      .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products ul li.page-item,
      #module-pm_advancedsearch4-advancedsearch4 #products .pagination .comments-pagination li,
      .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products .pagination li,
      #module-pm_advancedsearch4-advancedsearch4 #products .comments-pagination ul li,
      .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products ul li,
      #module-pm_advancedsearch4-seo #products .pagination li.page-item,
      #module-pm_advancedsearch4-seo #products .comments-pagination ul li.page-item,
      .comments-pagination #module-pm_advancedsearch4-seo #products ul li.page-item,
      #module-pm_advancedsearch4-seo #products .pagination .comments-pagination li,
      .comments-pagination #module-pm_advancedsearch4-seo #products .pagination li,
      #module-pm_advancedsearch4-seo #products .comments-pagination ul li,
      .comments-pagination #module-pm_advancedsearch4-seo #products ul li,
      #manufacturer #products .pagination li.page-item,
      #manufacturer #products .comments-pagination ul li.page-item,
      .comments-pagination #manufacturer #products ul li.page-item,
      #manufacturer #products .pagination .comments-pagination li,
      .comments-pagination #manufacturer #products .pagination li,
      #manufacturer #products .comments-pagination ul li,
      .comments-pagination #manufacturer #products ul li,
      .wishlist-products-list #products .pagination li.page-item,
      .wishlist-products-list #products .comments-pagination ul li.page-item,
      .comments-pagination .wishlist-products-list #products ul li.page-item,
      .wishlist-products-list #products .pagination .comments-pagination li,
      .comments-pagination .wishlist-products-list #products .pagination li,
      .wishlist-products-list #products .comments-pagination ul li,
      .comments-pagination .wishlist-products-list #products ul li,
      #search #products .pagination li.page-item,
      #search #products .comments-pagination ul li.page-item,
      .comments-pagination #search #products ul li.page-item,
      #search #products .pagination .comments-pagination li,
      .comments-pagination #search #products .pagination li,
      #search #products .comments-pagination ul li,
      .comments-pagination #search #products ul li,
      #new-products #products .pagination li.page-item,
      #new-products #products .comments-pagination ul li.page-item,
      .comments-pagination #new-products #products ul li.page-item,
      #new-products #products .pagination .comments-pagination li,
      .comments-pagination #new-products #products .pagination li,
      #new-products #products .comments-pagination ul li,
      .comments-pagination #new-products #products ul li,
      #best-sales #products .pagination li.page-item,
      #best-sales #products .comments-pagination ul li.page-item,
      .comments-pagination #best-sales #products ul li.page-item,
      #best-sales #products .pagination .comments-pagination li,
      .comments-pagination #best-sales #products .pagination li,
      #best-sales #products .comments-pagination ul li,
      .comments-pagination #best-sales #products ul li,
      #prices-drop #products .pagination li.page-item,
      #prices-drop #products .comments-pagination ul li.page-item,
      .comments-pagination #prices-drop #products ul li.page-item,
      #prices-drop #products .pagination .comments-pagination li,
      .comments-pagination #prices-drop #products .pagination li,
      #prices-drop #products .comments-pagination ul li,
      .comments-pagination #prices-drop #products ul li,
      #category #products .pagination li.page-item,
      #category #products .comments-pagination ul li.page-item,
      .comments-pagination #category #products ul li.page-item,
      #category #products .pagination .comments-pagination li,
      .comments-pagination #category #products .pagination li,
      #category #products .comments-pagination ul li,
      .comments-pagination #category #products ul li {
        margin: 0 5px; }
        body.idxrcombtab-product #products .pagination li.page-item a, body.idxrcombtab-product #products .comments-pagination ul li.page-item a, .comments-pagination body.idxrcombtab-product #products ul li.page-item a, body.idxrcombtab-product #products .pagination .comments-pagination li a, .comments-pagination body.idxrcombtab-product #products .pagination li a, body.idxrcombtab-product #products .comments-pagination ul li a, .comments-pagination body.idxrcombtab-product #products ul li a,
        #module-pm_advancedsearch4-searchresults #products .pagination li.page-item a,
        #module-pm_advancedsearch4-searchresults #products .comments-pagination ul li.page-item a,
        .comments-pagination #module-pm_advancedsearch4-searchresults #products ul li.page-item a,
        #module-pm_advancedsearch4-searchresults #products .pagination .comments-pagination li a,
        .comments-pagination #module-pm_advancedsearch4-searchresults #products .pagination li a,
        #module-pm_advancedsearch4-searchresults #products .comments-pagination ul li a,
        .comments-pagination #module-pm_advancedsearch4-searchresults #products ul li a,
        #module-pm_advancedsearch4-advancedsearch4 #products .pagination li.page-item a,
        #module-pm_advancedsearch4-advancedsearch4 #products .comments-pagination ul li.page-item a,
        .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products ul li.page-item a,
        #module-pm_advancedsearch4-advancedsearch4 #products .pagination .comments-pagination li a,
        .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products .pagination li a,
        #module-pm_advancedsearch4-advancedsearch4 #products .comments-pagination ul li a,
        .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products ul li a,
        #module-pm_advancedsearch4-seo #products .pagination li.page-item a,
        #module-pm_advancedsearch4-seo #products .comments-pagination ul li.page-item a,
        .comments-pagination #module-pm_advancedsearch4-seo #products ul li.page-item a,
        #module-pm_advancedsearch4-seo #products .pagination .comments-pagination li a,
        .comments-pagination #module-pm_advancedsearch4-seo #products .pagination li a,
        #module-pm_advancedsearch4-seo #products .comments-pagination ul li a,
        .comments-pagination #module-pm_advancedsearch4-seo #products ul li a,
        #manufacturer #products .pagination li.page-item a,
        #manufacturer #products .comments-pagination ul li.page-item a,
        .comments-pagination #manufacturer #products ul li.page-item a,
        #manufacturer #products .pagination .comments-pagination li a,
        .comments-pagination #manufacturer #products .pagination li a,
        #manufacturer #products .comments-pagination ul li a,
        .comments-pagination #manufacturer #products ul li a,
        .wishlist-products-list #products .pagination li.page-item a,
        .wishlist-products-list #products .comments-pagination ul li.page-item a,
        .comments-pagination .wishlist-products-list #products ul li.page-item a,
        .wishlist-products-list #products .pagination .comments-pagination li a,
        .comments-pagination .wishlist-products-list #products .pagination li a,
        .wishlist-products-list #products .comments-pagination ul li a,
        .comments-pagination .wishlist-products-list #products ul li a,
        #search #products .pagination li.page-item a,
        #search #products .comments-pagination ul li.page-item a,
        .comments-pagination #search #products ul li.page-item a,
        #search #products .pagination .comments-pagination li a,
        .comments-pagination #search #products .pagination li a,
        #search #products .comments-pagination ul li a,
        .comments-pagination #search #products ul li a,
        #new-products #products .pagination li.page-item a,
        #new-products #products .comments-pagination ul li.page-item a,
        .comments-pagination #new-products #products ul li.page-item a,
        #new-products #products .pagination .comments-pagination li a,
        .comments-pagination #new-products #products .pagination li a,
        #new-products #products .comments-pagination ul li a,
        .comments-pagination #new-products #products ul li a,
        #best-sales #products .pagination li.page-item a,
        #best-sales #products .comments-pagination ul li.page-item a,
        .comments-pagination #best-sales #products ul li.page-item a,
        #best-sales #products .pagination .comments-pagination li a,
        .comments-pagination #best-sales #products .pagination li a,
        #best-sales #products .comments-pagination ul li a,
        .comments-pagination #best-sales #products ul li a,
        #prices-drop #products .pagination li.page-item a,
        #prices-drop #products .comments-pagination ul li.page-item a,
        .comments-pagination #prices-drop #products ul li.page-item a,
        #prices-drop #products .pagination .comments-pagination li a,
        .comments-pagination #prices-drop #products .pagination li a,
        #prices-drop #products .comments-pagination ul li a,
        .comments-pagination #prices-drop #products ul li a,
        #category #products .pagination li.page-item a,
        #category #products .comments-pagination ul li.page-item a,
        .comments-pagination #category #products ul li.page-item a,
        #category #products .pagination .comments-pagination li a,
        .comments-pagination #category #products .pagination li a,
        #category #products .comments-pagination ul li a,
        .comments-pagination #category #products ul li a {
          background: #EBEBEB;
          border: none;
          width: 45px;
          height: 45px;
          border-radius: 50%;
          text-align: center;
          line-height: 45px;
          padding: 0;
          color: #000;
          font-weight: 600; }
        body.idxrcombtab-product #products .pagination li.page-item > span, body.idxrcombtab-product #products .comments-pagination ul li.page-item > span, .comments-pagination body.idxrcombtab-product #products ul li.page-item > span, body.idxrcombtab-product #products .pagination .comments-pagination li > span, .comments-pagination body.idxrcombtab-product #products .pagination li > span, body.idxrcombtab-product #products .comments-pagination ul li > span, .comments-pagination body.idxrcombtab-product #products ul li > span,
        #module-pm_advancedsearch4-searchresults #products .pagination li.page-item > span,
        #module-pm_advancedsearch4-searchresults #products .comments-pagination ul li.page-item > span,
        .comments-pagination #module-pm_advancedsearch4-searchresults #products ul li.page-item > span,
        #module-pm_advancedsearch4-searchresults #products .pagination .comments-pagination li > span,
        .comments-pagination #module-pm_advancedsearch4-searchresults #products .pagination li > span,
        #module-pm_advancedsearch4-searchresults #products .comments-pagination ul li > span,
        .comments-pagination #module-pm_advancedsearch4-searchresults #products ul li > span,
        #module-pm_advancedsearch4-advancedsearch4 #products .pagination li.page-item > span,
        #module-pm_advancedsearch4-advancedsearch4 #products .comments-pagination ul li.page-item > span,
        .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products ul li.page-item > span,
        #module-pm_advancedsearch4-advancedsearch4 #products .pagination .comments-pagination li > span,
        .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products .pagination li > span,
        #module-pm_advancedsearch4-advancedsearch4 #products .comments-pagination ul li > span,
        .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products ul li > span,
        #module-pm_advancedsearch4-seo #products .pagination li.page-item > span,
        #module-pm_advancedsearch4-seo #products .comments-pagination ul li.page-item > span,
        .comments-pagination #module-pm_advancedsearch4-seo #products ul li.page-item > span,
        #module-pm_advancedsearch4-seo #products .pagination .comments-pagination li > span,
        .comments-pagination #module-pm_advancedsearch4-seo #products .pagination li > span,
        #module-pm_advancedsearch4-seo #products .comments-pagination ul li > span,
        .comments-pagination #module-pm_advancedsearch4-seo #products ul li > span,
        #manufacturer #products .pagination li.page-item > span,
        #manufacturer #products .comments-pagination ul li.page-item > span,
        .comments-pagination #manufacturer #products ul li.page-item > span,
        #manufacturer #products .pagination .comments-pagination li > span,
        .comments-pagination #manufacturer #products .pagination li > span,
        #manufacturer #products .comments-pagination ul li > span,
        .comments-pagination #manufacturer #products ul li > span,
        .wishlist-products-list #products .pagination li.page-item > span,
        .wishlist-products-list #products .comments-pagination ul li.page-item > span,
        .comments-pagination .wishlist-products-list #products ul li.page-item > span,
        .wishlist-products-list #products .pagination .comments-pagination li > span,
        .comments-pagination .wishlist-products-list #products .pagination li > span,
        .wishlist-products-list #products .comments-pagination ul li > span,
        .comments-pagination .wishlist-products-list #products ul li > span,
        #search #products .pagination li.page-item > span,
        #search #products .comments-pagination ul li.page-item > span,
        .comments-pagination #search #products ul li.page-item > span,
        #search #products .pagination .comments-pagination li > span,
        .comments-pagination #search #products .pagination li > span,
        #search #products .comments-pagination ul li > span,
        .comments-pagination #search #products ul li > span,
        #new-products #products .pagination li.page-item > span,
        #new-products #products .comments-pagination ul li.page-item > span,
        .comments-pagination #new-products #products ul li.page-item > span,
        #new-products #products .pagination .comments-pagination li > span,
        .comments-pagination #new-products #products .pagination li > span,
        #new-products #products .comments-pagination ul li > span,
        .comments-pagination #new-products #products ul li > span,
        #best-sales #products .pagination li.page-item > span,
        #best-sales #products .comments-pagination ul li.page-item > span,
        .comments-pagination #best-sales #products ul li.page-item > span,
        #best-sales #products .pagination .comments-pagination li > span,
        .comments-pagination #best-sales #products .pagination li > span,
        #best-sales #products .comments-pagination ul li > span,
        .comments-pagination #best-sales #products ul li > span,
        #prices-drop #products .pagination li.page-item > span,
        #prices-drop #products .comments-pagination ul li.page-item > span,
        .comments-pagination #prices-drop #products ul li.page-item > span,
        #prices-drop #products .pagination .comments-pagination li > span,
        .comments-pagination #prices-drop #products .pagination li > span,
        #prices-drop #products .comments-pagination ul li > span,
        .comments-pagination #prices-drop #products ul li > span,
        #category #products .pagination li.page-item > span,
        #category #products .comments-pagination ul li.page-item > span,
        .comments-pagination #category #products ul li.page-item > span,
        #category #products .pagination .comments-pagination li > span,
        .comments-pagination #category #products .pagination li > span,
        #category #products .comments-pagination ul li > span,
        .comments-pagination #category #products ul li > span {
          background: #EBEBEB;
          border: none;
          width: 45px;
          height: 45px;
          border-radius: 50%;
          text-align: center;
          line-height: 45px;
          padding: 0;
          color: #000;
          font-weight: 600; }
        body.idxrcombtab-product #products .pagination li.page-item.active a, body.idxrcombtab-product #products .comments-pagination ul li.page-item.active a, .comments-pagination body.idxrcombtab-product #products ul li.page-item.active a, body.idxrcombtab-product #products .pagination .comments-pagination li.active a, .comments-pagination body.idxrcombtab-product #products .pagination li.active a, body.idxrcombtab-product #products .comments-pagination ul li.active a, .comments-pagination body.idxrcombtab-product #products ul li.active a,
        #module-pm_advancedsearch4-searchresults #products .pagination li.page-item.active a,
        #module-pm_advancedsearch4-searchresults #products .comments-pagination ul li.page-item.active a,
        .comments-pagination #module-pm_advancedsearch4-searchresults #products ul li.page-item.active a,
        #module-pm_advancedsearch4-searchresults #products .pagination .comments-pagination li.active a,
        .comments-pagination #module-pm_advancedsearch4-searchresults #products .pagination li.active a,
        #module-pm_advancedsearch4-searchresults #products .comments-pagination ul li.active a,
        .comments-pagination #module-pm_advancedsearch4-searchresults #products ul li.active a,
        #module-pm_advancedsearch4-advancedsearch4 #products .pagination li.page-item.active a,
        #module-pm_advancedsearch4-advancedsearch4 #products .comments-pagination ul li.page-item.active a,
        .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products ul li.page-item.active a,
        #module-pm_advancedsearch4-advancedsearch4 #products .pagination .comments-pagination li.active a,
        .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products .pagination li.active a,
        #module-pm_advancedsearch4-advancedsearch4 #products .comments-pagination ul li.active a,
        .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products ul li.active a,
        #module-pm_advancedsearch4-seo #products .pagination li.page-item.active a,
        #module-pm_advancedsearch4-seo #products .comments-pagination ul li.page-item.active a,
        .comments-pagination #module-pm_advancedsearch4-seo #products ul li.page-item.active a,
        #module-pm_advancedsearch4-seo #products .pagination .comments-pagination li.active a,
        .comments-pagination #module-pm_advancedsearch4-seo #products .pagination li.active a,
        #module-pm_advancedsearch4-seo #products .comments-pagination ul li.active a,
        .comments-pagination #module-pm_advancedsearch4-seo #products ul li.active a,
        #manufacturer #products .pagination li.page-item.active a,
        #manufacturer #products .comments-pagination ul li.page-item.active a,
        .comments-pagination #manufacturer #products ul li.page-item.active a,
        #manufacturer #products .pagination .comments-pagination li.active a,
        .comments-pagination #manufacturer #products .pagination li.active a,
        #manufacturer #products .comments-pagination ul li.active a,
        .comments-pagination #manufacturer #products ul li.active a,
        .wishlist-products-list #products .pagination li.page-item.active a,
        .wishlist-products-list #products .comments-pagination ul li.page-item.active a,
        .comments-pagination .wishlist-products-list #products ul li.page-item.active a,
        .wishlist-products-list #products .pagination .comments-pagination li.active a,
        .comments-pagination .wishlist-products-list #products .pagination li.active a,
        .wishlist-products-list #products .comments-pagination ul li.active a,
        .comments-pagination .wishlist-products-list #products ul li.active a,
        #search #products .pagination li.page-item.active a,
        #search #products .comments-pagination ul li.page-item.active a,
        .comments-pagination #search #products ul li.page-item.active a,
        #search #products .pagination .comments-pagination li.active a,
        .comments-pagination #search #products .pagination li.active a,
        #search #products .comments-pagination ul li.active a,
        .comments-pagination #search #products ul li.active a,
        #new-products #products .pagination li.page-item.active a,
        #new-products #products .comments-pagination ul li.page-item.active a,
        .comments-pagination #new-products #products ul li.page-item.active a,
        #new-products #products .pagination .comments-pagination li.active a,
        .comments-pagination #new-products #products .pagination li.active a,
        #new-products #products .comments-pagination ul li.active a,
        .comments-pagination #new-products #products ul li.active a,
        #best-sales #products .pagination li.page-item.active a,
        #best-sales #products .comments-pagination ul li.page-item.active a,
        .comments-pagination #best-sales #products ul li.page-item.active a,
        #best-sales #products .pagination .comments-pagination li.active a,
        .comments-pagination #best-sales #products .pagination li.active a,
        #best-sales #products .comments-pagination ul li.active a,
        .comments-pagination #best-sales #products ul li.active a,
        #prices-drop #products .pagination li.page-item.active a,
        #prices-drop #products .comments-pagination ul li.page-item.active a,
        .comments-pagination #prices-drop #products ul li.page-item.active a,
        #prices-drop #products .pagination .comments-pagination li.active a,
        .comments-pagination #prices-drop #products .pagination li.active a,
        #prices-drop #products .comments-pagination ul li.active a,
        .comments-pagination #prices-drop #products ul li.active a,
        #category #products .pagination li.page-item.active a,
        #category #products .comments-pagination ul li.page-item.active a,
        .comments-pagination #category #products ul li.page-item.active a,
        #category #products .pagination .comments-pagination li.active a,
        .comments-pagination #category #products .pagination li.active a,
        #category #products .comments-pagination ul li.active a,
        .comments-pagination #category #products ul li.active a {
          background: #000;
          color: #fff; }
        body.idxrcombtab-product #products .pagination li.page-item:hover a, body.idxrcombtab-product #products .comments-pagination ul li.page-item:hover a, .comments-pagination body.idxrcombtab-product #products ul li.page-item:hover a, body.idxrcombtab-product #products .pagination .comments-pagination li:hover a, .comments-pagination body.idxrcombtab-product #products .pagination li:hover a, body.idxrcombtab-product #products .comments-pagination ul li:hover a, .comments-pagination body.idxrcombtab-product #products ul li:hover a,
        #module-pm_advancedsearch4-searchresults #products .pagination li.page-item:hover a,
        #module-pm_advancedsearch4-searchresults #products .comments-pagination ul li.page-item:hover a,
        .comments-pagination #module-pm_advancedsearch4-searchresults #products ul li.page-item:hover a,
        #module-pm_advancedsearch4-searchresults #products .pagination .comments-pagination li:hover a,
        .comments-pagination #module-pm_advancedsearch4-searchresults #products .pagination li:hover a,
        #module-pm_advancedsearch4-searchresults #products .comments-pagination ul li:hover a,
        .comments-pagination #module-pm_advancedsearch4-searchresults #products ul li:hover a,
        #module-pm_advancedsearch4-advancedsearch4 #products .pagination li.page-item:hover a,
        #module-pm_advancedsearch4-advancedsearch4 #products .comments-pagination ul li.page-item:hover a,
        .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products ul li.page-item:hover a,
        #module-pm_advancedsearch4-advancedsearch4 #products .pagination .comments-pagination li:hover a,
        .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products .pagination li:hover a,
        #module-pm_advancedsearch4-advancedsearch4 #products .comments-pagination ul li:hover a,
        .comments-pagination #module-pm_advancedsearch4-advancedsearch4 #products ul li:hover a,
        #module-pm_advancedsearch4-seo #products .pagination li.page-item:hover a,
        #module-pm_advancedsearch4-seo #products .comments-pagination ul li.page-item:hover a,
        .comments-pagination #module-pm_advancedsearch4-seo #products ul li.page-item:hover a,
        #module-pm_advancedsearch4-seo #products .pagination .comments-pagination li:hover a,
        .comments-pagination #module-pm_advancedsearch4-seo #products .pagination li:hover a,
        #module-pm_advancedsearch4-seo #products .comments-pagination ul li:hover a,
        .comments-pagination #module-pm_advancedsearch4-seo #products ul li:hover a,
        #manufacturer #products .pagination li.page-item:hover a,
        #manufacturer #products .comments-pagination ul li.page-item:hover a,
        .comments-pagination #manufacturer #products ul li.page-item:hover a,
        #manufacturer #products .pagination .comments-pagination li:hover a,
        .comments-pagination #manufacturer #products .pagination li:hover a,
        #manufacturer #products .comments-pagination ul li:hover a,
        .comments-pagination #manufacturer #products ul li:hover a,
        .wishlist-products-list #products .pagination li.page-item:hover a,
        .wishlist-products-list #products .comments-pagination ul li.page-item:hover a,
        .comments-pagination .wishlist-products-list #products ul li.page-item:hover a,
        .wishlist-products-list #products .pagination .comments-pagination li:hover a,
        .comments-pagination .wishlist-products-list #products .pagination li:hover a,
        .wishlist-products-list #products .comments-pagination ul li:hover a,
        .comments-pagination .wishlist-products-list #products ul li:hover a,
        #search #products .pagination li.page-item:hover a,
        #search #products .comments-pagination ul li.page-item:hover a,
        .comments-pagination #search #products ul li.page-item:hover a,
        #search #products .pagination .comments-pagination li:hover a,
        .comments-pagination #search #products .pagination li:hover a,
        #search #products .comments-pagination ul li:hover a,
        .comments-pagination #search #products ul li:hover a,
        #new-products #products .pagination li.page-item:hover a,
        #new-products #products .comments-pagination ul li.page-item:hover a,
        .comments-pagination #new-products #products ul li.page-item:hover a,
        #new-products #products .pagination .comments-pagination li:hover a,
        .comments-pagination #new-products #products .pagination li:hover a,
        #new-products #products .comments-pagination ul li:hover a,
        .comments-pagination #new-products #products ul li:hover a,
        #best-sales #products .pagination li.page-item:hover a,
        #best-sales #products .comments-pagination ul li.page-item:hover a,
        .comments-pagination #best-sales #products ul li.page-item:hover a,
        #best-sales #products .pagination .comments-pagination li:hover a,
        .comments-pagination #best-sales #products .pagination li:hover a,
        #best-sales #products .comments-pagination ul li:hover a,
        .comments-pagination #best-sales #products ul li:hover a,
        #prices-drop #products .pagination li.page-item:hover a,
        #prices-drop #products .comments-pagination ul li.page-item:hover a,
        .comments-pagination #prices-drop #products ul li.page-item:hover a,
        #prices-drop #products .pagination .comments-pagination li:hover a,
        .comments-pagination #prices-drop #products .pagination li:hover a,
        #prices-drop #products .comments-pagination ul li:hover a,
        .comments-pagination #prices-drop #products ul li:hover a,
        #category #products .pagination li.page-item:hover a,
        #category #products .comments-pagination ul li.page-item:hover a,
        .comments-pagination #category #products ul li.page-item:hover a,
        #category #products .pagination .comments-pagination li:hover a,
        .comments-pagination #category #products .pagination li:hover a,
        #category #products .comments-pagination ul li:hover a,
        .comments-pagination #category #products ul li:hover a {
          background: #DB0916;
          color: #fff; }
  body.idxrcombtab-product #category-description p:empty,
  #module-pm_advancedsearch4-searchresults #category-description p:empty,
  #module-pm_advancedsearch4-advancedsearch4 #category-description p:empty,
  #module-pm_advancedsearch4-seo #category-description p:empty,
  #manufacturer #category-description p:empty,
  .wishlist-products-list #category-description p:empty,
  #search #category-description p:empty,
  #new-products #category-description p:empty,
  #best-sales #category-description p:empty,
  #prices-drop #category-description p:empty,
  #category #category-description p:empty {
    display: none; }
  @media (max-width: 1199px) {
    body.idxrcombtab-product .cat_attributes .cat_att .cat_att_cover,
    #module-pm_advancedsearch4-searchresults .cat_attributes .cat_att .cat_att_cover,
    #module-pm_advancedsearch4-advancedsearch4 .cat_attributes .cat_att .cat_att_cover,
    #module-pm_advancedsearch4-seo .cat_attributes .cat_att .cat_att_cover,
    #manufacturer .cat_attributes .cat_att .cat_att_cover,
    .wishlist-products-list .cat_attributes .cat_att .cat_att_cover,
    #search .cat_attributes .cat_att .cat_att_cover,
    #new-products .cat_attributes .cat_att .cat_att_cover,
    #best-sales .cat_attributes .cat_att .cat_att_cover,
    #prices-drop .cat_attributes .cat_att .cat_att_cover,
    #category .cat_attributes .cat_att .cat_att_cover {
      padding: 0; } }
  @media (max-width: 991px) {
    body.idxrcombtab-product .cat_attributes .cat_att .cat_att_cover,
    #module-pm_advancedsearch4-searchresults .cat_attributes .cat_att .cat_att_cover,
    #module-pm_advancedsearch4-advancedsearch4 .cat_attributes .cat_att .cat_att_cover,
    #module-pm_advancedsearch4-seo .cat_attributes .cat_att .cat_att_cover,
    #manufacturer .cat_attributes .cat_att .cat_att_cover,
    .wishlist-products-list .cat_attributes .cat_att .cat_att_cover,
    #search .cat_attributes .cat_att .cat_att_cover,
    #new-products .cat_attributes .cat_att .cat_att_cover,
    #best-sales .cat_attributes .cat_att .cat_att_cover,
    #prices-drop .cat_attributes .cat_att .cat_att_cover,
    #category .cat_attributes .cat_att .cat_att_cover {
      padding: 0; }
      body.idxrcombtab-product .cat_attributes .cat_att .cat_att_cover .cat_att_list,
      #module-pm_advancedsearch4-searchresults .cat_attributes .cat_att .cat_att_cover .cat_att_list,
      #module-pm_advancedsearch4-advancedsearch4 .cat_attributes .cat_att .cat_att_cover .cat_att_list,
      #module-pm_advancedsearch4-seo .cat_attributes .cat_att .cat_att_cover .cat_att_list,
      #manufacturer .cat_attributes .cat_att .cat_att_cover .cat_att_list,
      .wishlist-products-list .cat_attributes .cat_att .cat_att_cover .cat_att_list,
      #search .cat_attributes .cat_att .cat_att_cover .cat_att_list,
      #new-products .cat_attributes .cat_att .cat_att_cover .cat_att_list,
      #best-sales .cat_attributes .cat_att .cat_att_cover .cat_att_list,
      #prices-drop .cat_attributes .cat_att .cat_att_cover .cat_att_list,
      #category .cat_attributes .cat_att .cat_att_cover .cat_att_list {
        justify-content: space-around; }
        body.idxrcombtab-product .cat_attributes .cat_att .cat_att_cover .cat_att_list li,
        #module-pm_advancedsearch4-searchresults .cat_attributes .cat_att .cat_att_cover .cat_att_list li,
        #module-pm_advancedsearch4-advancedsearch4 .cat_attributes .cat_att .cat_att_cover .cat_att_list li,
        #module-pm_advancedsearch4-seo .cat_attributes .cat_att .cat_att_cover .cat_att_list li,
        #manufacturer .cat_attributes .cat_att .cat_att_cover .cat_att_list li,
        .wishlist-products-list .cat_attributes .cat_att .cat_att_cover .cat_att_list li,
        #search .cat_attributes .cat_att .cat_att_cover .cat_att_list li,
        #new-products .cat_attributes .cat_att .cat_att_cover .cat_att_list li,
        #best-sales .cat_attributes .cat_att .cat_att_cover .cat_att_list li,
        #prices-drop .cat_attributes .cat_att .cat_att_cover .cat_att_list li,
        #category .cat_attributes .cat_att .cat_att_cover .cat_att_list li {
          max-width: 50%; } }
  @media (max-width: 767px) {
    body.idxrcombtab-product #products .custom-select,
    #module-pm_advancedsearch4-searchresults #products .custom-select,
    #module-pm_advancedsearch4-advancedsearch4 #products .custom-select,
    #module-pm_advancedsearch4-seo #products .custom-select,
    #manufacturer #products .custom-select,
    .wishlist-products-list #products .custom-select,
    #search #products .custom-select,
    #new-products #products .custom-select,
    #best-sales #products .custom-select,
    #prices-drop #products .custom-select,
    #category #products .custom-select {
      background-color: #000;
      color: #fff; }
    body.idxrcombtab-product #products #js-product-list .products-list .products-list__block--grid,
    #module-pm_advancedsearch4-searchresults #products #js-product-list .products-list .products-list__block--grid,
    #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list .products-list .products-list__block--grid,
    #module-pm_advancedsearch4-seo #products #js-product-list .products-list .products-list__block--grid,
    #manufacturer #products #js-product-list .products-list .products-list__block--grid,
    .wishlist-products-list #products #js-product-list .products-list .products-list__block--grid,
    #search #products #js-product-list .products-list .products-list__block--grid,
    #new-products #products #js-product-list .products-list .products-list__block--grid,
    #best-sales #products #js-product-list .products-list .products-list__block--grid,
    #prices-drop #products #js-product-list .products-list .products-list__block--grid,
    #category #products #js-product-list .products-list .products-list__block--grid {
      margin-bottom: 40px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) and (max-width: 575.98px) {
    body.idxrcombtab-product #products #js-product-list .products-list .products-list__block--grid,
    #module-pm_advancedsearch4-searchresults #products #js-product-list .products-list .products-list__block--grid,
    #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list .products-list .products-list__block--grid,
    #module-pm_advancedsearch4-seo #products #js-product-list .products-list .products-list__block--grid,
    #manufacturer #products #js-product-list .products-list .products-list__block--grid,
    .wishlist-products-list #products #js-product-list .products-list .products-list__block--grid,
    #search #products #js-product-list .products-list .products-list__block--grid,
    #new-products #products #js-product-list .products-list .products-list__block--grid,
    #best-sales #products #js-product-list .products-list .products-list__block--grid,
    #prices-drop #products #js-product-list .products-list .products-list__block--grid,
    #category #products #js-product-list .products-list .products-list__block--grid {
      margin-bottom: 40px;
      padding-left: 12px;
      padding-right: 12px; } }
  @media (max-width: 767px) {
    body.idxrcombtab-product #js-product-list-top,
    #module-pm_advancedsearch4-searchresults #js-product-list-top,
    #module-pm_advancedsearch4-advancedsearch4 #js-product-list-top,
    #module-pm_advancedsearch4-seo #js-product-list-top,
    #manufacturer #js-product-list-top,
    .wishlist-products-list #js-product-list-top,
    #search #js-product-list-top,
    #new-products #js-product-list-top,
    #best-sales #js-product-list-top,
    #prices-drop #js-product-list-top,
    #category #js-product-list-top {
      margin: -50px 0 0 !important;
      justify-content: space-between; }
      body.idxrcombtab-product #js-product-list-top .col-auto,
      #module-pm_advancedsearch4-searchresults #js-product-list-top .col-auto,
      #module-pm_advancedsearch4-advancedsearch4 #js-product-list-top .col-auto,
      #module-pm_advancedsearch4-seo #js-product-list-top .col-auto,
      #manufacturer #js-product-list-top .col-auto,
      .wishlist-products-list #js-product-list-top .col-auto,
      #search #js-product-list-top .col-auto,
      #new-products #js-product-list-top .col-auto,
      #best-sales #js-product-list-top .col-auto,
      #prices-drop #js-product-list-top .col-auto,
      #category #js-product-list-top .col-auto {
        padding: 0; }
        body.idxrcombtab-product #js-product-list-top .col-auto.d-lg-block,
        #module-pm_advancedsearch4-searchresults #js-product-list-top .col-auto.d-lg-block,
        #module-pm_advancedsearch4-advancedsearch4 #js-product-list-top .col-auto.d-lg-block,
        #module-pm_advancedsearch4-seo #js-product-list-top .col-auto.d-lg-block,
        #manufacturer #js-product-list-top .col-auto.d-lg-block,
        .wishlist-products-list #js-product-list-top .col-auto.d-lg-block,
        #search #js-product-list-top .col-auto.d-lg-block,
        #new-products #js-product-list-top .col-auto.d-lg-block,
        #best-sales #js-product-list-top .col-auto.d-lg-block,
        #prices-drop #js-product-list-top .col-auto.d-lg-block,
        #category #js-product-list-top .col-auto.d-lg-block {
          display: block !important; }
        body.idxrcombtab-product #js-product-list-top .col-auto.mr-auto,
        #module-pm_advancedsearch4-searchresults #js-product-list-top .col-auto.mr-auto,
        #module-pm_advancedsearch4-advancedsearch4 #js-product-list-top .col-auto.mr-auto,
        #module-pm_advancedsearch4-seo #js-product-list-top .col-auto.mr-auto,
        #manufacturer #js-product-list-top .col-auto.mr-auto,
        .wishlist-products-list #js-product-list-top .col-auto.mr-auto,
        #search #js-product-list-top .col-auto.mr-auto,
        #new-products #js-product-list-top .col-auto.mr-auto,
        #best-sales #js-product-list-top .col-auto.mr-auto,
        #prices-drop #js-product-list-top .col-auto.mr-auto,
        #category #js-product-list-top .col-auto.mr-auto {
          display: none !important; }
        body.idxrcombtab-product #js-product-list-top .col-auto.showing.total-products-find,
        #module-pm_advancedsearch4-searchresults #js-product-list-top .col-auto.showing.total-products-find,
        #module-pm_advancedsearch4-advancedsearch4 #js-product-list-top .col-auto.showing.total-products-find,
        #module-pm_advancedsearch4-seo #js-product-list-top .col-auto.showing.total-products-find,
        #manufacturer #js-product-list-top .col-auto.showing.total-products-find,
        .wishlist-products-list #js-product-list-top .col-auto.showing.total-products-find,
        #search #js-product-list-top .col-auto.showing.total-products-find,
        #new-products #js-product-list-top .col-auto.showing.total-products-find,
        #best-sales #js-product-list-top .col-auto.showing.total-products-find,
        #prices-drop #js-product-list-top .col-auto.showing.total-products-find,
        #category #js-product-list-top .col-auto.showing.total-products-find {
          display: block !important;
          order: 4;
          width: 100%;
          text-align: center;
          margin-top: 10px; } }
      @media (max-width: 767px) and (max-width: 767.98px) {
        body.idxrcombtab-product #js-product-list-top .col-auto.showing.total-products-find,
        #module-pm_advancedsearch4-searchresults #js-product-list-top .col-auto.showing.total-products-find,
        #module-pm_advancedsearch4-advancedsearch4 #js-product-list-top .col-auto.showing.total-products-find,
        #module-pm_advancedsearch4-seo #js-product-list-top .col-auto.showing.total-products-find,
        #manufacturer #js-product-list-top .col-auto.showing.total-products-find,
        .wishlist-products-list #js-product-list-top .col-auto.showing.total-products-find,
        #search #js-product-list-top .col-auto.showing.total-products-find,
        #new-products #js-product-list-top .col-auto.showing.total-products-find,
        #best-sales #js-product-list-top .col-auto.showing.total-products-find,
        #prices-drop #js-product-list-top .col-auto.showing.total-products-find,
        #category #js-product-list-top .col-auto.showing.total-products-find {
          margin-top: 40px; } }
  @media (max-width: 767px) {
    body.idxrcombtab-product .PM_ASBlockOutputHorizontal,
    #module-pm_advancedsearch4-searchresults .PM_ASBlockOutputHorizontal,
    #module-pm_advancedsearch4-advancedsearch4 .PM_ASBlockOutputHorizontal,
    #module-pm_advancedsearch4-seo .PM_ASBlockOutputHorizontal,
    #manufacturer .PM_ASBlockOutputHorizontal,
    .wishlist-products-list .PM_ASBlockOutputHorizontal,
    #search .PM_ASBlockOutputHorizontal,
    #new-products .PM_ASBlockOutputHorizontal,
    #best-sales .PM_ASBlockOutputHorizontal,
    #prices-drop .PM_ASBlockOutputHorizontal,
    #category .PM_ASBlockOutputHorizontal {
      padding-bottom: 50px;
      padding-top: 20px; }
      body.idxrcombtab-product .PM_ASBlockOutputHorizontal .card-header,
      #module-pm_advancedsearch4-searchresults .PM_ASBlockOutputHorizontal .card-header,
      #module-pm_advancedsearch4-advancedsearch4 .PM_ASBlockOutputHorizontal .card-header,
      #module-pm_advancedsearch4-seo .PM_ASBlockOutputHorizontal .card-header,
      #manufacturer .PM_ASBlockOutputHorizontal .card-header,
      .wishlist-products-list .PM_ASBlockOutputHorizontal .card-header,
      #search .PM_ASBlockOutputHorizontal .card-header,
      #new-products .PM_ASBlockOutputHorizontal .card-header,
      #best-sales .PM_ASBlockOutputHorizontal .card-header,
      #prices-drop .PM_ASBlockOutputHorizontal .card-header,
      #category .PM_ASBlockOutputHorizontal .card-header {
        display: block;
        background: none;
        border: none;
        padding: 0; }
        body.idxrcombtab-product .PM_ASBlockOutputHorizontal .card-header span,
        #module-pm_advancedsearch4-searchresults .PM_ASBlockOutputHorizontal .card-header span,
        #module-pm_advancedsearch4-advancedsearch4 .PM_ASBlockOutputHorizontal .card-header span,
        #module-pm_advancedsearch4-seo .PM_ASBlockOutputHorizontal .card-header span,
        #manufacturer .PM_ASBlockOutputHorizontal .card-header span,
        .wishlist-products-list .PM_ASBlockOutputHorizontal .card-header span,
        #search .PM_ASBlockOutputHorizontal .card-header span,
        #new-products .PM_ASBlockOutputHorizontal .card-header span,
        #best-sales .PM_ASBlockOutputHorizontal .card-header span,
        #prices-drop .PM_ASBlockOutputHorizontal .card-header span,
        #category .PM_ASBlockOutputHorizontal .card-header span {
          background: #DB0916;
          border-radius: 20px;
          color: #fff;
          line-height: 18px;
          font-size: 16px;
          font-weight: 700;
          padding: 10px 30px;
          display: inline-block;
          border: 1px solid #DB0916; }
          body.idxrcombtab-product .PM_ASBlockOutputHorizontal .card-header span:after,
          #module-pm_advancedsearch4-searchresults .PM_ASBlockOutputHorizontal .card-header span:after,
          #module-pm_advancedsearch4-advancedsearch4 .PM_ASBlockOutputHorizontal .card-header span:after,
          #module-pm_advancedsearch4-seo .PM_ASBlockOutputHorizontal .card-header span:after,
          #manufacturer .PM_ASBlockOutputHorizontal .card-header span:after,
          .wishlist-products-list .PM_ASBlockOutputHorizontal .card-header span:after,
          #search .PM_ASBlockOutputHorizontal .card-header span:after,
          #new-products .PM_ASBlockOutputHorizontal .card-header span:after,
          #best-sales .PM_ASBlockOutputHorizontal .card-header span:after,
          #prices-drop .PM_ASBlockOutputHorizontal .card-header span:after,
          #category .PM_ASBlockOutputHorizontal .card-header span:after {
            display: none; }
          body.idxrcombtab-product .PM_ASBlockOutputHorizontal .card-header span:hover,
          #module-pm_advancedsearch4-searchresults .PM_ASBlockOutputHorizontal .card-header span:hover,
          #module-pm_advancedsearch4-advancedsearch4 .PM_ASBlockOutputHorizontal .card-header span:hover,
          #module-pm_advancedsearch4-seo .PM_ASBlockOutputHorizontal .card-header span:hover,
          #manufacturer .PM_ASBlockOutputHorizontal .card-header span:hover,
          .wishlist-products-list .PM_ASBlockOutputHorizontal .card-header span:hover,
          #search .PM_ASBlockOutputHorizontal .card-header span:hover,
          #new-products .PM_ASBlockOutputHorizontal .card-header span:hover,
          #best-sales .PM_ASBlockOutputHorizontal .card-header span:hover,
          #prices-drop .PM_ASBlockOutputHorizontal .card-header span:hover,
          #category .PM_ASBlockOutputHorizontal .card-header span:hover {
            color: #DB0916;
            background: none; }
      body.idxrcombtab-product .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup,
      #module-pm_advancedsearch4-searchresults .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup,
      #module-pm_advancedsearch4-advancedsearch4 .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup,
      #module-pm_advancedsearch4-seo .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup,
      #manufacturer .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup,
      .wishlist-products-list .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup,
      #search .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup,
      #new-products .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup,
      #best-sales .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup,
      #prices-drop .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup,
      #category .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup {
        padding-bottom: 0px; } }
  @media (max-width: 575px) {
    body.idxrcombtab-product .cat_attributes .cat_att,
    #module-pm_advancedsearch4-searchresults .cat_attributes .cat_att,
    #module-pm_advancedsearch4-advancedsearch4 .cat_attributes .cat_att,
    #module-pm_advancedsearch4-seo .cat_attributes .cat_att,
    #manufacturer .cat_attributes .cat_att,
    .wishlist-products-list .cat_attributes .cat_att,
    #search .cat_attributes .cat_att,
    #new-products .cat_attributes .cat_att,
    #best-sales .cat_attributes .cat_att,
    #prices-drop .cat_attributes .cat_att,
    #category .cat_attributes .cat_att {
      margin-bottom: 30px; }
      body.idxrcombtab-product .cat_attributes .cat_att .cat_att_cover .cat_att_title,
      #module-pm_advancedsearch4-searchresults .cat_attributes .cat_att .cat_att_cover .cat_att_title,
      #module-pm_advancedsearch4-advancedsearch4 .cat_attributes .cat_att .cat_att_cover .cat_att_title,
      #module-pm_advancedsearch4-seo .cat_attributes .cat_att .cat_att_cover .cat_att_title,
      #manufacturer .cat_attributes .cat_att .cat_att_cover .cat_att_title,
      .wishlist-products-list .cat_attributes .cat_att .cat_att_cover .cat_att_title,
      #search .cat_attributes .cat_att .cat_att_cover .cat_att_title,
      #new-products .cat_attributes .cat_att .cat_att_cover .cat_att_title,
      #best-sales .cat_attributes .cat_att .cat_att_cover .cat_att_title,
      #prices-drop .cat_attributes .cat_att .cat_att_cover .cat_att_title,
      #category .cat_attributes .cat_att .cat_att_cover .cat_att_title {
        margin-bottom: 0; }
    body.idxrcombtab-product #products .custom-select,
    #module-pm_advancedsearch4-searchresults #products .custom-select,
    #module-pm_advancedsearch4-advancedsearch4 #products .custom-select,
    #module-pm_advancedsearch4-seo #products .custom-select,
    #manufacturer #products .custom-select,
    .wishlist-products-list #products .custom-select,
    #search #products .custom-select,
    #new-products #products .custom-select,
    #best-sales #products .custom-select,
    #prices-drop #products .custom-select,
    #category #products .custom-select {
      background-color: #000;
      color: #fff;
      max-width: 180px;
      padding-right: 40px; }
    body.idxrcombtab-product #products #js-product-list .products-list,
    #module-pm_advancedsearch4-searchresults #products #js-product-list .products-list,
    #module-pm_advancedsearch4-advancedsearch4 #products #js-product-list .products-list,
    #module-pm_advancedsearch4-seo #products #js-product-list .products-list,
    #manufacturer #products #js-product-list .products-list,
    .wishlist-products-list #products #js-product-list .products-list,
    #search #products #js-product-list .products-list,
    #new-products #products #js-product-list .products-list,
    #best-sales #products #js-product-list .products-list,
    #prices-drop #products #js-product-list .products-list,
    #category #products #js-product-list .products-list {
      margin-left: -10px;
      margin-right: -10px; } }

.badges-attributes {
  margin-bottom: 0;
  top: -10px;
  z-index: 1; }
  .badges-attributes:has(> li:only-child), .badges-attributes:has(> li:first-child + li:last-child) {
    right: 134px; }
  .badges-attributes li {
    color: white;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    background: #000;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0 10px;
    box-shadow: 0px 3px 6px #00000029;
    white-space: nowrap; }
    .badges-attributes li.falling_price {
      background: #DB3A34; }
    .badges-attributes li.new_color {
      background: #0A4C61; }
    .badges-attributes li.team_choice {
      background: #7AA060; }

.address__header {
  background-color: transparent; }

.address__body {
  line-height: 1.75; }
  .address__body address {
    margin: 0; }

.address__footer {
  display: flex;
  padding: 0; }
  .address__footer a {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
    color: #212529;
    text-align: center; }
    .address__footer a:first-child {
      border-right: 1px solid rgba(0, 0, 0, 0.125); }
    .address__footer a:hover, .address__footer a:focus {
      text-decoration: none;
      background: #e9ecef; }

#order-detail .phone_address {
  color: #DB0916; }

#addresses .addresses-wrapper {
  justify-content: center;
  gap: 40px; }
  @media (max-width: 767.98px) {
    #addresses .addresses-wrapper {
      gap: 3px;
      margin: 0 auto; } }
  #addresses .addresses-wrapper .card-header {
    border: none;
    background: none;
    text-align: center; }
  #addresses .addresses-wrapper .address-item {
    max-width: 184px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 27px;
    padding: 10px;
    position: relative; }
    @media (max-width: 767.98px) {
      #addresses .addresses-wrapper .address-item {
        max-width: 100%;
        padding: 23px 15px 17px; } }
    #addresses .addresses-wrapper .address-item label {
      padding: 0; }
    #addresses .addresses-wrapper .address-item .address__header {
      padding: 0;
      margin-bottom: 10px;
      margin-top: 2px; }
    #addresses .addresses-wrapper .address-item .card-body {
      padding: 0;
      font-size: 16px;
      font-style: italic;
      line-height: 18px;
      margin-bottom: 20px;
      text-align: center;
      color: #BABABA; }
      #addresses .addresses-wrapper .address-item .card-body .phone_address, #addresses .addresses-wrapper .address-item .card-body .phone_address a {
        color: #BABABA !important; }
    #addresses .addresses-wrapper .address-item .delete-address {
      position: absolute;
      top: 7px;
      right: 5px;
      background: none;
      border: none !important;
      padding: 0.25rem 0.5rem; }
    #addresses .addresses-wrapper .address-item .card-footer {
      background: none;
      border: none;
      text-align: center;
      justify-content: center;
      padding: 0;
      margin: 0;
      max-width: unset;
      width: 100%; }
      #addresses .addresses-wrapper .address-item .card-footer a.edit-address {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        line-height: 1.5;
        border-radius: 0.4rem;
        border: 1px solid #707070;
        outline: none;
        box-shadow: none; }
        #addresses .addresses-wrapper .address-item .card-footer a.edit-address:hover {
          background: #000;
          color: #fff;
          border: 1px solid #000; }
    #addresses .addresses-wrapper .address-item:hover {
      border: 1px solid #DB0916; }
      #addresses .addresses-wrapper .address-item:hover:before {
        border: 1px solid #DB0916; }

.customer-links {
  margin: 0 0 20px;
  margin: 0;
  box-shadow: 0px 0px 6px #00000029;
  border: 1px solid #707070;
  border-radius: 25px;
  padding: 15px; }
  @media (min-width: 992px) {
    .customer-links {
      margin: 0; } }
  .customer-links .link-item {
    display: flex;
    align-items: center; }
  @media (max-width: 991.98px) {
    .customer-links__list {
      display: flex;
      flex-wrap: nowrap;
      margin: 1.25rem 0 0;
      overflow: hidden;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
      .customer-links__list::-webkit-scrollbar {
        display: none; } }
  .customer-links a {
    display: block;
    flex: 0 0;
    max-width: inherit;
    padding: 10px;
    font-weight: 700;
    color: #343a40;
    white-space: nowrap;
    border-radius: 0.4rem;
    font-size: 1rem;
    transition: ease all 0.2s; }
    @media (max-width: 992px) {
      .customer-links a {
        font-size: calc(0.94375rem + 0.09073vw) ; } }
    @media (min-width: 992px) {
      .customer-links a {
        white-space: normal; } }
    .customer-links a:hover, .customer-links a:focus {
      color: #DB0916;
      text-decoration: none; }
    .customer-links a.active {
      color: #fff;
      background: #DB0916;
      margin-left: 25px; }
      .customer-links a.active::after {
        display: block; }
      .customer-links a.active i {
        color: inherit; }
    .customer-links a:hover:not(.active) {
      margin-left: 25px;
      color: #DB0916; }
    .customer-links a i {
      margin-right: 5px;
      color: #DB0916;
      font-size: 1.625rem; }
      @media (max-width: 992px) {
        .customer-links a i {
          font-size: calc(1.00625rem + 0.99798vw) ; } }
      @media (min-width: 768px) {
        .customer-links a i {
          margin-right: 10px; } }
  .customer-links__logout {
    text-align: center; }
    .customer-links__logout::after, .customer-links__logout::before {
      display: none; }

.table_scroll {
  position: relative;
  width: 100%;
  overflow-x: auto; }
  .table_scroll thead {
    background: #fff;
    display: table;
    table-layout: fixed;
    width: 100%; }
  .table_scroll tbody {
    overflow-y: auto;
    max-height: 300px;
    display: block; }
    @media (max-width: 767.98px) {
      .table_scroll tbody {
        max-height: 490px; } }
    .table_scroll tbody tr {
      background: none;
      width: 100%;
      display: table-row; }

.account_page_row {
  margin-top: 20px;
  margin-bottom: 50px; }
  .account_page_row .account_page_left .customer-links__list {
    flex-wrap: wrap; }
    .account_page_row .account_page_left .customer-links__list .customer_links_bloc {
      margin-bottom: 20px;
      border-top: 1px solid #BABABA49;
      padding-top: 25px;
      width: 100%; }
      .account_page_row .account_page_left .customer-links__list .customer_links_bloc:first-child {
        padding-top: 0;
        border: none; }
      .account_page_row .account_page_left .customer-links__list .customer_links_bloc .customer_links_bloc_title {
        color: #000000;
        font-size: 21px;
        line-height: 25px;
        font-weight: 700;
        text-align: left;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .account_page_row .account_page_left .customer-links__list .customer_links_bloc .customer_links_bloc_title span {
          margin-right: 10px;
          width: 25px;
          text-align: center; }
          .account_page_row .account_page_left .customer-links__list .customer_links_bloc .customer_links_bloc_title span img {
            max-width: 100%; }
      .account_page_row .account_page_left .customer-links__list .customer_links_bloc a {
        color: #000;
        font-size: 17px;
        line-height: 20px;
        font-weight: 500;
        padding: 5px 10px;
        display: block; }
        @media (max-width: 767.98px) {
          .account_page_row .account_page_left .customer-links__list .customer_links_bloc a {
            white-space: normal; } }
        .account_page_row .account_page_left .customer-links__list .customer_links_bloc a i {
          display: none; }
        .account_page_row .account_page_left .customer-links__list .customer_links_bloc a:hover, .account_page_row .account_page_left .customer-links__list .customer_links_bloc a.active {
          color: #DB0916;
          background: none; }
  .account_page_row .account_page_left .customer-links__footer {
    text-align: center; }
    .account_page_row .account_page_left .customer-links__footer .customer-links__logout {
      text-align: center;
      border: 1px solid #707070;
      border-radius: 10px;
      display: inline-block;
      color: #707070;
      font-size: 14px;
      line-height: 30px;
      font-weight: 700;
      min-width: 130px;
      padding: 0; }
      .account_page_row .account_page_left .customer-links__footer .customer-links__logout:hover {
        background: #000;
        color: #fff; }
  .account_page_row .account_page_right {
    padding: 0 0 0 25px !important; }
    .account_page_row .account_page_right #content {
      box-shadow: 0px 0px 10px #00000029;
      background: #fff;
      padding: 25px;
      border-radius: 25px;
      max-width: 100%; }
      @media (max-width: 767.98px) {
        .account_page_row .account_page_right #content {
          box-shadow: none;
          padding: 0px; } }
      .account_page_row .account_page_right #content .page-header {
        background: none; }
        .account_page_row .account_page_right #content .page-header .h1 {
          color: #000000;
          font-size: 27px;
          line-height: 27px; }
          @media (max-width: 767.98px) {
            .account_page_row .account_page_right #content .page-header .h1 {
              overflow-x: hidden; } }
      .account_page_row .account_page_right #content .headsutitle {
        color: #707070;
        font-size: 22px;
        line-height: 24px;
        font-style: italic;
        font-weight: 600;
        margin-top: -25px;
        text-align: center;
        margin-bottom: 25px;
        z-index: 1;
        position: relative; }
        @media (max-width: 767.98px) {
          .account_page_row .account_page_right #content .headsutitle {
            font-size: 14px;
            font-weight: 400; } }
      .account_page_row .account_page_right #content .commandes_nonreglees {
        background: #F4F4F4;
        border-radius: 10px;
        padding: 15px;
        margin-bottom: 40px; }
        .account_page_row .account_page_right #content .commandes_nonreglees .table_scroll {
          background: #F4F4F4; }
        @media (max-width: 767.98px) {
          .account_page_row .account_page_right #content .commandes_nonreglees {
            background: none;
            padding: 0;
            margin-bottom: 0;
            border-radius: 0; }
            .account_page_row .account_page_right #content .commandes_nonreglees .table_scroll {
              background: #F4F4F4;
              border-radius: 10px;
              padding: 15px;
              margin-bottom: 40px; } }
        .account_page_row .account_page_right #content .commandes_nonreglees .non_regle_title {
          font-size: 14px;
          line-height: 16px;
          color: #DB0916;
          font-weight: 700;
          margin-bottom: 15px; }
          @media (max-width: 767.98px) {
            .account_page_row .account_page_right #content .commandes_nonreglees .non_regle_title {
              text-align: center; } }
          .account_page_row .account_page_right #content .commandes_nonreglees .non_regle_title span {
            font-size: 16px;
            line-height: 20px;
            margin-left: 20px; }
            @media (max-width: 767.98px) {
              .account_page_row .account_page_right #content .commandes_nonreglees .non_regle_title span {
                display: block; } }
        @media (max-width: 767.98px) {
          .account_page_row .account_page_right #content .commandes_nonreglees table tbody {
            display: flex;
            flex-direction: column;
            padding: 0px 8px; }
            .account_page_row .account_page_right #content .commandes_nonreglees table tbody th .d-mobile {
              display: inline !important; } }
        .account_page_row .account_page_right #content .commandes_nonreglees table tbody th .d-mobile {
          display: none; }
        .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr {
          background: #F4F4F4; }
          .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td#state {
            width: 120px; }
          .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td#total {
            width: 140px; }
            .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td#total span.font-weight-bold {
              font-weight: 500 !important; }
          .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td#url_tracking {
            /*display: flex;*/ }
          .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td#dowload_pdf a {
            width: 100%; }
            .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td#dowload_pdf a span {
              display: none; }
          .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td#action {
            display: none; }
          .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td#tracking_number {
            display: none; }
          .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr .btn-action {
            cursor: pointer;
            border: 1px solid #707070;
            color: #707070;
            padding: 8px 18px;
            border-radius: 12px;
            text-align: center;
            font-weight: 400;
            flex: 0 0 100%; }
            .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr .btn-action:hover, .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr .btn-action:focus {
              font-weight: 500;
              color: #262626;
              border-color: #262626; }
          @media (max-width: 767.98px) {
            .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr {
              display: flex;
              flex-direction: row;
              flex-wrap: wrap;
              border-bottom: 1px solid #707070;
              padding: 16px 0px; }
              .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr > * {
                border-top: none !important;
                flex: 0 0 50%; }
              .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td {
                padding: 0.4rem; }
                .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td .btn-action {
                  padding: 5px 6px !important;
                  min-height: 31px;
                  flex: 0 0 calc(50% - 0.75rem);
                  min-width: 140px;
                  font-size: 12px;
                  font-weight: bold;
                  display: flex !important;
                  align-items: center;
                  justify-content: center; }
              .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td#total {
                order: 1;
                justify-content: center; }
              .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td#date_order {
                order: 2;
                font-weight: 500 !important; }
              .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td#state {
                order: 5;
                justify-content: center;
                font-weight: 500 !important; }
              .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td#url_tracking {
                order: 6;
                flex: 1 0 100% !important; }
              .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td#tracking_number {
                order: 4;
                display: block;
                font-weight: 500 !important; }
                .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td#tracking_number, .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td#tracking_number a {
                  color: #000; }
              .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td#label {
                order: 3;
                justify-content: center;
                font-weight: 500 !important; }
              .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td#dowload_pdf {
                order: 7; }
                .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td#dowload_pdf a {
                  width: 100%;
                  display: flex !important; }
                  .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td#dowload_pdf a img {
                    display: none; }
              .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td#action {
                order: 8;
                display: flex; } }
          .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr:hover td, .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr:hover th {
            font-weight: bold;
            background: #fff; }
            .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr:hover td:first-child, .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr:hover th:first-child {
              border-bottom-left-radius: 20px;
              border-top-left-radius: 20px; }
              @media (max-width: 991.98px) {
                .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr:hover td:first-child, .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr:hover th:first-child {
                  border-radius: 0; } }
            .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr:hover td:last-child, .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr:hover th:last-child {
              border-bottom-right-radius: 20px;
              border-top-right-radius: 20px; }
              @media (max-width: 991.98px) {
                .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr:hover td:last-child, .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr:hover th:last-child {
                  border-radius: 0; } }
          .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td:nth-child(1) {
            color: #DB0916; }
          @media (max-width: 767.98px) {
            .account_page_row .account_page_right #content .commandes_nonreglees table tbody tr td {
              display: flex;
              align-items: start; } }
      .account_page_row .account_page_right #content table {
        border: none;
        width: 100%;
        margin: 0; }
        @media (max-width: 767.98px) {
          .account_page_row .account_page_right #content table {
            display: block;
            overflow-x: hidden; } }
        .account_page_row .account_page_right #content table thead th {
          color: #000000;
          font-size: 14px;
          line-height: 16px;
          font-weight: 300;
          font-style: italic;
          border: none;
          text-align: center;
          white-space: nowrap; }
          .account_page_row .account_page_right #content table thead th:first-child {
            text-align: left;
            overflow: hidden; }
            .account_page_row .account_page_right #content table thead th:first-child > .div_th {
              overflow: hidden;
              text-overflow: ellipsis; }
        .account_page_row .account_page_right #content table tbody tr th,
        .account_page_row .account_page_right #content table tbody tr td {
          color: #000000;
          font-size: 15px;
          line-height: 18px;
          font-weight: 500;
          background: none;
          border: none;
          border-top: 1px solid #BABABA49;
          text-align: center;
          vertical-align: middle; }
          @media (max-width: 767.98px) {
            .account_page_row .account_page_right #content table tbody tr th,
            .account_page_row .account_page_right #content table tbody tr td {
              text-align: left; } }
          .account_page_row .account_page_right #content table tbody tr th.ref,
          .account_page_row .account_page_right #content table tbody tr td.ref {
            color: #DB0916; }
            @media (max-width: 767.98px) {
              .account_page_row .account_page_right #content table tbody tr th.ref,
              .account_page_row .account_page_right #content table tbody tr td.ref {
                font-weight: 500 !important;
                padding: 0.4rem; } }
            .account_page_row .account_page_right #content table tbody tr th.ref a,
            .account_page_row .account_page_right #content table tbody tr td.ref a {
              color: #000 !important; }
          .account_page_row .account_page_right #content table tbody tr th.order-actions a,
          .account_page_row .account_page_right #content table tbody tr td.order-actions a {
            color: #707070;
            font-size: 14px;
            background: none;
            border: 1px solid #707070;
            font-weight: 700;
            border-radius: 10px;
            padding: 10px 5px;
            line-height: 15px;
            height: auto;
            display: block;
            text-decoration: none;
            white-space: nowrap; }
            .account_page_row .account_page_right #content table tbody tr th.order-actions a:hover,
            .account_page_row .account_page_right #content table tbody tr td.order-actions a:hover {
              background: #000;
              color: #fff !important; }
          .account_page_row .account_page_right #content table tbody tr th.download a,
          .account_page_row .account_page_right #content table tbody tr td.download a {
            position: relative;
            display: block;
            text-align: center;
            min-width: 60px; }
            .account_page_row .account_page_right #content table tbody tr th.download a img,
            .account_page_row .account_page_right #content table tbody tr td.download a img {
              -o-object-fit: contain;
                 object-fit: contain;
              -o-object-position: center;
                 object-position: center; }
              .account_page_row .account_page_right #content table tbody tr th.download a img.pdf_hover,
              .account_page_row .account_page_right #content table tbody tr td.download a img.pdf_hover {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                opacity: 0;
                visibility: hidden; }
            .account_page_row .account_page_right #content table tbody tr th.download a:hover img,
            .account_page_row .account_page_right #content table tbody tr td.download a:hover img {
              opacity: 0;
              visibility: hidden; }
              .account_page_row .account_page_right #content table tbody tr th.download a:hover img.pdf_hover,
              .account_page_row .account_page_right #content table tbody tr td.download a:hover img.pdf_hover {
                opacity: 1;
                visibility: visible; }
    .account_page_row .account_page_right #order-infos .btn_return {
      position: absolute;
      top: 40px;
      left: 50px;
      z-index: 3; }
      @media (max-width: 767.98px) {
        .account_page_row .account_page_right #order-infos .btn_return {
          left: 50%;
          transform: translateX(-50%);
          top: -3px; } }
      .account_page_row .account_page_right #order-infos .btn_return a {
        background: #000;
        color: #fff;
        border-radius: 10px;
        padding: 5px 10px;
        font-size: 14px;
        line-height: 16px;
        display: inline-block;
        font-weight: 700;
        min-width: 100px;
        text-align: center;
        border: 1px solid #000; }
        .account_page_row .account_page_right #order-infos .btn_return a:hover {
          background: #fff;
          color: #000; }
    .account_page_row .account_page_right #order-infos .order_resume_infos {
      text-align: center;
      margin: -25px 0 20px;
      color: #707070;
      font-size: 17px;
      line-height: 24px;
      font-weight: 500; }
      .account_page_row .account_page_right #order-infos .order_resume_infos .order_ref {
        font-size: 22px;
        line-height: 24px;
        color: #000000;
        font-weight: 800;
        margin-bottom: 15px; }
      .account_page_row .account_page_right #order-infos .order_resume_infos .order_status {
        color: #92C16F; }
      .account_page_row .account_page_right #order-infos .order_resume_infos .order_follow {
        margin: 10px auto 15px; }
        .account_page_row .account_page_right #order-infos .order_resume_infos .order_follow .btn-outline-secondary {
          border: 1px solid #000;
          border-radius: 21px;
          color: #000;
          display: inline-block;
          font-size: 14px;
          font-weight: 700;
          line-height: 23px;
          min-width: 100px;
          padding: 2px 10px;
          text-align: center;
          height: 30px; }
    .account_page_row .account_page_right #order-infos .order_resume_details {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -5px 25px;
      justify-content: center; }
      .account_page_row .account_page_right #order-infos .order_resume_details .details_box {
        padding: 0 6px;
        flex: 0 0 auto;
        max-width: -moz-max-content;
        max-width: max-content; }
        .account_page_row .account_page_right #order-infos .order_resume_details .details_box .details_box_cover label {
          position: relative;
          padding-bottom: 10px; }
          .account_page_row .account_page_right #order-infos .order_resume_details .details_box .details_box_cover label a,
          .account_page_row .account_page_right #order-infos .order_resume_details .details_box .details_box_cover label span {
            border: 1px solid #707070;
            border-radius: 10px;
            font-size: 14px;
            line-height: 16px;
            padding: 9px 10px;
            color: #707070;
            min-width: 173px;
            max-width: 100%;
            text-align: center;
            text-decoration: none;
            display: inline-block; }
          .account_page_row .account_page_right #order-infos .order_resume_details .details_box .details_box_cover label:hover span,
          .account_page_row .account_page_right #order-infos .order_resume_details .details_box .details_box_cover label:hover a {
            background: #000;
            color: #fff; }
        .account_page_row .account_page_right #order-infos .order_resume_details .details_box .details_box_cover ul {
          display: none;
          position: absolute;
          top: calc(100% + 5px);
          left: -40px;
          right: -40px;
          padding: 8px 10px;
          justify-content: space-between;
          flex-wrap: wrap;
          border: 1px solid #707070;
          border-radius: 10px;
          z-index: 1;
          background: #fff; }
          @media (max-width: 768px) {
            .account_page_row .account_page_right #order-infos .order_resume_details .details_box .details_box_cover ul {
              left: 0px;
              right: 0px; } }
          .account_page_row .account_page_right #order-infos .order_resume_details .details_box .details_box_cover ul:before {
            content: "";
            background: url(/themes/joshnoa/assets//img-dist/puce_up.png) no-repeat center;
            width: 22px;
            height: 8px;
            position: absolute;
            top: -8px;
            left: 50%;
            transform: translate(-50%); }
          .account_page_row .account_page_right #order-infos .order_resume_details .details_box .details_box_cover ul li {
            width: 50%;
            font-size: 12px;
            line-height: 20px;
            color: #000; }
            @media (max-width: 768px) {
              .account_page_row .account_page_right #order-infos .order_resume_details .details_box .details_box_cover ul li {
                width: 100%; } }
            @media (min-width: 767px) {
              .account_page_row .account_page_right #order-infos .order_resume_details .details_box .details_box_cover ul li:nth-child(2n) {
                text-align: right; } }
            .account_page_row .account_page_right #order-infos .order_resume_details .details_box .details_box_cover ul li:hover {
              color: #DB0916; }
            .account_page_row .account_page_right #order-infos .order_resume_details .details_box .details_box_cover ul li a {
              font-size: inherit;
              color: inherit;
              display: inline-block; }
        .account_page_row .account_page_right #order-infos .order_resume_details .details_box .details_box_cover:hover ul {
          display: flex; }
        @media (max-width: 768px) {
          .account_page_row .account_page_right #order-infos .order_resume_details .details_box .details_box_cover.details_box_cover_dropdown:hover ul {
            display: none; }
          .account_page_row .account_page_right #order-infos .order_resume_details .details_box .details_box_cover.details_box_cover_dropdown.active ul {
            display: flex; } }
    .account_page_row .account_page_right #order-infos .ord_details {
      display: flex;
      flex-wrap: wrap;
      text-align: center;
      justify-content: center;
      margin: 0 -15px 12px; }
      .account_page_row .account_page_right #order-infos .ord_details .ord_detail_box {
        padding: 10px 15px; }
        .account_page_row .account_page_right #order-infos .ord_details .ord_detail_box .ord_detail_box_cover {
          background: #F4F4F4;
          border-radius: 10px;
          padding: 15px;
          font-size: 15px;
          line-height: 18px;
          font-weight: 500;
          color: #000;
          height: 100%; }
          .account_page_row .account_page_right #order-infos .ord_details .ord_detail_box .ord_detail_box_cover label {
            margin: 0 0 10px;
            color: #000000;
            font-weight: 700;
            font-style: normal; }
          .account_page_row .account_page_right #order-infos .ord_details .ord_detail_box .ord_detail_box_cover .address__body {
            padding: 0;
            text-align: center; }
            .account_page_row .account_page_right #order-infos .ord_details .ord_detail_box .ord_detail_box_cover .address__body address {
              line-height: 18px;
              font-size: 15px; }
          .account_page_row .account_page_right #order-infos .ord_details .ord_detail_box .ord_detail_box_cover .suivi_order {
            width: 100%;
            margin: 0; }
            .account_page_row .account_page_right #order-infos .ord_details .ord_detail_box .ord_detail_box_cover .suivi_order li {
              display: flex;
              flex-wrap: wrap;
              justify-content: center; }
              .account_page_row .account_page_right #order-infos .ord_details .ord_detail_box .ord_detail_box_cover .suivi_order li .value_label {
                margin-right: 10px; }
          .account_page_row .account_page_right #order-infos .ord_details .ord_detail_box .ord_detail_box_cover .more a {
            color: #A7A7A7;
            font-size: 13px;
            line-height: 15px;
            font-style: italic;
            font-weight: 500;
            text-decoration: underline;
            display: inline-block; }
    .account_page_row .account_page_right #order-infos .url-tracking {
      color: #000000;
      font-family: "Raleway ExtraBold", sans-serif;
      font-weight: 900;
      text-align: center;
      font-size: 14px;
      line-height: 16px;
      border-radius: 16px;
      border: 1px solid #000000;
      background: transparent;
      text-decoration: unset;
      padding: 3px 7px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .account_page_row .account_page_right #order-infos .url-tracking:hover {
        background: #000000;
        color: white; }
    .account_page_row .account_page_right .order-message-form {
      background: #F4F4F4;
      padding: 35px;
      border-radius: 20px; }
      .account_page_row .account_page_right .order-message-form .card-body {
        background: none;
        padding: 0; }
        .account_page_row .account_page_right .order-message-form .card-body .form-fields {
          display: flex;
          flex-wrap: wrap;
          margin: 0 -15px; }
          .account_page_row .account_page_right .order-message-form .card-body .form-fields .form-group {
            width: 50%;
            padding: 0 15px; }
            .account_page_row .account_page_right .order-message-form .card-body .form-fields .form-group .custom-select {
              background-color: #fff; }
            .account_page_row .account_page_right .order-message-form .card-body .form-fields .form-group textarea {
              border: 1px solid #707070;
              background-color: #fff;
              border-radius: 16px;
              height: 162px; }
        .account_page_row .account_page_right .order-message-form .card-body .form-footer {
          margin-top: 10px; }
          .account_page_row .account_page_right .order-message-form .card-body .form-footer button {
            min-width: 185px; }
    .account_page_row .account_page_right .product_table {
      background: #F4F4F4;
      border-radius: 10px;
      padding: 15px; }
      .account_page_row .account_page_right .product_table .product-table {
        margin: 0 0 20px !important; }
      .account_page_row .account_page_right .product_table .product-line:last-child {
        border-bottom: 1px solid #707070 !important; }
      .account_page_row .account_page_right .product_table .product-line td {
        border-top: 1px solid #707070 !important; }
        .account_page_row .account_page_right .product_table .product-line td.product-line__cell--prod {
          text-align: left; }
          .account_page_row .account_page_right .product_table .product-line td.product-line__cell--prod p {
            text-align: left; }
            .account_page_row .account_page_right .product_table .product-line td.product-line__cell--prod p.attr_ref {
              color: #A7A7A7;
              font-size: 12px;
              line-height: 16px;
              font-weight: 500;
              font-style: italic;
              margin: 0; }
            .account_page_row .account_page_right .product_table .product-line td.product-line__cell--prod p.product-line__title {
              color: #000;
              font-size: 21px;
              line-height: 24px;
              font-weight: 800; }
        .account_page_row .account_page_right .product_table .product-line td.product-line__cell--qty .product-line__price {
          color: #000;
          font-size: 21px;
          line-height: 24px;
          font-weight: 800; }
        .account_page_row .account_page_right .product_table .product-line td.product-line__cell--price .product-line__price {
          color: #000;
          font-size: 21px;
          line-height: 25px;
          font-weight: 500; }
          @media (max-width: 575.98px) {
            .account_page_row .account_page_right .product_table .product-line td.product-line__cell--price .product-line__price {
              font-size: 14px;
              line-height: 18px; } }
        .account_page_row .account_page_right .product_table .product-line td.product-line__cell--total .product-line__price {
          color: #000;
          font-size: 21px;
          line-height: 24px;
          font-weight: 800; }
      .account_page_row .account_page_right .product_table .cart-summary-line td {
        border: none !important;
        font-size: 17px !important;
        line-height: 20px !important;
        color: #000000 !important; }
        .account_page_row .account_page_right .product_table .cart-summary-line td .value {
          font-size: 21px;
          line-height: 25px;
          font-weight: 800; }
      .account_page_row .account_page_right .product_table .cart-summary-line.cart-total {
        display: inline-flex;
        width: 100%; }
        .account_page_row .account_page_right .product_table .cart-summary-line.cart-total td .value {
          color: #DB0916; }

@media (max-width: 767.98px) {
  .psgdprgetdatabtn17 {
    display: inline-block;
    margin-bottom: 10px; }
  .customer_links_bloc_title {
    cursor: pointer;
    display: flex; }
    .customer_links_bloc_title:after {
      content: '';
      width: 22px;
      height: 12px;
      background: url(/themes/joshnoa/assets//img-dist/dropdown-black.svg);
      position: relative;
      right: 15px;
      margin-left: auto;
      transition: .3s; }
    .customer_links_bloc_title.active:after {
      transform: rotate(180deg);
      background: url(/themes/joshnoa/assets//img-dist/dropdown.svg); }
  .customer_links_block_list {
    display: none; }
  /*  .customer_links_bloc_title.active + .customer_links_block_list {
      display: block;
    }*/
  .customer-links {
    margin-bottom: 25px; } }

.page-content--history .page-header .h1 span:after {
  display: none; }

/* Responsive */
@media (max-width: 991px) {
  .account_page_row .account_page_right {
    padding: 25px 0.625rem 0 !important; } }

.user-form {
  max-width: 800px;
  margin: 0 auto; }
  .user-form--sm {
    max-width: 600px; }
  .user-form label {
    font-style: italic;
    color: #A7A7A7;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 10px; }
  .user-form .form-control {
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 16px;
    font-size: 15px;
    font-style: italic;
    color: #000000;
    font-weight: 500;
    height: 37px; }
  .user-form .btn {
    height: 37px;
    border-radius: 16px;
    font-size: 19px;
    font-weight: 900;
    line-height: 37px;
    padding: 0 30px; }
  .user-form .card-footer {
    border-top: 2px solid #BABABA;
    max-width: 90%;
    width: 90%;
    margin: auto;
    font-weight: 600;
    font-size: 19px;
    margin-top: 15px;
    background: none;
    padding: 20px 0; }
    .user-form .card-footer a {
      color: #000;
      font-weight: 700; }

#authentication .user-form, #password .user-form {
  max-width: 615px;
  margin: 50px auto;
  box-shadow: 0px 0px 10px #00000029;
  border: none;
  background: #ffffff;
  border-radius: 10px; }
  #authentication .user-form small.form-text.text-muted, #password .user-form small.form-text.text-muted {
    display: none; }
  #authentication .user-form .input-group, #password .user-form .input-group {
    position: relative; }
    #authentication .user-form .input-group .form-control, #password .user-form .input-group .form-control {
      width: 100%;
      border-radius: 16px; }
  #authentication .user-form .input-group-append button, #password .user-form .input-group-append button {
    background: none;
    color: #DB0916;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 15px; }

#authentication .forgot-password a, #password .forgot-password a {
  color: #000;
  font-size: 14px;
  font-weight: 600; }

#authentication hr, #password hr {
  border-top: 2px solid #BABABA; }

#authentication .card-body, #password .card-body {
  padding: 24px 40px; }

#login-form {
  max-width: 467px;
  margin: auto; }

#customer-form > div {
  display: flex;
  flex-wrap: wrap; }
  #customer-form > div .form-group {
    width: 100%; }
  #customer-form > div #firstname-wrapper,
  #customer-form > div #lastname-wrapper {
    width: 50%; }
    @media (max-width: 767.98px) {
      #customer-form > div #firstname-wrapper,
      #customer-form > div #lastname-wrapper {
        width: 100%; } }
  #customer-form > div #firstname-wrapper {
    padding-right: 15px; }
    @media (max-width: 767.98px) {
      #customer-form > div #firstname-wrapper {
        padding-right: 0; } }
  #customer-form > div #lastname-wrapper {
    padding-left: 15px; }
    @media (max-width: 767.98px) {
      #customer-form > div #lastname-wrapper {
        padding-left: 0; } }
  #customer-form > div .custom-control-label {
    font-style: normal;
    text-decoration: none; }
    #customer-form > div .custom-control-label:before, #customer-form > div .custom-control-label:after {
      border-radius: 4px !important; }
  #customer-form > div .custom-checkbox input:checked + label:after, #customer-form > div .custom-checkbox-color input:checked + label:after {
    width: 16px;
    height: 16px; }
  #customer-form > div .siret-help {
    font-style: italic;
    font-size: 14px;
    color: #000000;
    margin-left: 10px;
    margin-top: 4px; }

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

.form-group label {
  text-align: left; }

.custom-checkbox, .custom-checkbox-color {
  text-align: left; }

.custom-select {
  border-radius: 20px;
  background: url(/themes/joshnoa/assets//img-dist/dropdown-black.svg) no-repeat calc(100% - 15px) center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

#id_gender-wrapper {
  display: none; }

.js-visible-password {
  border-radius: 20px !important; }

.js-visible-password + .input-group-append {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10; }

button[data-action="show-password"] {
  border-radius: 0 20px 20px 0 !important;
  margin-bottom: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: red;
  width: auto;
  padding: 0 15px !important; }

/*
.custom-checkbox{
  input{
      opacity: 0;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      &:checked + label{
          &:after{
              content: "";
              width: 12px;
              height: 12px;
              background: #000 !important;
              border-radius: 50%;
              position: absolute;
              left: -30px;
              top: 0;
          }
      }
  }
  label{
      margin: 0 0 0 8px;
      max-width: calc(100% - 30px);
      text-align: left;
      position: relative;
      color: #707070;
      font-size: 14px;
      font-weight: 500;
      line-height: 18px;
      text-decoration: underline;
      &:before{
          content: "";
          width: 22px;
          height: 22px;
          border: 1px solid #707070 !important;
          border-radius: 50% !important;
          background: none !important;
          position: absolute;
          left: -30px;
          top: 0;
      }
  }
}


 */
.custom_scroll {
  scrollbar-color: #DB0916 !important;
  /* thumb and track color */
  scrollbar-width: thin !important; }
  .custom_scroll::-webkit-scrollbar {
    width: 8px !important;
    border-radius: 7px !important;
    margin-right: 20px !important;
    padding-right: 20px !important; }
  .custom_scroll::-webkit-scrollbar-track {
    background: #F4F4F4 !important;
    border-radius: 7px !important;
    margin-right: 20px !important;
    padding-right: 20px !important; }
  .custom_scroll::-webkit-scrollbar-thumb {
    background: #DB0916 !important;
    border-right: 1px solid #DB0916 !important;
    border-radius: 7px !important;
    margin-right: 20px !important;
    padding-right: 20px !important;
    height: 10px; }
  .custom_scroll::-webkit-scrollbar-thumb:hover {
    background: #DB0916 !important; }

.orders-table tbody tr th.ref, .orders-table tbody tr td.ref {
  color: #000000 !important; }

.orders-table tbody tr th.order-payement.paid, .orders-table tbody tr td.order-payement.paid {
  color: #92C16F !important; }

.orders-table tbody tr:hover {
  cursor: pointer;
  background: #F4F4F4; }
  .orders-table tbody tr:hover th, .orders-table tbody tr:hover td {
    font-weight: bold !important; }
    .orders-table tbody tr:hover th.ref, .orders-table tbody tr:hover td.ref {
      text-decoration: underline; }

#order-infos .order-message-form {
  margin-top: 25px; }

.product-table {
  margin: 0;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .product-table__head {
      display: none; } }
  .product-table__head th {
    border-top: 0; }
  @media (min-width: 576px) {
    .product-table__row {
      margin-top: -1px; } }
  @media (max-width: 767.98px) {
    .product-table tbody {
      display: block; } }

.account_page_row .account_page_right #content table.product-table tbody .product-line {
  border-bottom: 0 !important;
  margin-bottom: 40px; }

.account_page_row .account_page_right #content table.product-table tbody tr.order-discount-line:last-child {
  border-bottom: 1px solid #000000; }

.account_page_row .account_page_right #content table.product-table tbody .order-discount-line__tilte {
  border-top: 1px solid #000000; }
  .account_page_row .account_page_right #content table.product-table tbody .order-discount-line__tilte__text {
    color: #92C16F !important;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 500 !important;
    font-style: italic !important;
    display: flex;
    border-top: 0;
    padding: 12px 12px 4px 12px; }

.account_page_row .account_page_right #content table.product-table tbody .order-discount-line .product-line__cell {
  border: 0 !important;
  padding: 4px 12px; }
  .account_page_row .account_page_right #content table.product-table tbody .order-discount-line .product-line__cell:first-child {
    text-align: left; }

.account_page_row .account_page_right #content table.product-table tbody .order-discount-line:last-child .product-line__cell {
  padding: 4px 12px 12px 12px; }

.product-line {
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  .product-line:last-child {
    border-bottom: 0; }
  .product-line--first {
    border-top: 1px solid #dee2e6; }
  @media (min-width: 768px) {
    .product-line {
      display: table-row;
      padding: 0;
      padding: 10px 0;
      border-bottom: 1px solid #dee2e6; } }
  .product-line .product-line__cell {
    padding: 10px; }
    @media (min-width: 576px) {
      .product-line .product-line__cell {
        padding: 0.75rem;
        vertical-align: middle; } }
  .product-line__qty-input .bootstrap-touchspin {
    margin: 0 auto; }
  .product-line__cell--img {
    width: 7.5rem; }
    @media (max-width: 767.98px) {
      .product-line__cell--img {
        order: -3;
        width: auto;
        flex: 0 0 5.625rem;
        max-width: 5.625rem; } }
  @media (max-width: 767.98px) {
    .product-line__cell--prod {
      order: -2;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (max-width: 767.98px) {
    .product-line__cell--delete {
      order: -1;
      flex: 0 0 2.5rem;
      max-width: 2.5rem; } }
  @media (max-width: 767.98px) {
    .product-line__cell--price, .product-line__cell--qty {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (max-width: 767.98px) {
    .product-line__cell--total {
      text-align: right !important;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (max-width: 767.98px) {
    .product-line__cell[data-title]::before {
      font-size: 0.6875rem;
      display: block;
      margin: 0 0 5px;
      content: attr(data-title);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }
  .product-line__price {
    font-size: 1rem; }
    @media (max-width: 992px) {
      .product-line__price {
        font-size: calc(0.94375rem + 0.09073vw) ; } }
  .product-line__checkbox-block {
    position: static; }
    .product-line__checkbox-block::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      cursor: pointer;
      content: ""; }
  @media (max-width: 767.98px) {
    .product-line--return .product-line__cell--checkbox {
      order: -3;
      flex: 0 0 2.5rem;
      max-width: 2.5rem; }
    .product-line--return .product-line__cell--img {
      flex: 0 0 4.375rem;
      max-width: 4.375rem;
      padding-left: 0; }
    .product-line--return .product-line__cell--prod {
      flex: 0 0 calc(100% - 6.875rem);
      max-width: calc(100% - 6.875rem); }
    .product-line--return .product-line__cell--qty, .product-line--return .product-line__cell--price {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 767.98px) {
    .product-line--extended .product-line__cell--price, .product-line--extended .product-line__cell--qty, .product-line--extended .product-line__cell--returned, .product-line--extended .product-line__cell--total {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (max-width: 575.98px) {
    .product-line--extended .product-line__cell--price, .product-line--extended .product-line__cell--qty, .product-line--extended .product-line__cell--returned, .product-line--extended .product-line__cell--total {
      flex: 0 0 50%;
      max-width: 50%; }
    .product-line--extended .product-line__cell--qty {
      text-align: right; } }
  .product-line .product-line__attributes {
    font-style: italic;
    font-weight: 500;
    font-size: 17px; }

#order-detail .cart-summary-line {
  justify-content: flex-end;
  margin-bottom: 4px; }
  #order-detail .cart-summary-line:first-child {
    margin-bottom: 11px; }
  #order-detail .cart-summary-line td:nth-child(1),
  #order-detail .cart-summary-line td:nth-child(2) {
    display: none; }
  #order-detail .cart-summary-line td:nth-child(3),
  #order-detail .cart-summary-line td:nth-child(4) {
    width: 136px;
    display: flex;
    justify-content: center;
    align-items: center; }
    #order-detail .cart-summary-line td:nth-child(3) .label,
    #order-detail .cart-summary-line td:nth-child(4) .label {
      margin-right: 0; }
  #order-detail .cart-summary-line td:nth-child(4) {
    width: auto;
    min-width: 136px; }

#order-detail .product-line__cell--qty, #order-detail .product-line__cell--price, #order-detail .product-line__cell--total {
  width: 136px; }

.account_page_row .account_page_right #content .commande_reglees .table_scroll__ {
  overflow-x: auto; }

.account_page_row .account_page_right #content .commande_reglees .table_scroll tbody tr .ord_pdf .btn-action {
  display: none; }

.account_page_row .account_page_right #content .commande_reglees .d-mobile {
  display: none; }

@media (max-width: 767.98px) {
  .account_page_row .account_page_right #content .commande_reglees {
    padding: 19px 15px;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 16px; }
    .account_page_row .account_page_right #content .commande_reglees thead {
      display: none; }
    .account_page_row .account_page_right #content .commande_reglees tbody {
      display: block; }
    .account_page_row .account_page_right #content .commande_reglees tbody tr {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 17px;
           column-gap: 17px; }
      .account_page_row .account_page_right #content .commande_reglees tbody tr td {
        padding: 0.4rem 0;
        border: none !important; }
        .account_page_row .account_page_right #content .commande_reglees tbody tr td .d-mobile {
          display: inline; }
      .account_page_row .account_page_right #content .commande_reglees tbody tr + tr {
        border-top: 1px solid #7070703b;
        padding-top: calc(21px - 0.4rem);
        margin-top: calc(19px - 0.4rem); }
    .account_page_row .account_page_right #content .commande_reglees table tbody tr td.ord_ref {
      order: 1; }
    .account_page_row .account_page_right #content .commande_reglees table tbody tr td.ord_date {
      order: 3; }
    .account_page_row .account_page_right #content .commande_reglees table tbody tr td.ord_price {
      text-align: center;
      order: 2; }
      .account_page_row .account_page_right #content .commande_reglees table tbody tr td.ord_price span .font-weight-normal {
        font-family: "Raleway Medium", sans-serif;
        font-weight: 500 !important; }
    .account_page_row .account_page_right #content .commande_reglees table tbody tr td.ord_details {
      order: 6; }
    .account_page_row .account_page_right #content .commande_reglees table tbody tr td.ord_status {
      order: 5;
      grid-column: span 2; }
    .account_page_row .account_page_right #content .commande_reglees table tbody tr td.ord_payment {
      order: 4;
      text-align: center; }
    .account_page_row .account_page_right #content .commande_reglees table tbody tr td.ord_pdf {
      order: 8; }
      .account_page_row .account_page_right #content .commande_reglees table tbody tr td.ord_pdf img {
        display: none; }
      .account_page_row .account_page_right #content .commande_reglees table tbody tr td.ord_pdf .btn-action {
        display: flex; }
    .account_page_row .account_page_right #content .commande_reglees table tbody tr td.ord_reorder {
      order: 7; }
    .account_page_row .account_page_right #content .commande_reglees table tbody tr td.ord_details_mob {
      order: 9;
      display: block !important; }
    .account_page_row .account_page_right #content .commande_reglees table tbody tr td .btn-action, .account_page_row .account_page_right #content .commande_reglees table tbody tr td.order-actions a {
      cursor: pointer;
      border: 1px solid #707070;
      color: #707070;
      padding: 5px 6px;
      min-height: 31px;
      border-radius: 12px;
      text-align: center;
      font-size: 12px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center; }
      .account_page_row .account_page_right #content .commande_reglees table tbody tr td .btn-action:hover, .account_page_row .account_page_right #content .commande_reglees table tbody tr td.order-actions a:hover {
        background: black;
        color: white; } }

.page-content--history table tbody tr td,
.page-content--history table tbody tr th {
  font-weight: bold !important;
  opacity: 0.8; }
  .page-content--history table tbody tr td.ord_price,
  .page-content--history table tbody tr th.ord_price {
    white-space: nowrap; }

.page-content--history table tbody tr:hover td,
.page-content--history table tbody tr:hover th {
  opacity: 1; }

.page-content--history #notifications {
  position: relative;
  top: 0; }
  .page-content--history #notifications .alert {
    background: transparent !important;
    border: none !important;
    margin: 0;
    color: #707070; }
    .page-content--history #notifications .alert .fa, .page-content--history #notifications .alert .close {
      display: none; }

.blockcart__dropdown {
  width: 20rem;
  min-width: inherit;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dee2e6;
  border-radius: 0.4rem; }

.cart-totals-ttc {
  text-align: center;
  color: #F4F4F4;
  line-height: 1;
  margin-bottom: 8px; }
  .cart-totals-ttc-value {
    font-size: 26px;
    font-weight: 800; }
  .cart-totals-ttc-label {
    font-size: 19px;
    font-weight: 600; }

body:not(#order-confirmation).cart-summary-line.cart-total {
  display: none; }

.cart-summary-line.ht {
  border-top: 1px solid #bababa;
  padding-top: 12px; }

.cart-dropdown__content {
  max-height: 31.25rem;
  padding: 10px 20px 20px;
  overflow-x: hidden;
  overflow-y: auto; }

.cart-dropdown__close {
  font-size: 1.375rem;
  color: #6c757d; }
  .cart-dropdown__close:hover, .cart-dropdown__close:focus {
    color: #000; }

.cart-products {
  display: flex;
  padding-bottom: 20px; }
  .cart-products:not(:first-child) {
    padding-top: 20px;
    border-top: 1px solid #dee2e6; }
  .cart-products__thumb {
    flex: 0 0 5rem;
    max-width: 5rem;
    padding-right: 10px; }
  .cart-products__desc {
    flex: 1 1;
    padding-right: 10px; }
  .cart-products__remove {
    flex: 0 0; }

.cart-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5); }
  .cart-loading .cart-loader {
    display: flex; }

.cart-summary-line {
  display: flex;
  justify-content: space-between;
  font-size: 1rem; }
  @media (max-width: 992px) {
    .cart-summary-line {
      font-size: calc(0.94375rem + 0.09073vw) ; } }
  .cart-summary-line:not(:last-child) {
    margin-bottom: 10px; }
  .cart-summary-line.cart-total {
    font-size: 1.125rem; }
    @media (max-width: 992px) {
      .cart-summary-line.cart-total {
        font-size: calc(0.95625rem + 0.27218vw) ; } }
  .cart-summary-line .label {
    margin-right: 10px; }
  .cart-summary-line .value {
    font-weight: 600; }

.cms-content {
  padding-top: 50px; }
  .cms-content ol,
  .cms-content ul {
    padding-left: .75rem;
    list-style: inherit;
    list-style-position: inside; }
  .cms-content ol {
    padding-left: 1.875rem;
    list-style: decimal; }
  .cms-content img {
    max-width: 100%;
    height: auto; }
  .cms-content h2 {
    color: #DB0916;
    font-size: 18px;
    margin-bottom: 5px; }

@media (max-width: 767.98px) {
  .cms-id-3 .page-header .h1:before {
    bottom: 0 !important; } }

#header .layout_layout1 .ets_mm_megamenu_content,
#header .layout_layout1 .mm_menus_li,
#header .layout_layout1 .mm_menus_li:nth-child(2),
#header .layout_layout1 .mm_menus_li:last-child {
  border: none; }

#header .layout_layout1 .ets_mm_megamenu_content {
  background: none; }

#header .layout_layout1 .mm_arrow {
  display: none; }

#header .mm_menus_li > a {
  text-transform: none; }

#header .ets_mm_megamenu {
  background: none; }

#header .layout_layout1:not(.ybc_vertical_menu) .mm_menus_li > a {
  color: #ffffff;
  margin: 5px; }
  #header .layout_layout1:not(.ybc_vertical_menu) .mm_menus_li > a span {
    font-size: 19px;
    padding: 2px 13px 5px;
    border: 2px solid transparent; }

#header .layout_layout1:not(.ybc_vertical_menu) .mm_menus_li:hover > a span {
  border: 2px solid #ffffff;
  border-radius: 26px; }

#header .layout_layout1:not(.ybc_vertical_menu) .mm_menus_li:hover > a,
#header .layout_layout1:not(.ybc_vertical_menu) .mm_menus_li.menu_hover > a,
#header .ets_mm_megamenu.layout_layout1.ybc_vertical_menu:hover {
  background: none; }

#header .news-link .mm_menu_content_title {
  background: #DB0916;
  border-radius: 26px; }
  @media (max-width: 575.98px) {
    #header .news-link .mm_menu_content_title {
      background: none;
      border-radius: 0;
      color: #DB0916; } }

#header .layout_layout1 .mm_menus_li:hover > a:before, #header .layout_layout1 .mm_menus_li.menu_hover > a:before {
  opacity: 0;
  height: 90px;
  /* Il faut spécifier ce hauteur sinon on a un souci avec le sous-menu qui disparaît lors du hover */ }

#header .mm_menus_ul {
  padding-right: 15px; }

.mm_menu_content_title > img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain; }

@media (min-width: 576px) {
  .mm_menu_content_title > img {
    display: none; } }

body .box_menu_mobile .ets_mm_megamenu::before {
  display: none; }

@media (min-width: 1305px) {
  .header-top-on-scroll + div .layout_layout1 .mm_menus_li .mm_columns_ul {
    max-height: calc(100vh - var(--l-header-height, 240px) - 50px);
    overflow-y: auto; }
  #header .layout_layout1 .mm_menus_li .mm_columns_ul {
    max-height: calc(100vh - var(--l-header-height, 240px) - 25px);
    overflow-y: auto; }
    #header .layout_layout1 .mm_menus_li .mm_columns_ul::-webkit-scrollbar {
      width: 8px !important;
      border-radius: 7px !important;
      margin-right: 20px !important;
      padding-right: 20px !important; }
    #header .layout_layout1 .mm_menus_li .mm_columns_ul::-webkit-scrollbar-track {
      background: #F4F4F4 !important;
      border-radius: 7px !important;
      margin-right: 20px !important;
      padding-right: 20px !important; }
    #header .layout_layout1 .mm_menus_li .mm_columns_ul::-webkit-scrollbar-thumb {
      background: #DB0916 !important;
      border-right: 1px solid #DB0916 !important;
      border-radius: 7px !important;
      margin-right: 20px !important;
      padding-right: 20px !important;
      height: 10px; }
    #header .layout_layout1 .mm_menus_li .mm_columns_ul::-webkit-scrollbar-thumb:hover {
      background: #DB0916 !important; }
    #header .layout_layout1 .mm_menus_li .mm_columns_ul::-webkit-scrollbar-track {
      margin-top: 40px;
      margin-bottom: 40px; }
  #header .layout_layout1 .mm_menus_li:nth-child(2) .mm_columns_ul {
    display: flex; }
    #header .layout_layout1 .mm_menus_li:nth-child(2) .mm_columns_ul .mm_columns_li, #header .layout_layout1 .mm_menus_li:nth-child(2) .mm_columns_ul .mm_columns_li .mm_blocks_ul, #header .layout_layout1 .mm_menus_li:nth-child(2) .mm_columns_ul .mm_columns_li .mm_blocks_li {
      float: unset; }
    #header .layout_layout1 .mm_menus_li:nth-child(2) .mm_columns_ul .mm_columns_li:nth-child(1), #header .layout_layout1 .mm_menus_li:nth-child(2) .mm_columns_ul .mm_columns_li:nth-child(2) {
      border-right: 2px solid #D6D6D6;
      padding-right: 36px; }
    #header .layout_layout1 .mm_menus_li:nth-child(2) .mm_columns_ul .mm_columns_li:nth-child(2), #header .layout_layout1 .mm_menus_li:nth-child(2) .mm_columns_ul .mm_columns_li:nth-child(3) {
      padding-left: 36px; }
    #header .layout_layout1 .mm_menus_li:nth-child(2) .mm_columns_ul .mm_columns_li .mm_blocks_li {
      padding: 0; }
  #header .layout_layout1 .mm_menus_li:nth-child(3) .mm_columns_ul {
    display: flex; }
    #header .layout_layout1 .mm_menus_li:nth-child(3) .mm_columns_ul .mm_columns_li, #header .layout_layout1 .mm_menus_li:nth-child(3) .mm_columns_ul .mm_columns_li .mm_blocks_ul, #header .layout_layout1 .mm_menus_li:nth-child(3) .mm_columns_ul .mm_columns_li .mm_blocks_li {
      float: unset; }
    #header .layout_layout1 .mm_menus_li:nth-child(3) .mm_columns_ul .mm_columns_li:nth-child(1) .ets_mm_categories li {
      width: 50%; }
    #header .layout_layout1 .mm_menus_li:nth-child(3) .mm_columns_ul .mm_columns_li:nth-child(1), #header .layout_layout1 .mm_menus_li:nth-child(3) .mm_columns_ul .mm_columns_li:nth-child(2) {
      border-right: 2px solid #D6D6D6;
      padding-right: 36px; }
    #header .layout_layout1 .mm_menus_li:nth-child(3) .mm_columns_ul .mm_columns_li:nth-child(2), #header .layout_layout1 .mm_menus_li:nth-child(3) .mm_columns_ul .mm_columns_li:nth-child(3) {
      padding-left: 36px; }
    #header .layout_layout1 .mm_menus_li:nth-child(3) .mm_columns_ul .mm_columns_li .mm_blocks_li {
      padding: 0; }
  #header .layout_layout1 .mm_menus_li:nth-child(4) .mm_columns_ul {
    display: flex; }
    #header .layout_layout1 .mm_menus_li:nth-child(4) .mm_columns_ul .mm_columns_li, #header .layout_layout1 .mm_menus_li:nth-child(4) .mm_columns_ul .mm_columns_li .mm_blocks_ul, #header .layout_layout1 .mm_menus_li:nth-child(4) .mm_columns_ul .mm_columns_li .mm_blocks_li {
      float: unset; }
    #header .layout_layout1 .mm_menus_li:nth-child(4) .mm_columns_ul .mm_columns_li:nth-child(1) .ets_mm_categories li, #header .layout_layout1 .mm_menus_li:nth-child(4) .mm_columns_ul .mm_columns_li:nth-child(3) .ets_mm_categories li {
      width: 50%; }
    #header .layout_layout1 .mm_menus_li:nth-child(4) .mm_columns_ul .mm_columns_li:nth-child(1), #header .layout_layout1 .mm_menus_li:nth-child(4) .mm_columns_ul .mm_columns_li:nth-child(2), #header .layout_layout1 .mm_menus_li:nth-child(4) .mm_columns_ul .mm_columns_li:nth-child(3) {
      border-right: 2px solid #D6D6D6;
      padding-right: 36px; }
    #header .layout_layout1 .mm_menus_li:nth-child(4) .mm_columns_ul .mm_columns_li:nth-child(2), #header .layout_layout1 .mm_menus_li:nth-child(4) .mm_columns_ul .mm_columns_li:nth-child(4) {
      padding-left: 36px; }
    #header .layout_layout1 .mm_menus_li:nth-child(4) .mm_columns_ul .mm_columns_li:nth-child(3) {
      padding: 0 19px; }
      #header .layout_layout1 .mm_menus_li:nth-child(4) .mm_columns_ul .mm_columns_li:nth-child(3) .h4 {
        left: 15px; }
    #header .layout_layout1 .mm_menus_li:nth-child(4) .mm_columns_ul .mm_columns_li .mm_blocks_li {
      padding: 0; }
  #header .layout_layout1 .mm_menus_li:nth-child(5) .mm_columns_ul {
    max-width: 1096px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
    #header .layout_layout1 .mm_menus_li:nth-child(5) .mm_columns_ul:before {
      left: 290px !important; }
    #header .layout_layout1 .mm_menus_li:nth-child(5) .mm_columns_ul .mm_columns_li .ets_mm_categories li {
      width: calc(100% / 8); }
  #header .layout_layout1 .mm_menus_li:nth-child(9) .mm_columns_ul {
    max-width: 790px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
    #header .layout_layout1 .mm_menus_li:nth-child(9) .mm_columns_ul:before {
      right: 355px !important; }
    #header .layout_layout1 .mm_menus_li:nth-child(9) .mm_columns_ul .mm_columns_li .ets_mm_categories {
      justify-content: center; }
    #header .layout_layout1 .mm_menus_li:nth-child(9) .mm_columns_ul .mm_columns_li .ets_mm_categories li {
      min-width: 125px;
      width: calc(100% / 8); }
  #header .layout_layout1 .mm_menus_li:nth-child(7) .mm_columns_ul {
    max-width: 645px;
    left: unset;
    right: 0; }
    #header .layout_layout1 .mm_menus_li:nth-child(7) .mm_columns_ul:before {
      left: unset !important;
      right: 153px; }
    #header .layout_layout1 .mm_menus_li:nth-child(7) .mm_columns_ul .mm_columns_li .ets_mm_categories li {
      width: calc(100% / 5); }
  #header .layout_layout1 .mm_menus_li:nth-child(6) .mm_columns_ul {
    max-width: 434px;
    left: unset;
    right: 0; }
    #header .layout_layout1 .mm_menus_li:nth-child(6) .mm_columns_ul:before {
      left: unset !important;
      right: 40px; }
    #header .layout_layout1 .mm_menus_li:nth-child(6) .mm_columns_ul .mm_columns_li .ets_mm_categories li {
      width: calc(100% / 3); }
  #header .layout_layout1:not(.ybc_vertical_menu) .news-link.mm_menus_li:hover > a span {
    background: white;
    color: #DB0916; } }

#products #main .page-header,
#pagenotfound #main .page-header {
  margin: 2rem 0 3rem; }

#products #main .page-content,
#pagenotfound #main .page-content {
  margin-bottom: 10rem; }

#products .page-not-found,
#pagenotfound .page-not-found {
  max-width: 570px;
  padding: 1rem;
  margin: 0 auto;
  font-size: 0.875rem;
  color: #6c757d;
  background: #fff; }
  #products .page-not-found h4,
  #pagenotfound .page-not-found h4 {
    margin: 0.5rem 0 1rem;
    font-size: 1rem;
    font-weight: 700; }
  #products .page-not-found .search-widget,
  #pagenotfound .page-not-found .search-widget {
    float: none; }
    #products .page-not-found .search-widget input,
    #pagenotfound .page-not-found .search-widget input {
      width: 100%; }

#pagenotfound #breadcrumb {
  display: none; }

#pagenotfound .page-header {
  background: none; }
  #pagenotfound .page-header .h1 {
    padding: 50px 0 15px; }

#pagenotfound .page-not-found {
  max-width: 660px; }
  #pagenotfound .page-not-found .sub_title {
    max-width: 354px;
    text-align: center;
    margin: auto auto 20px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #000; }

.page-maintenance {
  max-width: 660px;
  margin: auto auto 10rem;
  text-align: center; }
  .page-maintenance .h1 {
    margin-bottom: 20px; }
  .page-maintenance h3 {
    margin-bottom: 5px; }
  .page-maintenance p:last-child {
    margin-bottom: 0; }
  .page-maintenance .sub_title {
    text-align: center;
    margin: auto auto 0;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #000; }
  .page-maintenance + #footer .fade:not(.show) {
    display: none;
    opacity: 1 !important; }

#left-column .block_newsletter {
  padding: 1.563rem 1.25rem;
  margin-bottom: 1.563rem; }

.homeslider__img {
  background: #f8f9fa; }

.homeslider__list {
  margin: 0; }

.homeslider__slider {
  position: relative; }

.homeslider__caption {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%); }

.homeslider__desc * {
  color: #343a40; }

.homeslider__arrow {
  top: 0;
  bottom: 0;
  padding: 0 20px;
  line-height: 1; }
  .homeslider__arrow > * {
    font-size: 2.5rem; }
  .homeslider__arrow--prev {
    left: 0; }
  .homeslider__arrow--next {
    right: 0; }

header#header .d-md-block div#search-wrapper {
  transition: all 1.3s ease; }
  header#header .d-md-block div#search-wrapper.search-wrapper-sticky {
    height: 15px; }

.search_mobile .search-form__input {
  border: 2px solid #bababa; }

.search-form {
  position: relative;
  max-width: 38.75rem;
  margin: 0 auto; }
  .search-form__form-group {
    position: relative; }
    @media (min-width: 992px) {
      .search-result-open .search-form__form-group {
        z-index: 101; } }
  .search-form__input {
    height: 2.625rem;
    padding: 0 4.375rem 0 1.25rem;
    line-height: 2.625rem;
    color: #212529;
    border: none;
    border-radius: 99em;
    font-size: 15px;
    font-style: italic;
    font-weight: 500; }
    .search-form__input:focus {
      background: #f8f9fa;
      box-shadow: none; }
  .search-form__btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px;
    line-height: 1;
    color: #DB0916; }
    .search-form__btn:focus {
      box-shadow: none; }

.search-modal .modal-body {
  padding-top: 2.5rem; }

.search-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.4375rem 0.625rem; }

#_desktop_search_from {
  margin-top: -10px;
  display: flex;
  padding-bottom: 30px; }
  #_desktop_search_from.desktop_search_from-sticky {
    padding-bottom: 0 !important; }
  #_desktop_search_from .search-border {
    flex: 1;
    position: relative; }
    #_desktop_search_from .search-border::before {
      border-bottom: 2px solid #ffffff;
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      top: 50%;
      margin-top: -1px; }
  #_desktop_search_from .search-border-sticky {
    flex: 0 0 0; }
  #_desktop_search_from .search-form {
    padding: 0 20px;
    min-width: 332px;
    transition: all .3s ease; }
  #_desktop_search_from .search-form-sticky {
    min-width: 290px !important;
    transform: translateY(-90%) !important;
    z-index: 9999; }

@media (min-width: 992px) {
  .js-search-result {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 0;
    margin-top: 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #dee2e6; } }

@media (min-width: 768px) {
  .search-result {
    padding: 20px; } }

.search-result__products {
  margin: 0 -10px 0; }
  .search-result__products .products-list__block {
    padding: 0 10px;
    margin: 0 0 20px;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 768px) {
      .search-result__products .products-list__block {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }

.search-result__bottom {
  /* stylelint-disable */
  position: sticky;
  /* stylelint-enable */
  right: 0;
  bottom: -1rem;
  left: 0;
  z-index: 1;
  padding: 10px 20px;
  margin: 0 -10px;
  background: #fff; }
  @media (min-width: 768px) {
    .search-result__bottom {
      padding: 0;
      margin: 0; } }

.page-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5); }
  .page-loader-active .page-loader {
    display: flex; }

img.lazyload:not(.loaded) {
  background: #ffffff; }

.links-list {
  padding: 0 0 30px;
  margin: 0; }
  @media (min-width: 992px) {
    .links-list {
      padding: 0; } }
  .links-list__elem:not(:last-child) {
    margin: 0 0 10px; }
  .links-list__link {
    color: #6c757d; }
    .links-list__link:hover, .links-list__link:focus {
      color: #212529; }

img.lazyload:not(.loaded) {
  background: #e9ecef; }

#cart #content-wrapper {
  padding-top: 60px;
  padding-bottom: 60px; }

.card {
  border: none; }
  .card .cart-overview {
    padding: 0; }
    .card .cart-overview .product-line-grid {
      border: none;
      padding-bottom: 10px;
      margin-bottom: 10px;
      padding-right: 35px; }
      .card .cart-overview .product-line-grid .product-line-grid__row {
        background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 10px #00000029;
        border-radius: 16px;
        align-items: center;
        position: relative; }
        .card .cart-overview .product-line-grid .product-line-grid__row .product-line-grid__block--image {
          max-width: 178px;
          text-align: center; }
        .card .cart-overview .product-line-grid .product-line-grid__row .product-line-grid__block--prod {
          max-width: 100%;
          padding-top: 10px;
          min-height: 90px; }
          .card .cart-overview .product-line-grid .product-line-grid__row .product-line-grid__block--prod .reference {
            display: block; }
            .card .cart-overview .product-line-grid .product-line-grid__row .product-line-grid__block--prod .reference, .card .cart-overview .product-line-grid .product-line-grid__row .product-line-grid__block--prod .reference .value {
              font-size: 12px;
              color: #A7A7A7;
              font-style: italic;
              font-weight: 200; }
          .card .cart-overview .product-line-grid .product-line-grid__row .product-line-grid__block--prod a {
            color: #000;
            font-size: 25px;
            font-weight: 800; }
          .card .cart-overview .product-line-grid .product-line-grid__row .product-line-grid__block--prod ul li span {
            font-size: 17px;
            color: #000;
            font-style: italic;
            font-weight: 500 !important; }
        .card .cart-overview .product-line-grid .product-line-grid__row .product-line-grid__block--qty {
          max-width: 90%;
          border-top: 1px solid #BABABA;
          display: flex;
          align-items: center;
          margin-top: 14px; }
          .card .cart-overview .product-line-grid .product-line-grid__row .product-line-grid__block--qty .topbtnaction {
            flex: 75%;
            max-width: 75%; }
            .card .cart-overview .product-line-grid .product-line-grid__row .product-line-grid__block--qty .topbtnaction .bootstrap-touchspin {
              max-width: 170px;
              width: 170px; }
              .card .cart-overview .product-line-grid .product-line-grid__row .product-line-grid__block--qty .topbtnaction .bootstrap-touchspin input {
                max-width: inherit; }
          .card .cart-overview .product-line-grid .product-line-grid__row .product-line-grid__block--qty .product-price {
            text-align: center; }
            .card .cart-overview .product-line-grid .product-line-grid__row .product-line-grid__block--qty .product-price .current-price span {
              display: block;
              margin-right: 0;
              color: #DB0916;
              font-size: 24px;
              font-weight: 800;
              line-height: 31px; }
              .card .cart-overview .product-line-grid .product-line-grid__row .product-line-grid__block--qty .product-price .current-price span.price-unit {
                color: #A7A7A7;
                display: inline-block;
                font-size: 14px;
                font-style: italic;
                font-weight: 400;
                line-height: 16px; }
              .card .cart-overview .product-line-grid .product-line-grid__row .product-line-grid__block--qty .product-price .current-price span.price--discount {
                display: block; }
              .card .cart-overview .product-line-grid .product-line-grid__row .product-line-grid__block--qty .product-price .current-price span .type-price {
                color: #000;
                font-weight: 600;
                display: inline-block; }
          .card .cart-overview .product-line-grid .product-line-grid__row .product-line-grid__block--qty.gift .product-price {
            flex: 50%;
            max-width: 50%; }
          .card .cart-overview .product-line-grid .product-line-grid__row .product-line-grid__block--qty.gift .prod_att_qty_instock {
            text-align: left; }
          .card .cart-overview .product-line-grid .product-line-grid__row .product-line-grid__block--qty.gift .price {
            text-align: center; }
        .card .cart-overview .product-line-grid .product-line-grid__row .product-line-grid__block--total {
          display: none; }
        .card .cart-overview .product-line-grid .product-line-grid__row .product-line-grid__block--delete {
          position: absolute;
          top: 5px;
          right: 5px; }
        .card .cart-overview .product-line-grid .product-line-grid__row.product-line-grid-gift {
          padding: 10px 0; }
          .card .cart-overview .product-line-grid .product-line-grid__row.product-line-grid-gift .product-line-grid__title .prod_att_qty_instock {
            text-align: left;
            margin-top: 0;
            font-weight: 400;
            font-size: 14px; }
          .card .cart-overview .product-line-grid .product-line-grid__row.product-line-grid-gift .product-line-grid__block {
            align-items: center;
            display: flex;
            flex-wrap: wrap; }
            .card .cart-overview .product-line-grid .product-line-grid__row.product-line-grid-gift .product-line-grid__block--prod {
              max-width: 62%; }
              .card .cart-overview .product-line-grid .product-line-grid__row.product-line-grid-gift .product-line-grid__block--prod .prod_att_qty_instock {
                text-align: left;
                margin-top: 0;
                font-weight: 400; }
            .card .cart-overview .product-line-grid .product-line-grid__row.product-line-grid-gift .product-line-grid__block--qty {
              border: 0;
              margin-top: 0;
              padding: 0 10px;
              flex: 1;
              max-width: 30%; }
              .card .cart-overview .product-line-grid .product-line-grid__row.product-line-grid-gift .product-line-grid__block--qty .product-price {
                flex: 100%;
                max-width: 100%; }

.card.cart-summary {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  border: 1px solid #707070;
  border-radius: 25px;
  overflow: hidden; }
  .card.cart-summary .card-header {
    display: none; }
  .card.cart-summary .card-body.action {
    background: #000;
    padding: 13px;
    padding-bottom: 23px; }
    .card.cart-summary .card-body.action .btn-primary {
      font-size: 19px;
      font-weight: 800;
      padding: 3px;
      border-radius: 20px;
      margin-bottom: 10px;
      width: 242px; }
      .card.cart-summary .card-body.action .btn-primary:hover {
        color: #707070;
        background: #fff;
        box-shadow: inset 0 0 0 1px #707070; }
      .card.cart-summary .card-body.action .btn-primary.btn-primary:disabled:hover {
        color: #fff;
        background-color: #DB0916;
        border-color: #DB0916; }
      .card.cart-summary .card-body.action .btn-primary.btn-primary:hover, .card.cart-summary .card-body.action .btn-primary.cartLoadedButton {
        color: #DB0916 !important;
        background: #fff !important;
        box-shadow: inset 0 0 0 1px #DB0916; }

#js-checkout-summary {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  border: 1px solid #707070;
  border-radius: 25px;
  overflow: hidden; }

#checkout #header {
  padding: 30px 0; }
  #checkout #header img.logo {
    max-width: 277px;
    min-width: 277px; }

#checkout .page-header {
  background: #fff;
  padding-top: 50px; }

#checkout #content-wrapper {
  padding-top: 50px; }
  #checkout #content-wrapper .card {
    padding-right: 30px; }
    #checkout #content-wrapper .card .checkout-step {
      background: #FFFFFF 0% 0% no-repeat padding-box;
      box-shadow: 0px 0px 10px #00000029;
      padding: 20px;
      margin-bottom: 20px;
      border: none;
      border-radius: 16px; }
      #checkout #content-wrapper .card .checkout-step .card-header {
        background: none;
        border: none;
        text-align: center; }
        #checkout #content-wrapper .card .checkout-step .card-header .step-title {
          color: #000;
          font-size: 25px;
          font-weight: 800; }
          #checkout #content-wrapper .card .checkout-step .card-header .step-title i {
            display: none; }
          #checkout #content-wrapper .card .checkout-step .card-header .step-title .step-number {
            color: #DB0916; }
      #checkout #content-wrapper .card .checkout-step .checkout-step__content {
        border: none; }
        #checkout #content-wrapper .card .checkout-step .checkout-step__content .btn-primary {
          font-size: 19px;
          font-weight: 800;
          padding: 3px;
          border-radius: 20px;
          margin-bottom: 10px;
          padding-right: 20px;
          padding-left: 20px; }
          #checkout #content-wrapper .card .checkout-step .checkout-step__content .btn-primary:hover {
            color: #707070;
            background: #fff;
            box-shadow: inset 0 0 0 1px #707070; }
          #checkout #content-wrapper .card .checkout-step .checkout-step__content .btn-primary.btn-primary:disabled:hover {
            color: #fff;
            background-color: #DB0916;
            border-color: #DB0916; }
          #checkout #content-wrapper .card .checkout-step .checkout-step__content .btn-primary.btn-primary:hover, #checkout #content-wrapper .card .checkout-step .checkout-step__content .btn-primary.cartLoadedButton {
            color: #DB0916 !important;
            background: #fff !important;
            box-shadow: inset 0 0 0 1px #DB0916; }
        #checkout #content-wrapper .card .checkout-step .checkout-step__content.card-body {
          padding-left: 1em;
          padding-right: 1em; }
      #checkout #content-wrapper .card .checkout-step#checkout-personal-information-step .identity {
        text-align: center;
        text-decoration: underline; }
      #checkout #content-wrapper .card .checkout-step#checkout-addresses-step {
        text-align: center; }
        #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #delivery-addresses, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #invoice-addresses {
          justify-content: center;
          gap: 40px; }
          @media (max-width: 767.98px) {
            #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #delivery-addresses, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #invoice-addresses {
              gap: 3px; } }
          #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #delivery-addresses .address-item, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #invoice-addresses .address-item {
            max-width: 184px;
            background: #FFFFFF 0% 0% no-repeat padding-box;
            border: 1px solid #707070;
            border-radius: 27px;
            padding: 10px;
            position: relative;
            cursor: pointer; }
            @media (max-width: 767.98px) {
              #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #delivery-addresses .address-item, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #invoice-addresses .address-item {
                max-width: 100%;
                padding: 23px 15px 17px; } }
            #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #delivery-addresses .address-item label, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #invoice-addresses .address-item label {
              padding: 0; }
            #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #delivery-addresses .address-item .address__header, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #invoice-addresses .address-item .address__header {
              padding: 0;
              margin-bottom: 10px;
              margin-top: 2px;
              color: #707070 !important; }
            #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #delivery-addresses .address-item .card-body, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #invoice-addresses .address-item .card-body {
              padding: 0;
              font-size: 16px;
              color: #BABABA !important;
              font-style: italic;
              line-height: 18px;
              margin-bottom: 20px; }
              #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #delivery-addresses .address-item .card-body .phone_address, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #delivery-addresses .address-item .card-body .phone_address a, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #invoice-addresses .address-item .card-body .phone_address, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #invoice-addresses .address-item .card-body .phone_address a {
                color: #BABABA !important; }
            #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #delivery-addresses .address-item .delete-address, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #invoice-addresses .address-item .delete-address {
              position: absolute;
              top: -2px;
              right: -9px;
              background: none;
              border: none !important;
              padding: 0.25rem 0.5rem; }
              @media (max-width: 767.98px) {
                #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #delivery-addresses .address-item .delete-address, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #invoice-addresses .address-item .delete-address {
                  top: 0;
                  right: 0; } }
            #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #delivery-addresses .address-item .card-footer, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #invoice-addresses .address-item .card-footer {
              background: none;
              border: none;
              text-align: center;
              justify-content: center; }
              #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #delivery-addresses .address-item .card-footer a.edit-address, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #invoice-addresses .address-item .card-footer a.edit-address {
                padding: 0.25rem 0.5rem;
                font-size: 0.875rem;
                line-height: 1.5;
                border-radius: 0.4rem;
                border: 1px solid #707070;
                outline: none;
                box-shadow: none; }
                #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #delivery-addresses .address-item .card-footer a.edit-address:hover, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #invoice-addresses .address-item .card-footer a.edit-address:hover {
                  background: #000;
                  color: #fff;
                  border: 1px solid #000; }
            #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #delivery-addresses .address-item:before, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #invoice-addresses .address-item:before {
              content: "";
              width: 22px;
              height: 22px;
              background: #fff;
              border: 1px solid #707070;
              border-radius: 50%;
              position: absolute;
              left: 50%;
              top: -12px;
              margin-left: -11px; }
            #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #delivery-addresses .address-item:after, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #invoice-addresses .address-item:after {
              content: "";
              width: 10px;
              height: 10px;
              background: #fff;
              border-radius: 50%;
              position: absolute;
              left: 50%;
              top: -6px;
              margin-left: -5px; }
            #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #delivery-addresses .address-item:hover, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #invoice-addresses .address-item:hover {
              border: 1px solid #DB0916; }
              #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #delivery-addresses .address-item:hover:before, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #invoice-addresses .address-item:hover:before {
                border: 1px solid #DB0916; }
            #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #delivery-addresses .address-item.selected, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #invoice-addresses .address-item.selected {
              border: 1px solid #DB0916; }
              #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #delivery-addresses .address-item.selected:before, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #invoice-addresses .address-item.selected:before {
                border: 1px solid #DB0916; }
              #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #delivery-addresses .address-item.selected:after, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #invoice-addresses .address-item.selected:after {
                background: #DB0916; }
              #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #delivery-addresses .address-item.selected .address__header, #checkout #content-wrapper .card .checkout-step#checkout-addresses-step #invoice-addresses .address-item.selected .address__header {
                color: #DB0916 !important; }
        #checkout #content-wrapper .card .checkout-step#checkout-addresses-step .btn-outline-primary {
          padding: 0.25rem 0.5rem;
          font-size: 14px;
          font-weight: 600;
          line-height: 1.5;
          border-radius: 0.4rem;
          border: 1px solid #707070;
          color: #707070;
          outline: none;
          box-shadow: none; }
          #checkout #content-wrapper .card .checkout-step#checkout-addresses-step .btn-outline-primary:hover {
            background: #000;
            color: #fff;
            border: 1px solid #000; }
        #checkout #content-wrapper .card .checkout-step#checkout-addresses-step p.small a {
          color: #707070;
          text-decoration: underline; }
      #checkout #content-wrapper .card .checkout-step#checkout-delivery-step .delivery-options {
        justify-content: center;
        gap: 40px; }
        @media (max-width: 767.98px) {
          #checkout #content-wrapper .card .checkout-step#checkout-delivery-step .delivery-options {
            gap: 0; } }
        #checkout #content-wrapper .card .checkout-step#checkout-delivery-step .delivery-options .checkout-option-block {
          max-width: 184px;
          background: #FFFFFF 0% 0% no-repeat padding-box;
          border: 1px solid #707070;
          border-radius: 27px;
          padding: 10px;
          position: relative;
          cursor: pointer; }
          @media (max-width: 767.98px) {
            #checkout #content-wrapper .card .checkout-step#checkout-delivery-step .delivery-options .checkout-option-block {
              max-width: 100%;
              padding: 23px 15px 17px; } }
          #checkout #content-wrapper .card .checkout-step#checkout-delivery-step .delivery-options .checkout-option-block label {
            padding: 0; }
          #checkout #content-wrapper .card .checkout-step#checkout-delivery-step .delivery-options .checkout-option-block .address__header {
            padding: 0;
            margin-bottom: 10px;
            margin-top: 2px; }
          #checkout #content-wrapper .card .checkout-step#checkout-delivery-step .delivery-options .checkout-option-block .card-body {
            padding: 0;
            font-size: 16px;
            color: #BABABA;
            font-style: italic;
            line-height: 18px;
            margin-bottom: 20px; }
          #checkout #content-wrapper .card .checkout-step#checkout-delivery-step .delivery-options .checkout-option-block:before {
            content: "";
            width: 22px;
            height: 22px;
            background: #fff;
            border: 1px solid #707070;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            top: -12px;
            margin-left: -11px; }
          #checkout #content-wrapper .card .checkout-step#checkout-delivery-step .delivery-options .checkout-option-block:after {
            content: "";
            width: 10px;
            height: 10px;
            background: #fff;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            top: -6px;
            margin-left: -5px; }
          #checkout #content-wrapper .card .checkout-step#checkout-delivery-step .delivery-options .checkout-option-block:hover {
            border: 1px solid #DB0916; }
            #checkout #content-wrapper .card .checkout-step#checkout-delivery-step .delivery-options .checkout-option-block:hover:before {
              border: 1px solid #DB0916; }
          #checkout #content-wrapper .card .checkout-step#checkout-delivery-step .delivery-options .checkout-option-block.selected {
            border: 1px solid #DB0916; }
            #checkout #content-wrapper .card .checkout-step#checkout-delivery-step .delivery-options .checkout-option-block.selected:before {
              border: 1px solid #DB0916; }
            #checkout #content-wrapper .card .checkout-step#checkout-delivery-step .delivery-options .checkout-option-block.selected:after {
              background: #DB0916; }
            #checkout #content-wrapper .card .checkout-step#checkout-delivery-step .delivery-options .checkout-option-block.selected .address__header {
              color: #DB0916; }

#content-hook_payment_return dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 2px; }
  #content-hook_payment_return dl dt, #content-hook_payment_return dl dd {
    background: #eee;
    margin: 0;
    padding: 5px; }

.wishlist-login .wishlist-modal.fade .modal-dialog {
  max-width: 779px; }

.wishlist-login .wishlist-modal .modal-content {
  border-radius: 18px; }

.wishlist-login .wishlist-modal .modal-header {
  justify-content: center;
  position: relative;
  padding: 20px; }
  .wishlist-login .wishlist-modal .modal-header .modal-title {
    position: relative;
    font-weight: 800;
    font-size: 26px;
    line-height: 24px; }
    .wishlist-login .wishlist-modal .modal-header .modal-title:after {
      content: "";
      background: url(/themes/joshnoa/assets//img-dist/titre-trait.svg) no-repeat right center/contain;
      height: 24px;
      width: 84px;
      display: block;
      position: absolute;
      right: -20px;
      bottom: -22px; }
  .wishlist-login .wishlist-modal .modal-header .close {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 25px;
    height: 25px; }
    .wishlist-login .wishlist-modal .modal-header .close > span {
      line-height: 0px;
      font-size: 40px;
      position: relative;
      top: -7px; }

.wishlist-login .wishlist-modal .modal-body {
  padding-top: 59px;
  padding-bottom: 70px; }
  .wishlist-login .wishlist-modal .modal-body .modal-text {
    font-size: 19px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    max-width: 473px;
    margin: 0 auto; }

.wishlist-login .wishlist-modal .modal-footer {
  padding-top: 0;
  padding-bottom: 35px;
  display: flex;
  justify-content: center;
  gap: 20px; }
  .wishlist-login .wishlist-modal .modal-footer:after {
    display: none; }
  .wishlist-login .wishlist-modal .modal-footer .btn {
    font-size: 19px;
    line-height: 22px;
    font-weight: 800;
    padding-top: 6px;
    padding-bottom: 7px;
    width: 185px;
    border-radius: 16px;
    margin: 0; }

.wishlist-container .card.page-content {
  padding: 0;
  margin-bottom: 0.75rem;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0; }

.wishlist-container .wishlist-list-container .wishlist-list .wishlist-list-item:hover .wishlist-list-item-title {
  color: #DB0916 !important;
  background: none;
  text-decoration: none !important; }

.wishlist-container .wishlist-list-container .wishlist-list a:hover {
  text-decoration: none !important; }

.wishlist-container .wishlist-list-container .wishlist-list ul li .wishlist-list-item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  padding: 5px 10px; }

@media (min-width: 1305px) {
  .layout-full-width .wishlist-products-list .products-list__block--grid {
    flex: 0 0 33% !important;
    max-width: 33% !important; } }

.wishlist-products-list #products #js-product-list-top .switch-toggle {
  display: none !important; }

.wishlist-products-list .display_csv #export {
  margin: 0 !important; }

@media (max-width: 991.98px) {
  .wishlist-products-list #js-product-list .products-list {
    margin-left: -15px !important;
    margin-right: -15px !important; } }

@media (max-width: 991.98px) {
  .wishlist-products-list #js-product-list .products-list .products-list__block--grid {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

.wishlist-products-list #products #js-product-list-top .display-toggle li .display-toggle__link:hover span {
  display: none !important; }

.wishlist-products-list-content {
  box-shadow: none !important; }

.wishlist-add-to .wishlist-modal .modal-header {
  align-items: center;
  padding-bottom: 0; }
  .wishlist-add-to .wishlist-modal .modal-header .modal-title {
    font-family: var(--font-family-sans-serif);
    font-size: 26px;
    flex: 1 0 auto;
    text-align: center;
    position: relative; }
    .wishlist-add-to .wishlist-modal .modal-header .modal-title:after {
      position: absolute;
      right: 70px;
      bottom: -16px;
      display: block;
      background: url(/themes/joshnoa/assets//img-dist/titre-trait.svg) no-repeat center/contain;
      content: "";
      width: 60px;
      height: 25px; }

.wishlist-add-to .wishlist-modal .modal-body {
  padding: 1rem 0; }
  .wishlist-add-to .wishlist-modal .modal-body .wishlist-chooselist .wishlist-list {
    border: 0 !important; }

#block-newsletter-label {
  color: #DB0916;
  font-size: 19px;
  font-weight: bold; }

.block_newsletter input[type="email"] {
  font-weight: 500;
  font-style: italic;
  font-size: 15px;
  color: #A3A3A3;
  height: 35px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  border: none; }
  @media (max-width: 767.98px) {
    .block_newsletter input[type="email"] {
      font-size: 10px; } }
  .block_newsletter input[type="email"]:focus {
    box-shadow: none; }

.block_newsletter .btn {
  font-weight: 900;
  background: #ffffff;
  color: #A3A3A3;
  font-size: 15px;
  height: 35px;
  line-height: 1;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px; }
  .block_newsletter .btn:not(:disabled) {
    color: #DB0916; }
    .block_newsletter .btn:not(:disabled):hover {
      color: white;
      background: #DB0916; }
  .block_newsletter .btn:focus {
    box-shadow: none; }

#footer .block_newsletter {
  border-top: 1px solid #fff;
  padding-top: 45px;
  margin-top: 56px; }
  #footer .block_newsletter .custom-control {
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0; }
    #footer .block_newsletter .custom-control label {
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      line-height: 22px;
      text-decoration: none;
      margin-left: 5px; }
  @media (max-width: 767.98px) {
    #footer .block_newsletter {
      margin-top: 10px;
      padding-top: 20px;
      position: relative;
      border: none; }
      #footer .block_newsletter:before {
        content: "";
        width: calc(100% - 20px);
        height: 1px;
        border-top: 1px solid #fff;
        position: absolute;
        top: 0; }
      #footer .block_newsletter #block-newsletter-label {
        font-size: 12px;
        line-height: 14px;
        max-width: 280px; }
      #footer .block_newsletter .col-6, #footer .block_newsletter .col-xs-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      #footer .block_newsletter .btn {
        opacity: 1; }
      #footer .block_newsletter #gdpr_consent {
        margin-bottom: 0; }
        #footer .block_newsletter #gdpr_consent .custom-control-label {
          font-size: 10px;
          text-align: left;
          line-height: 11px; }
          #footer .block_newsletter #gdpr_consent .custom-control-label::before, #footer .block_newsletter #gdpr_consent .custom-control-label::after {
            top: -0.1em; } }

.ybc-blog-related-posts {
  border-top: 1px solid #707070;
  margin-top: 30px;
  padding-top: 30px; }

.owl-item .ybc-blog-related-posts-list-li {
  width: 100%;
  max-width: 100%; }

.ybc_block_slider .owl-nav > div,
.ybc_blog_related_posts_type_carousel .owl-nav > div,
.ybc_related_products_type_carousel .owl-nav > div {
  border: 1px solid #000;
  height: 35px;
  width: 35px;
  border-radius: 35px !important;
  display: flex;
  align-items: center;
  justify-content: center; }

.ybc_block_slider .owl-next::before, .ybc_blog_related_posts_type_carousel .owl-next::before, .ybc_related_products_type_carousel .owl-next::before,
.ybc_block_slider .owl-prev::before, .ybc_blog_related_posts_type_carousel .owl-prev::before, .ybc_related_products_type_carousel .owl-prev::before {
  display: block; }

.ybc-blog-related-posts .owl-nav .disabled {
  opacity: .2 !important; }

.ybc-blog-latest-toolbar-views {
  display: none; }

#footer .blockreassurance p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 21px; }

#footer .blockreassurance .block-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 900; }

@media (max-width: 767.98px) {
  #footer .blockreassurance .row > div {
    margin-bottom: 15px; }
  #footer .blockreassurance .block-icon {
    display: block;
    text-align: center;
    width: auto;
    height: auto;
    float: none; }
    #footer .blockreassurance .block-icon img {
      height: 34px;
      width: auto; }
  #footer .blockreassurance .block-title {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 13px;
    padding-top: 0;
    max-width: 90px;
    margin: 0 auto;
    line-height: 16px; }
  #footer .blockreassurance p {
    font-size: 10px;
    text-align: center;
    line-height: 14px; } }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
  overflow: hidden;
  outline: 0; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.in {
  opacity: .5; }

.modal-backdrop.in {
  opacity: .5; }

/***/
/*.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}*/
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (30px * 2)); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

.modal-footer::after {
  content: "";
  display: table;
  clear: both; }

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

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header::after {
  content: "";
  display: table;
  clear: both; }

.modal-header .close {
  margin-top: -2px; }

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

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px; } }

.modal.in .modal-dialog {
  transform: translate(0, 0); }

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

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0; }

.product-quantity button.wishlist-button-add.wishlist-button-product {
  display: none !important; }

#DgtxHomeSliderTopDisplayHome {
  color: #ffffff;
  position: relative;
  margin-top: -240px;
  z-index: 1;
  overflow: hidden;
  margin-bottom: -2px; }
  #DgtxHomeSliderTopDisplayHome > .swiper {
    background-color: black; }
    #DgtxHomeSliderTopDisplayHome > .swiper .swiper-slide > .container > .row.justify-content-center.align-items-center {
      color: white; }
      #DgtxHomeSliderTopDisplayHome > .swiper .swiper-slide > .container > .row.justify-content-center.align-items-center:hover {
        text-decoration: unset; }
  #DgtxHomeSliderTopDisplayHome::before {
    content: "";
    position: absolute;
    left: -10%;
    top: -10%;
    width: 120%;
    height: 200px;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.3;
    filter: blur(50px);
    display: block;
    z-index: 2; }
  #DgtxHomeSliderTopDisplayHome .title-slider-home-top {
    font-size: 50px;
    font-weight: 900;
    line-height: 1; }
    @media (max-width: 767.98px) {
      #DgtxHomeSliderTopDisplayHome .title-slider-home-top {
        font-size: 25px; } }
  #DgtxHomeSliderTopDisplayHome .subtitle-slider-home-top {
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
    line-height: 1;
    margin-bottom: 12px; }
    @media (max-width: 767.98px) {
      #DgtxHomeSliderTopDisplayHome .subtitle-slider-home-top {
        font-size: 18px;
        margin-bottom: 8px; } }
  #DgtxHomeSliderTopDisplayHome .description-slider-home-top {
    font-size: 20px;
    font-weight: 500; }
    @media (max-width: 767.98px) {
      #DgtxHomeSliderTopDisplayHome .description-slider-home-top {
        font-size: 12px;
        line-height: 16px;
        min-height: 48px; }
        #DgtxHomeSliderTopDisplayHome .description-slider-home-top br {
          display: none; } }
  #DgtxHomeSliderTopDisplayHome .button-slider-home-top {
    margin-top: 14px; }
    @media (max-width: 767.98px) {
      #DgtxHomeSliderTopDisplayHome .button-slider-home-top {
        margin-top: 12px; } }
    #DgtxHomeSliderTopDisplayHome .button-slider-home-top a, #DgtxHomeSliderTopDisplayHome .button-slider-home-top .a {
      background: #ffffff;
      border-radius: 16px;
      padding: 4px 22px;
      color: #495CA3;
      font-size: 18px;
      font-weight: 800;
      text-decoration: none; }
      @media (max-width: 767.98px) {
        #DgtxHomeSliderTopDisplayHome .button-slider-home-top a, #DgtxHomeSliderTopDisplayHome .button-slider-home-top .a {
          font-size: 14px; } }
      #DgtxHomeSliderTopDisplayHome .button-slider-home-top a:hover, #DgtxHomeSliderTopDisplayHome .button-slider-home-top .a:hover {
        color: #DB0916; }
  #DgtxHomeSliderTopDisplayHome .swiper-slide {
    padding-top: 240px; }
    #DgtxHomeSliderTopDisplayHome .swiper-slide .bg-fix {
      height: 148px;
      background: #000000;
      margin-top: -115px;
      margin-bottom: -33px; }
      @media (max-width: 767.98px) {
        #DgtxHomeSliderTopDisplayHome .swiper-slide .bg-fix {
          height: 30px;
          margin-top: -40px;
          margin-bottom: -2px; } }
  #DgtxHomeSliderTopDisplayHome .text-slider-home-top {
    padding-bottom: 160px; }
  #DgtxHomeSliderTopDisplayHome .images-slider-home-top img {
    max-width: 100%;
    position: relative;
    z-index: 4;
    aspect-ratio: 211/154;
    -o-object-fit: contain;
       object-fit: contain; }
    @media (max-width: 767.98px) {
      #DgtxHomeSliderTopDisplayHome .images-slider-home-top img {
        aspect-ratio: 208/175; } }
  #DgtxHomeSliderTopDisplayHome .swiper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    #DgtxHomeSliderTopDisplayHome .swiper #homeSliderNav {
      position: absolute;
      height: 100%;
      padding-top: 20%; }
  #DgtxHomeSliderTopDisplayHome .swiper-button-next {
    right: 7%;
    left: auto;
    top: 60%;
    background: none; }
    @media (max-width: 767.98px) {
      #DgtxHomeSliderTopDisplayHome .swiper-button-next {
        right: 3%;
        top: 68%; } }
  #DgtxHomeSliderTopDisplayHome .swiper-button-prev {
    right: auto;
    left: 7%;
    top: 60%;
    background: none; }
    @media (max-width: 767.98px) {
      #DgtxHomeSliderTopDisplayHome .swiper-button-prev {
        left: 3%;
        top: 68%; } }
  #DgtxHomeSliderTopDisplayHome .swiper-button-next:after, #DgtxHomeSliderTopDisplayHome .swiper-button-prev:after {
    display: none; }
  #DgtxHomeSliderTopDisplayHome .swiper-button-next span, #DgtxHomeSliderTopDisplayHome .swiper-button-prev span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
  #DgtxHomeSliderTopDisplayHome .swiper-button-next:hover span, #DgtxHomeSliderTopDisplayHome .swiper-button-prev:hover span {
    border: 2px solid #DB0916; }
  #DgtxHomeSliderTopDisplayHome .swiper-button-next span:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #ffffff;
    margin-left: 3px; }
  #DgtxHomeSliderTopDisplayHome .swiper-button-next:hover span:after {
    border-color: transparent transparent transparent #DB0916; }
  #DgtxHomeSliderTopDisplayHome .swiper-button-prev span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 14px 7px 0;
    border-color: transparent #ffffff transparent transparent;
    margin-right: 3px; }
  #DgtxHomeSliderTopDisplayHome .swiper-button-prev:hover span:after {
    border-color: transparent #DB0916 transparent transparent; }
  #DgtxHomeSliderTopDisplayHome .swiper-button-next svg, #DgtxHomeSliderTopDisplayHome .swiper-button-prev svg {
    width: 28px;
    height: 28px; }
  @media (max-width: 767.98px) {
    #DgtxHomeSliderTopDisplayHome .swiper-slide .container > .row {
      align-items: flex-start !important; }
      #DgtxHomeSliderTopDisplayHome .swiper-slide .container > .row .text-slider-home-top {
        padding-bottom: 60px;
        padding-left: 38px;
        margin-right: -38px; }
      #DgtxHomeSliderTopDisplayHome .swiper-slide .container > .row .images-slider-home-top {
        padding-top: 15px; } }

#index #header {
  z-index: 3;
  background: none;
  /*&::before{
      content: "";
      background: #000;
      opacity: 0.3;
      filter: blur(50px);
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 1;
      bottom: 0;
    }*/ }

#DgtxHomeReassurance,
.cart-reassurance {
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 20px; }
  #DgtxHomeReassurance h1,
  .cart-reassurance h1 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    position: relative;
    margin-bottom: 40px; }
    @media (max-width: 767.98px) {
      #DgtxHomeReassurance h1,
      .cart-reassurance h1 {
        margin-bottom: 28px; } }
    #DgtxHomeReassurance h1::before,
    .cart-reassurance h1::before {
      content: "";
      top: 50%;
      left: 0;
      width: 100%;
      border-bottom: 2px solid #ffffff;
      margin-top: -1px;
      position: absolute; }
    #DgtxHomeReassurance h1 span,
    .cart-reassurance h1 span {
      display: inline-block;
      background: #000000;
      padding: 0 20px;
      position: relative; }
  #DgtxHomeReassurance .inner .image,
  .cart-reassurance .inner .image {
    display: flex;
    height: 81px; }
    @media (max-width: 767.98px) {
      #DgtxHomeReassurance .inner .image,
      .cart-reassurance .inner .image {
        height: 42px; } }
    #DgtxHomeReassurance .inner .image img,
    .cart-reassurance .inner .image img {
      margin: auto; }
  #DgtxHomeReassurance .inner .title,
  .cart-reassurance .inner .title {
    font-weight: 800;
    font-size: 20px;
    margin: 10px 0; }
    @media (max-width: 991.98px) {
      #DgtxHomeReassurance .inner .title,
      .cart-reassurance .inner .title {
        font-size: 18px; } }
  #DgtxHomeReassurance .inner .description,
  .cart-reassurance .inner .description {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px; }
    @media (max-width: 991.98px) {
      #DgtxHomeReassurance .inner .description,
      .cart-reassurance .inner .description {
        font-size: 14px; } }
  #DgtxHomeReassurance .inner .livraison-rapide,
  .cart-reassurance .inner .livraison-rapide {
    border: 2px solid #ffffff;
    margin: 20px auto;
    display: flex;
    flex-direction: column; }
    #DgtxHomeReassurance .inner .livraison-rapide .masked,
    .cart-reassurance .inner .livraison-rapide .masked {
      background: #000000;
      max-width: 190px;
      margin: auto;
      padding: 0 10px; }
      @media (max-width: 991.98px) {
        #DgtxHomeReassurance .inner .livraison-rapide .masked,
        .cart-reassurance .inner .livraison-rapide .masked {
          max-width: 125px;
          padding: 0; } }
      #DgtxHomeReassurance .inner .livraison-rapide .masked.top,
      .cart-reassurance .inner .livraison-rapide .masked.top {
        margin-top: -13px; }
      #DgtxHomeReassurance .inner .livraison-rapide .masked.bottom,
      .cart-reassurance .inner .livraison-rapide .masked.bottom {
        position: relative;
        bottom: -10px;
        margin-top: -10px;
        font-weight: 700; }
    #DgtxHomeReassurance .inner .livraison-rapide .shipping-remaining-time,
    .cart-reassurance .inner .livraison-rapide .shipping-remaining-time {
      font-weight: 900;
      font-size: 31px;
      padding: 10px 0;
      line-height: 1; }
      @media (max-width: 991.98px) {
        #DgtxHomeReassurance .inner .livraison-rapide .shipping-remaining-time,
        .cart-reassurance .inner .livraison-rapide .shipping-remaining-time {
          font-size: 22px; } }
  @media (max-width: 767.98px) {
    #DgtxHomeReassurance h1,
    .cart-reassurance h1 {
      font-size: 17px; }
      #DgtxHomeReassurance h1:before,
      .cart-reassurance h1:before {
        top: inherit;
        width: 30%;
        left: 50%;
        margin-left: -15%;
        bottom: -15px; }
      #DgtxHomeReassurance h1 span,
      .cart-reassurance h1 span {
        padding: 0; }
    #DgtxHomeReassurance .inner .image img,
    .cart-reassurance .inner .image img {
      width: 34px;
      height: auto; }
    #DgtxHomeReassurance .inner .title,
    .cart-reassurance .inner .title {
      font-size: 13px;
      line-height: 16px; }
    #DgtxHomeReassurance .inner .description,
    .cart-reassurance .inner .description {
      font-size: 10px;
      line-height: 14px; }
    #DgtxHomeReassurance .inner .livraison-rapide,
    .cart-reassurance .inner .livraison-rapide {
      width: 122px;
      margin-top: 0; }
      #DgtxHomeReassurance .inner .livraison-rapide .masked,
      .cart-reassurance .inner .livraison-rapide .masked {
        max-width: 90px; }
      #DgtxHomeReassurance .inner .livraison-rapide .masked.bottom,
      .cart-reassurance .inner .livraison-rapide .masked.bottom {
        min-width: 60px;
        margin-top: 0;
        bottom: -10px;
        font-weight: 900;
        font-size: 12px;
        padding: 5px 0; }
      #DgtxHomeReassurance .inner .livraison-rapide .masked.top,
      .cart-reassurance .inner .livraison-rapide .masked.top {
        min-width: 60px;
        margin-top: -9px;
        max-width: calc(100% - 15px);
        padding: 0 4px; }
      #DgtxHomeReassurance .inner .livraison-rapide .shipping-remaining-time,
      .cart-reassurance .inner .livraison-rapide .shipping-remaining-time {
        font-size: 12px;
        padding: 5px 0; }
    #DgtxHomeReassurance .col-4:nth-child(2), #DgtxHomeReassurance .col-xs-4:nth-child(2),
    .cart-reassurance .col-4:nth-child(2),
    .cart-reassurance .col-xs-4:nth-child(2) {
      padding: 0; }
      #DgtxHomeReassurance .col-4:nth-child(2) .inner .image img, #DgtxHomeReassurance .col-xs-4:nth-child(2) .inner .image img,
      .cart-reassurance .col-4:nth-child(2) .inner .image img,
      .cart-reassurance .col-xs-4:nth-child(2) .inner .image img {
        width: 50px;
        height: auto; } }

#homeFeaturedProduct {
  position: relative; }
  #homeFeaturedProduct .featured-products__navigation .swiper-button-prev, #homeFeaturedProduct .featured-products__navigation .swiper-button-next {
    position: absolute;
    top: 50%;
    background: none; }
    #homeFeaturedProduct .featured-products__navigation .swiper-button-prev span, #homeFeaturedProduct .featured-products__navigation .swiper-button-next span {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      border: 2px solid #000;
      display: flex;
      align-items: center;
      justify-content: center; }
    #homeFeaturedProduct .featured-products__navigation .swiper-button-prev:hover span, #homeFeaturedProduct .featured-products__navigation .swiper-button-next:hover span {
      border: 2px solid #DB0916; }
  #homeFeaturedProduct .featured-products__navigation .swiper-button-prev {
    left: -5%; }
    @media (max-width: 767px) {
      #homeFeaturedProduct .featured-products__navigation .swiper-button-prev {
        left: 0; } }
    #homeFeaturedProduct .featured-products__navigation .swiper-button-prev span:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 14px 7px 0;
      border-color: transparent #000 transparent transparent;
      margin-right: 3px; }
    #homeFeaturedProduct .featured-products__navigation .swiper-button-prev:hover span:after {
      border-color: transparent #DB0916 transparent transparent; }
  #homeFeaturedProduct .featured-products__navigation .swiper-button-next {
    right: -5%; }
    @media (max-width: 767px) {
      #homeFeaturedProduct .featured-products__navigation .swiper-button-next {
        right: 0; } }
    #homeFeaturedProduct .featured-products__navigation .swiper-button-next span:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 0 7px 14px;
      border-color: transparent transparent transparent #000;
      margin-left: 3px; }
    #homeFeaturedProduct .featured-products__navigation .swiper-button-next:hover span:after {
      border-color: transparent transparent transparent #DB0916; }

.PM_ASBlockOutput {
  background: none;
  padding-bottom: 20px; }
  .PM_ASBlockOutput .PM_ASCriterionsGroup {
    padding-top: 6px;
    padding-bottom: 6px; }
    @media (max-width: 767.98px) {
      .PM_ASBlockOutput .PM_ASCriterionsGroup {
        flex: 0 0 auto;
        max-width: 100%; } }
  .PM_ASBlockOutput .PM_ASCriterionsGroupList {
    justify-content: center;
    position: relative; }
  .PM_ASBlockOutput .card {
    background: none;
    border: none; }
    .PM_ASBlockOutput .card .card-header {
      display: none; }
    .PM_ASBlockOutput .card .card-block .PM_ASCriterions {
      position: relative; }
      .PM_ASBlockOutput .card .card-block .PM_ASCriterions .h4 {
        background: #fff;
        width: 100%;
        font-size: 16px;
        font-style: italic;
        font-weight: 400;
        position: relative;
        padding: 10px 40px 10px 20px;
        border-radius: 16px;
        margin-bottom: 0;
        cursor: pointer; }
        .PM_ASBlockOutput .card .card-block .PM_ASCriterions .h4:after {
          content: '';
          width: 22px;
          height: 12px;
          background: url(/themes/joshnoa/assets//img-dist/dropdown.svg);
          position: absolute;
          right: 15px;
          top: 14px; }
      .PM_ASBlockOutput .card .card-block .PM_ASCriterions .PM_ASCriterionsGroupOuter {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 30px #0000003E;
        border-radius: 15px;
        padding: 20px;
        position: absolute;
        width: 100%;
        z-index: 9;
        display: none;
        top: 60px; }
        .PM_ASBlockOutput .card .card-block .PM_ASCriterions .PM_ASCriterionsGroupOuter:before {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 20px 25px 20px;
          border-color: transparent transparent #ffffff transparent;
          position: absolute;
          top: -18px;
          left: 50%;
          margin-left: -20px;
          z-index: 12; }
        .PM_ASBlockOutput .card .card-block .PM_ASCriterions .PM_ASCriterionsGroupOuter .PM_ASCriterionGroupCheckbox:not(.manufacturer) {
          max-height: 400px;
          overflow-y: auto; }
          .PM_ASBlockOutput .card .card-block .PM_ASCriterions .PM_ASCriterionsGroupOuter .PM_ASCriterionGroupCheckbox:not(.manufacturer)::-webkit-scrollbar {
            width: 8px !important;
            border-radius: 7px !important;
            margin-right: 20px !important;
            padding-right: 20px !important; }
          .PM_ASBlockOutput .card .card-block .PM_ASCriterions .PM_ASCriterionsGroupOuter .PM_ASCriterionGroupCheckbox:not(.manufacturer)::-webkit-scrollbar-track {
            background: #F4F4F4 !important;
            border-radius: 7px !important;
            margin-right: 20px !important;
            padding-right: 20px !important; }
          .PM_ASBlockOutput .card .card-block .PM_ASCriterions .PM_ASCriterionsGroupOuter .PM_ASCriterionGroupCheckbox:not(.manufacturer)::-webkit-scrollbar-thumb {
            background: #DB0916 !important;
            border-right: 1px solid #DB0916 !important;
            border-radius: 7px !important;
            margin-right: 20px !important;
            padding-right: 20px !important;
            height: 10px; }
          .PM_ASBlockOutput .card .card-block .PM_ASCriterions .PM_ASCriterionsGroupOuter .PM_ASCriterionGroupCheckbox:not(.manufacturer)::-webkit-scrollbar-thumb:hover {
            background: #DB0916 !important; }
        .PM_ASBlockOutput .card .card-block .PM_ASCriterions .PM_ASCriterionsGroupOuter .PM_ASCriterionGroupCheckbox .custom-control {
          padding-top: 8px;
          padding-bottom: 8px; }
          @media (max-width: 767.98px) {
            .PM_ASBlockOutput .card .card-block .PM_ASCriterions .PM_ASCriterionsGroupOuter .PM_ASCriterionGroupCheckbox .custom-control {
              text-align: center; } }
          .PM_ASBlockOutput .card .card-block .PM_ASCriterions .PM_ASCriterionsGroupOuter .PM_ASCriterionGroupCheckbox .custom-control label:before {
            border: 2px solid #000;
            width: 19px;
            height: 19px; }
          .PM_ASBlockOutput .card .card-block .PM_ASCriterions .PM_ASCriterionsGroupOuter .PM_ASCriterionGroupCheckbox .custom-control label:after {
            width: 19px;
            height: 19px; }
        .PM_ASBlockOutput .card .card-block .PM_ASCriterions .PM_ASCriterionsGroupOuter .PM_ASCriterionGroupCheckbox a {
          font-weight: 600;
          color: #000; }
          .PM_ASBlockOutput .card .card-block .PM_ASCriterions .PM_ASCriterionsGroupOuter .PM_ASCriterionGroupCheckbox a .PM_ASCriterionNbProduct {
            display: none; }
        .PM_ASBlockOutput .card .card-block .PM_ASCriterions .PM_ASCriterionsGroupOuter .PM_ASCriterionGroupCheckbox .PM_ASCriterionCheckbox {
          border: 2px solid #000; }
    .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer {
      position: unset; }
      .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterions {
        position: unset !important; }
      .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionsGroupOuter {
        background: none;
        box-shadow: none;
        position: unset;
        padding: 0; }
      .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionsGroupOuter:before {
        top: 54px;
        left: unset; }
        @media (max-width: 991.98px) {
          .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionsGroupOuter:before {
            top: 64px; } }
        @media (max-width: 767.98px) {
          .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionsGroupOuter:before {
            top: 54px; } }
      .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 30px #0000003E;
        border-radius: 15px;
        padding: 20px;
        position: absolute;
        left: 0;
        z-index: 11;
        transform: translate(0, 12px); }
      .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable {
        border-radius: 53px;
        padding: 38px 40px 0 40px !important;
        width: 100%;
        height: 446px;
        overflow: hidden; }
        .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable > input {
          font-style: italic;
          border: 1px solid #707070;
          height: 37px;
          border-radius: 16px;
          width: 100%;
          max-width: 392px;
          padding: 0 16px; }
        .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox {
          display: flex;
          flex-wrap: wrap;
          -moz-column-gap: 78px;
               column-gap: 78px;
          row-gap: 29px;
          justify-content: center; }
          @media (max-width: 767.98px) {
            .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox {
              gap: 10px; }
              .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox li {
                width: 50%;
                flex: 0 0 calc(50% - 5px); } }
          .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox, .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox-color {
            padding: 0; }
            .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox > label:before, .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox-color > label:before, .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox > label:after, .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox-color > label:after {
              display: none; }
            .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox > label a, .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox-color > label a {
              display: flex;
              flex-direction: column;
              align-items: center;
              text-align: center;
              justify-content: flex-end;
              height: 115px;
              width: 128px;
              border: 2px solid transparent;
              overflow: hidden;
              border-radius: 16px;
              padding: 4px;
              padding-bottom: 9px;
              transition: .3s; }
              .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox > label a img, .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox-color > label a img {
                max-width: 206px;
                width: 100%;
                height: 69px;
                -o-object-fit: contain;
                   object-fit: contain;
                margin-bottom: 4px;
                transition: .3s; }
              .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox > label a .criterionValueName, .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox-color > label a .criterionValueName {
                font-size: 16px;
                line-height: 17px;
                max-height: 34px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden; }
              .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox > label a:hover, .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox-color > label a:hover {
                border-color: #DB0916;
                text-decoration: none; }
                .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox > label a:hover img, .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox-color > label a:hover img {
                  transform: translateY(-10px); }
                .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox > label a:hover .criterionValueName, .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox-color > label a:hover .criterionValueName {
                  color: #DB0916;
                  text-decoration: none; }
            .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox > input[checked="checked"] + label:after, .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox-color > input[checked="checked"] + label:after {
              content: "";
              display: block;
              height: 18px !important;
              width: 18px;
              background: #DB0916 url(/themes/joshnoa/assets//img-dist/check.svg);
              background-size: 11px 8px;
              background-repeat: no-repeat;
              background-position: center;
              border-radius: 9px;
              left: 50%;
              top: unset;
              bottom: -9px;
              transform: translateX(-50%); }
            .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox > input[checked="checked"] + label a, .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox-color > input[checked="checked"] + label a {
              border-color: #DB0916;
              text-decoration: none; }
              .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox > input[checked="checked"] + label a img, .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox-color > input[checked="checked"] + label a img {
                transform: translateY(-10px); }
              .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox > input[checked="checked"] + label a .criterionValueName, .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .PM_ASCriterionGroupCheckbox .checkbox .custom-checkbox-color > input[checked="checked"] + label a .criterionValueName {
                color: #DB0916;
                text-decoration: none; }
        .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .manufacturer-ul-wrapper {
          padding-top: 27px;
          padding-bottom: 20px;
          height: calc(100% - 37px);
          overflow-y: auto; }
          .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .manufacturer-ul-wrapper::-webkit-scrollbar {
            width: 8px !important;
            border-radius: 7px !important;
            margin-right: 20px !important;
            padding-right: 20px !important; }
          .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .manufacturer-ul-wrapper::-webkit-scrollbar-track {
            background: #F4F4F4 !important;
            border-radius: 7px !important;
            margin-right: 20px !important;
            padding-right: 20px !important; }
          .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .manufacturer-ul-wrapper::-webkit-scrollbar-thumb {
            background: #db0916 !important;
            border-right: 1px solid #db0916 !important;
            border-radius: 7px !important;
            margin-right: 20px !important;
            padding-right: 20px !important;
            height: 10px; }
          .PM_ASBlockOutput .card .card-block .PM_ASCriterionsGroupManufacturer .PM_ASCriterionStepEnable .manufacturer-ul-wrapper::-webkit-scrollbar-thumb:hover {
            background: #db0916 !important; }
    .PM_ASBlockOutput .card .card-block .saveur-wrapper {
      position: unset; }
      @media (max-width: 767.98px) {
        .PM_ASBlockOutput .card .card-block .saveur-wrapper {
          position: relative; } }
      .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterions {
        position: unset !important; }
      .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionsGroupOuter {
        background: none;
        box-shadow: none;
        position: unset;
        padding: 0; }
      .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionsGroupOuter:before {
        top: 54px;
        left: unset; }
        @media (max-width: 991.98px) {
          .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionsGroupOuter:before {
            top: 64px; } }
        @media (max-width: 767.98px) {
          .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionsGroupOuter:before {
            top: 54px; } }
      .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionStepEnable {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 30px #0000003E;
        border-radius: 15px;
        padding: 20px;
        position: absolute;
        right: 0;
        left: unset;
        z-index: 9;
        transform: translate(0, 12px); }
      .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionStepEnable {
        border-radius: 34px;
        padding: 27px 40px 28px 40px !important;
        max-width: 903px;
        width: 100%;
        overflow-y: hidden;
        max-height: 446px; }
        .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionStepEnable .PM_ASCriterionGroupImage {
          margin: 0;
          display: flex;
          flex-wrap: wrap;
          gap: 21px;
          max-height: 390px;
          overflow: auto; }
          @media (max-width: 767.98px) {
            .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionStepEnable .PM_ASCriterionGroupImage {
              justify-content: center; } }
          .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionStepEnable .PM_ASCriterionGroupImage a {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            justify-content: end;
            height: 115px;
            width: 128px;
            border: 2px solid transparent;
            overflow: hidden;
            border-radius: 16px;
            padding: 4px;
            transition: .3s;
            margin: 0 !important; }
            .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionStepEnable .PM_ASCriterionGroupImage a img, .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionStepEnable .PM_ASCriterionGroupImage a .icon {
              width: 53px;
              height: 53px;
              -o-object-fit: contain;
                 object-fit: contain;
              margin-bottom: 4px;
              transition: transform .3s;
              filter: brightness(0); }
            .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionStepEnable .PM_ASCriterionGroupImage a .name {
              color: #000;
              font-size: 16px;
              line-height: 17px;
              font-weight: 600;
              height: 34px;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden; }
            .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionStepEnable .PM_ASCriterionGroupImage a:hover, .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionStepEnable .PM_ASCriterionGroupImage a.PM_ASCriterionLinkSelected {
              border-color: #DB0916;
              text-decoration: none; }
              .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionStepEnable .PM_ASCriterionGroupImage a:hover .icon, .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionStepEnable .PM_ASCriterionGroupImage a.PM_ASCriterionLinkSelected .icon {
                transform: translateY(-10px);
                filter: unset; }
                .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionStepEnable .PM_ASCriterionGroupImage a:hover .icon img, .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionStepEnable .PM_ASCriterionGroupImage a.PM_ASCriterionLinkSelected .icon img {
                  filter: unset; }
              .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionStepEnable .PM_ASCriterionGroupImage a:hover .name, .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionStepEnable .PM_ASCriterionGroupImage a.PM_ASCriterionLinkSelected .name {
                color: #DB0916;
                text-decoration: none; }
          .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionStepEnable .PM_ASCriterionGroupImage::-webkit-scrollbar {
            width: 8px !important;
            border-radius: 7px !important;
            margin-right: 20px !important;
            padding-right: 20px !important; }
          .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionStepEnable .PM_ASCriterionGroupImage::-webkit-scrollbar-track {
            background: #F4F4F4 !important;
            border-radius: 7px !important;
            margin-right: 20px !important;
            padding-right: 20px !important; }
          .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionStepEnable .PM_ASCriterionGroupImage::-webkit-scrollbar-thumb {
            background: #DB0916 !important;
            border-right: 1px solid #DB0916 !important;
            border-radius: 7px !important;
            margin-right: 20px !important;
            padding-right: 20px !important;
            height: 10px; }
          .PM_ASBlockOutput .card .card-block .saveur-wrapper .PM_ASCriterionStepEnable .PM_ASCriterionGroupImage::-webkit-scrollbar-thumb:hover {
            background: #DB0916 !important; }
  .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox {
    margin-bottom: 0; }

.mm_block_type_category .ets_mm_block_content ul.ets_mm_categories {
  float: none;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  list-style: none; }
  .mm_block_type_category .ets_mm_block_content ul.ets_mm_categories img:hover {
    transform: none; }
  .mm_block_type_category .ets_mm_block_content ul.ets_mm_categories li {
    width: 33.33%;
    float: none;
    margin: 15px 0; }
    @media (max-width: 767.98px) {
      .mm_block_type_category .ets_mm_block_content ul.ets_mm_categories li {
        width: 100%;
        margin: 0;
        display: flex; } }
    .mm_block_type_category .ets_mm_block_content ul.ets_mm_categories li a {
      display: block;
      height: 100%; }
      @media (max-width: 767.98px) {
        .mm_block_type_category .ets_mm_block_content ul.ets_mm_categories li a {
          display: flex;
          gap: 14px;
          width: 100%;
          justify-content: start;
          align-items: center; } }
      @media (max-width: 767.98px) {
        .mm_block_type_category .ets_mm_block_content ul.ets_mm_categories li a span {
          flex: 0 0 auto;
          margin: 0 !important; } }
      .mm_block_type_category .ets_mm_block_content ul.ets_mm_categories li a::before {
        display: none; }
      .mm_block_type_category .ets_mm_block_content ul.ets_mm_categories li a:hover {
        text-decoration: none; }
        .mm_block_type_category .ets_mm_block_content ul.ets_mm_categories li a:hover .category-name {
          color: #DB0916; }
        .mm_block_type_category .ets_mm_block_content ul.ets_mm_categories li a:hover .circle-menu::after {
          border: 2px solid #DB0916; }
        .mm_block_type_category .ets_mm_block_content ul.ets_mm_categories li a:hover .circle-menu img {
          bottom: 0;
          filter: grayscale(0); }
  .mm_block_type_category .ets_mm_block_content ul.ets_mm_categories span {
    display: block; }
  .mm_block_type_category .ets_mm_block_content ul.ets_mm_categories .category-name {
    font-size: 17px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    background: #ffffff;
    position: relative;
    z-index: 5;
    padding-top: 8px; }
  .mm_block_type_category .ets_mm_block_content ul.ets_mm_categories .circle-menu {
    position: relative;
    width: 50px;
    height: 60px;
    margin: auto;
    overflow: hidden; }
    .mm_block_type_category .ets_mm_block_content ul.ets_mm_categories .circle-menu::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 50px;
      height: 50px;
      background: url(/themes/joshnoa/assets//img-dist/demi-cercle.png) no-repeat;
      background-size: cover;
      z-index: 4; }
    .mm_block_type_category .ets_mm_block_content ul.ets_mm_categories .circle-menu::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 50px;
      height: 50px;
      z-index: 2;
      border: 2px solid black;
      border-radius: 50%; }
    .mm_block_type_category .ets_mm_block_content ul.ets_mm_categories .circle-menu img {
      position: relative;
      z-index: 3;
      filter: grayscale(1);
      height: 70px;
      width: 100%;
      left: 0;
      -o-object-fit: contain;
         object-fit: contain;
      bottom: -15px; }

.layout_layout1.ets_mm_megamenu .mm_columns_ul {
  background: #ffffff;
  border-radius: 34px;
  padding: 30px;
  margin-top: 45px;
  border-top: none; }

.mm_block_type_mnft > span.h4 {
  margin-bottom: 25px;
  text-transform: none; }

.mm_block_type_mnft ul.mm_mnu_display_img {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .mm_block_type_mnft ul.mm_mnu_display_img .item_has_img.item_inline_2 {
      max-width: 33.3333% !important; } }

.mm_block_type_category > span.h4 {
  margin-bottom: 0; }

#header .ets_mm_block_content a.menu-all-brand {
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  text-decoration: underline;
  color: #000000; }
  #header .ets_mm_block_content a.menu-all-brand:hover {
    color: #DB0916; }

.josh_menu_mobile .mm_menus_li {
  border-top: 1px solid #DDDDDD;
  float: left;
  width: 100% !important; }

.josh_menu_mobile .arrow {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 40px;
  z-index: 100;
  cursor: pointer;
  display: block; }

.josh_menu_mobile .ets_mm_megamenu :not(.transition_slide) .mm_columns_ul {
  opacity: 1; }

.josh_menu_mobile .ets_mm_megamenu .mm_menus_ul > li {
  overflow: hidden; }

.josh_menu_mobile .ets_mm_megamenu .mm_menus_ul .close_menu {
  color: #FFFFFF;
  float: left;
  padding: 10px 15px;
  background-color: #000000; }
  .josh_menu_mobile .ets_mm_megamenu .mm_menus_ul .close_menu .pull-right {
    text-transform: none;
    font-size: 15px; }

.josh_menu_mobile .ets_mm_megamenu .mm_columns_ul {
  border-radius: 0;
  display: none;
  position: relative;
  width: 100% !important;
  border-left: medium none;
  border-right: medium none;
  background-image: none !important; }
  .josh_menu_mobile .ets_mm_megamenu .mm_columns_ul.active {
    clear: both;
    display: block !important;
    float: left;
    visibility: visible;
    width: 100%;
    border-bottom: none; }
    .josh_menu_mobile .ets_mm_megamenu .mm_columns_ul.active li.mm_columns_li.mm_has_sub {
      border-bottom: none !important; }
    .josh_menu_mobile .ets_mm_megamenu .mm_columns_ul.active .mm_blocks_ul .mm_blocks_li {
      border-bottom: none !important;
      margin-bottom: 42px; }

.josh_menu_mobile .ets_mm_megamenu .mm_columns_li {
  float: left;
  width: 100%;
  padding: 0; }

.josh_menu_mobile .transition_floating .mm_menus_ul {
  opacity: 0.6;
  transform: translatex(-100%);
  -webkit-transform: translatex(-100%);
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  visibility: hidden; }

.josh_menu_mobile .transition_floating .close_menu,
.josh_menu_mobile .transition_full .close_menu {
  background-color: #000000;
  color: #FFFFFF;
  display: block !important;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer; }

.josh_menu_mobile .mm_menus_back_icon {
  color: #FFFFFF;
  border-left: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  display: inline-block;
  height: 11px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  width: 11px; }

.josh_menu_mobile #ets_mm_megamenu.menu-step-2 .mm_menus_ul .mm_menus_li.current-menu > .mm_columns_ul.active .ets_mm_block span.h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 15px;
  text-transform: none;
  color: var(--red);
  position: relative; }
  .josh_menu_mobile #ets_mm_megamenu.menu-step-2 .mm_menus_ul .mm_menus_li.current-menu > .mm_columns_ul.active .ets_mm_block span.h4::after {
    position: absolute;
    left: 0;
    bottom: 5px;
    display: block;
    content: "";
    width: 43px;
    height: 12px;
    background: url(/themes/joshnoa/assets//img-dist/titre-trait.svg) no-repeat center;
    background-size: contain; }

.josh_menu_mobile #ets_mm_megamenu.menu-step-2 .mm_menus_ul .mm_menus_li.current-menu > .mm_columns_ul.active .mm_blocks_ul .mm_blocks_li {
  border-bottom: none !important;
  margin-bottom: 42px; }
  @media (min-width: 768px) {
    .josh_menu_mobile #ets_mm_megamenu.menu-step-2 .mm_menus_ul .mm_menus_li.current-menu > .mm_columns_ul.active .mm_blocks_ul .mm_blocks_li .mm_block_type_image.mm_hide_title {
      width: 50%; }
      .josh_menu_mobile #ets_mm_megamenu.menu-step-2 .mm_menus_ul .mm_menus_li.current-menu > .mm_columns_ul.active .mm_blocks_ul .mm_blocks_li .mm_block_type_image.mm_hide_title .ets_mm_block_content a img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover; } }

.josh_menu_mobile #ets_mm_megamenu.menu-step-2 .mm_menus_ul .mm_menus_li.current-menu > .mm_columns_ul.active li.mm_columns_li.mm_has_sub {
  border-bottom: none !important; }
  .josh_menu_mobile #ets_mm_megamenu.menu-step-2 .mm_menus_ul .mm_menus_li.current-menu > .mm_columns_ul.active li.mm_columns_li.mm_has_sub .mm_block_type_mnft .mm_mnu_display_img li, .josh_menu_mobile #ets_mm_megamenu.menu-step-2 .mm_menus_ul .mm_menus_li.current-menu > .mm_columns_ul.active li.mm_columns_li.mm_has_sub .mm_block_type_mnft .mm_blocks_ul li,
  .josh_menu_mobile #ets_mm_megamenu.menu-step-2 .mm_menus_ul .mm_menus_li.current-menu > .mm_columns_ul.active li.mm_columns_li.mm_has_sub .mm_block_type_html .mm_mnu_display_img li,
  .josh_menu_mobile #ets_mm_megamenu.menu-step-2 .mm_menus_ul .mm_menus_li.current-menu > .mm_columns_ul.active li.mm_columns_li.mm_has_sub .mm_block_type_html .mm_blocks_ul li {
    border-bottom: none !important; }
  .josh_menu_mobile #ets_mm_megamenu.menu-step-2 .mm_menus_ul .mm_menus_li.current-menu > .mm_columns_ul.active li.mm_columns_li.mm_has_sub .mm_block_type_mnft span.h4,
  .josh_menu_mobile #ets_mm_megamenu.menu-step-2 .mm_menus_ul .mm_menus_li.current-menu > .mm_columns_ul.active li.mm_columns_li.mm_has_sub .mm_block_type_html span.h4 {
    position: relative;
    text-transform: none;
    color: var(--red); }
    .josh_menu_mobile #ets_mm_megamenu.menu-step-2 .mm_menus_ul .mm_menus_li.current-menu > .mm_columns_ul.active li.mm_columns_li.mm_has_sub .mm_block_type_mnft span.h4 a,
    .josh_menu_mobile #ets_mm_megamenu.menu-step-2 .mm_menus_ul .mm_menus_li.current-menu > .mm_columns_ul.active li.mm_columns_li.mm_has_sub .mm_block_type_html span.h4 a {
      color: var(--red); }

.josh_menu_mobile .mm_block_type_category .ets_mm_block_content ul.ets_mm_categories {
  flex-direction: column; }
  .josh_menu_mobile .mm_block_type_category .ets_mm_block_content ul.ets_mm_categories li {
    width: 100%;
    margin: 0;
    display: flex; }
    .josh_menu_mobile .mm_block_type_category .ets_mm_block_content ul.ets_mm_categories li a {
      display: flex;
      gap: 14px;
      width: 100%;
      justify-content: start;
      align-items: center; }
      .josh_menu_mobile .mm_block_type_category .ets_mm_block_content ul.ets_mm_categories li a span {
        flex: 0 0 auto;
        margin: 0 !important; }

.josh_menu_mobile .mm_block_type_mnft ul.mm_mnu_display_img .item_has_img.item_inline_2 {
  flex: 0 0 auto;
  max-width: 25%;
  margin-bottom: 5px; }

#header .josh_menu_mobile .layout_layout1:not(.ybc_vertical_menu) .mm_menus_li > a,
.josh_menu_mobile .layout_layout1 .ybc-menu-vertical-button, .layout_layout1 .mm_extra_item * {
  color: #484848; }

@media (min-width: 1199px) {
  .layout_layout1 .mm_menus_li.mm_has_sub > a:after,
  .layout_layout1 .mm_menus_li.mm_has_sub > a:after {
    opacity: 0;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 0 20px 25px 20px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -20px;
    background: transparent;
    transition: .2s; }
  .layout_layout1 .mm_menus_li.mm_has_sub:hover > a:after,
  .layout_layout1 .mm_menus_li.mm_has_sub.menu_hover > a:after {
    opacity: 1; }
  .layout_layout1 .mm_columns_ul .h4 {
    font-size: 20px !important;
    color: #000000;
    font-weight: bold;
    text-align: center;
    border-bottom: none;
    position: relative;
    text-transform: none; }
    .layout_layout1 .mm_columns_ul .h4 > a {
      font-size: 20px !important;
      color: #000000 !important; }
      .layout_layout1 .mm_columns_ul .h4 > a:hover {
        text-decoration: none; }
    .layout_layout1 .mm_columns_ul .h4::after {
      position: relative;
      display: inline-block;
      right: 35px;
      bottom: -18px;
      background: url(/themes/joshnoa/assets//img-dist/titre-trait.svg) no-repeat;
      background-size: contain;
      content: "";
      width: 51px;
      height: 15px; } }

#DgtxHomeProductsDisplayHome {
  margin: 10px 0 100px 0; }
  @media (max-width: 767.98px) {
    #DgtxHomeProductsDisplayHome {
      margin-bottom: 0; }
      #DgtxHomeProductsDisplayHome .card.product-tabs > .my-4 {
        margin-bottom: 0 !important; } }
  @media (max-width: 767.98px) {
    #DgtxHomeProductsDisplayHome .nav {
      width: 100%;
      justify-content: space-between;
      -moz-column-gap: 10px;
           column-gap: 10px;
      padding: 0 0.625rem; } }
  #DgtxHomeProductsDisplayHome .nav .nav-item {
    margin: 0 30px; }
    @media (max-width: 767.98px) {
      #DgtxHomeProductsDisplayHome .nav .nav-item {
        margin: 0 0;
        line-height: 1;
        height: 40px;
        max-width: 33%; }
        #DgtxHomeProductsDisplayHome .nav .nav-item:nth-child(2) {
          width: 90px;
          padding: 0 5px; } }
    #DgtxHomeProductsDisplayHome .nav .nav-item .nav-link {
      padding: 0.1rem 1.5rem;
      background-color: #BABABA;
      border-radius: 1.5rem;
      color: white;
      font-weight: 700;
      font-size: 1.4rem; }
      @media (max-width: 767.98px) {
        #DgtxHomeProductsDisplayHome .nav .nav-item .nav-link {
          padding: 4px 10px;
          font-weight: 800;
          font-size: 16px;
          text-align: center;
          display: flex;
          height: 100%;
          width: 100%;
          align-items: center;
          justify-content: center; } }
      #DgtxHomeProductsDisplayHome .nav .nav-item .nav-link.active {
        background-color: #000000; }
  #DgtxHomeProductsDisplayHome .dgtxhomeproducts-block-product {
    margin-bottom: 56px; }
    @media (max-width: 767.98px) {
      #DgtxHomeProductsDisplayHome .dgtxhomeproducts-block-product {
        margin-bottom: 0; } }
    #DgtxHomeProductsDisplayHome .dgtxhomeproducts-block-product.dgtxhomeproducts-modulo {
      background-color: #F4F4F4;
      padding: 50px 0 43px 0; }
      @media (max-width: 767.98px) {
        #DgtxHomeProductsDisplayHome .dgtxhomeproducts-block-product.dgtxhomeproducts-modulo {
          padding-top: 10px; } }
      #DgtxHomeProductsDisplayHome .dgtxhomeproducts-block-product.dgtxhomeproducts-modulo .h1 {
        margin-top: 40px; }
  #DgtxHomeProductsDisplayHome .fade.show {
    opacity: 1 !important; }
  #DgtxHomeProductsDisplayHome .swiper-pagination {
    position: relative;
    top: 0; }
    #DgtxHomeProductsDisplayHome .swiper-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      border: 2px solid #000;
      background: transparent;
      opacity: 1; }
      #DgtxHomeProductsDisplayHome .swiper-pagination .swiper-pagination-bullet-active {
        background: #000; }
    @media (min-width: 576px) {
      #DgtxHomeProductsDisplayHome .swiper-pagination {
        display: none; } }

#DgtxReinsuranceTimerDisplayFooterBefore .dgtxTimerTimeRemaining {
  font-weight: 800; }

#DgtxReinsuranceTimerDisplayFooterBefore .dgtxTimerShippingDate.shipping-date {
  font-weight: 700; }

.cart-reassurance-dropdown {
  border-top: 1px solid #fff;
  margin-top: 15px;
  padding: 15px 10px 0; }
  .cart-reassurance-dropdown .col-sm-6 {
    padding: 0; }

.cart-reassurance-dropdown .inner {
  text-align: center;
  text-align: center;
  display: flex;
  flex-direction: column; }
  .cart-reassurance-dropdown .inner .image {
    display: flex;
    justify-content: center;
    align-items: center; }
    .cart-reassurance-dropdown .inner .image img {
      width: 50px;
      height: 50px;
      -o-object-fit: contain;
         object-fit: contain; }
  .cart-reassurance-dropdown .inner .title, .cart-reassurance-dropdown .inner .description {
    font-family: "Raleway";
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    display: inline; }
    .cart-reassurance-dropdown .inner .title br, .cart-reassurance-dropdown .inner .description br {
      display: none; }
  .cart-reassurance-dropdown .inner.isTimer .description {
    display: none; }

.dgtxTimerReinsurance-2 .block-icon img {
  max-height: 3.717rem; }

.dgtxTimerReinsurance-4 .block-icon img {
  max-height: 4.227rem; }

.dgtxTimerReinsurance-5 .block-icon img {
  max-height: 4.147rem; }

.dgtxTimerReinsurance-6 .block-icon img {
  max-height: 3.839rem; }

.homeslidercomingsoon {
  background: #000;
  padding: 70px 0 45.5px 0; }
  @media (max-width: 767.98px) {
    .homeslidercomingsoon {
      padding-bottom: 20px; } }
  .homeslidercomingsoon .container {
    max-width: 1100px; }
  .homeslidercomingsoon .h2__title {
    margin-bottom: 16px;
    margin-top: 0; }
    .homeslidercomingsoon .h2__title span {
      color: #fff; }
  .homeslidercomingsoon .comingsoon__slider .swiper-slide {
    display: flex;
    flex-wrap: wrap; }
  .homeslidercomingsoon .comingsoon__slider .coming_item .coming_item_cover {
    text-align: center;
    max-width: 320px;
    margin: auto; }
    .homeslidercomingsoon .comingsoon__slider .coming_item .coming_item_cover .cm_image {
      border-radius: 24px;
      overflow: hidden;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .homeslidercomingsoon .comingsoon__slider .coming_item .coming_item_cover .cm_image {
          max-width: 120px;
          margin: auto auto 5px; } }
      .homeslidercomingsoon .comingsoon__slider .coming_item .coming_item_cover .cm_image a, .homeslidercomingsoon .comingsoon__slider .coming_item .coming_item_cover .cm_image .a {
        display: block;
        height: 100%;
        width: 100%;
        border-radius: 24px; }
        .homeslidercomingsoon .comingsoon__slider .coming_item .coming_item_cover .cm_image a img, .homeslidercomingsoon .comingsoon__slider .coming_item .coming_item_cover .cm_image .a img {
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center;
          border-radius: 24px; }
    .homeslidercomingsoon .comingsoon__slider .coming_item .coming_item_cover .cm_texte .cm_title {
      font-size: 45px;
      line-height: 53px;
      font-weight: 900;
      color: #fff;
      margin-bottom: 6px; }
      @media (max-width: 767px) {
        .homeslidercomingsoon .comingsoon__slider .coming_item .coming_item_cover .cm_texte .cm_title {
          font-size: 27px;
          margin-bottom: 0px; } }
    .homeslidercomingsoon .comingsoon__slider .coming_item .coming_item_cover .cm_texte .cm_subtitle {
      font-size: 30px;
      line-height: 35px;
      font-weight: 600;
      font-style: italic;
      color: #919191;
      margin-bottom: 12px; }
      @media (max-width: 767px) {
        .homeslidercomingsoon .comingsoon__slider .coming_item .coming_item_cover .cm_texte .cm_subtitle {
          font-size: 20px;
          line-height: 20px; } }
    .homeslidercomingsoon .comingsoon__slider .coming_item .coming_item_cover .cm_texte .cm_desc {
      font-size: 20px;
      line-height: 24px;
      font-weight: 500;
      color: #fff;
      margin-bottom: 26px; }
      @media (max-width: 767px) {
        .homeslidercomingsoon .comingsoon__slider .coming_item .coming_item_cover .cm_texte .cm_desc {
          font-size: 10px;
          line-height: normal;
          margin-bottom: 15px; } }
    .homeslidercomingsoon .comingsoon__slider .coming_item .coming_item_cover .cm_texte .cm_link a, .homeslidercomingsoon .comingsoon__slider .coming_item .coming_item_cover .cm_texte .cm_link .a {
      background: #DB0916;
      color: #fff; }
      .homeslidercomingsoon .comingsoon__slider .coming_item .coming_item_cover .cm_texte .cm_link a:hover, .homeslidercomingsoon .comingsoon__slider .coming_item .coming_item_cover .cm_texte .cm_link .a:hover {
        background: #fff;
        color: #DB0916; }
  .homeslidercomingsoon .comingsoon_slider_cover {
    padding-left: 30px;
    padding-right: 30px;
    margin: auto; }
    @media (max-width: 767px) {
      .homeslidercomingsoon .comingsoon_slider_cover {
        padding-left: 0;
        padding-right: 0; } }
    .homeslidercomingsoon .comingsoon_slider_cover .swiper-button {
      border: 2px solid #fff;
      top: calc(50% + 90px); }
    .homeslidercomingsoon .comingsoon_slider_cover .swiper-button-next {
      right: 5%;
      left: unset; }
      .homeslidercomingsoon .comingsoon_slider_cover .swiper-button-next:after {
        border-color: transparent transparent transparent #fff; }
    .homeslidercomingsoon .comingsoon_slider_cover .swiper-button-prev {
      right: 40%;
      left: unset; }
      .homeslidercomingsoon .comingsoon_slider_cover .swiper-button-prev:after {
        border-color: transparent #fff transparent transparent; }

@media (max-width: 767px) {
  .homeslidercomingsoon .viw_all_border {
    margin-bottom: 25px; }
  .homeslidercomingsoon .comingsoon_slider,
  .homeslidercomingsoon .comingsoon_image {
    max-width: 50%;
    padding-right: 15px;
    padding-left: 0; }
  .homeslidercomingsoon .comingsoon_slider {
    padding-left: 0; }
    .homeslidercomingsoon .comingsoon_slider .comingsoon_slider_cover {
      padding-left: 0;
      padding-right: 0; }
      .homeslidercomingsoon .comingsoon_slider .comingsoon_slider_cover .coming_item {
        max-width: 100%; }
        .homeslidercomingsoon .comingsoon_slider .comingsoon_slider_cover .coming_item .coming_item_cover .cm_image {
          max-width: 70%;
          margin: auto auto 5px; }
        .homeslidercomingsoon .comingsoon_slider .comingsoon_slider_cover .coming_item .coming_item_cover .cm_texte .cm_title {
          font-size: 20px;
          line-height: 30px;
          margin-bottom: 0; }
        .homeslidercomingsoon .comingsoon_slider .comingsoon_slider_cover .coming_item .coming_item_cover .cm_texte .cm_subtitle {
          font-size: 15px;
          line-height: 20px;
          font-weight: 600;
          font-style: italic;
          color: #919191;
          margin-bottom: 12px; }
        .homeslidercomingsoon .comingsoon_slider .comingsoon_slider_cover .coming_item .coming_item_cover .cm_texte .cm_desc {
          font-size: 13px;
          line-height: 17px;
          font-weight: 500;
          color: #fff;
          margin-bottom: 15px; }
  .homeslidercomingsoon .joshnoa_swipper_slider {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .homeslidercomingsoon .joshnoa_swipper_slider .swiper-button {
      top: calc(50% + 20px); }
    .homeslidercomingsoon .joshnoa_swipper_slider .swiper-button-prev {
      left: unset;
      right: 47%; }
    .homeslidercomingsoon .joshnoa_swipper_slider .swiper-button-next {
      right: 0px; } }

.DgtxHomeManufacturersDisplayHome {
  margin-bottom: 60px; }
  .DgtxHomeManufacturersDisplayHome .joshnoa_swipper_slider {
    margin-bottom: 38px; }
    .DgtxHomeManufacturersDisplayHome .joshnoa_swipper_slider .swiper-slide {
      padding-left: 50px;
      padding-right: 50px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center; }
      .DgtxHomeManufacturersDisplayHome .joshnoa_swipper_slider .swiper-slide .brand_item {
        text-align: center; }
      @media (max-width: 991px) {
        .DgtxHomeManufacturersDisplayHome .joshnoa_swipper_slider .swiper-slide {
          padding-left: 25px;
          padding-right: 25px; } }
    .DgtxHomeManufacturersDisplayHome .joshnoa_swipper_slider .swiper-button {
      top: calc(50% - 14px); }

.swipper_slider_dgtxhomemanufacturers_mobile .swiper-slide {
  display: flex; }
  .swipper_slider_dgtxhomemanufacturers_mobile .swiper-slide .brand_item {
    width: calc(100% / 3); }

@media (max-width: 767px) {
  .DgtxHomeManufacturersDisplayHome {
    margin-bottom: 20px; }
    .DgtxHomeManufacturersDisplayHome .joshnoa_swipper_slider {
      margin-top: -80px;
      padding-top: 50px;
      z-index: 2; }
      .DgtxHomeManufacturersDisplayHome .joshnoa_swipper_slider .swiper-slide {
        padding-left: 0;
        padding-right: 0; }
      .DgtxHomeManufacturersDisplayHome .joshnoa_swipper_slider .swiper-button {
        top: 0; } }

@media (max-width: 575px) {
  .ybc_block_latest {
    padding-right: 0 !important; }
    .ybc_block_latest .container {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .ybc_block_latest .container .leblog_home_content {
        overflow: hidden;
        padding-right: 35px; }
        .ybc_block_latest .container .leblog_home_content .swiper {
          overflow: visible; }
        .ybc_block_latest .container .leblog_home_content .list_posts_blog .swiper-container {
          padding-right: 0; } }

.DgtxHomeSliderFavoriteDisplayHome {
  background: #EBEBEB;
  padding: 70px 0;
  margin-bottom: 185px; }
  .DgtxHomeSliderFavoriteDisplayHome .joshnoa_swipper_slider .swiper-button {
    height: 29px !important; }
  .DgtxHomeSliderFavoriteDisplayHome .swiper {
    overflow: visible;
    overflow-x: clip; }
    .DgtxHomeSliderFavoriteDisplayHome .swiper .swiper-button-prev {
      left: unset;
      right: calc(46% - 20px); }
      @media (max-width: 1304px) {
        .DgtxHomeSliderFavoriteDisplayHome .swiper .swiper-button-prev {
          right: 46%; } }
      @media (max-width: 767px) {
        .DgtxHomeSliderFavoriteDisplayHome .swiper .swiper-button-prev {
          left: auto; } }
    .DgtxHomeSliderFavoriteDisplayHome .swiper .swiper-button-next {
      right: calc(11% + 16px); }
      @media (max-width: 1304px) {
        .DgtxHomeSliderFavoriteDisplayHome .swiper .swiper-button-next {
          right: 0; } }
    .DgtxHomeSliderFavoriteDisplayHome .swiper .swiper-button {
      top: calc(60% + 8px); }
      @media (max-width: 767px) {
        .DgtxHomeSliderFavoriteDisplayHome .swiper .swiper-button {
          top: 30px; } }
  .DgtxHomeSliderFavoriteDisplayHome .swiper-slide {
    display: flex;
    flex-wrap: wrap; }
  .DgtxHomeSliderFavoriteDisplayHome .favorite_content {
    flex-wrap: initial;
    align-items: flex-end; }
    .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_left {
      margin-bottom: -100px;
      max-width: 50%;
      display: flex; }
      .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_left img {
        max-width: 558px;
        max-height: 460px;
        aspect-ratio: 558 / 460;
        -o-object-fit: contain;
           object-fit: contain;
        width: 100%;
        margin-top: auto; }
        @media (max-width: 767.98px) {
          .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_left img {
            aspect-ratio: 167 / 138; } }
    .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right {
      width: 50%; }
      @media (max-width: 1200px) {
        .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .h2__title {
          margin-top: 0; } }
      .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .h2__title:before {
        color: #fff; }
      .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover {
        max-width: 460px;
        margin: auto; }
        .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .favorite_item {
          text-align: center;
          width: 100%;
          padding: 0 70px; }
          .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .favorite_item .fav_title {
            font-size: 45px;
            line-height: 53px;
            text-align: center;
            font-weight: 900;
            color: #000;
            margin-bottom: 0; }
          .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .favorite_item .fav_subtitle {
            font-size: 30px;
            line-height: 35px;
            text-align: center;
            font-weight: 600;
            color: #919191;
            margin-bottom: 8px;
            font-style: italic;
            width: 100%; }
          .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .favorite_item .fav_desc {
            font-size: 20px;
            line-height: 24px;
            text-align: center;
            font-weight: 500;
            color: #000;
            margin-bottom: 15px; }
          .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .favorite_item .fav_link .a, .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .favorite_item .fav_link a {
            background: #fff;
            color: #DB0916;
            cursor: pointer; }
            .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .favorite_item .fav_link .a:hover, .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .favorite_item .fav_link a:hover {
              background: #000;
              color: #fff; }
        .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .swiper-button {
          top: 35px; }

@media (max-width: 991px) {
  .DgtxHomeSliderFavoriteDisplayHome {
    background: #EBEBEB;
    padding: 50px 0;
    margin-bottom: 85px; }
    .DgtxHomeSliderFavoriteDisplayHome .favorite_content {
      flex-wrap: initial;
      align-items: flex-end; }
      .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_left {
        margin-bottom: -70px;
        max-width: 50%; }
      .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .favorite_item {
        padding: 0 30px; }
        .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .favorite_item .fav_title {
          font-size: 35px;
          line-height: 43px; }
        .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .favorite_item .fav_subtitle {
          font-size: 25px;
          line-height: 28px;
          margin-bottom: 5px; }
        .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .favorite_item .fav_desc {
          font-size: 16px;
          line-height: 20px; } }

@media (max-width: 767px) {
  .DgtxHomeSliderFavoriteDisplayHome {
    background: white;
    padding: 0;
    margin-bottom: 60px; }
    .DgtxHomeSliderFavoriteDisplayHome > .h1 {
      margin-bottom: 20px; }
    .DgtxHomeSliderFavoriteDisplayHome > .container {
      background: #EBEBEB;
      padding-left: 0;
      padding-top: 30px;
      padding-bottom: 30px; }
    .DgtxHomeSliderFavoriteDisplayHome .favorite_content {
      align-items: initial; }
      .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_left {
        margin-bottom: auto;
        padding-right: 15px; }
      .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right {
        padding-right: 0; }
        .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover {
          height: 100%; }
          .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .favorite_item {
            padding: 0 0 35px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
            position: relative;
            align-content: flex-start; }
            .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .favorite_item .fav_title {
              font-size: 23px;
              line-height: 23px;
              padding: 0 20px;
              max-width: 157px; }
            .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .favorite_item .fav_desc {
              font-size: 13px;
              line-height: 17px; }
            .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .favorite_item .fav_subtitle {
              font-size: 18px;
              line-height: 23px;
              margin-bottom: 10px; }
            .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .favorite_item .fav_link .a, .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .favorite_item .fav_link a {
              font-size: 13px;
              padding: 4px 20px; }
            .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .favorite_item .view_all {
              position: absolute;
              bottom: 0;
              left: 0;
              right: 0; }
          .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .swiper-button {
            top: 28px; } }

@media (max-width: 575px) {
  .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .swiper-container .favorite_item {
    padding: 0 15px; }
    .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .swiper-container .favorite_item .fav_title {
      font-size: 20px;
      line-height: 20px; }
    .DgtxHomeSliderFavoriteDisplayHome .favorite_content .favorite_right .favorite_right_cover .swiper-container .favorite_item .fav_subtitle {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 15px; }
  .view_all a, .view_all .a {
    padding: 5px 10px; } }

#idxrcombtab-stock-modal .stock-modal-body .js-modal-content {
  color: #212529; }
  #idxrcombtab-stock-modal .stock-modal-body .js-modal-content a {
    color: #212529; }
  #idxrcombtab-stock-modal .stock-modal-body .js-modal-content form .form-group label {
    width: 100%; }
    #idxrcombtab-stock-modal .stock-modal-body .js-modal-content form .form-group label a.aprivacy {
      padding: 0 0 0 20px; }
    #idxrcombtab-stock-modal .stock-modal-body .js-modal-content form .form-group label .form-check-input {
      margin-left: 0; }

@media (min-width: 768px) {
  .header-top .header-top__block.header-top__block--logo img {
    height: 4.814rem; } }

.header-top .header-top__block.header-top__block--logo.text-center img.header-logo-on-scroll {
  height: 65px; }

.header-top .header-top__block img {
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all .7s ease; }

.header-top .header-top__block .blockcart__dropdown .cart-products__thumb img {
  max-width: 100%; }

#new-products,
#best-sales,
#prices-drop {
  /*#breadcrumb {
    background: #ebebeb;
    margin-bottom: 40px;
  }*/
  /*#products {
    #js-product-list {
      .products-list {
        margin-left: 0;
        margin-right: 0;
      }
    }
  }*/ }
  #new-products #js-product-list-header,
  #best-sales #js-product-list-header,
  #prices-drop #js-product-list-header {
    display: none; }

#header .header-top .header-top__block--left .d-block .menuMobile .ets_mm_megamenu {
  display: none; }

#header .menu_mobile_icon {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: none;
  cursor: pointer; }
  #header .menu_mobile_icon .span_icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #fff;
    border-radius: 50%;
    justify-content: center;
    padding: 9px; }
  #header .menu_mobile_icon.menu_mobile_large {
    font-size: 20px;
    color: #fff; }
    #header .menu_mobile_icon.menu_mobile_large .span_icon {
      margin-right: 10px; }
  #header .menu_mobile_icon .icon-bar {
    background-color: #fff;
    border-radius: 2px;
    clear: left;
    float: left;
    height: 2px;
    margin: 2px 0;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    width: 23px; }

#header #box_menu_mobile {
  background-color: #F6F6F6;
  transform: translatex(-100%);
  -webkit-transform: translatex(-100%);
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0.6; }
  #header #box_menu_mobile.active {
    opacity: 1;
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
    visibility: visible; }
  #header #box_menu_mobile .container {
    max-width: 100%; }
  #header #box_menu_mobile .displayflex {
    display: flex;
    flex-wrap: wrap; }
  #header #box_menu_mobile .box_menu_mobile_cover {
    padding: 15px; }
    #header #box_menu_mobile .box_menu_mobile_cover .top_bar_mobile {
      align-items: center;
      justify-content: space-between;
      margin-bottom: 20px; }
      #header #box_menu_mobile .box_menu_mobile_cover .top_bar_mobile .close_box {
        width: 33.3333%; }
        #header #box_menu_mobile .box_menu_mobile_cover .top_bar_mobile .close_box .icon {
          height: 30px;
          width: 30px;
          display: block;
          border-radius: 50%;
          border: 2px solid #BABABA;
          background: url(/themes/joshnoa/assets//img-dist/delete.svg) no-repeat center;
          cursor: pointer;
          transform: scale(1.4) translateX(0px); }
      #header #box_menu_mobile .box_menu_mobile_cover .top_bar_mobile .logo_site {
        width: 33.3333%;
        text-align: center;
        padding: 0 15px; }
      #header #box_menu_mobile .box_menu_mobile_cover .top_bar_mobile .rigt_bloc {
        align-items: center;
        justify-content: flex-end;
        width: 33.3333%; }
        #header #box_menu_mobile .box_menu_mobile_cover .top_bar_mobile .rigt_bloc .header-top__block .header-top__icon-container img, #header #box_menu_mobile .box_menu_mobile_cover .top_bar_mobile .rigt_bloc .header-top__block .header-top__icon-container svg {
          display: none; }
          #header #box_menu_mobile .box_menu_mobile_cover .top_bar_mobile .rigt_bloc .header-top__block .header-top__icon-container img.cart_mobile, #header #box_menu_mobile .box_menu_mobile_cover .top_bar_mobile .rigt_bloc .header-top__block .header-top__icon-container svg.cart_mobile {
            display: block !important; }
        #header #box_menu_mobile .box_menu_mobile_cover .top_bar_mobile .rigt_bloc .header-top__block.header-top__block--contact {
          display: none; }
    #header #box_menu_mobile .box_menu_mobile_cover .contact_search {
      align-items: center;
      justify-content: center;
      margin-bottom: 25px;
      flex-wrap: initial; }
      #header #box_menu_mobile .box_menu_mobile_cover .contact_search .search_mobile {
        width: auto;
        display: inline-block;
        margin-right: 5px; }
        #header #box_menu_mobile .box_menu_mobile_cover .contact_search .search_mobile .header-top__block {
          padding: 0; }
          #header #box_menu_mobile .box_menu_mobile_cover .contact_search .search_mobile .header-top__block #_desktop_search_from {
            padding: 0;
            margin: 0;
            display: block !important; }
            #header #box_menu_mobile .box_menu_mobile_cover .contact_search .search_mobile .header-top__block #_desktop_search_from .search-border {
              display: none; }
            #header #box_menu_mobile .box_menu_mobile_cover .contact_search .search_mobile .header-top__block #_desktop_search_from .search-form {
              min-width: auto;
              padding: 0; }
          #header #box_menu_mobile .box_menu_mobile_cover .contact_search .search_mobile .header-top__block .search-toggler {
            display: none !important; }
      #header #box_menu_mobile .box_menu_mobile_cover .contact_search .contact_mobile {
        width: auto;
        display: inline-block;
        margin-left: 5px; }
        #header #box_menu_mobile .box_menu_mobile_cover .contact_search .contact_mobile a {
          background: #000;
          border-radius: 30px;
          padding: 10px 20px;
          color: #fff;
          font-weight: 700;
          display: inline-block; }
    #header #box_menu_mobile .box_menu_mobile_cover .josh_menu_mobile {
      margin-left: -15px;
      margin-right: -15px; }
      #header #box_menu_mobile .box_menu_mobile_cover .josh_menu_mobile .ybc-menu-toggle,
      #header #box_menu_mobile .box_menu_mobile_cover .josh_menu_mobile .close_menu {
        display: none !important; }
      #header #box_menu_mobile .box_menu_mobile_cover .josh_menu_mobile #ets_mm_megamenu.menu-step-2 .mm_menus_ul .mm_menus_li:not(.current-menu) {
        display: none !important; }
      #header #box_menu_mobile .box_menu_mobile_cover .josh_menu_mobile #ets_mm_megamenu.menu-step-2 .mm_menus_ul .mm_menus_li.current-menu > a, #header #box_menu_mobile .box_menu_mobile_cover .josh_menu_mobile #ets_mm_megamenu.menu-step-2 .mm_menus_ul .mm_menus_li.current-menu > span.arrow {
        display: none !important; }
      #header #box_menu_mobile .box_menu_mobile_cover .josh_menu_mobile #ets_mm_megamenu.menu-step-2 .mm_menus_ul .mm_menus_li.current-menu > .mm_columns_ul.active {
        margin-top: 10px !important;
        padding: 0 !important; }
        #header #box_menu_mobile .box_menu_mobile_cover .josh_menu_mobile #ets_mm_megamenu.menu-step-2 .mm_menus_ul .mm_menus_li.current-menu > .mm_columns_ul.active .mm_blocks_ul .mm_blocks_li {
          margin-bottom: 60px; }
      #header #box_menu_mobile .box_menu_mobile_cover .josh_menu_mobile #ets_mm_megamenu.menu-step-2 .close_menu {
        display: flex !important;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: start; }
        #header #box_menu_mobile .box_menu_mobile_cover .josh_menu_mobile #ets_mm_megamenu.menu-step-2 .close_menu .pull-left {
          display: none !important; }
        #header #box_menu_mobile .box_menu_mobile_cover .josh_menu_mobile #ets_mm_megamenu.menu-step-2 .close_menu .mm_menus_back_icon {
          text-transform: none;
          font-size: 16px; }
      #header #box_menu_mobile .box_menu_mobile_cover .josh_menu_mobile .ets_mm_megamenu {
        display: block;
        padding: 0 15px; }
        #header #box_menu_mobile .box_menu_mobile_cover .josh_menu_mobile .ets_mm_megamenu .mm_menus_ul {
          padding: 0;
          opacity: 1;
          visibility: visible;
          transform: none;
          position: initial;
          max-width: 100%;
          border-top: 1px solid rgba(0, 0, 0, 0.5); }
          #header #box_menu_mobile .box_menu_mobile_cover .josh_menu_mobile .ets_mm_megamenu .mm_menus_ul li {
            border-bottom: 1px solid #BABABA;
            position: relative; }
            #header #box_menu_mobile .box_menu_mobile_cover .josh_menu_mobile .ets_mm_megamenu .mm_menus_ul li .arrow {
              background: url(/themes/joshnoa/assets//img-dist/menu-arrow-right.svg) no-repeat center/14px;
              top: 5px;
              width: 20px; }
              #header #box_menu_mobile .box_menu_mobile_cover .josh_menu_mobile .ets_mm_megamenu .mm_menus_ul li .arrow.opened {
                background: url(/themes/joshnoa/assets//img-dist/menu-arrow-down.svg) no-repeat center/23px; }
              #header #box_menu_mobile .box_menu_mobile_cover .josh_menu_mobile .ets_mm_megamenu .mm_menus_ul li .arrow:before, #header #box_menu_mobile .box_menu_mobile_cover .josh_menu_mobile .ets_mm_megamenu .mm_menus_ul li .arrow:after {
                display: none; }
            #header #box_menu_mobile .box_menu_mobile_cover .josh_menu_mobile .ets_mm_megamenu .mm_menus_ul li a {
              padding: 10px 0;
              margin: 0; }
              #header #box_menu_mobile .box_menu_mobile_cover .josh_menu_mobile .ets_mm_megamenu .mm_menus_ul li a span {
                padding: 0;
                border: none !important; }
            #header #box_menu_mobile .box_menu_mobile_cover .josh_menu_mobile .ets_mm_megamenu .mm_menus_ul li.news-link a .mm_menu_content_title {
              padding: 0px 10px 3px !important;
              color: #fff; }
              @media (max-width: 575.98px) {
                #header #box_menu_mobile .box_menu_mobile_cover .josh_menu_mobile .ets_mm_megamenu .mm_menus_ul li.news-link a .mm_menu_content_title {
                  color: #DB0916;
                  padding: 0 0 0 !important; } }
    #header #box_menu_mobile .box_menu_mobile_cover .mobile_displayNav1 {
      margin-top: 25px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      filter: invert(1); }
      #header #box_menu_mobile .box_menu_mobile_cover .mobile_displayNav1 .blog-link {
        margin-left: 15px; }
      #header #box_menu_mobile .box_menu_mobile_cover .mobile_displayNav1 .block-social ul {
        justify-content: center; }
        #header #box_menu_mobile .box_menu_mobile_cover .mobile_displayNav1 .block-social ul li a img {
          max-width: -moz-max-content;
          max-width: max-content; }
        #header #box_menu_mobile .box_menu_mobile_cover .mobile_displayNav1 .block-social ul li a.blog-link {
          color: #000;
          border-color: #000; }

#index #content-wrapper {
  padding: 0; }

.page-contact #wrapper .row {
  box-shadow: 0px 0px 10px #00000029;
  margin: 25px 0 55px;
  padding: 15px 0px; }
  .page-contact #wrapper .row .contact-rich {
    text-align: center;
    color: #707070;
    font-size: 19px;
    line-height: 24px;
    font-weight: 600; }
    .page-contact #wrapper .row .contact-rich .contact_infos_phone {
      margin-top: 10px; }
      .page-contact #wrapper .row .contact-rich .contact_infos_phone a {
        font-weight: 800;
        color: #000; }
  .page-contact #wrapper .row #content-wrapper {
    flex: 0 0 100%;
    max-width: 100%; }
    .page-contact #wrapper .row #content-wrapper .contact-form {
      max-width: 1180px;
      margin: auto auto 40px; }
      .page-contact #wrapper .row #content-wrapper .contact-form .contact_header {
        position: relative;
        text-align: center;
        margin-bottom: 30px; }
        .page-contact #wrapper .row #content-wrapper .contact-form .contact_header:before {
          content: "";
          width: 100%;
          height: 1px;
          background: #BABABA;
          opacity: 0.49;
          position: absolute;
          left: 0;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
        .page-contact #wrapper .row #content-wrapper .contact-form .contact_header .contact_title {
          color: #000000;
          font-size: 19px;
          line-height: 24px;
          font-weight: 800;
          background: #fff;
          display: inline-block;
          padding: 0 10px;
          position: relative;
          z-index: 1; }
      .page-contact #wrapper .row #content-wrapper .contact-form .card-body {
        padding: 0;
        max-width: 732px;
        margin: auto; }
        .page-contact #wrapper .row #content-wrapper .contact-form .card-body .form-fields {
          display: flex;
          flex-wrap: wrap;
          margin-right: -0.625rem;
          margin-left: -0.625rem; }
          .page-contact #wrapper .row #content-wrapper .contact-form .card-body .form-fields .form-group {
            margin-bottom: 0;
            margin-top: 20px; }
          .page-contact #wrapper .row #content-wrapper .contact-form .card-body .form-fields .form-control-label {
            color: #A7A7A7;
            font-size: 16px;
            line-height: 16px;
            font-weight: 500;
            font-style: italic;
            margin: 0 0 0 5px;
            width: 100%; }
          .page-contact #wrapper .row #content-wrapper .contact-form .card-body .form-fields .form-control {
            border: 1px solid #707070;
            border-radius: 16px;
            color: #000000;
            font-size: 15px;
            line-height: 18px;
            font-weight: 500;
            font-style: italic;
            height: 37px;
            outline: none;
            box-shadow: none; }
            .page-contact #wrapper .row #content-wrapper .contact-form .card-body .form-fields .form-control.custom-select {
              background: url(/themes/joshnoa/assets//img-dist/dropdown-black.svg) no-repeat calc(100% - 15px) center; }
          .page-contact #wrapper .row #content-wrapper .contact-form .card-body .form-fields textarea.form-control {
            height: 162px; }
          .page-contact #wrapper .row #content-wrapper .contact-form .card-body .form-fields .custom-file {
            width: auto;
            height: auto;
            display: flex;
            align-items: center;
            flex-wrap: wrap; }
            .page-contact #wrapper .row #content-wrapper .contact-form .card-body .form-fields .custom-file .custom-file-input {
              position: absolute;
              top: 0;
              left: 0;
              right: 0; }
            .page-contact #wrapper .row #content-wrapper .contact-form .card-body .form-fields .custom-file .custom-file-label {
              height: 37px;
              border: 1px solid #707070;
              border-radius: 16px;
              position: initial;
              display: inline-flex;
              padding: 0 16px;
              line-height: 37px;
              font-size: 16px;
              font-weight: 500;
              font-style: italic;
              color: #000;
              margin: 0 10px 0 0;
              outline: none;
              box-shadow: none; }
              .page-contact #wrapper .row #content-wrapper .contact-form .card-body .form-fields .custom-file .custom-file-label:after {
                display: none; }
            .page-contact #wrapper .row #content-wrapper .contact-form .card-body .form-fields .custom-file .file_name {
              line-height: 18px;
              font-size: 15px;
              font-weight: 500;
              font-style: italic;
              color: #000; }
          .page-contact #wrapper .row #content-wrapper .contact-form .card-body .form-fields .form_col {
            width: 100%;
            display: flex;
            flex-wrap: wrap; }
          .page-contact #wrapper .row #content-wrapper .contact-form .card-body .form-fields .user_contact {
            text-align: center; }
            .page-contact #wrapper .row #content-wrapper .contact-form .card-body .form-fields .user_contact .user_thumb {
              border-radius: 50%; }
              .page-contact #wrapper .row #content-wrapper .contact-form .card-body .form-fields .user_contact .user_thumb img {
                border-radius: 50%;
                width: 119px;
                height: 119px;
                -o-object-fit: contain;
                   object-fit: contain;
                -o-object-position: center;
                   object-position: center; }
            .page-contact #wrapper .row #content-wrapper .contact-form .card-body .form-fields .user_contact .user_name {
              font-size: 19px;
              line-height: 24px;
              font-weight: 800;
              color: #000; }
            .page-contact #wrapper .row #content-wrapper .contact-form .card-body .form-fields .user_contact .user_phone {
              font-size: 19px;
              line-height: 24px;
              font-weight: 500;
              color: #000;
              font-style: italic; }
        .page-contact #wrapper .row #content-wrapper .contact-form .card-body .custom-checkbox, .page-contact #wrapper .row #content-wrapper .contact-form .card-body .custom-checkbox-color {
          display: flex;
          flex-wrap: wrap;
          margin-bottom: 20px;
          justify-content: flex-end; }
          @media (max-width: 767.98px) {
            .page-contact #wrapper .row #content-wrapper .contact-form .card-body .custom-checkbox, .page-contact #wrapper .row #content-wrapper .contact-form .card-body .custom-checkbox-color {
              justify-content: center; } }
          .page-contact #wrapper .row #content-wrapper .contact-form .card-body .custom-checkbox input, .page-contact #wrapper .row #content-wrapper .contact-form .card-body .custom-checkbox-color input {
            opacity: 0;
            visibility: hidden;
            width: 22px;
            height: 22px;
            border-radius: 50%; }
            .page-contact #wrapper .row #content-wrapper .contact-form .card-body .custom-checkbox input:checked + label:after, .page-contact #wrapper .row #content-wrapper .contact-form .card-body .custom-checkbox-color input:checked + label:after {
              content: "";
              width: 12px;
              height: 12px;
              background: #000;
              border-radius: 50%;
              position: absolute;
              left: -25px;
              top: 5px; }
          .page-contact #wrapper .row #content-wrapper .contact-form .card-body .custom-checkbox label, .page-contact #wrapper .row #content-wrapper .contact-form .card-body .custom-checkbox-color label {
            margin: 0 0 0 8px;
            max-width: calc(100% - 30px);
            text-align: left;
            position: relative;
            color: #707070;
            font-size: 14px;
            font-weight: 500;
            line-height: 18px;
            text-decoration: underline; }
            .page-contact #wrapper .row #content-wrapper .contact-form .card-body .custom-checkbox label:before, .page-contact #wrapper .row #content-wrapper .contact-form .card-body .custom-checkbox-color label:before {
              content: "";
              width: 22px;
              height: 22px;
              border: 1px solid #707070;
              border-radius: 50%;
              position: absolute;
              left: -30px;
              top: 0; }
        .page-contact #wrapper .row #content-wrapper .contact-form .card-body input[type="submit"] {
          min-width: 185px;
          text-align: center;
          border-radius: 16px;
          font-size: 19px;
          font-weight: 800;
          line-height: 24px;
          padding: 4px 15px 7px; }
          @media (max-width: 767.98px) {
            .page-contact #wrapper .row #content-wrapper .contact-form .card-body input[type="submit"] {
              width: -moz-max-content;
              width: max-content;
              margin: 0 auto;
              height: 37px; } }

.blockreassurance {
  padding-top: 10px;
  text-align: center;
  width: 100%; }
  .blockreassurance .reass-item {
    display: inline-block;
    text-align: center;
    vertical-align: top; }
  .blockreassurance .block-title {
    font-weight: bold; }
  .blockreassurance .block-icon,
  .blockreassurance .block-icon img,
  .blockreassurance .block-icon svg {
    /*height: 70px;*/ }

.brand_filter {
  margin-bottom: 40px;
  margin-top: 30px; }
  .brand_filter .filter_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 767.98px) {
      .brand_filter .filter_list {
        justify-content: center; } }
    .brand_filter .filter_list li {
      min-width: 30px;
      text-align: center; }
      .brand_filter .filter_list li a {
        color: #000000;
        font-size: 27px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        border-radius: 50%;
        min-width: 30px;
        min-height: 30px;
        line-height: 30px; }
        .brand_filter .filter_list li a.active, .brand_filter .filter_list li a:hover {
          background: #000;
          color: #fff; }

.brands_grid {
  margin: 0 -20px; }
  .brands_grid .brand_item {
    padding: 0 20px 46px; }
    .brands_grid .brand_item .brand_item_cover {
      box-shadow: 0px 0px 10px #00000029;
      background: #fff;
      display: flex;
      align-content: center;
      justify-content: center;
      text-align: center;
      padding: 10px 15px;
      border-radius: 10px;
      flex-wrap: wrap;
      border: 2px solid transparent; }
      .brands_grid .brand_item .brand_item_cover:hover {
        border: 2px solid #DB0916 !important; }
      .brands_grid .brand_item .brand_item_cover .brand_image {
        margin-bottom: 15px;
        width: 100%;
        position: relative; }
        .brands_grid .brand_item .brand_item_cover .brand_image a {
          display: block;
          position: relative; }
          .brands_grid .brand_item .brand_item_cover .brand_image a img {
            max-height: 100px;
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s; }
      .brands_grid .brand_item .brand_item_cover .brand_link {
        text-align: center;
        width: 100%; }
        .brands_grid .brand_item .brand_item_cover .brand_link a {
          font-size: 20px;
          font-weight: 700;
          line-height: 24px;
          color: #000;
          display: inline-block;
          text-align: center;
          text-decoration: none; }
          .brands_grid .brand_item .brand_item_cover .brand_link a:hover {
            color: #DB0916; }
      .brands_grid .brand_item .brand_item_cover:hover .brand_image a {
        display: block; }
        .brands_grid .brand_item .brand_item_cover:hover .brand_image a img {
          filter: grayscale(0%);
          -webkit-filter: grayscale(0%);
          -moz-filter: grayscale(0%);
          transform: translateY(0%); }

#module-pm_advancedsearch4-import .page-header .h1, #module-xycsvcart-default .page-header .h1 {
  padding: 50px 0 20px; }

#module-pm_advancedsearch4-import .page-header + .container, #module-xycsvcart-default .page-header + .container {
  max-width: 100%; }
  #module-pm_advancedsearch4-import .page-header + .container #content-wrapper, #module-xycsvcart-default .page-header + .container #content-wrapper {
    padding: 0; }

.csv_form .csv_description {
  background: #EBEBEB;
  padding: 0 15px 40px;
  font-size: 16px;
  line-height: 19px;
  color: #6E6E6E; }
  .csv_form .csv_description .csv_description_cont {
    max-width: 1220px;
    margin: auto;
    text-align: center; }

.csv_form .importer_csv {
  background: #fff;
  padding: 45px 15px 25px; }
  .csv_form .importer_csv .export_box_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px; }
    .csv_form .importer_csv .export_box_link a, .csv_form .importer_csv .export_box_link button {
      color: #fff;
      font-size: 14px;
      line-height: 16px;
      font-weight: 400;
      background: #000;
      border-radius: 10px;
      border: 1px solid #000;
      display: inline-block;
      margin: 7px 10px;
      padding: 5px 15px;
      text-decoration: none; }
      .csv_form .importer_csv .export_box_link a:hover, .csv_form .importer_csv .export_box_link button:hover {
        background: #fff;
        color: #000; }

.csv_form .csv_box {
  max-width: 520px;
  box-shadow: 0px 0px 10px #00000029;
  background: #fff;
  padding: 20px 15px 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px; }
  .csv_form .csv_box .custom_uploadfile {
    justify-content: center;
    margin-bottom: 25px; }

.csv_form .csv_title {
  color: #000000;
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px; }
  .csv_form .csv_title span {
    display: inline-block;
    position: relative; }
    .csv_form .csv_title span:after {
      content: "";
      background: url(/themes/joshnoa/assets//img-dist/titre-trait.svg) no-repeat center/contain;
      width: 84px;
      height: 24px;
      display: inline-block;
      position: absolute;
      bottom: -18px;
      right: -20px; }

.csv_form .form-control-label {
  font-size: 16px;
  line-height: 16px;
  color: #A7A7A7;
  font-style: italic;
  text-align: center;
  display: block; }

.csv_form .add_to_cart {
  text-align: center;
  margin: 0; }
  .csv_form .add_to_cart a, .csv_form .add_to_cart button {
    font-size: 19px;
    line-height: 22px;
    color: #fff;
    font-style: normal;
    font-weight: 800;
    text-align: center;
    display: inline-block;
    min-width: 280px;
    border-radius: 16px;
    background: #DB0916;
    border: 1px solid #DB0916;
    padding: 7px;
    text-decoration: none; }
    .csv_form .add_to_cart a:hover, .csv_form .add_to_cart button:hover {
      background: #fff;
      color: #DB0916; }

.csv_form .import_csv_box {
  max-width: 520px;
  margin: auto; }
  .csv_form .import_csv_box select {
    max-width: 380px;
    margin: auto; }

.csv_form .import_old_csv {
  background: #f4f4f4;
  padding: 40px 15px 120px; }
  .csv_form .import_old_csv .select_box {
    margin-bottom: 35px;
    padding: 30px 15px 30px;
    position: relative; }

.csv_form .box_details {
  position: relative;
  padding-right: 25px;
  padding-left: 30px; }
  .csv_form .box_details:before {
    content: "";
    display: inline-block;
    border-top: 25px solid #fff;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translate(-50%); }
  .csv_form .box_details .box_listes {
    margin-bottom: 25px; }
    .csv_form .box_details .box_listes .box_listes_cover {
      max-height: 230px;
      overflow-y: auto;
      padding-right: 7px; }
    .csv_form .box_details .box_listes .ref_csv {
      width: 70%;
      padding: 5px; }
    .csv_form .box_details .box_listes .qty_csv {
      width: 30%;
      padding: 5px; }
    .csv_form .box_details .box_listes .label {
      color: #A7A7A7;
      font-size: 16px;
      line-height: 16px;
      font-weight: 500;
      font-style: italic;
      text-align: center;
      display: flex;
      flex-wrap: wrap; }
    .csv_form .box_details .box_listes .value {
      color: #A7A7A7;
      font-size: 15px;
      line-height: 18px;
      font-weight: 500;
      color: #000; }
      .csv_form .box_details .box_listes .value .ref_csv {
        text-align: left; }
      .csv_form .box_details .box_listes .value .qty_csv {
        font-weight: 600;
        text-align: center; }
    .csv_form .box_details .box_listes .value_item {
      display: flex;
      flex-wrap: wrap; }
      .csv_form .box_details .box_listes .value_item:nth-child(2n) {
        background: #EDEDED; }

.csv_form .csv_modele {
  max-width: 280px;
  margin: 0 auto 10px; }
  .csv_form .csv_modele .csv_modele_title {
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px; }
  .csv_form .csv_modele .form-group .form-control {
    border: 1px solid #707070;
    border-radius: 16px;
    color: #000000;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    font-style: italic;
    height: 37px;
    outline: none;
    box-shadow: none; }
  .csv_form .csv_modele .form-group span {
    color: #707070;
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
    display: block;
    text-align: left;
    padding: 5px 10px; }
  .csv_form .csv_modele .csv_modele_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -10px -10px 25px; }
    .csv_form .csv_modele .csv_modele_links a, .csv_form .csv_modele .csv_modele_links button {
      background: #707070;
      color: #fff;
      font-size: 11px;
      line-height: 13px;
      font-weight: 500;
      display: inline-block;
      border-radius: 10px;
      padding: 9px 8px;
      margin: 5px;
      text-decoration: none;
      border: 1px solid #707070; }
      .csv_form .csv_modele .csv_modele_links a:hover, .csv_form .csv_modele .csv_modele_links button:hover {
        background: #fff;
        color: #000; }

.custom_uploadfile {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .custom_uploadfile input {
    overflow: hidden;
    opacity: 0;
    height: 37px;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .custom_uploadfile .file_name,
  .custom_uploadfile .custom_file_label {
    font-size: 15px;
    font-style: italic;
    font-weight: 500; }
  .custom_uploadfile .custom_file_label {
    border-radius: 16px;
    border: 1px solid #707070;
    padding: 0 20px;
    line-height: 37px;
    margin: 0 10px 0 0; }

#leblog_home .view_all a:hover, #leblog_home .view_all .a:hover {
  color: #ffffff; }

.swiper-button-custom,
#homeSliderNav span {
  transition: ease all 0.2s; }
  .swiper-button-custom:hover,
  #homeSliderNav span:hover {
    transform: rotate(360deg); }

.swiper-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: auto; }

@media (min-width: 576px) {
  .hide_off575 {
    display: block; }
  .hide_on575 {
    display: none; } }

@media (max-width: 1199px) {
  #header .menu_mobile_icon {
    display: flex; }
  #header .ets_mm_megamenu {
    display: none; }
  #header .block-social ul li {
    padding: 0 5px;
    flex-grow: initial; }
    #header .block-social ul li a.blog-link {
      font-size: 15px;
      padding: 0 10px; }
  #header .header-top__block {
    flex-grow: initial !important;
    width: auto; } }

@media (max-width: 767px) {
  .brands_grid {
    margin: 0 -10px; }
    .brands_grid .brand_item {
      padding: 0 10px 20px; }
      .brands_grid .brand_item .brand_item_cover .brand_link a {
        font-size: 16px;
        line-height: 20px; }
        .brands_grid .brand_item .brand_item_cover .brand_link a:hover {
          color: #DB0916; } }

@media (max-width: 575px) {
  .hide_off575 {
    display: none; }
  .hide_on575 {
    display: block; }
  .blockreassurance {
    text-align: left; }
  .blockreassurance .block-icon {
    display: inline-block;
    height: 35px;
    float: left;
    margin: 10px;
    width: 35px; }
  .blockreassurance .block-icon img,
  .blockreassurance .block-icon svg {
    height: 35px;
    width: 35px; }
  .blockreassurance .block-title {
    display: inline-block;
    height: 35px;
    max-width: calc(100% - 55px);
    padding-top: 10px; }
  .csv_form .add_to_cart a {
    min-width: 180px;
    padding: 7px 20px; } }

.product-description .h1 span::after {
  right: calc(50% - 42px);
  bottom: -25px; }

#new-products,
#best-sales,
#prices-drop,
#category,
#module-pm_advancedsearch4-searchresults,
#module-pm_advancedsearch4-advancedsearch4,
#module-pm_advancedsearch4-seo,
#manufacturer,
#search {
  /*
  ticket : 6702570474 (En effet il y a trop de filtres et donc la zone de visibilité des produits est trop petite)
  @include media-breakpoint-up(md){
    .wrapper-on-scroll{
      .PM_ASBlockOutputHorizontal{
        position: fixed;
        top: 138px;
        left: 0;
        right: 0;
        background: #EBEBEB;
        padding-top: 5px;
        padding-bottom: 5px;
        z-index: 9;
        transition: all .3s ease;
      }
    }
  }
  @include media-breakpoint-down(sm){
    .wrapper-on-scroll{
      .PM_ASBlockOutputHorizontal{
        position: initial;
      }
    }
  }
  */ }
  #new-products .page-header .h1::before,
  #best-sales .page-header .h1::before,
  #prices-drop .page-header .h1::before,
  #category .page-header .h1::before,
  #module-pm_advancedsearch4-searchresults .page-header .h1::before,
  #module-pm_advancedsearch4-advancedsearch4 .page-header .h1::before,
  #module-pm_advancedsearch4-seo .page-header .h1::before,
  #manufacturer .page-header .h1::before,
  #search .page-header .h1::before {
    bottom: 10px; }
  @media (max-width: 767.98px) {
    #new-products .h1 span::after,
    #best-sales .h1 span::after,
    #prices-drop .h1 span::after,
    #category .h1 span::after,
    #module-pm_advancedsearch4-searchresults .h1 span::after,
    #module-pm_advancedsearch4-advancedsearch4 .h1 span::after,
    #module-pm_advancedsearch4-seo .h1 span::after,
    #manufacturer .h1 span::after,
    #search .h1 span::after {
      left: 50%;
      transform: translate(-50%); } }

/*
body,
html {
  overflow-x: hidden;
}
*/
body #DgtxHomeProductsDisplayHome {
  overflow: hidden; }

.has-link {
  cursor: pointer; }

.modal.show {
  opacity: 1; }

#ybc_blog_page .ybc-blog-list li:not(:first-child) .ybc_item_img img,
.ybc_blog_layout_large_grid .ybc-blog-list:not(.blog-main-page) li .ybc_item_img img {
  max-height: 332px;
  aspect-ratio: 468 / 332; }

#order-detail .cart-summary-line td:first-child {
  width: 50%; }

@media (max-width: 767.98px) {
  #DgtxHomeProductsDisplayHome .nav {
    flex-direction: row;
    flex-wrap: nowrap; }
    #DgtxHomeProductsDisplayHome .nav .nav-item {
      width: 100% !important;
      max-width: calc(100% / 3) !important;
      padding: 0 !important; } }

#header #box_menu_mobile .box_menu_mobile_cover .top_bar_mobile .rigt_bloc .header-top__block--user {
  margin-right: 10px; }

#header #box_menu_mobile .box_menu_mobile_cover .top_bar_mobile .rigt_bloc .header-top__block .header-top__link {
  width: 32px;
  height: 37px;
  box-sizing: content-box;
  padding: 0; }

#header #box_menu_mobile .box_menu_mobile_cover .top_bar_mobile .rigt_bloc .header-top__block .header-top__icon-container img.cart_mobile {
  width: 32px;
  height: 37px; }

.prod_ref {
  display: flex !important;
  flex-direction: row;
  align-items: center; }
  .prod_ref .copy {
    display: none;
    color: #FFFFFF;
    background: #000;
    padding: 0 5px;
    font-size: 10px;
    border-radius: 10px;
    height: 14px;
    margin-left: 7px;
    line-height: 1; }
    .prod_ref .copy:hover {
      background: #DB0916; }
    .prod_ref .copy.copied {
      width: 14px;
      height: 14px;
      font-size: 0;
      background: #000 !important; }
  .prod_ref:hover, .prod_ref:hover .value {
    color: #000000 !important; }
  .prod_ref:hover .copy {
    display: block; }

.btn.btn-have-promo {
  font-size: 17px;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  box-shadow: none !important; }
  .btn.btn-have-promo:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #F4F4F4;
    border-radius: 14px;
    background-image: url(/themes/joshnoa/assets//img-dist/plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px;
    background-size: 12px;
    transition: .3s; }
  .btn.btn-have-promo:hover {
    text-decoration: underline; }
    .btn.btn-have-promo:hover:before {
      background-image: url(/themes/joshnoa/assets//img-dist/plus-white.svg);
      background-color: #db0916; }
  .btn.btn-have-promo:not(.collapsed):before {
    transform: rotate(45deg); }

.promo-code .form-inline {
  margin-top: 20px;
  justify-content: center; }
  .promo-code .form-inline .form-control, .promo-code .form-inline .btn {
    height: 37px;
    border-radius: 16px;
    padding-left: 16px;
    padding-right: 16px; }
  .promo-code .form-inline .form-control {
    border-color: #707070;
    box-shadow: none !important; }
  .promo-code .form-inline .btn {
    margin-left: 15px;
    font-weight: 800; }
    .promo-code .form-inline .btn:hover {
      background: white;
      color: #DB0916;
      border-color: #DB0916; }

#category .PM_ASBlockOutputHorizontal .active_filters,
body.idxrcombtab-product .PM_ASBlockOutputHorizontal .active_filters, #module-pm_advancedsearch4-searchresults .PM_ASBlockOutputHorizontal .active_filters {
  background: unset; }

#category .products-list__block--list #flash_sales .countdownHolder {
  max-width: 240px;
  /*padding-left: 80px;*/ }
  #category .products-list__block--list #flash_sales .countdownHolder:before {
    display: none; }
    @media (max-width: 767.98px) {
      #category .products-list__block--list #flash_sales .countdownHolder:before {
        width: 60px;
        height: 60px;
        left: -7px;
        top: -20px;
        background-repeat: no-repeat;
        background-size: contain; } }

.opacity-0 {
  opacity: 0; }

.cart-preview.dropdown #cartDropdown {
  outline: none; }

@media (max-width: 767.98px) {
  .products-list__block--list:has(> #flash_sales):not(:first-child) {
    margin-top: 20px; } }

.js-idxrcombtab-stock-modal .modal-header {
  border: none;
  align-items: center;
  padding-bottom: 0; }
  .js-idxrcombtab-stock-modal .modal-header .modal-title {
    font-family: var(--font-family-sans-serif);
    font-size: 26px;
    flex: 1 0 auto;
    text-align: center;
    position: relative; }
    .js-idxrcombtab-stock-modal .modal-header .modal-title:after {
      position: absolute;
      right: 15px;
      bottom: -16px;
      display: block;
      background: url(/themes/joshnoa/assets//img-dist/titre-trait.svg) no-repeat center/contain;
      content: "";
      width: 60px;
      height: 25px; }
  .js-idxrcombtab-stock-modal .modal-header button.close .close-icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/themes/joshnoa/assets//img-dist/close.svg) no-repeat center/contain; }


/*# sourceMappingURL=theme.css.map*/