html {
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

main {
  margin-top: 74px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

.unselectable-text {
  user-select: none; /* Disable text selection */
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Safari and Chrome */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

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

hr {
  overflow: visible;
}

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

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

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

address {
  font-style: normal;
  line-height: inherit;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

a {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: underline;
}

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

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

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button, input {
  overflow: visible;
}

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

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

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

textarea {
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-cancel-button, [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;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

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

.text-justify {
  text-align: justify !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;
}

.position-relative {
  position: relative;
}

@media (min-width: 768px) {
  main {
    margin-top: 90px;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-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-normal {
  font-weight: 400 !important;
}

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

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

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

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

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

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

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

.text-success {
  color: #19d845 !important;
}

.text-primary {
  color: var(--primary-lightgreen) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! * Bootstrap Grid v4.0.0 (https://getbootstrap.com) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 768px) {
  .container {
    max-width: 738px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.otc-container .col-12.d-none.d-md-block {
  padding-left: 0px;
  padding-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
.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;
}

.underline {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .d-mobile-none {
    display: none !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: 1200px) {
  .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 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;
  }
}
.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;
}

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

.gap-1 {
  gap: 4px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 12px;
}

.gap-4 {
  gap: 16px;
}

@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;
  }
  .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: 1200px) {
  .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;
  }
  .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;
  }
}
.modal, .modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1103;
  display: none;
  outline: 0;
}

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

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

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-25%);
}

.modal.show .modal-dialog {
  transform: translate(0);
}

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

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

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

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

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

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

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

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

.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}

.modal-dialog-centered {
  min-height: calc(100% - 3.5rem);
}

.modal-sm {
  max-width: 300px;
}

@media (min-width: 1200px) {
  .modal-lg {
    max-width: 800px;
  }
}
.dropdown, .dropup {
  position: relative;
}

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

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

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

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

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

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

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

.dropright .dropdown-toggle:after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

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

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

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

.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}

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

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

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

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

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

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

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

.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:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: icomoon;
  src: url(/fonts_v4/icomoon/icomoon.woff?v=8) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
[class*=" icon-"], [class^=icon-] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-map:before {
  content: "\e905";
}

.icon-pulse:before {
  content: "\e900";
  color: #656d79;
}

.icon-male:before {
  content: "\e902";
  color: #0d2c54;
}

.icon-female:before {
  content: "\e903";
  color: #ef4747;
}

.icon-lock-small:before {
  content: "\e901";
}

.icon-check-green:before {
  content: "\e904";
  color: #11ddac;
}

.icon-fb:before {
  content: "\e933";
}

.icon-ig:before {
  content: "\e934";
}

.icon-in:before {
  content: "\e935";
}

.icon-sk:before {
  content: "\e962";
}

.icon-tw:before {
  content: "\e979";
}

.icon-whatsapp:before {
  content: "\e982";
}

.icon-youtube:before {
  content: "\e983";
}

.icon-activity:before {
  content: "\e925";
}

.icon-alert-circle:before {
  content: "\e96e";
}

.icon-at-sign:before {
  content: "\e97a";
}

.icon-award:before {
  content: "\e984";
}

.icon-calendar:before {
  content: "\e985";
}

.icon-check:before {
  content: "\e986";
}

.icon-chevron-down:before {
  content: "\e987";
}

.icon-chevron-left:before {
  content: "\e988";
}

.icon-chevron-right:before {
  content: "\e989";
}

.icon-chevron-up:before {
  content: "\e98a";
}

.icon-clipboard:before {
  content: "\e98b";
}

.icon-clock:before {
  content: "\e98c";
}

.icon-cross:before {
  content: "\e98d";
}

.icon-edit:before {
  content: "\e98e";
}

.icon-eye:before {
  content: "\e98f";
}

.icon-eye-off:before {
  content: "\e990";
}

.icon-file-plus:before {
  content: "\e991";
}

.icon-gift:before {
  content: "\e992";
}

.icon-globe:before {
  content: "\e993";
}

.icon-hash:before {
  content: "\e994";
}

.icon-heart:before {
  content: "\e995";
}

.icon-help:before {
  content: "\e996";
}

.icon-info:before {
  content: "\e997";
}

.icon-lock:before {
  content: "\e998";
}

.icon-log-out:before {
  content: "\e999";
}

.icon-mail:before {
  content: "\e99a";
}

.icon-message-circle:before {
  content: "\e99b";
}

.icon-orders:before {
  content: "\e99c";
}

.icon-paperclip:before {
  content: "\e99d";
}

.icon-phone:before {
  content: "\e99e";
}

.icon-plus:before {
  content: "\e9a3";
}

.icon-printer:before {
  content: "\e9a4";
}

.icon-quote:before {
  content: "\e9a5";
}

.icon-refresh-cw:before {
  content: "\e9a6";
}

.icon-search:before {
  content: "\e9a7";
}

.icon-send:before {
  content: "\e9a8";
}

.icon-settings:before {
  content: "\e9a9";
}

.icon-shield:before {
  content: "\e9aa";
}

.icon-shopping-bag:before {
  content: "\e9ab";
}

.icon-star-fill:before {
  content: "\e9ac";
}

.icon-star-line:before {
  content: "\e9ad";
}

.icon-tag:before {
  content: "\e9ae";
}

.icon-truck:before {
  content: "\e9af";
}

.icon-user::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 20%;
  transform: translateX(-50%);
  width: 140%; /* Match icon width */
  height: 60px; /* Invisible bridge height */
  background: transparent;
  pointer-events: auto;
}

.small-user-avatar::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 20%;
  transform: translateX(-50%);
  width: 140%; /* Match icon width */
  height: 60px; /* Invisible bridge height */
  background: transparent;
  pointer-events: auto;
}

.icon-user {
  background-image: url(/img_v4/icons/disconnected-user.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 27px; /* Adjust as needed */
  height: 27px; /* Adjust as needed */
  display: inline-block;
  content: ""; /* Remove pseudo-element */
}

.user-arrow {
  background-image: url(/img_v4/icons/chevron-up-grey.svg);
  position: absolute;
  bottom: -6px;
  right: -8px;
  width: 16px; /* Adjust size */
  height: 16px;
  z-index: 10;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease-in-out;
  display: block; /* Ensures it takes up space */
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
}

.user-arrow.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.user-hover-container {
  position: relative;
  display: inline-block;
  overflow: visible;
}

/* Hidden by default */
.user-details-hover {
  display: none;
  position: absolute;
  top: 70px;
  right: -190px;
  transform: translateX(-50%);
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 16px;
  text-align: center;
  width: 375px;
  height: 259px;
  z-index: 10;
}

/* Make the card visible on hover */
.user-hover-container:hover .user-details-hover {
  display: block;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

/* Background rectangle */
.disconnected-background-header {
  width: 100%;
  height: 50%;
  background-color: var(--primary-gray);
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* Grid layout */
.disconnected-content-grid-container {
  display: grid;
  grid-template-rows: 60% 30%;
  height: 100%;
}

.disconnected-grid-row1 {
  display: grid;
  grid-template-columns: 20% 80%;
  align-items: center;
  margin-bottom: 30px;
}

.disconnected-grid-row2 {
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.user-icon-container {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.disconnected-user-icon {
  background-size: contain;
  background-image: url(/img_v4/icons/disconnected-user.svg);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.user-message {
  font-size: 16px;
  color: #656D79;
  font-weight: 400;
  margin-bottom: 8px;
  text-align: left;
  padding-left: 5px;
}

.disconnected-login-btn {
  margin-left: 23%;
  background-color: #0A9281;
  color: white;
  font-weight: 700;
  border: none;
  padding: 10px;
  width: 54%;
  height: 72%;
  border-radius: 50px;
  cursor: pointer;
  font-size: 14px;
}

.disconnected-login-icon {
  margin-bottom: -6px;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.log-out-icon {
  background-image: url(/img_v4/icons/log-out-white.svg);
}

.register-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  font-size: 12px;
  margin-top: 8px;
}

.register-link a {
  color: #0A9281;
  text-decoration: none;
  border-bottom: 1px solid #0A9281;
  padding-bottom: 2px;
}

@media (max-width: 768px) {
  .user-details-hover {
    width: min(90vw, 308px);
    height: 259px;
    left: min(40vw, 150px);
    top: 70px;
    transform: translateX(-50%);
    height: auto;
    border-radius: 12px;
    padding: 20px;
  }
  .disconnected-background-header {
    height: 50%;
    border-radius: 12px 12px 0 0;
  }
  .disconnected-content-grid-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
  }
  .disconnected-grid-row1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
  .user-message {
    font-size: 15px;
    text-align: center;
  }
  .disconnected-login-btn {
    width: min(184px, 70vw);
    height: min(46px, 70vw);
    padding: 12px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
  }
  .register-link {
    font-size: 12px;
    margin-top: 12px;
  }
  .register-link a {
    display: block;
    text-align: center;
  }
  .close-btn {
    top: 10px;
    right: 15px;
    font-size: 22px;
  }
}
.user-hover-container.hidden-hover:hover .user-details-hover,
.user-hover-container.hidden-hover:hover .user-details-hover-connected {
  display: none !important;
}

.small-user-avatar {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #0A9281;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12.74px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  padding-top: 0px;
}

.user-details-hover-connected {
  position: absolute;
  display: flex;
  display: none;
  flex-direction: column;
  top: 50px;
  right: -200px;
  transform: translateX(-50%);
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 16px;
  width: 375px;
  height: min(90vh, 631px);
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
}

.fr-card {
  height: min(90vh, 537px);
}

.user-hover-container:hover .user-details-hover-connected {
  display: block;
}

.connected-user-flexbox-top {
  display: flex;
  flex: 20%;
}

.connected-user-flexbox-buttom {
  display: flex;
  flex: 80%;
}

.connected-background-header {
  width: 100%;
  height: 136px;
  background-color: var(--primary-gray);
  border-radius: 10px 10px 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 100;
}

.user-info {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  margin-top: 6px;
  margin-bottom: 24px;
}

.user-avatar {
  width: 58.03px;
  height: 58.03px;
  border-radius: 50%;
  background-color: #0A9281;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29.57px;
  font-family: "Roboto", sans-serif;
  margin-right: 12px;
  margin-left: 10px;
  padding-top: 4px;
}

.user-text .connected-user-name {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-top: 17px;
  margin-bottom: 0px;
  color: #000000;
}

.user-text .connected-user-email {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #656D79;
}

.user-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bottom-border {
  border-bottom: 1px solid #ddd;
}

.user-menu li {
  padding: 10px;
  font-size: 17px;
  color: #656D79;
}

.user-menu .card-link {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #656D79;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.connected-user-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.connected-logout-button {
  cursor: pointer;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #656D79;
}

/* Specific icons */
.connected-user-icon-my-orders {
  background-image: url(/img_v4/icons/secondery-green/My-Orders.svg);
}

.connected-user-icon-change-password {
  background-image: url(/img_v4/icons/secondery-green/change-password.svg);
}

.connected-user-icon-delivery {
  background-image: url(/img_v4/icons/secondery-green/Delivery.svg);
}

.connected-user-icon-file-plus {
  background-image: url(/img_v4/icons/secondery-green/File-Plus.svg);
}

.connected-user-icon-help {
  background-image: url(/img_v4/icons/secondery-green/Help.svg);
}

.connected-user-icon-message {
  background-image: url(/img_v4/icons/secondery-green/Message.svg);
}

.connected-user-icon-refresh {
  background-image: url(/img_v4/icons/secondery-green/Refresh.svg);
}

.connected-user-icon-shopping-bag {
  background-image: url(/img_v4/icons/secondery-green/Shopping-Bag.svg);
}

.connected-user-icon-user {
  background-image: url(/img_v4/icons/secondery-green/User.svg);
}

.connected-user-icon-settings {
  background-image: url(/img_v4/icons/secondery-green/Settings.svg);
}

.connected-user-icon-log-out {
  background-image: url(/img_v4/icons/secondery-green/Log-Out.svg);
}

.connected-user-icon-question-mark {
  background-image: url(/img_v4/icons/secondery-green/Question-Mark.svg);
}

@media (max-width: 764px) {
  .connected-background-header {
    height: 145px;
  }
  .user-details-hover-connected {
    top: 50px;
    left: min(40vw, 180px);
    width: min(90vw, 308px);
    height: min(90vh, 609px);
  }
  .fr-card {
    height: min(90vh, 557px);
  }
  .mobile-bottom-bar {
    width: 120%;
    left: -5%;
    height: 60px;
    background-color: var(--primary-gray);
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    margin-top: auto;
    z-index: -10;
  }
  .log-out {
    margin-top: 20px;
  }
  .user-menu li {
    color: #656D79;
    font-size: 15px;
    padding: 7px;
  }
  .connected-user-flexbox-top {
    justify-content: center;
  }
  .user-info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .user-text {
    margin-top: -12px;
  }
  .connected-user-flexbox-top {
    display: flex;
    margin-bottom: -35px;
  }
}
.icon-users:before {
  content: "\e9b1";
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts_v4/poppins/poppins-v19-latin-300.woff);
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts_v4/poppins/poppins-v19-latin-regular.woff);
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts_v4/poppins/poppins-v19-latin-500.woff);
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts_v4/poppins/poppins-v19-latin-600.woff);
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts_v4/poppins/poppins-v19-latin-700.woff);
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts_v4/roboto/roboto-v29-latin-regular.woff);
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts_v4/roboto/roboto-v29-latin-700.woff);
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

label {
  cursor: pointer;
}

:focus {
  outline: none;
}

[type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], select, textarea {
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

* {
  border-color: transparent;
}

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

img[data-src], img[data-srcset] {
  min-height: 1px !important;
  min-width: 1px !important;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main-banner {
  display: flex;
  justify-content: center;
  width: 100%;
  position: fixed;
  z-index: 3;
  pointer-events: none;
}

.banner-margin {
  margin-top: 30px !important;
}

.centered-flex-column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.home__top {
  padding: 30px 5px 0;
  margin-bottom: 75px;
  position: relative;
}

.home__top .main-search {
  width: 540px;
}

.home__top .main-search, .home__top h1 {
  margin-bottom: 15px;
}

.home__top .trustpilot {
  height: 22px;
  margin-bottom: 30px;
  width: 540px;
}

.home__top:before {
  top: 0;
  bottom: 273px;
  background-color: #e7fcf7;
  -moz-border-bottom-left-radius: 90px;
  border-bottom-left-radius: 90px;
}

.home__top:after, .home__top:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}

.home__top:after {
  bottom: 0;
  height: 273px;
  background-color: #fff;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .home__top {
    padding: 60px 0 0;
    margin-bottom: 120px;
  }
  .home__top:before {
    bottom: 112px;
  }
  .home__top:after {
    height: 112px;
  }
  .home__top .main-search {
    max-width: 540px;
    margin: 0 auto 15px;
  }
  .home__top .trustpilot {
    margin-bottom: 50px;
  }
  .home__top .trustpilot iframe {
    height: 22px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .home__top {
    padding: 90px 0 0;
  }
  .home__top:before {
    bottom: 177px;
  }
  .home__top:after {
    height: 177px;
  }
  .home__top h1 {
    max-width: 635px;
    margin: 0 auto 15px;
  }
  .home__top .trustpilot {
    margin-bottom: 60px;
  }
}
.dropdown-menu.customer-service-dropdown .modal-services .link, .link-underlined {
  display: inline-block;
  text-decoration: none;
  font-family: Poppins, sans-serif;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1103;
  border-bottom: 1px solid #eef1f6;
}

.hide-header {
  background: rgba(255, 255, 255, 0) !important;
  border: none;
}

.hide-navbar {
  display: none !important;
}

#filters-menu .parent-category :hover {
  cursor: pointer;
}

.header .hamburger-menu__items .parent-category .children .child-category-arrow a {
  text-decoration: underline;
  display: block;
  position: relative;
  width: fit-content;
}

.header .hamburger-menu__items .parent-category .children .child-category-arrow a::after {
  content: " >";
  display: inline;
  position: absolute;
  top: 2px;
  right: -12px;
}

.dropdown-menu.customer-service-dropdown .modal-services .bold.link, .header .hamburger-menu__items .parent-category .children .child-category a.bold, .link-underlined.bold {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.dropdown-menu.customer-service-dropdown .modal-services .medium.link, .header .hamburger-menu__items .parent-category .children .child-category a.medium, .link-underlined.medium {
  font-size: 15px;
  font-size: 0.9375rem;
}

.dropdown-menu.customer-service-dropdown .modal-services .light.link, .header .hamburger-menu__items .parent-category .children .child-category a, .link-underlined.light {
  font-size: 14px;
  font-size: 0.875rem;
}

.dropdown-menu.customer-service-dropdown .modal-services .thin.link, .header .hamburger-menu__items .parent-category .children .child-category a.thin, .link-underlined.thin {
  font-size: 12px;
  font-size: 0.75rem;
}

.dropdown-menu.customer-service-dropdown .modal-services .link:after, .link-underlined:after {
  content: "";
  display: block;
  position: relative;
  top: -4px;
  width: 0;
  height: 1px;
  z-index: -1;
  transition: width 0.3s;
}

.dropdown-menu.customer-service-dropdown .modal-services .link, .header .hamburger-menu__items .parent-category .children .child-category a.green, .link-underlined.green {
  color: var(--primary-darkgreen);
}

.dropdown-menu.customer-service-dropdown .modal-services .link:after, .header .hamburger-menu__items .parent-category .children .child-category a.green:after, .link-underlined.green:after {
  background: var(--primary-darkgreen);
  z-index: 1;
}

.dropdown-menu.customer-service-dropdown .modal-services .gray.link, .header .hamburger-menu__items .parent-category .children .child-category a, .link-underlined.gray {
  color: #656d79;
}

.dropdown-menu.customer-service-dropdown .modal-services .gray.link:after, .link-underlined.gray:after {
  background: #656d79;
  z-index: 1;
}

.dropdown-menu.customer-service-dropdown .modal-services .gray-mid-dark.link, .header .hamburger-menu__items .parent-category .children .child-category a.gray-mid-dark, .link-underlined.gray-mid-dark {
  color: #98a0af;
}

.dropdown-menu.customer-service-dropdown .modal-services .gray-mid-dark.link:after, .header .hamburger-menu__items .parent-category .children .child-category a.gray-mid-dark:after, .link-underlined.gray-mid-dark:after {
  background: #98a0af;
  z-index: 1;
}

.dropdown-menu.customer-service-dropdown .modal-services .white.link, .header .hamburger-menu__items .parent-category .children .child-category a.white, .link-underlined.white {
  color: #fff;
}

.dropdown-menu.customer-service-dropdown .modal-services .white.link:after, .header .hamburger-menu__items .parent-category .children .child-category a.white:after, .link-underlined.white:after {
  background: #fff;
  z-index: 1;
}

.dropdown-menu.customer-service-dropdown .modal-services .pink.link, .header .hamburger-menu__items .parent-category .children .child-category a.pink, .link-underlined.pink {
  color: #f267c4;
}

.dropdown-menu.customer-service-dropdown .modal-services .pink.link:after, .header .hamburger-menu__items .parent-category .children .child-category a.pink:after, .link-underlined.pink:after {
  background: #f267c4;
  z-index: 1;
}

.dropdown-menu.customer-service-dropdown .modal-services .link:hover, .dropdown-menu.customer-service-dropdown .modal-services .underlined.link, .header .hamburger-menu__items .parent-category .children .child-category a.underlined, .link-underlined.underlined, .link-underlined:hover {
  text-decoration: underline;
}

.dropdown-menu.customer-service-dropdown .modal-services .underlined.link:hover, .header .hamburger-menu__items .parent-category .children .child-category a.underlined:hover, .link-underlined.underlined:hover {
  text-decoration: none;
}

.dropdown-menu.customer-service-dropdown .modal-services .roboto.link, .header .hamburger-menu__items .parent-category .children .child-category a.roboto, .link-underlined.roboto {
  font-family: Roboto, sans-serif;
}

.gray-link {
  color: #656d79;
  transition: all 0.25s ease-in-out;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  text-decoration: none;
}

.gray-link:hover {
  color: #11ddac;
}

@media only screen and (min-width: 768px) {
  .dropdown-menu.customer-service-dropdown .modal-services .link:hover, .link-underlined:hover {
    text-decoration: none;
  }
  .dropdown-menu.customer-service-dropdown .modal-services .link:hover:after, .header .hamburger-menu__items .parent-category .children .child-category a:hover:after, .link-underlined:hover:after {
    width: 100%;
  }
  .dropdown-menu.customer-service-dropdown .modal-services .underlined.link, .header .hamburger-menu__items .parent-category .children .child-category a.underlined, .link-underlined.underlined {
    text-decoration: none;
  }
  .dropdown-menu.customer-service-dropdown .modal-services .underlined.link:after, .header .hamburger-menu__items .parent-category .children .child-category a.underlined:after, .link-underlined.underlined:after {
    width: 100%;
  }
  .dropdown-menu.customer-service-dropdown .modal-services .underlined.link:hover:after, .header .hamburger-menu__items .parent-category .children .child-category a.underlined:hover:after, .link-underlined.underlined:hover:after {
    width: 0;
  }
}
.dropdown-toggle:after {
  display: none;
}

.dropdown.show .nav-link {
  color: #fff !important;
}

.dropdown.show .icon-chevron-down {
  transform: rotate(180deg);
}

.dropdown.show .icon-search {
  color: #fff !important;
}

.dropdown-menu {
  width: 100%;
  padding: 0;
  margin: 16px 0;
  border: 0;
  border-radius: 6px;
  -moz-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1110px;
  margin: 35px 0px;
}

.dropdown-menu.show {
  z-index: 1102;
}

.dropdown-menu .title {
  margin: 60px 0 0;
  color: #0d2c54;
  text-align: center;
}

.dropdown-menu.customer-service-dropdown .custom-col {
  max-width: 322px;
  text-align: center;
  display: flex;
  flex-direction: column;
  -ms-flex: 1 0 auto;
}

.dropdown-menu.customer-service-dropdown .custom-col .main {
  height: 100%;
}

.dropdown-menu.customer-service-dropdown .modal-services {
  margin: 60px;
}

.dropdown-menu.customer-service-dropdown .modal-services .sprite {
  margin: 0 auto 12px;
}

.dropdown-menu.customer-service-dropdown .modal-services .service-title {
  display: block;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #656d79;
}

.dropdown-menu.customer-service-dropdown .modal-services .service-title.bottom {
  margin-bottom: 13px;
}

.dropdown-menu.customer-service-dropdown .modal-services .link {
  font-size: 16px;
  font-size: 1rem;
  color: #11ddac;
}

.dropdown-menu.treatments-dropdown .treatments-body {
  padding: 60px;
}

.dropdown-menu.treatments-dropdown h4 {
  font-size: 16px;
  font-size: 1rem;
  color: #0d2c54;
  font-weight: 700;
  margin: 0 0 15px;
}

.dropdown-menu.treatments-dropdown .parent-category {
  margin-bottom: 30px;
}

.dropdown-menu.treatments-dropdown .parent-category span {
  font-size: 16px;
  font-size: 1rem;
  color: #0d2c54;
  font-weight: 700;
  margin: 0 0 15px;
}

.dropdown-menu.treatments-dropdown .children .child-category {
  margin-bottom: 15px;
  position: relative;
}

.dropdown-menu.treatments-dropdown .children .child-category:last-of-type {
  margin-bottom: 0;
}

.dropdown-menu.treatments-dropdown .children a {
  display: inline-block;
  color: #656d79;
  font-size: 15px;
  font-size: 0.9375rem;
  transition: all 0.25s ease-in-out;
  text-decoration: underline;
  position: relative;
  width: max-content;
  overflow-wrap: break-word;
  white-space: normal;
  max-width: 100%;
}

.sticker-parent {
  text-decoration-color: var(--primary-darkgreen) !important;
  text-decoration-thickness: 2px !important;
}

.dropdown-menu.treatments-dropdown .children a::after {
  content: ">";
  margin-left: 4px;
  display: inline-block;
  top: 2px;
  right: -12px;
  text-decoration: none;
}

.dropdown-menu.search-dropdown {
  padding: 10px;
  overflow: visible;
}

.dropdown-menu.search-dropdown .head-search-form {
  margin: 0;
}

.dropdown-menu.search-dropdown .head-search-form .search-field-dropdown {
  padding-right: 70px;
}

.dropdown-menu.search-dropdown .head-search-form .search-field-dropdown.not-empty ~ .clear-search-dropdown {
  display: flex;
}

.dropdown-menu.search-dropdown .head-search-form .search-field-dropdown.not-empty ~ .close {
  display: none;
}

.dropdown-menu.search-dropdown .head-search-form .clear-search-dropdown {
  display: none;
  transform: translateY(-50%);
  background: transparent;
  padding: 0;
  border: 0;
  position: absolute;
  top: 50%;
  right: 52px;
}

.dropdown-menu.search-dropdown .head-search-form .clear-search-dropdown .icon {
  color: #98a0af;
}

.dropdown-menu.search-dropdown .head-search-form .close {
  position: absolute;
  bottom: -40px;
  background: transparent;
  padding: 0;
  border: 0;
  left: 50%;
  transform: translateX(-50%);
}

.dropdown-menu.search-dropdown .head-search-form .close .icon {
  color: #98a0af;
  font-weight: 700;
}

.dropdown-menu.blog-topics-dropdown {
  padding: 60px 50px;
  width: auto;
  left: 0;
  transform: none;
  min-width: 340px;
}

.dropdown-menu.blog-topics-dropdown .dropdown-menu-item {
  margin-bottom: 30px;
}

.dropdown-menu.blog-topics-dropdown .dropdown-menu-item:last-of-type {
  margin-bottom: 0;
}

.dropdown-menu.blog-topics-dropdown .dropdown-menu-item a {
  color: #0d2c54;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.steps.three-steps {
  display: flex;
  justify-content: center;
}

.three-steps-container {
  display: flex;
  width: 1120px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 60px;
}

.three-steps-title {
  margin-bottom: 90px;
}

.three-steps-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 700px;
  position: relative;
  margin-bottom: 70px;
}

.three-steps-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#three-steps-second-item {
  position: absolute;
  top: 70px;
}

#three-steps-vector1 {
  height: 70px;
  width: 250px;
  background-image: url(/img_v4/three-steps/vector1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 130px;
  left: 205px;
}

#three-steps-vector2 {
  height: 70px;
  width: 250px;
  background-image: url(/img_v4/three-steps/vector2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 190px;
  top: 200px;
}

.three-steps-info {
  max-width: 300px;
  text-align: center;
}

.three-steps-icon {
  height: 70px;
  width: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}

.three-steps-icon-1 {
  background-image: url(/img_v4/three-steps/001.png);
}

.three-steps-icon-2 {
  background-image: url(/img_v4/three-steps/002.png);
}

.three-steps-icon-3 {
  background-image: url(/img_v4/three-steps/003.png);
}

.three-steps-icon-3-fr {
  background-image: url(/img_v4/three-steps/003-fr.png);
}

#home-page-treatment-modal-top-btn {
  margin-bottom: 70px !important;
  margin-top: 0px !important;
}

.autocomplete-results {
  position: absolute;
  background: white;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
}

.autocomplete-results li {
  padding: 10px;
  cursor: pointer;
}

.autocomplete-results li:hover {
  background-color: #f0f0f0;
}

.highlight {
  font-weight: bold;
}

.autocomplete-item:hover,
.autocomplete-item.hover {
  background-color: rgb(240, 239, 239);
}

@media only screen and (max-width: 1200px) {
  .xmas-banner-2024 {
    width: 200px;
  }
  .xmas-hat {
    top: -37px;
    left: 62px;
  }
  .three-steps-container {
    position: static;
  }
  .three-steps-title {
    margin-bottom: 0px;
  }
  .three-steps-content {
    flex-direction: column;
    gap: 20px;
    position: static;
    height: fit-content;
    margin-bottom: 70px;
  }
  .three-steps-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #three-steps-second-item {
    position: static;
  }
  #three-steps-vector1 {
    display: none;
  }
  #three-steps-vector2 {
    display: none;
  }
  .three-steps-icon-1 {
    background-image: url(/img_v4/three-steps/001-alt.png);
  }
}
@media only screen and (max-width: 500px) {
  .xmas-banner {
    background-image: url(/img_v4/new-year/xmas-banner-mobile.png.webp);
  }
  .xmas-banner-2024 {
    width: 170px;
    top: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .xmas-banner {
    background-image: url(/img_v4/new-year/xmas-banner-mobile.png.webp);
  }
  .home__top {
    padding-top: 60px !important;
  }
  .xmas-hat {
    top: -19px;
    left: 44px;
    height: 48px;
  }
  .xmas-hat-fr {
    position: absolute;
    top: -14px;
    left: -12px;
    z-index: 1;
    height: 41px;
  }
  .home__top h1 {
    width: 330px;
  }
  .home__top .main-search {
    width: 100%;
  }
  .home__top .trustpilot {
    width: 100%;
  }
  .header-purchase .dropdown-menu {
    overflow-y: auto;
  }
  .header-purchase .dropdown-menu .title {
    padding: 25px 30px;
    background-color: #11ddac;
    -moz-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;
    text-align: left;
    margin: 0;
  }
  .header-purchase .dropdown-menu.customer-service-dropdown .modal-services {
    margin: 0;
    padding: 30px;
  }
  .header-purchase .dropdown-menu.customer-service-dropdown .modal-services .service-title {
    margin-bottom: 0;
  }
  .header-purchase .dropdown-menu.customer-service-dropdown .modal-services .sprite {
    margin: 0 20px 0 0;
  }
  .header-purchase .dropdown-menu.customer-service-dropdown .custom-col {
    flex: 1;
    margin: 0 0 30px;
  }
  .header-purchase .dropdown-menu.customer-service-dropdown .custom-col .main {
    display: flex;
  }
  .header-purchase .dropdown-menu.customer-service-dropdown .custom-col .main > div {
    text-align: left;
  }
  .header-purchase .dropdown-menu.customer-service-dropdown .close {
    padding: 0;
    background: transparent;
    border: 0;
    width: 24px;
    height: 24px;
    margin: auto;
  }
  .header-purchase .dropdown-menu.customer-service-dropdown .close .icon {
    font-size: 24px;
    color: #98a0af;
  }
  .header-purchase .dropdown.show-customer-service .nav-link {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #98a0af;
    text-decoration: underline;
  }
  .header-purchase .dropdown.show-customer-service .nav-link span {
    font-family: Roboto, sans-serif;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dropdown-menu {
    max-height: 80vh;
    overflow-y: auto;
  }
  .dropdown-menu.search-dropdown .head-search-form .search-field-dropdown {
    padding-right: 85px;
  }
  .dropdown-menu.search-dropdown .head-search-form .clear-search-dropdown {
    right: 70px;
  }
  .header-purchase .dropdown-menu .modal-services {
    margin: 60px 30px;
  }
  .header-purchase .dropdown-menu .btn-green.services {
    color: #fff !important;
    display: inline-block;
    width: auto;
  }
  .header-purchase .dropdown.show-customer-service .modal-services .btn {
    display: inline-block;
    color: #fff !important;
  }
}
@media screen and (min-width: 768px) {
  .header-purchase .dropdown.show-customer-service .nav-link {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #11ddac;
    text-decoration: underline;
  }
  .header-purchase .dropdown.show-customer-service .nav-link:hover {
    text-decoration: none;
  }
  .header-purchase .dropdown.show-customer-service .nav-link span {
    font-family: Roboto, sans-serif;
  }
}
@media only screen and (min-width: 1200px) {
  .opens-treatments-modal {
    margin-bottom: 0px !important;
    margin-top: 20px !important;
  }
  .dropdown-menu {
    margin: 35px 0;
    max-height: 83vh;
    overflow-y: auto;
  }
  .dropdown-menu.search-dropdown .head-search-form .search-field {
    padding: 20px 90px 20px 15px;
  }
  .dropdown-menu.search-dropdown .head-search-form .search-field.not-empty ~ .clear-search-dropdown {
    right: 70px;
  }
  .dropdown-menu.search-dropdown .head-search-form .close {
    bottom: -60px;
  }
  .dropdown-menu.search-dropdown .head-search-form .close .icon {
    font-weight: 400;
    font-size: 24px;
  }
}
.main-search .search-form {
  position: relative;
  height: 53px;
}

.main-search .search-form .search-field {
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 15px 45px 15px 15px;
  background-color: #fff;
  color: #0d2c54;
  height: auto;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-search .search-form .search-btn, .main-search .search-form .search-field {
  border: 0;
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
}

.main-search .search-form .search-btn {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background: #11ddac;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-search .search-form .search-btn .icon {
  color: #fff;
  font-size: 24px;
}

.main-search .search-form .search-btn:hover {
  background: #10cb9e;
}

.main-search .search-form ::-webkit-input-placeholder {
  color: #98a0af;
  line-height: 26px;
  font-weight: 500;
  font-size: 16px;
  font-family: Roboto, sans-serif;
}

.main-search .search-form ::-moz-placeholder {
  color: #98a0af;
  line-height: 26px;
  font-weight: 500;
  font-size: 16px;
  font-family: Roboto, sans-serif;
}

.main-search .search-form :-ms-input-placeholder {
  color: #98a0af;
  line-height: 26px;
  font-weight: 500;
  font-size: 16px;
  font-family: Roboto, sans-serif;
}

@media only screen and (min-width: 768px) {
  .main-search .search-form {
    position: relative;
    height: 63px;
  }
  .main-search .search-form .search-field {
    padding: 20px 65px 20px 15px;
  }
  .main-search .search-form .search-btn {
    height: 46px;
    width: 46px;
  }
  .main-search .search-form ::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
  }
  .main-search .search-form :-moz-placeholder, .main-search .search-form ::-moz-placeholder {
    font-size: 18px;
    font-weight: 400;
  }
  .main-search .search-form :-ms-input-placeholder {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
  }
}
.accordion-item {
  position: relative;
  width: 100%;
  border-top: 1px solid #eef1f6;
  border-bottom: 1px solid #eef1f6;
}

.accordion-item__head {
  position: relative;
  width: 100%;
  padding: 16px 16px 16px 0;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  margin-bottom: 0;
  color: #0d2c54;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.3s;
}

.accordion-item__head--light {
  color: #656d79;
}

.accordion-item__head.open {
  color: #11ddac;
}

.accordion-item__head.open:before {
  opacity: 0;
}

.accordion-item__head:after, .accordion-item__head:before {
  position: absolute;
  content: "";
  background-color: #11ddac;
}

.accordion-item__head:after {
  top: calc(50% - 1px);
  right: 0;
  width: 14px;
  height: 2px;
}

.accordion-item__head:before {
  top: calc(50% - 7px);
  width: 2px;
  right: 6px;
  height: 14px;
  opacity: 1;
  transition: opacity 0.3s;
}

.accordion-item__body {
  display: none;
}

.accordion-item__body p, .accordion-item__body span {
  display: block;
  color: #656d79;
  font-family: Roboto, sans-serif;
  margin: 0 0 16px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}

.accordion-item + .accordion-item {
  border-top: none;
}

.accordion-item__head.open + .accordion-item__body {
  display: block;
}

.notification-block {
  margin-top: 30px;
  font-size: 12px;
  max-height: 100px;
  padding-right: 5px;
  overflow-y: scroll;
  color: #98a0af;
}

.notification-block::-webkit-scrollbar {
  width: 5px;
}

.notification-block::-webkit-scrollbar-track {
  border-radius: 10px;
}

.notification-block::-webkit-scrollbar-thumb {
  background: #11ddac;
  border-radius: 10px;
}

.notification-block::-webkit-scrollbar-thumb:hover {
  background: #0ebc92;
}

.user-account .notification-block {
  margin-top: 30px;
  padding: 5px 10px 5px 30px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #eef1f6;
}

.checkout-step-registration .notification-block {
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .user-account .notification-block {
    padding: 5px 5px 5px 20px;
  }
}
.header {
  padding: 0;
  background-color: white;
}

.dark {
  background-color: rgba(255, 255, 255, 0) !important;
}

.dropdown-menu.customer-service-dropdown .modal-services .header.link, .header.green {
  background-color: #e7fcf7;
}

.header.content_type_bc {
  background-color: #f8eff5;
}

.header.header-purchase {
  background-color: #fff;
  border-bottom: 1px solid #eef1f6;
}

.header.header-purchase.dark .treatments-backlink a > .icon, .header.header-purchase.dark .treatments-backlink span {
  color: #fff;
}

.header.header-purchase .treatments-backlink {
  margin: 0;
  z-index: 1102;
  flex: 1;
}

.header.header-purchase .treatments-backlink a {
  display: flex;
  align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  color: #656d79;
}

.header.header-purchase .treatments-backlink a span {
  color: #0d2c54;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
  margin-left: 5px;
}

.header.header-purchase .navbar-nav.header-logo {
  justify-content: center;
}

.header.header-purchase .navbar-nav.header-links {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  margin-right: 0;
}

.header.header-purchase .navbar-nav.header-links .nav-item {
  margin-right: 20px;
}

.header.header-purchase .navbar-nav.header-links .nav-item:last-of-type {
  margin-right: 0;
}

.header.blog-header {
  border-bottom: 1px solid #eef1f6;
}

.header.blog-header .navbar {
  justify-content: space-between;
}

.header.blog-header .dok-logo img {
  width: 137px;
  height: 27px;
}

.header.blog-header .header-links {
  justify-content: flex-end;
  margin-right: 0;
}

.header.blog-header .header-links .nav-item {
  margin-right: 0;
  margin-left: 30px;
}

.header.blog-header .header-links .nav-item .nav-link {
  cursor: pointer;
}

.header.blog-header .show-blog-topics {
  position: relative;
}

.header.blog-header .hamburger-menu__header {
  padding: 27px 30px;
  margin-bottom: 0;
}

.header.blog-header .hamburger-menu__header .dok-logo img {
  width: 128px;
  height: 25px;
}

.header.blog-header .hamburger-menu__items {
  border-top: 1px solid #eef1f6;
  padding-top: 10px;
}

.header.blog-header .hamburger-menu__items .item {
  padding: 14px 30px;
}

.header.blog-header .hamburger-menu__items .item a {
  font-weight: 500;
  color: #0d2c54;
}

.header.blog-header .hamburger-menu__items .item a:hover {
  text-decoration: underline;
}

.header.header-heyflow {
  padding: 13px 20px;
}

.header.header-heyflow.dark .header-logo {
  z-index: 2;
}

.header.header-heyflow.dark .header-links .nav-item {
  z-index: auto;
}

.header.header-heyflow .navbar-nav {
  flex: 1;
}

.header.header-heyflow .navbar-nav.header-logo {
  justify-content: flex-start;
}

.header.header-heyflow .navbar-nav .dok-logo img {
  height: 24px;
  width: 24px;
}

.header.header-heyflow .navbar-nav.header-links {
  display: flex;
  flex: 1;
  margin: 0;
  justify-content: flex-end;
}

.header.header-heyflow .navbar-nav.header-links .nav-item {
  margin: 0 0 0 15px;
}

.header.header-heyflow .navbar-nav.header-links .nav-item:last-of-type {
  margin-right: 0;
}

.header.header-heyflow .navbar-nav.header-links .nav-item .nav-link .icon {
  color: #656d79;
}

.header.header-heyflow .title-text {
  font-family: Roboto, sans-serif;
  color: #656d79;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

.header a {
  text-decoration: none;
}

.header .navbar, .header a {
  display: flex;
  align-items: center;
  position: relative;
}

.header .navbar {
  justify-content: center;
}

.header .login-sm {
  flex: 1;
  display: flex;
  align-items: center;
}

.header .dok-logo img {
  height: 21px;
  width: 128px;
}

.header .dok-logo .logo-dark {
  display: block;
}

.header-links, .header .dok-logo .logo-white {
  display: none;
}

.header-navigation {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .nav-item {
  position: static;
}

.header .nav-item .nav-link {
  padding: 0;
}

.header .nav-item .nav-link .icon {
  font-size: 24px;
  color: #98a0af;
  transition: all 0.25s ease-in-out;
  position: relative;
}

.header .nav-item .nav-link .icon:hover {
  color: #11ddac;
}

.header .nav-item .nav-link.logged .icon {
  position: relative;
}

.header .nav-item .nav-link.logged .icon:after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #19d845;
  position: absolute;
  right: -2px;
  bottom: 0;
}

.header .nav-item .nav-link .msg-badge {
  position: absolute;
  right: -7px;
  top: -9px;
}

.header .nav-item.continue-order {
  margin-left: 20px;
  position: relative;
}

.header .nav-item.continue-order .msg-badge {
  width: 9px;
  height: 9px;
  font-size: 0;
  bottom: 0;
  top: auto;
  right: 0;
}

.header.dark .header-logo {
  z-index: 1102;
}

.header.dark .dok-logo .logo-dark {
  display: none;
}

.header.dark .dok-logo .logo-white {
  display: block;
}

.header.dark .nav-item {
  z-index: 1102;
}

.header.dark .nav-item .icon, .header.dark .nav-item .nav-link.show-treatments-link {
  color: #656d79;
}

.header.dark .hamburger .line {
  background-color: #656d79;
}

.header .hamburger {
  margin-left: 15px;
  position: relative;
  z-index: 1102;
}

.header .hamburger .line {
  width: 20px;
  height: 2px;
  background-color: #98a0af;
  display: block;
  margin: 4px auto;
}

.header .hamburger-menu {
  display: flex;
  flex-direction: column;
  z-index: 1200;
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 60px;
  will-change: transform, opacity;
  overflow: auto;
  visibility: hidden;
  filter: alpha(opacity=100);
  opacity: 1;
  box-sizing: border-box;
  transition: all 0.6s;
  transform: translateX(100%);
}

.header .hamburger-menu.is-active {
  visibility: visible !important;
  transform: translateX(0);
}

.header .hamburger-menu .dok-logo {
  flex: 1;
  justify-content: flex-start;
}

.header .hamburger-menu .dok-logo img {
  width: 135px;
  height: 22px;
}

.header .hamburger-menu__header {
  padding: 30px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eef1f6;
  margin-bottom: 10px;
}

.header .hamburger-menu__items {
  margin-bottom: 35px;
}

.header .hamburger-menu__items .row {
  margin: 0;
}

.header .hamburger-menu__items .col {
  padding: 0;
  flex-basis: auto;
  max-width: 100%;
}

.header .hamburger-menu__items .parent-category {
  padding: 14px 30px;
}

.header .hamburger-menu__items .parent-category span {
  color: #0d2c54;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  position: relative;
  display: flex;
}

.header .hamburger-menu__items .parent-category span.opened {
  color: #11ddac;
}

.header .hamburger-menu__items .parent-category span.opened ~ .children {
  display: block;
}

.header .hamburger-menu__items .parent-category span.opened:after {
  transform: rotate(180deg);
}

.header .hamburger-menu__items .parent-category span:after {
  font-family: icomoon;
  content: "\e987";
  font-size: 11px;
  color: #11ddac;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 1px;
  transition: all 0.25s ease-in-out;
}

.header .hamburger-menu__items .parent-category .children {
  margin-top: 14px;
  display: none;
}

.header .hamburger-menu__items .parent-category .children .child-category {
  padding: 12px 0;
  position: relative;
}

.header .hamburger-menu__items .parent-category .children .child-category:last-of-type {
  padding-bottom: 0;
}

.header .hamburger-menu__links {
  margin-bottom: 40px;
  flex: 1;
}

.header .hamburger-menu__links .nav-item {
  padding: 0 30px;
  margin-bottom: 20px;
}

.header .hamburger-menu__links .nav-item a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #656d79;
  display: inline-block;
  font-weight: 500;
}

.header .hamburger-menu__footer {
  padding: 30px;
  background-color: #e7fcf7;
  -moz-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
}

.header .hamburger-menu__footer .links {
  display: flex;
}

.header .hamburger-menu__footer .links li {
  flex: 1;
}

.header .hamburger-menu__footer .links .cs-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header .hamburger-menu__footer .links .cs-link .icon {
  color: #11ddac;
  font-size: 20px;
  margin-bottom: 8px;
}

.header .hamburger-menu__footer .links .cs-link span {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  color: #11ddac;
  text-align: center;
}

.header .hamburger-menu__footer .links .cs-link span.sprite {
  margin-bottom: 5px;
}

.header .close-hamburger {
  position: fixed;
  left: 19px;
  top: 20px;
  z-index: 1200;
  height: 18px;
  display: none;
}

.header .close-hamburger .line {
  width: 18px;
  height: 2px;
  background-color: #98a0af;
  display: block;
}

.header .close-hamburger .line:first-child {
  transform: translateY(8px) rotate(45deg);
}

.header .close-hamburger .line:nth-child(2) {
  transform: translateY(6px) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .header .hamburger-menu__items .parent-category {
    padding: 14px 10px 14px 15px;
  }
  .header.header-purchase .treatments-backlink a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .header.header-purchase .dok-logo .logo-dark, .header.header-purchase .dok-logo .logo-white {
    display: none;
  }
  .header.header-purchase .dok-logo img {
    width: 24px;
    height: 24px;
  }
  .header.header-purchase .navbar-nav.header-links .nav-item:not(.whatsapp) {
    margin-right: 0;
  }
  .header.header-purchase .navbar-nav.header-links .whatsapp .icon {
    font-size: 24px;
    color: #11ddac;
  }
  .header.blog-header {
    padding: 16px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 0;
  }
  .header.dark .header-navigation .nav-item.show-treatments {
    background: transparent;
  }
  .header.blog-header .dok-logo img {
    width: 186px;
    height: 38px;
  }
  .header.blog-header .header-links {
    display: flex;
    flex: 1;
  }
  .header.header-heyflow {
    padding: 18px 30px;
  }
  .header.header-heyflow .title-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .header .dok-logo img {
    height: 28px;
    width: 171px;
  }
  .header .nav-item .nav-link {
    position: relative;
  }
  .header .nav-item .nav-link.show-treatments-link {
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    color: #11ddac;
    transition: all 0.25s ease-in-out;
  }
  .header .nav-item .nav-link.show-treatments-link:hover {
    color: #32efc2;
  }
  .header .nav-item .nav-link .icon-chevron-down {
    font-weight: 700;
    margin-left: 10px;
    font-size: 10px;
    color: #11ddac;
  }
  .header .nav-item.continue-order {
    margin-left: 30px;
  }
  .header .nav-item.continue-order .msg-badge {
    width: 18px;
    height: 18px;
    font-size: 12px;
    font-size: 0.75rem;
    bottom: auto;
    top: -9px;
    right: -7px;
  }
  .header .nav-item:last-of-type {
    margin-right: 0;
  }
  .header-navigation .nav-item {
    margin-left: 30px;
  }
  .header-navigation .nav-item.show-treatments {
    padding: 10px 15px 10px 20px;
    background: #e7fcf7;
    border-radius: 30px;
  }
  .header-navigation .nav-item:first-of-type {
    margin-left: 0;
  }
  .header .hamburger {
    margin-left: 30px;
  }
  .header .hamburger-menu {
    left: 200px;
  }
  .header #categories-menu.hamburger-menu {
    left: 200px;
  }
  .header #filters-menu.hamburger-menu {
    left: 75vw;
  }
  .header .hamburger-menu__search {
    background-color: #fff;
  }
  .header .hamburger-menu__search .main-search {
    max-width: inherit;
  }
  .header .hamburger-menu__search .search-form .search-field {
    padding: 0 50px 0 20px;
    background-color: #11ddac;
    border: 0;
    border-radius: 0;
  }
  .header .hamburger-menu__search .search-form .search-field.not-empty {
    border: 0;
  }
  .header .hamburger-menu__search .search-form .search-field.not-empty ~ .search-btn .icon {
    color: #11ddac;
  }
  .header .hamburger-menu__search .search-form .search-btn {
    border: 0;
    width: auto;
    padding: 0;
    background: transparent;
  }
  .header .hamburger-menu__search .search-form .search-btn .icon {
    font-size: 24px;
  }
  .header .hamburger-menu__search .search-form .search-btn:hover {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
  }
  .header .hamburger-menu__search .search-form ::-webkit-input-placeholder {
    color: #fff;
    font-family: Roboto, sans-serif;
  }
  .header .hamburger-menu__search .search-form :-moz-placeholder, .header .hamburger-menu__search .search-form ::-moz-placeholder {
    color: #fff;
    font-family: Roboto, sans-serif;
  }
  .header .hamburger-menu__search .search-form :-ms-input-placeholder {
    color: #fff;
    font-family: Roboto, sans-serif;
  }
  .header .treatments-menu__header h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .header .treatments-menu__items .parent-category span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header {
    padding: 0;
  }
  .header .navbar-nav {
    display: flex;
    align-items: center;
    flex: 1;
    -ms-flex: auto;
  }
  .header .navbar-nav.header-links {
    flex: auto;
  }
  .header-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
  }
  .header-links .nav-item {
    margin-right: 30px;
  }
  .header-links .nav-item:last-of-type {
    margin-right: 0;
  }
  .header-links .nav-item a {
    color: #656d79;
    font-size: 14px;
    font-size: 0.875rem;
    transition: all 0.25s ease-in-out;
  }
  .header-links .nav-item a:hover, .header.dark .header-links .nav-item a:hover {
    color: #11ddac;
  }
  .header.dark .header-links .nav-item a.btn-green {
    color: #fff;
    display: inline-block;
  }
  .header.dark .nav-item .nav-link .icon:not(.icon-chevron-down), .header.dark .nav-item .nav-link.show-treatments-link {
    color: #656d79;
  }
  .header.dark .nav-item .nav-link .icon:not(.icon-chevron-down):hover {
    color: #11ddac;
  }
}
@media only screen and (max-width: 359px) {
  .header .nav-item.continue-order {
    margin-left: 10px;
  }
}
.last-article {
  margin-bottom: 60px;
}

.last-article__content .article-category {
  margin-bottom: 38px;
}

.last-article__content .article-title {
  margin-bottom: 13px;
}

.last-article__content .article-title a {
  color: #0d2c54;
}

.last-article__content .article-info {
  justify-content: center;
}

.last-article__img {
  height: 300px;
  -moz-border-bottom-left-radius: 80px;
  border-bottom-left-radius: 80px;
  overflow: hidden;
  margin: 0 -15px 25px;
}

.last-article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .last-article {
    position: relative;
    padding-bottom: 60px;
  }
  .last-article:after {
    content: "";
    height: 1px;
    background-color: #eef1f6;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .last-article {
    margin-bottom: 112px;
  }
  .last-article__content .article-category {
    margin-bottom: 0;
  }
  .last-article__content .article-title {
    margin-bottom: 18px;
  }
  .last-article__img {
    height: 366px;
    margin: 0 -30px 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .last-article {
    margin-bottom: 120px;
  }
  .last-article__content .article-category {
    margin-bottom: 21px;
  }
  .last-article__content .article-title {
    margin-bottom: 13px;
  }
  .last-article__content .article-info {
    justify-content: flex-start;
  }
  .last-article__img {
    width: 940px;
    height: 500px;
    margin: 0;
  }
}
.tiles__item {
  display: flex;
  align-items: flex-end;
  background-color: #0d2c54;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 6px;
  -moz-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.tiles__item:last-of-type {
  margin-bottom: 0;
}

.tiles__item .treatments {
  padding: 30px 0 30px 30px;
  flex: 1;
}

.tiles__item .treatments .title {
  display: block;
  color: #11ddac;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
}

.tiles__item .treatments .list li:not(:last-of-type) {
  margin-bottom: 5px;
}

.tiles__item .treatments .list a {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  text-decoration: underline;
  position: relative;
}

.tiles__item .treatments .list a::after {
  content: " >";
  display: inline;
  position: absolute;
  top: 2px;
  right: -12px;
}

.tiles__item .treatments .home-page-tiles-show-more {
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  text-decoration: underline;
  position: relative;
}

.tiles__item .treatments .home-page-tiles-show-more::after {
  content: " >";
  display: inline;
  position: absolute;
  top: 2px;
  right: -12px;
}

.categories_menu_sticker {
  background-color: var(--primary-darkgreen);
  font-size: 11px;
  width: fit-content;
  border-radius: 3px;
  color: white;
  padding: 1px 7px;
  font-weight: 600;
  position: absolute;
  top: 3px;
  left: calc(100% + 17px);
  white-space: nowrap;
  flex-shrink: 0;
}

.tiles__item .treatments .coming-soon, .tiles__item .treatments .coming-soon-badge {
  color: #98a0af;
}

.tiles__item .treatments .coming-soon-badge {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  top: 1px;
}

.tiles__item .cover {
  width: 115px;
  height: 155px;
  text-align: center;
}

.tiles__item .cover img {
  width: 160px;
}

.icon-de {
  background-image: url(/img_v4/flags/de.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
}

.icon-fr {
  background-image: url(/img_v4/flags/fr.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
}

@media only screen and (min-width: 768px) {
  .tiles__item .treatments {
    padding: 40px 0 40px 40px;
  }
  .tiles__item .treatments .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .tiles__item .treatments .coming-soon, .tiles__item .treatments .list a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .tiles__item .cover {
    width: 280px;
    height: 205px;
  }
  .tiles__item .cover img {
    width: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tiles {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .tiles {
    display: flex;
    justify-content: center;
  }
  .tiles__item {
    align-items: flex-start;
    flex-direction: column;
    margin: 0 30px 0 0;
    flex: 1;
    max-width: 33.3%;
  }
  .tiles__item:last-of-type {
    margin: 0;
  }
  .tiles__item .treatments {
    width: 100%;
    padding: 40px 25px 5px;
    -ms-flex: auto;
  }
  .tiles__item .cover {
    height: 180px;
    width: 100%;
  }
  .tiles__item .cover img {
    margin: auto;
  }
}
/* Side Menu Base Styles */
.side-menu-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  transition: opacity 0.45s ease;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}

/* Prevent body scroll when modal is open */
body.side-menu-open {
  overflow: hidden;
}

/* Custom scrollbar for side menu */
.side-menu-inner::-webkit-scrollbar {
  width: 8px;
}

.side-menu-inner::-webkit-scrollbar-track {
  background: transparent;
}

.side-menu-inner::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #00bd8f, #0a9281);
  border-radius: 4px;
}

.side-menu-inner::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, #00a67a, #097a6b);
}

/* Header shadow on scroll */
.side-menu-header-sticky {
  box-shadow: none;
  transition: box-shadow 0.45s ease;
}

.side-menu-header-sticky.scrolled {
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.25);
}

.side-menu-backdrop.side-menu-open {
  opacity: 1;
  pointer-events: auto;
}

.side-menu-backdrop.closing {
  opacity: 0;
  transition: opacity 0.45s ease;
}

.side-menu-backdrop.side-menu-closed {
  opacity: 0;
  pointer-events: none;
}

.side-menu-container {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10000;
  transform: translateX(100%);
  transition: transform 0.45s ease;
  width: calc(100% - 50px);
  background-color: #f0f0f0;
  border-top-left-radius: 30px;
  overflow: hidden;
}

.side-menu-container.side-menu-open {
  transform: translateX(0);
}

.side-menu-container.side-menu-closed {
  transform: translateX(100%);
  transition: transform 0.45s ease;
}

@media (min-width: 768px) {
  .side-menu-container {
    width: 400px;
    background-color: rgb(243, 244, 246);
  }
}
@media (min-width: 768px) {
  .side-menu-container {
    width: 450px;
  }
}
@media (min-width: 1024px) {
  .side-menu-container {
    max-width: 28rem;
  }
}
.side-menu-inner {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  border-top-left-radius: 30px;
}

@media (min-width: 768px) {
  .side-menu-inner {
    width: 100%;
  }
}
.side-menu-header-sticky {
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: white;
}

@media (min-width: 768px) {
  .side-menu-header-sticky {
    background-color: white;
  }
}
.side-menu-header {
  background-color: white;
  border-top-left-radius: 30px;
  padding: 1rem 1.75rem 0rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .side-menu-header {
    border-top-left-radius: 0;
    padding: 1rem 1.5rem;
  }
}
.side-menu-title {
  font-size: 24px;
  font-weight: 400;
  color: black;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .side-menu-title {
    font-size: 1.25rem;
  }
}
.side-menu-close-btn {
  height: 0.9rem;
  width: 1rem;
  color: #98a0af;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 30px;
}

.side-menu-close-btn:hover {
  color: rgb(75, 85, 99);
}

.side-menu-back-btn {
  height: 2rem;
  width: 2rem;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 2rem;
}

.side-menu-back-btn:hover {
  color: rgb(75, 85, 99);
}

.side-menu-tabs-container {
  background-color: white;
  padding: 0.5rem 0.5rem;
  padding-bottom: 0.6rem;
  padding-top: 1rem;
  position: relative;
  transition: box-shadow 0.45s ease, opacity 0.3s ease;
  overflow: visible;
}

/* Diagonal line behind entire tabs container */
.side-menu-tabs-diagon-bg {
  position: absolute;
  top: 0.15rem;
  left: -2.5rem;
  width: 110%;
  height: 110%;
  object-fit: contain;
  z-index: 1;
  pointer-events: none;
}

/* Mirrored diagonal line for "Ohne Rezept" button */
.side-menu-tabs-diagon-mirror {
  transform: scaleX(-1);
  left: -0.35rem;
  right: auto;
  margin-left: 0rem;
}

/* Mobile diagonal line SVG - hidden by default */
.diagon-line-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  display: none;
}

.diagon-line-mobile svg {
  width: 100% !important;
  height: 100% !important;
  min-width: 100%;
  min-height: 100%;
}

@media (max-width: 768px) {
  .side-menu-tabs-diagon-bg {
    display: none;
  }
  .side-menu-tabs-diagon-mirror {
    display: none;
  }
  .diagon-line-mobile {
    display: block;
  }
  .diagon-line-mobile svg {
    width: 100% !important;
    height: 100% !important;
    min-width: 100%;
    min-height: 100%;
  }
  .diagon-line-mobile {
    width: 100% !important;
    height: 100% !important;
    min-width: 100%;
    min-height: 100%;
  }
}
.side-menu-tabs-container {
  box-shadow: none;
}

.side-menu-tabs-container.scrolled {
  box-shadow: 0 4px 3px -1px rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) {
  .side-menu-tabs-container {
    padding: 0.5rem 0.5rem;
    padding-bottom: -0.4rem;
  }
}
.side-menu-tabs-wrapper {
  background-color: transparent;
  border-radius: 10px;
  padding: 0rem;
  display: flex;
  gap: 0.8rem;
  position: relative;
  z-index: 2;
}

.side-menu-tabs-wrapper .decorative-border {
  position: absolute;
  top: -6px;
  left: 7px;
  right: 8px;
  bottom: -7px;
  pointer-events: none;
  --border-width: 1px;
}

.side-menu-tabs-wrapper .decorative-border.decorative-border-mirror {
  transform: scaleX(-1);
}

.side-menu-tabs-wrapper .decorative-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: calc(50% + 15px + var(--border-width) / 2);
  height: 50%;
  border-top: var(--border-width) solid #C9DCD7;
  border-right: var(--border-width) solid #C9DCD7;
  border-top-right-radius: 12px;
}

.side-menu-tabs-wrapper .decorative-border::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -15px;
  width: calc(50% + 15px + var(--border-width) / 2);
  height: 50%;
  border-bottom: var(--border-width) solid #C9DCD7;
  border-left: var(--border-width) solid #C9DCD7;
  border-bottom-left-radius: 12px;
}

@media (max-width: 768px) {
  .side-menu-tabs-wrapper .decorative-border {
    top: -6px;
    left: 5px;
    right: 6px;
    bottom: -8px;
  }
  .side-menu-tabs-wrapper .decorative-border::before {
    box-shadow: 0px -4px 25px 0px rgba(21, 89, 81, 0.1450980392);
  }
  .side-menu-tabs-wrapper .decorative-border::after {
    box-shadow: inset 0px -10px 15px 0px rgba(21, 89, 81, 0.031372549), inset -10px 0px 15px -7px rgba(21, 89, 81, 0.031372549);
  }
}
@media (min-width: 768px) {
  .side-menu-tabs-wrapper {
    box-shadow: none;
    border-color: rgb(229, 231, 235);
  }
}
.side-menu-tab-btn {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s ease, background-color 0.2s ease;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  text-align: center;
  width: 200px;
  height: 35px;
  border: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  .side-menu-tab-btn {
    width: 210px;
    height: 45px;
    font-size: 18px;
  }
}
.side-menu-tab-btn.side-menu-tab-active {
  background-color: #0a9281;
  color: white;
  font-weight: 600;
}

.side-menu-tab-btn.side-menu-tab-inactive {
  border: 1px solid #0a9281;
  background-color: white;
  color: #605f64;
  font-weight: 500;
}

.side-menu-content {
  background-color: #f0f0f0;
  transition: transform 0.45s ease, opacity 0.3s ease;
}

/* Only apply slide animation to submenu content */
.side-menu-content.submenu-content {
  animation: slideInFromRight 0.45s ease;
}

/* Slide out animation only when going back from submenu */
.side-menu-content.going-back {
  animation: slideInFromLeft 0.45s ease;
}

/* Fade out effect for content transitions */
.side-menu-content.fading-out {
  opacity: 0.1;
  transition: opacity 0.15s ease;
}

/* Fade in effect for content transitions */
.side-menu-content.fading-in {
  opacity: 1;
  transition: opacity 0.2s ease;
}

/* Fade effects for tabs container */
.side-menu-tabs-container.fading-out {
  opacity: 0.1;
  transition: opacity 0.15s ease;
}

.side-menu-tabs-container.fading-in {
  opacity: 1;
  transition: opacity 0.2s ease;
}

/* Slide out animation when going back - left to right */
@keyframes slideOutToLeft {
  0% {
    transform: translateX(0);
    opacity: 0.1;
  }
  20% {
    opacity: 0.3;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
/* Slide in animation when entering submenu */
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  20% {
    opacity: 0.3;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* Slide in animation when going back to main menu */
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  20% {
    opacity: 0.3;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .side-menu-content {
    background-color: rgb(243, 244, 246);
  }
}
.side-menu-scrollable {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 0rem;
  display: flex;
  flex-direction: column;
}

.side-menu-trustpilot-widget {
  display: flex;
  justify-content: center;
  align-items: center;
}

.side-menu-section {
  background-color: white;
  border-radius: 20px;
  padding: 1.5rem;
  margin-bottom: 0.2rem;
  margin-left: 0rem;
  margin-right: 0rem;
  margin-top: 0.2rem;
}

.side-menu-section.first-section {
  flex: 1;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.side-menu-section.side-menu-section-mobile {
  margin: 0.2rem;
  margin-top: 0;
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media (min-width: 768px) {
  .side-menu-section.side-menu-section-mobile {
    margin: 1rem;
    margin-top: 1rem;
    border-radius: 20px;
  }
  .side-menu-section.first-section {
    flex: 1;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.side-menu-section-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: #757575;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.side-menu-section-title.side-menu-mobile-title {
  font-size: 13px;
  color: #757575;
  font-family: "Poppins", sans-serif;
  line-height: 2;
}

.side-menu-items {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.side-menu-items.side-menu-mobile-items {
  gap: 0;
}

.side-menu-item-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0.5rem 0.75rem 0;
  text-align: left;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.side-menu-item-btn.side-menu-mobile-item {
  padding: 14px 0.5rem;
  border-radius: 0;
}

.side-menu-item-btn:hover {
  background-color: rgb(249, 250, 251);
}

.side-menu-item-text {
  color: rgb(31, 41, 55);
  font-weight: 500;
}

.side-menu-item-text.side-menu-mobile-text {
  color: black;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.62;
}

.side-menu-item-text.side-menu-about-text {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.62;
}

.side-menu-chevron-icon {
  width: 8px;
  height: 13px;
  flex-shrink: 0;
}

.language-current {
  color: #293735;
  font-size: 14px;
  margin-left: auto;
  margin-right: 8px;
  order: 2;
  font-weight: 400;
}

.side-menu-language-chevron-icon {
  opacity: 1;
  border-width: 1.13px;
}

.language-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.language-modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.language-modal {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  background: white;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(100%);
  transition: transform 0.3s ease;
  max-height: 50vh;
  overflow: hidden;
  z-index: 10001 !important;
}

.language-modal-overlay.show .language-modal {
  transform: translateY(0);
}

.language-modal-header {
  padding: 20px 24px 16px 24px;
  border-bottom: 1px solid #f0f0f0;
}

.language-modal-title {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

.language-modal-content {
  padding: 16px 24px 24px 24px;
}

.language-option {
  margin-bottom: 16px;
  cursor: pointer;
}

.language-option:last-child {
  margin-bottom: 0;
}

.language-option input[type=radio] {
  display: none;
}

.language-option-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.radio-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
  transition: all 0.2s ease;
  background-color: white;
}

.radio-custom.checked {
  border-color: #00B086;
  background-color: #00B086;
}

.radio-custom.checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
}

.language-option:hover .radio-custom {
  border-color: #00B086;
}

.side-menu-widget-container {
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: relative;
  margin: 1rem 0 0 0;
  display: none;
}

.side-menu-widget-wrapper {
  width: 200%;
  height: 120px;
  position: relative;
  left: -50%;
  top: -25%;
  overflow: hidden;
  margin-bottom: -20px;
}

.side-menu-widget-wrapper etrusted-widget {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  cursor: default;
}

.side-menu-widget-container-mobile {
  width: auto;
  display: none;
  text-align: center;
}

.side-menu-widget-container-mobile etrusted-widget {
  width: auto;
  display: inline-block;
  pointer-events: none;
  cursor: default;
}

.side-menu-widget-container-mobile {
  width: 100%;
  display: none;
  height: auto;
  overflow: visible;
}

.side-menu-widget-container-mobile etrusted-widget {
  width: 100%;
  display: block;
  pointer-events: auto;
  cursor: pointer;
  height: auto;
}

@media (min-width: 768px) {
  .side-menu-widget-container.desktop-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .side-menu-widget-container-mobile.mobile-only {
    display: block;
  }
}
.side-menu-submenu-container {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 70px);
}

.side-menu-submenu-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.side-menu-submenu-main .side-menu-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.side-menu-submenu-bottom {
  flex-shrink: 0;
  margin-top: auto;
}

.side-menu-submenu-container .side-menu-widget-container,
.side-menu-submenu-container .side-menu-widget-container-mobile {
  margin-top: 0;
  flex-shrink: 0;
}

.side-menu-submenu-container .side-menu-widget-wrapper {
  top: -8%;
}

@media (max-height: 600px) {
  .side-menu-submenu-container {
    min-height: calc(100vh - 80px);
  }
}
body.side-menu-open .etrusted-widget-popup,
body.side-menu-open .etrusted-popup,
body.side-menu-open .etrusted-modal,
body.side-menu-open .etrusted-overlay {
  left: -200px !important;
  transform: translateX(-50%) !important;
}

.side-menu-submenu-title {
  font-size: 25px;
  font-weight: 500;
  color: #0a9281;
  margin-bottom: 1.5rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.04;
}

@media (max-width: 480px) {
  .side-menu-submenu-title {
    font-size: 18px;
  }
}
.side-menu-submenu-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.side-menu-submenu-text {
  color: black;
  font-weight: 500;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.625;
}

.side-menu-new-badge {
  background-color: #0a9281;
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 0.125rem 0.5rem;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.side-menu-why-us-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}

.side-menu-stat-card {
  position: relative;
  width: 100%;
  height: 4.625rem;
  border-radius: 0.625rem;
  overflow: hidden;
  border: 2px solid transparent;
  background-image: linear-gradient(245.88deg, #f3f8f2 39.45%, #eaeee9 71.21%, #d2ead9 91.83%), linear-gradient(225deg, #f7faf6, #eaeee9);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.side-menu-stat-label {
  position: absolute;
  left: 0.75rem;
  top: 1.4375rem;
  width: 6.4375rem;
  height: 1.0625rem;
  font-family: "Assistant", sans-serif;
  font-size: 0.8125rem;
  line-height: 130%;
  font-weight: normal;
  color: #0a9281;
}

.side-menu-stat-value {
  position: absolute;
  left: 0.75rem;
  top: 2.2675rem;
  width: 3.75rem;
  height: 1.8125rem;
  font-family: "Prompt", sans-serif;
  font-size: 1.5186rem;
  line-height: 120%;
  font-weight: normal;
  color: #07796b;
}

/* Updated product carousel styling to match Figma design exactly */
.side-menu-products-carousel {
  overflow: hidden;
  padding-bottom: 0.5rem;
}

.side-menu-products-carousel::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

/* Keen-Slider specific styles */
.keen-slider {
  display: flex;
}

.keen-slider__slide.side-menu-product-card {
  width: 148px !important;
  height: 208px;
  background: #ffffff;
  border: 1px solid #eaeee9;
  border-radius: 13.0833px;
  position: relative;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.side-menu-product-card {
  flex-shrink: 0;
  width: 148px;
  height: 208px;
  background: #ffffff;
  border: 1px solid #eaeee9;
  border-radius: 13.0833px;
  position: relative;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.side-menu-product-image-container {
  position: relative;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.side-menu-product-image-wrapper {
  width: 114px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.side-menu-product-image {
  width: 114px;
  height: 114px;
  object-fit: cover;
  border-radius: 0.5rem;
}

.side-menu-product-card {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.side-menu-product-card:hover {
  transform: translateY(-2px);
}

.side-menu-product-placeholder {
  width: 90px;
  height: 90px;
  background-color: rgb(209, 213, 219);
  border-radius: 0.25rem;
}

.side-menu-product-discount-badge {
  position: absolute;
  width: 100px;
  height: 100px;
  right: -23px;
  top: -47px;
  transform: rotate(9.16deg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.side-menu-product-discount-text {
  position: absolute;
  z-index: 3;
  color: white;
  font-family: "Poppins", sans-serif;
  font-style: SemiBold;
  font-weight: 600;
  font-size: 16.45px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.06em;
  color: #ffffff;
  transform: rotate(11.37deg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(11.37deg);
}

.side-menu-product-title {
  position: absolute;
  width: 121.24px;
  height: 30px;
  left: 14px;
  top: 143px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12.2111px;
  line-height: 120%;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.side-menu-product-price-container {
  position: absolute;
  width: 93px;
  height: 17px;
  left: 14px;
  top: 178px;
  display: flex;
  align-items: flex-start;
  gap: 0.1rem;
}

.side-menu-product-price {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  color: #000000;
}

.side-menu-product-original-price {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  color: #999999;
  text-decoration: line-through;
}

.side-menu-product-arrow-btn {
  position: absolute;
  width: 26.17px;
  height: 26.17px;
  right: 11px;
  bottom: 8px;
  background: #eaeee9;
  border-radius: 15.7px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.side-menu-product-arrow-btn:hover {
  background: #d1d5db;
}

.side-menu-rating-section {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid rgb(243, 244, 246);
}

.side-menu-rating-section.side-menu-mobile-rating {
  background-color: #f5f7f5;
  border-radius: 18.75px;
  padding: 1rem;
  border-top: none;
  justify-content: center;
}

.side-menu-rating-icon {
  width: 2rem;
  height: 2rem;
  background-color: #0a9281;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-menu-rating-icon.side-menu-mobile-rating-icon {
  width: 19.44px;
  height: 18.76px;
  border-radius: 0.125rem;
}

.side-menu-rating-k {
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
}

.side-menu-rating-k.side-menu-mobile-rating-k {
  font-size: 8px;
}

.side-menu-rating-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgb(31, 41, 55);
}

.side-menu-rating-text.side-menu-mobile-rating-text {
  font-size: 10.55px;
  font-weight: 400;
  color: black;
  font-family: "Roboto", sans-serif;
}

.side-menu-stars {
  display: flex;
  color: rgb(251, 191, 36);
  font-size: 0.875rem;
}

.side-menu-stars.side-menu-mobile-stars {
  color: #fdda30;
  font-size: 13.19px;
}

.side-menu-rating-score {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgb(31, 41, 55);
}

.side-menu-rating-score.side-menu-mobile-score {
  font-size: 10.98px;
  font-weight: 600;
  color: black;
  font-family: "Roboto", sans-serif;
}

.side-menu-rating-label {
  font-size: 0.875rem;
  color: rgb(75, 85, 99);
}

.side-menu-rating-label.side-menu-mobile-label {
  font-size: 9.83px;
  font-weight: 700;
  color: black;
  font-family: "Roboto", sans-serif;
}