/*
Theme Name: Matat Child
Theme URI: https://matat.co.il/
Template:   matat
Author: Amit Matat
Author URI: https://matat.co.il/
Description: Matat child theme
Version: 1.1
License: Commercial Use only
License URI: Commercial Use only
Text Domain: matat
*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff; }

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2rem; } }

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.75rem; } }

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.5rem; } }

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

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

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

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

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

ol,
ul {
  padding-left: 2rem; }

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small, .small {
  font-size: 0.875em; }

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0d6efd;
  text-decoration: underline; }
  a:hover {
    color: #0a58ca; }

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

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

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

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

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

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit; }

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 0.875em;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
  .blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

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

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%; }

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%; }

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%; }

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333333%; }
  .offset-sm-2 {
    margin-left: 16.66666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333333%; }
  .offset-sm-5 {
    margin-left: 41.66666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333333%; }
  .offset-sm-8 {
    margin-left: 66.66666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333333%; }
  .offset-sm-11 {
    margin-left: 91.66666667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333333%; }
  .offset-md-2 {
    margin-left: 16.66666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333333%; }
  .offset-md-5 {
    margin-left: 41.66666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333333%; }
  .offset-md-8 {
    margin-left: 66.66666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333333%; }
  .offset-md-11 {
    margin-left: 91.66666667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333333%; }
  .offset-lg-2 {
    margin-left: 16.66666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333333%; }
  .offset-lg-5 {
    margin-left: 41.66666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333333%; }
  .offset-lg-8 {
    margin-left: 66.66666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333333%; }
  .offset-lg-11 {
    margin-left: 91.66666667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333333%; }
  .offset-xl-2 {
    margin-left: 16.66666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333333%; }
  .offset-xl-5 {
    margin-left: 41.66666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333333%; }
  .offset-xl-8 {
    margin-left: 66.66666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333333%; }
  .offset-xl-11 {
    margin-left: 91.66666667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333333%; }
  .offset-xxl-2 {
    margin-left: 16.66666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333333%; }
  .offset-xxl-5 {
    margin-left: 41.66666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333333%; }
  .offset-xxl-8 {
    margin-left: 66.66666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333333%; }
  .offset-xxl-11 {
    margin-left: 91.66666667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6; }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }
  .table > :not(:first-child) {
    border-top: 2px solid currentColor; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem; }

.table-bordered > :not(caption) > * {
  border-width: 1px 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px; }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-borderless > :not(:first-child) {
  border-top-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6; }

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce; }

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7; }

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3; }

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9; }

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4; }

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1; }

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e; }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.form-label {
  margin-bottom: 0.5rem; }

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem; }

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px); }

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px); }

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px); }

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem; }
  .form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem; }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      -webkit-transition: none;
      transition: none; } }
  .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529; }

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
          appearance: none;
  color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    -webkit-transition: background-position 0.15s ease-in-out;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        -webkit-transition: none;
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #b6d4fe; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #b6d4fe; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        -webkit-transition: none;
        transition: none; } }
  .form-floating > .form-control {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::-webkit-input-placeholder {
      color: transparent; }
    .form-floating > .form-control:-ms-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
        -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
            transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
            transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus {
    z-index: 3; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 3; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

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

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

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

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem; }

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

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

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #198754; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #198754; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1; }
  .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
  .input-group .form-select:valid:focus,
  .input-group .form-select.is-valid:focus {
    z-index: 3; }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

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

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

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #dc3545; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2; }
  .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
  .input-group .form-select:invalid:focus,
  .input-group .form-select.is-invalid:focus {
    z-index: 3; }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e; }
    .btn-check:checked + .btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754; }
  .btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f; }
    .btn-check:checked + .btn-success:focus,
    .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2; }
    .btn-check:checked + .btn-info:focus,
    .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720; }
    .btn-check:checked + .btn-warning:focus,
    .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834; }
    .btn-check:checked + .btn-danger:focus,
    .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
    .btn-check:checked + .btn-light:focus,
    .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }
  .btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f; }
    .btn-check:checked + .btn-dark:focus,
    .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #0d6efd;
    background-color: transparent; }

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

.btn-outline-success {
  color: #198754;
  border-color: #198754; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
  .btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
    .btn-check:checked + .btn-outline-success:focus,
    .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #198754;
    background-color: transparent; }

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-check:checked + .btn-outline-info,
  .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
    .btn-check:checked + .btn-outline-info:focus,
    .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent; }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-check:checked + .btn-outline-warning,
  .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-check:checked + .btn-outline-warning:focus,
    .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent; }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-check:checked + .btn-outline-danger,
  .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-check:checked + .btn-outline-danger:focus,
    .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent; }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-check:checked + .btn-outline-light:focus,
    .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent; }

.btn-outline-dark {
  color: #212529;
  border-color: #212529; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
    .btn-check:checked + .btn-outline-dark:focus,
    .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline; }
  .btn-link:hover {
    color: #0a58ca; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

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

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

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

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

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 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; }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem; }

.dropdown-menu-start {
  --bs-position: start; }
  .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0; }

.dropdown-menu-end {
  --bs-position: end; }
  .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

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

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

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

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

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

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

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropstart .dropdown-toggle::after {
  display: none; }

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

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

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: #fff;
      background-color: #0d6efd; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }

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

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

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

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropend .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0; }

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      -webkit-transition: none;
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: #0a58ca; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

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

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

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

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static; }

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      -webkit-transition: none;
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .offcanvas-header {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      transition: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-sm .offcanvas-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .offcanvas-header {
      display: none; }
    .navbar-expand-md .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      transition: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-md .offcanvas-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .offcanvas-header {
      display: none; }
    .navbar-expand-lg .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      transition: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-lg .offcanvas-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .offcanvas-header {
      display: none; }
    .navbar-expand-xl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      transition: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xl .offcanvas-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxl .offcanvas-header {
      display: none; }
    .navbar-expand-xxl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      transition: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xxl .offcanvas-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas-header {
    display: none; }
  .navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .navbar-expand .offcanvas-top,
  .navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible; }

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

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

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

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

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

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

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

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

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

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

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

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem 1rem; }

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

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

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

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

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px); }

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

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

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

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      -webkit-transition: none;
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .accordion-button::after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        -webkit-transition: none;
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }

.accordion-body {
  padding: 1rem 1.25rem; }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush .accordion-item .accordion-button {
    border-radius: 0; }

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }

.breadcrumb-item.active {
  color: #6c757d; }

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

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .page-link {
      -webkit-transition: none;
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6; }

.page-link {
  padding: 0.375rem 0.75rem; }

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

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

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

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

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

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

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

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

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

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

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

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 3rem; }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem; }

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe; }
  .alert-primary .alert-link {
    color: #06357a; }

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8; }
  .alert-secondary .alert-link {
    color: #34383c; }

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc; }
  .alert-success .alert-link {
    color: #0c4128; }

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb; }
  .alert-info .alert-link {
    color: #04414d; }

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5; }
  .alert-warning .alert-link {
    color: #523e02; }

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7; }
  .alert-danger .alert-link {
    color: #6a1a21; }

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light .alert-link {
    color: #4f5050; }

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf; }
  .alert-dark .alert-link {
    color: #101214; }

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

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

.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }
  .list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section; }

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

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

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

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

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

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

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

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

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #084298;
    background-color: #bacbe6; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298; }

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b; }

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132; }

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160; }

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03; }

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029; }

.list-group-item-light {
  color: #636464;
  background-color: #fefefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464; }

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: 0.25; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .toast.showing {
    opacity: 0; }
  .toast:not(.show) {
    display: none; }

.toast-container {
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none; }
  .toast-container > :not(:last-child) {
    margin-bottom: 0.75rem; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }
  .toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem; }

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word; }

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }

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

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

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

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto; }

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; } }

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0; }
    .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
      top: -1px;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
      right: -1px;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0; }
    .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
      bottom: -1px;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
      left: -1px;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem; }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0; }

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

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 1rem 1rem;
  color: #212529; }

.carousel {
  position: relative; }

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

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

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

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

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center; }

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000; }

.carousel-dark .carousel-caption {
  color: #000; }

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

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

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

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

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

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

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

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

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

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      -webkit-transition: none;
      transition: none; } }

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

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem; }
  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem; }

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

.offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto; }

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.offcanvas.show {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5; }
  .placeholder.btn::before {
    display: inline-block;
    content: ""; }

.placeholder-xs {
  min-height: .6em; }

.placeholder-sm {
  min-height: .8em; }

.placeholder-lg {
  min-height: 1.2em; }

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
          animation: placeholder-glow 2s ease-in-out infinite; }

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2; } }

@keyframes placeholder-glow {
  50% {
    opacity: 0.2; } }

.placeholder-wave {
  -webkit-mask-image: -webkit-linear-gradient(320deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite; }

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%; } }

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%; } }

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

.link-primary {
  color: #0d6efd; }
  .link-primary:hover, .link-primary:focus {
    color: #0a58ca; }

.link-secondary {
  color: #6c757d; }
  .link-secondary:hover, .link-secondary:focus {
    color: #565e64; }

.link-success {
  color: #198754; }
  .link-success:hover, .link-success:focus {
    color: #146c43; }

.link-info {
  color: #0dcaf0; }
  .link-info:hover, .link-info:focus {
    color: #3dd5f3; }

.link-warning {
  color: #ffc107; }
  .link-warning:hover, .link-warning:focus {
    color: #ffcd39; }

.link-danger {
  color: #dc3545; }
  .link-danger:hover, .link-danger:focus {
    color: #b02a37; }

.link-light {
  color: #f8f9fa; }
  .link-light:hover, .link-light:focus {
    color: #f9fafb; }

.link-dark {
  color: #212529; }
  .link-dark:hover, .link-dark:focus {
    color: #1a1e21; }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

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

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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25; }

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

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

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

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

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

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

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

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

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

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

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

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

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

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

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

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

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

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

.d-grid {
  display: -ms-grid !important;
  display: grid !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

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

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

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

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

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

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important; }

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

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

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

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

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important; }

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important; }

.fs-5 {
  font-size: 1.25rem !important; }

.fs-6 {
  font-size: 1rem !important; }

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

.fst-normal {
  font-style: normal !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-lighter {
  font-weight: lighter !important; }

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

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

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

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

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

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

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

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

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

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

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

.user-select-none {
  -webkit-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

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

@font-face {
  font-family: 'icomoon';
  src: url("assets/fonts/icomoon.eot?5n4qgb");
  src: url("assets/fonts/icomoon.eot?5n4qgb#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?5n4qgb") format("truetype"), url("assets/fonts/icomoon.woff?5n4qgb") format("woff"), url("assets/fonts/icomoon.woff2?5n4qgb") format("woff2"), url("assets/fonts/icomoon.svg?5n4qgb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

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

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

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

.icon-long-arrow-left:before {
  content: "\e915"; }

.icon-email:before {
  content: "\e903"; }

.icon-facebook:before {
  content: "\e904"; }

.icon-instagram:before {
  content: "\e907"; }

.icon-left-arrow-thin:before {
  content: "\e908"; }

.icon-user:before {
  content: "\e910"; }

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

.icon-cart:before {
  content: "\e900"; }

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

.icon-down-arrow:before {
  content: "\e902"; }

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

.icon-headphone:before {
  content: "\e906"; }

.icon-left-arrow:before {
  content: "\e909"; }

.icon-minus:before {
  content: "\e90a"; }

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

.icon-right-arrow:before {
  content: "\e90c"; }

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

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

.icon-tick:before {
  content: "\e90f"; }

.icon-van:before {
  content: "\e911"; }

.icon-wishlist-fill:before {
  content: "\e913"; }

.icon-wishlist:before {
  content: "\e914"; }

ul, .woocommerce-MyAccount-navigation > ul, .woocommerce .woocommerce-error, .woocommerce-NoticeGroup .woocommerce-error, .checkout-container .mobile-step-nav, .checkout-container .delivery-option,
.checkout-container .payment-option, .checkout-container .wc_payment_methods, .single-article-container #content ol, .single-article-container #content ul, .user-info-container .woocommerce-MyAccount-navigation ul, .woocommerce-order-received .woocommerce-order .woocommerce-order-overview, .woocommerce-checkout .container > .woocommerce .order_details, .contact-container .contact-info-box ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

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

.comment-form input[type="text"],
.search-form input[type="text"],
.post-password-form input[type="text"], .comment-form
input[type="tel"],
.search-form
input[type="tel"],
.post-password-form
input[type="tel"], .comment-form
input[type="email"],
.search-form
input[type="email"],
.post-password-form
input[type="email"], .comment-form
input[type="search"],
.search-form
input[type="search"],
.post-password-form
input[type="search"], .comment-form
input[type="password"],
.search-form
input[type="password"],
.post-password-form
input[type="password"], .comment-form
input[type="url"],
.search-form
input[type="url"],
.post-password-form
input[type="url"], .comment-form
input[type="date"],
.search-form
input[type="date"],
.post-password-form
input[type="date"], .comment-form
textarea,
.search-form
textarea,
.post-password-form
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: 0.5em 0.7em; }
  .comment-form input[type="text"]:focus,
  .search-form input[type="text"]:focus,
  .post-password-form input[type="text"]:focus, .comment-form
  input[type="tel"]:focus,
  .search-form
  input[type="tel"]:focus,
  .post-password-form
  input[type="tel"]:focus, .comment-form
  input[type="email"]:focus,
  .search-form
  input[type="email"]:focus,
  .post-password-form
  input[type="email"]:focus, .comment-form
  input[type="search"]:focus,
  .search-form
  input[type="search"]:focus,
  .post-password-form
  input[type="search"]:focus, .comment-form
  input[type="password"]:focus,
  .search-form
  input[type="password"]:focus,
  .post-password-form
  input[type="password"]:focus, .comment-form
  input[type="url"]:focus,
  .search-form
  input[type="url"]:focus,
  .post-password-form
  input[type="url"]:focus, .comment-form
  input[type="date"]:focus,
  .search-form
  input[type="date"]:focus,
  .post-password-form
  input[type="date"]:focus, .comment-form
  textarea:focus,
  .search-form
  textarea:focus,
  .post-password-form
  textarea:focus {
    border-color: #333; }
  .comment-form input[type="text"]::-webkit-input-placeholder,
  .search-form input[type="text"]::-webkit-input-placeholder,
  .post-password-form input[type="text"]::-webkit-input-placeholder, .comment-form
  input[type="tel"]::-webkit-input-placeholder,
  .search-form
  input[type="tel"]::-webkit-input-placeholder,
  .post-password-form
  input[type="tel"]::-webkit-input-placeholder, .comment-form
  input[type="email"]::-webkit-input-placeholder,
  .search-form
  input[type="email"]::-webkit-input-placeholder,
  .post-password-form
  input[type="email"]::-webkit-input-placeholder, .comment-form
  input[type="search"]::-webkit-input-placeholder,
  .search-form
  input[type="search"]::-webkit-input-placeholder,
  .post-password-form
  input[type="search"]::-webkit-input-placeholder, .comment-form
  input[type="password"]::-webkit-input-placeholder,
  .search-form
  input[type="password"]::-webkit-input-placeholder,
  .post-password-form
  input[type="password"]::-webkit-input-placeholder, .comment-form
  input[type="url"]::-webkit-input-placeholder,
  .search-form
  input[type="url"]::-webkit-input-placeholder,
  .post-password-form
  input[type="url"]::-webkit-input-placeholder, .comment-form
  input[type="date"]::-webkit-input-placeholder,
  .search-form
  input[type="date"]::-webkit-input-placeholder,
  .post-password-form
  input[type="date"]::-webkit-input-placeholder, .comment-form
  textarea::-webkit-input-placeholder,
  .search-form
  textarea::-webkit-input-placeholder,
  .post-password-form
  textarea::-webkit-input-placeholder {
    color: #ccc; }
  .comment-form input[type="text"]::-moz-placeholder,
  .search-form input[type="text"]::-moz-placeholder,
  .post-password-form input[type="text"]::-moz-placeholder, .comment-form
  input[type="tel"]::-moz-placeholder,
  .search-form
  input[type="tel"]::-moz-placeholder,
  .post-password-form
  input[type="tel"]::-moz-placeholder, .comment-form
  input[type="email"]::-moz-placeholder,
  .search-form
  input[type="email"]::-moz-placeholder,
  .post-password-form
  input[type="email"]::-moz-placeholder, .comment-form
  input[type="search"]::-moz-placeholder,
  .search-form
  input[type="search"]::-moz-placeholder,
  .post-password-form
  input[type="search"]::-moz-placeholder, .comment-form
  input[type="password"]::-moz-placeholder,
  .search-form
  input[type="password"]::-moz-placeholder,
  .post-password-form
  input[type="password"]::-moz-placeholder, .comment-form
  input[type="url"]::-moz-placeholder,
  .search-form
  input[type="url"]::-moz-placeholder,
  .post-password-form
  input[type="url"]::-moz-placeholder, .comment-form
  input[type="date"]::-moz-placeholder,
  .search-form
  input[type="date"]::-moz-placeholder,
  .post-password-form
  input[type="date"]::-moz-placeholder, .comment-form
  textarea::-moz-placeholder,
  .search-form
  textarea::-moz-placeholder,
  .post-password-form
  textarea::-moz-placeholder {
    opacity: 1;
    color: #ccc; }
  .comment-form input[type="text"]:-moz-placeholder,
  .search-form input[type="text"]:-moz-placeholder,
  .post-password-form input[type="text"]:-moz-placeholder, .comment-form
  input[type="tel"]:-moz-placeholder,
  .search-form
  input[type="tel"]:-moz-placeholder,
  .post-password-form
  input[type="tel"]:-moz-placeholder, .comment-form
  input[type="email"]:-moz-placeholder,
  .search-form
  input[type="email"]:-moz-placeholder,
  .post-password-form
  input[type="email"]:-moz-placeholder, .comment-form
  input[type="search"]:-moz-placeholder,
  .search-form
  input[type="search"]:-moz-placeholder,
  .post-password-form
  input[type="search"]:-moz-placeholder, .comment-form
  input[type="password"]:-moz-placeholder,
  .search-form
  input[type="password"]:-moz-placeholder,
  .post-password-form
  input[type="password"]:-moz-placeholder, .comment-form
  input[type="url"]:-moz-placeholder,
  .search-form
  input[type="url"]:-moz-placeholder,
  .post-password-form
  input[type="url"]:-moz-placeholder, .comment-form
  input[type="date"]:-moz-placeholder,
  .search-form
  input[type="date"]:-moz-placeholder,
  .post-password-form
  input[type="date"]:-moz-placeholder, .comment-form
  textarea:-moz-placeholder,
  .search-form
  textarea:-moz-placeholder,
  .post-password-form
  textarea:-moz-placeholder {
    color: #ccc; }
  .comment-form input[type="text"]:-ms-input-placeholder,
  .search-form input[type="text"]:-ms-input-placeholder,
  .post-password-form input[type="text"]:-ms-input-placeholder, .comment-form
  input[type="tel"]:-ms-input-placeholder,
  .search-form
  input[type="tel"]:-ms-input-placeholder,
  .post-password-form
  input[type="tel"]:-ms-input-placeholder, .comment-form
  input[type="email"]:-ms-input-placeholder,
  .search-form
  input[type="email"]:-ms-input-placeholder,
  .post-password-form
  input[type="email"]:-ms-input-placeholder, .comment-form
  input[type="search"]:-ms-input-placeholder,
  .search-form
  input[type="search"]:-ms-input-placeholder,
  .post-password-form
  input[type="search"]:-ms-input-placeholder, .comment-form
  input[type="password"]:-ms-input-placeholder,
  .search-form
  input[type="password"]:-ms-input-placeholder,
  .post-password-form
  input[type="password"]:-ms-input-placeholder, .comment-form
  input[type="url"]:-ms-input-placeholder,
  .search-form
  input[type="url"]:-ms-input-placeholder,
  .post-password-form
  input[type="url"]:-ms-input-placeholder, .comment-form
  input[type="date"]:-ms-input-placeholder,
  .search-form
  input[type="date"]:-ms-input-placeholder,
  .post-password-form
  input[type="date"]:-ms-input-placeholder, .comment-form
  textarea:-ms-input-placeholder,
  .search-form
  textarea:-ms-input-placeholder,
  .post-password-form
  textarea:-ms-input-placeholder {
    color: #ccc; }
  .comment-form input[type="text"].placeholder,
  .search-form input[type="text"].placeholder,
  .post-password-form input[type="text"].placeholder, .comment-form
  input[type="tel"].placeholder,
  .search-form
  input[type="tel"].placeholder,
  .post-password-form
  input[type="tel"].placeholder, .comment-form
  input[type="email"].placeholder,
  .search-form
  input[type="email"].placeholder,
  .post-password-form
  input[type="email"].placeholder, .comment-form
  input[type="search"].placeholder,
  .search-form
  input[type="search"].placeholder,
  .post-password-form
  input[type="search"].placeholder, .comment-form
  input[type="password"].placeholder,
  .search-form
  input[type="password"].placeholder,
  .post-password-form
  input[type="password"].placeholder, .comment-form
  input[type="url"].placeholder,
  .search-form
  input[type="url"].placeholder,
  .post-password-form
  input[type="url"].placeholder, .comment-form
  input[type="date"].placeholder,
  .search-form
  input[type="date"].placeholder,
  .post-password-form
  input[type="date"].placeholder, .comment-form
  textarea.placeholder,
  .search-form
  textarea.placeholder,
  .post-password-form
  textarea.placeholder {
    color: #ccc; }

.widget {
  margin-bottom: 1.2em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type="text"] {
  margin: 0 4px 0 0;
  width: 300px; }

.comment-form input[type="submit"] {
  display: block;
  float: none; }

.post-password-form label {
  display: block; }

.post-password-form input[type="password"] {
  margin: 0 4px 0 0;
  width: 300px; }

.search-form input {
  float: left;
  height: 2em; }
  .search-form input[type="search"] {
    margin: 0 4px 0 0;
    width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type="password"] {
    width: 150px; }

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  background: #333;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 0.5em; }
  .comment-form input[type="submit"]:hover,
  .post-password-form input[type="submit"]:hover,
  .search-form input[type="submit"]:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.4em; }
    @media (max-width: 575.98px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    background: #666;
    color: #fff;
    padding: 0.4em;
    text-decoration: none; }
    @media (max-width: 575.98px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: 0.2em; } }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 50%;
    background: #666;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: 0.4em;
      display: block; }
      @media (max-width: 575.98px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: 0.2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ccc;
  padding: 0.4em;
  margin-bottom: 1.2em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: 0.4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.2em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 1.2em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

/* Slick slider styles */
.slick-slider-frame,
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer; }

.slick-slider-frame .slick-track,
.slick-slider-frame .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  outline: none; }
  .slick-slide:focus {
    outline: none; }
  [dir="rtl"] .slick-slide,
  .rtl .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-slide.slick-cloned img[data-lazyloaded="1"]:not(.litespeed-loaded) {
    position: absolute; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* custom select styles */
.jcf-select {
  display: block;
  position: relative;
  background: #fff;
  height: 26px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  font-size: 0.75rem;
  line-height: 2rem;
  margin: 0 0 0 0.9375rem; }
  @media (min-width: 768px) {
    .jcf-select .jcf-select-text {
      font-size: 13px;
      margin-left: 18px;
      line-height: 1.625rem; } }
  @media (min-width: 992px) {
    .jcf-select .jcf-select-text {
      font-size: 14px;
      margin-left: 20px; } }
  @media (min-width: 1200px) {
    .jcf-select .jcf-select-text {
      font-size: 15px; } }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer; }
  .jcf-select .jcf-select-opener:before {
    content: '\e902';
    font: 0.3125rem/1 "icomoon";
    display: block; }
    @media (min-width: 992px) {
      .jcf-select .jcf-select-opener:before {
        font-size: 6px; } }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #E7E7E7; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 1.25;
  font-size: 0.75rem;
  width: 100%; }
  @media (min-width: 768px) {
    .jcf-list {
      font-size: 13px; } }
  @media (min-width: 992px) {
    .jcf-list {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .jcf-list {
      font-size: 15px; } }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

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

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 0.5rem 0.875rem;
  color: #000;
  height: 1%;
  cursor: pointer; }
  .jcf-list .jcf-option.jcf-hover, .jcf-list .jcf-option.jcf-selected {
    background: #000;
    color: #fff; }
  .jcf-list .jcf-option.jcf-option-placeholder {
    display: none; }

.jcf-list .jcf-disabled {
  background: #eee !important;
  color: #aaa !important;
  cursor: not-allowed; }

html {
  font-size: 5vw;
  overflow-x: hidden; }
  @media (min-width: 640px) {
    html {
      font-size: 32px; } }
  @media (min-width: 768px) {
    html {
      font-size: 16px; } }

body #pojo-a11y-toolbar {
  top: auto !important;
  bottom: 60px; }
  @media (min-width: 768px) {
    body #pojo-a11y-toolbar {
      bottom: 80px; } }
  body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
    bottom: 0; }
    body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
      padding: 5px !important;
      width: 30px; }
      @media (min-width: 768px) {
        body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
          width: 34px; } }
      body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a svg {
        width: 100%; }

body {
  min-width: 320px;
  font-family: "Rubik", "Assistant", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.rtl {
    direction: rtl;
    text-align: inherit; }
  @media (max-width: 767.98px) {
    body.product_filter_active {
      overflow: hidden; } }
  body .woocommerce-form-login .wc-social-login,
  body .wc-social-login.wc-social-login-link-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 -1.25rem; }
    @media (min-width: 768px) {
      body .woocommerce-form-login .wc-social-login,
      body .wc-social-login.wc-social-login-link-account {
        margin: 0 -22px; } }
    body .woocommerce-form-login .wc-social-login .button-social-login,
    body .wc-social-login.wc-social-login-link-account .button-social-login {
      background: none;
      outline: none;
      border: none;
      width: auto;
      height: auto;
      font-size: 0.625rem;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      text-transform: uppercase;
      text-decoration: none;
      color: #000;
      font-weight: 400;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 1.25rem;
      border-radius: 0;
      box-shadow: none;
      padding: 0; }
      @media (min-width: 768px) {
        body .woocommerce-form-login .wc-social-login .button-social-login,
        body .wc-social-login.wc-social-login-link-account .button-social-login {
          font-size: 14px;
          margin: 0 22px; } }
      .rtl body .woocommerce-form-login .wc-social-login .button-social-login, .rtl
      body .wc-social-login.wc-social-login-link-account .button-social-login {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
      body .woocommerce-form-login .wc-social-login .button-social-login .si,
      body .wc-social-login.wc-social-login-link-account .button-social-login .si {
        margin: 0 0 0 8px;
        position: relative;
        z-index: 2;
        width: auto;
        height: auto;
        background: none;
        border-radius: 0; }
        @media (min-width: 768px) {
          body .woocommerce-form-login .wc-social-login .button-social-login .si,
          body .wc-social-login.wc-social-login-link-account .button-social-login .si {
            margin-left: 10px; } }
        .rtl body .woocommerce-form-login .wc-social-login .button-social-login .si, .rtl
        body .wc-social-login.wc-social-login-link-account .button-social-login .si {
          margin-left: 0;
          margin-right: 8px; }
          @media (min-width: 768px) {
            .rtl body .woocommerce-form-login .wc-social-login .button-social-login .si, .rtl
            body .wc-social-login.wc-social-login-link-account .button-social-login .si {
              margin-right: 10px; } }
        body .woocommerce-form-login .wc-social-login .button-social-login .si.si-google, body .woocommerce-form-login .wc-social-login .button-social-login .si.si-facebook,
        body .wc-social-login.wc-social-login-link-account .button-social-login .si.si-google,
        body .wc-social-login.wc-social-login-link-account .button-social-login .si.si-facebook {
          font-family: "icomoon" !important; }
      body .woocommerce-form-login .wc-social-login .button-social-login .si-facebook,
      body .wc-social-login.wc-social-login-link-account .button-social-login .si-facebook {
        font-size: 0.75rem; }
        @media (min-width: 768px) {
          body .woocommerce-form-login .wc-social-login .button-social-login .si-facebook,
          body .wc-social-login.wc-social-login-link-account .button-social-login .si-facebook {
            font-size: 17px; } }
        body .woocommerce-form-login .wc-social-login .button-social-login .si-facebook:before,
        body .wc-social-login.wc-social-login-link-account .button-social-login .si-facebook:before {
          content: "\e903"; }
      body .woocommerce-form-login .wc-social-login .button-social-login .si-google,
      body .wc-social-login.wc-social-login-link-account .button-social-login .si-google {
        font-size: 0.90625rem; }
        @media (min-width: 768px) {
          body .woocommerce-form-login .wc-social-login .button-social-login .si-google,
          body .wc-social-login.wc-social-login-link-account .button-social-login .si-google {
            font-size: 18px; } }
        body .woocommerce-form-login .wc-social-login .button-social-login .si-google:before,
        body .wc-social-login.wc-social-login-link-account .button-social-login .si-google:before {
          content: "\e913"; }
  body .woocommerce-form-login .wc-social-login.form-row-wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    body .woocommerce-form-login .wc-social-login.form-row-wide p {
      font-size: 1rem;
      width: 100%;
      margin: 2.125rem 0 1.6875rem;
      text-align: center; }
    body .woocommerce-form-login .wc-social-login.form-row-wide .button-social-login {
      margin: 0 0 1.25rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0 1.25rem; }
      body .woocommerce-form-login .wc-social-login.form-row-wide .button-social-login span.si {
        margin-left: 0.625rem;
        margin-right: auto; }
  body .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    border: none;
    outline: none; }

.loadscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s linear opacity, 0.5s linear visibility, 0.5s linear transform;
  transition: 0.5s linear opacity, 0.5s linear visibility, 0.5s linear transform; }
  .loaded .loadscreen {
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%); }
  .loadscreen .load-logo {
    width: 7.375rem;
    position: relative; }
    @media (min-width: 768px) {
      .loadscreen .load-logo {
        width: 150px; } }
    @media (min-width: 992px) {
      .loadscreen .load-logo {
        width: 166px; } }
    @media (min-width: 1200px) {
      .loadscreen .load-logo {
        width: 180px; } }
    .loadscreen .load-logo:before {
      position: absolute;
      top: 0;
      left: -75%;
      z-index: 2;
      display: block;
      content: "";
      width: 80%;
      height: 100%;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
      -webkit-animation: shine 1.15s infinite;
              animation: shine 1.15s infinite;
      z-index: 9; }
    .loadscreen .load-logo img {
      width: 100%; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea,
select {
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none; }

input[type="search"]::-ms-clear, input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

a {
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

a.key_focused,
button.key_focused,
input.key_focused,
textarea.key_focused,
select.key_focused {
  outline: none; }

.slick-slider a:not(.mouse_clicked):focus, .slick-slider
button:not(.mouse_clicked):focus, .slick-slider
input:not(.mouse_clicked):focus, .slick-slider
textarea:not(.mouse_clicked):focus, .slick-slider
select:not(.mouse_clicked):focus {
  outline: none; }

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none; }

a,
input,
button,
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a:focus,
  input:focus,
  button:focus,
  label:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

button,
input[type="submit"] {
  cursor: pointer; }

noscript {
  text-align: center;
  padding: 15px; }

.sr-only.sr-only-focusable:focus {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  background: #051d2f;
  padding: 10px 15px;
  display: inline-block;
  vertical-align: top;
  margin: 5px; }
  .sr-only.sr-only-focusable:focus[accesskey="m"], .sr-only.sr-only-focusable:focus[accesskey="c"] {
    z-index: 9999;
    position: fixed;
    text-decoration: none; }

.rtl .woocommerce-Price-amount.amount {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  direction: ltr; }

.woocommerce-Price-amount.amount* {
  color: #000; }

.rtl .wpcf7 input[type="url"], .rtl
.wpcf7 input[type="email"], .rtl
.wpcf7 input[type="tel"] {
  direction: rtl; }

#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }
  #wrapper ~ .sr-only.sr-only-focusable:focus {
    z-index: 9999;
    position: fixed;
    bottom: 0;
    right: 0;
    left: auto; }

#main {
  min-height: 30vh; }
  @media (max-width: 767.98px) {
    #main {
      position: relative; } }

.container {
  margin: 0 auto; }
  @media (min-width: 768px) {
    .container {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px; } }
  @media (min-width: 1300px) {
    .container {
      max-width: 1280px; } }
  @media (max-width: 767.98px) {
    .container {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

ins,
abbr {
  text-decoration: none; }

.hidden,
legend {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.login-error {
  text-align: center;
  font-size: 1.2em;
  margin-top: 5px;
  color: #f00; }

.form-group label abbr {
  border: none;
  outline: none;
  text-decoration: none; }

input[type="number"]#account_number_customers {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  box-sizing: border-box;
  border-radius: 0; }
  input[type="number"]#account_number_customers::-webkit-inner-spin-button, input[type="number"]#account_number_customers::-webkit-outer-spin-button {
    -webkit-appearance: none;
    display: none; }

.jcf-number {
  display: block;
  position: relative;
  height: 1.25rem;
  width: 2.6875rem; }
  @media (min-width: 768px) {
    .jcf-number {
      height: 24px;
      width: 48px; } }
  .jcf-number.jcf-disabled input {
    color: #888; }
  .jcf-number.jcf-disabled .jcf-btn-inc,
  .jcf-number.jcf-disabled .jcf-btn-dec {
    background: #888;
    color: rgba(255, 255, 255, 0.8); }
  .jcf-number .jcf-btn-inc,
  .jcf-number .jcf-btn-dec {
    height: 100%;
    border: none;
    color: #000;
    position: absolute;
    cursor: pointer;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.0625rem 0 0; }
    .jcf-number .jcf-btn-inc:before,
    .jcf-number .jcf-btn-dec:before {
      font: 0.4375rem/ 1 "icomoon"; }
    .jcf-number .jcf-btn-inc.jcf-disabled,
    .jcf-number .jcf-btn-dec.jcf-disabled {
      cursor: not-allowed; }
    .jcf-number .jcf-btn-inc:not(.jcf-disabled):hover,
    .jcf-number .jcf-btn-dec:not(.jcf-disabled):hover {
      color: #000; }
  .jcf-number .jcf-btn-inc {
    right: 0; }
    .rtl .jcf-number .jcf-btn-inc {
      right: auto;
      left: 0; }
    .jcf-number .jcf-btn-inc:before {
      content: "+";
      font-size: 1rem; }
  .jcf-number .jcf-btn-dec {
    left: 0; }
    .rtl .jcf-number .jcf-btn-dec {
      left: auto;
      right: 0; }
    .jcf-number .jcf-btn-dec:before {
      content: "-";
      font-size: 1.1875rem; }
  .jcf-number input {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0;
    height: 100%;
    color: #000;
    font-weight: 400;
    background: none;
    width: 100%;
    outline: none;
    box-shadow: none;
    font-size: 0.875rem;
    line-height: 1.25;
    text-align: center;
    padding: 0 0.75rem;
    border: none; }
    @media (min-width: 768px) {
      .jcf-number input {
        font-size: 15px;
        line-height: 24px; } }
    @media (min-width: 992px) {
      .jcf-number input {
        font-size: 16px; } }
    .jcf-number input:disabled {
      color: #000; }
    .jcf-number input::-webkit-inner-spin-button, .jcf-number input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      display: none; }

button.btn,
button.button,
a.btn,
a.button,
input.btn,
input.button {
  -webkit-transition: 0.2s linear color, 0.2s linear background, 0.2s linear border;
  transition: 0.2s linear color, 0.2s linear background, 0.2s linear border;
  font: 600 0.8125rem/1.25rem "Rubik", "Assistant", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  border: 1px solid #6ad3d9;
  background: #6ad3d9;
  font-size: 0.8125rem;
  height: 2.125rem;
  line-height: 2rem;
  border-radius: 1.0625rem;
  padding: 0 0.875rem;
  color: #fff;
  position: relative; }
  button.btn.btn-orange,
  button.button.btn-orange,
  a.btn.btn-orange,
  a.button.btn-orange,
  input.btn.btn-orange,
  input.button.btn-orange {
    background: #ff8937; }
    button.btn.btn-orange:hover,
    button.button.btn-orange:hover,
    a.btn.btn-orange:hover,
    a.button.btn-orange:hover,
    input.btn.btn-orange:hover,
    input.button.btn-orange:hover {
      color: #ff8937;
      border-color: #ff8937; }
  button.btn.btn-pink,
  button.button.btn-pink,
  a.btn.btn-pink,
  a.button.btn-pink,
  input.btn.btn-pink,
  input.button.btn-pink {
    background: #ec697f; }
    button.btn.btn-pink:hover,
    button.button.btn-pink:hover,
    a.btn.btn-pink:hover,
    a.button.btn-pink:hover,
    input.btn.btn-pink:hover,
    input.button.btn-pink:hover {
      color: #ec697f;
      border-color: #ec697f; }
  button.btn.btn-green,
  button.button.btn-green,
  a.btn.btn-green,
  a.button.btn-green,
  input.btn.btn-green,
  input.button.btn-green {
    background: #68d392; }
    button.btn.btn-green:hover,
    button.button.btn-green:hover,
    a.btn.btn-green:hover,
    a.button.btn-green:hover,
    input.btn.btn-green:hover,
    input.button.btn-green:hover {
      color: #68d392;
      border-color: #68d392; }
  button.btn.btn-purple,
  button.button.btn-purple,
  a.btn.btn-purple,
  a.button.btn-purple,
  input.btn.btn-purple,
  input.button.btn-purple {
    background: #a15cf1; }
    button.btn.btn-purple:hover,
    button.button.btn-purple:hover,
    a.btn.btn-purple:hover,
    a.button.btn-purple:hover,
    input.btn.btn-purple:hover,
    input.button.btn-purple:hover {
      color: #a15cf1;
      border-color: #a15cf1; }
  button.btn.btn-transparent,
  button.button.btn-transparent,
  a.btn.btn-transparent,
  a.button.btn-transparent,
  input.btn.btn-transparent,
  input.button.btn-transparent {
    color: #fff;
    border-color: #fff;
    background: transparent; }
    button.btn.btn-transparent:hover,
    button.button.btn-transparent:hover,
    a.btn.btn-transparent:hover,
    a.button.btn-transparent:hover,
    input.btn.btn-transparent:hover,
    input.button.btn-transparent:hover {
      color: #6ad3d9;
      border-color: #fff;
      background: #fff; }
  @media (min-width: 768px) {
    button.btn,
    button.button,
    a.btn,
    a.button,
    input.btn,
    input.button {
      font-size: 16px;
      height: 46px;
      line-height: 2.6875rem;
      border-radius: 23px;
      padding: 0 30px; } }
  button.btn:focus, button.btn:active, button.btn:visited,
  button.button:focus,
  button.button:active,
  button.button:visited,
  a.btn:focus,
  a.btn:active,
  a.btn:visited,
  a.button:focus,
  a.button:active,
  a.button:visited,
  input.btn:focus,
  input.btn:active,
  input.btn:visited,
  input.button:focus,
  input.button:active,
  input.button:visited {
    outline: none !important;
    box-shadow: none !important; }
  button.btn:hover,
  button.button:hover,
  a.btn:hover,
  a.button:hover,
  input.btn:hover,
  input.button:hover {
    color: #6ad3d9;
    background: #fff; }
  button.btn.disabled,
  button.button.disabled,
  a.btn.disabled,
  a.button.disabled,
  input.btn.disabled,
  input.button.disabled {
    opacity: 1;
    border-color: #000;
    background: #000; }
  button.btn:not(:disabled):not(.disabled):active, button.btn:not(:disabled):not(.disabled).active,
  button.button:not(:disabled):not(.disabled):active,
  button.button:not(:disabled):not(.disabled).active,
  a.btn:not(:disabled):not(.disabled):active,
  a.btn:not(:disabled):not(.disabled).active,
  a.button:not(:disabled):not(.disabled):active,
  a.button:not(:disabled):not(.disabled).active,
  input.btn:not(:disabled):not(.disabled):active,
  input.btn:not(:disabled):not(.disabled).active,
  input.button:not(:disabled):not(.disabled):active,
  input.button:not(:disabled):not(.disabled).active {
    box-shadow: none;
    outline: none; }
  button.btn:not(:disabled):not(.disabled).cart_added,
  button.button:not(:disabled):not(.disabled).cart_added,
  a.btn:not(:disabled):not(.disabled).cart_added,
  a.button:not(:disabled):not(.disabled).cart_added,
  input.btn:not(:disabled):not(.disabled).cart_added,
  input.button:not(:disabled):not(.disabled).cart_added {
    border-color: #000 !important;
    background: #fff !important;
    color: #000 !important; }
  button.btn.btn-outline,
  button.button.btn-outline,
  a.btn.btn-outline,
  a.button.btn-outline,
  input.btn.btn-outline,
  input.button.btn-outline {
    color: #000;
    background: #fff;
    border-color: rgba(151, 151, 151, 0.3); }
    button.btn.btn-outline:not(:disabled):not(.disabled):focus, button.btn.btn-outline:not(:disabled):not(.disabled):active, button.btn.btn-outline:not(:disabled):not(.disabled):visited,
    button.button.btn-outline:not(:disabled):not(.disabled):focus,
    button.button.btn-outline:not(:disabled):not(.disabled):active,
    button.button.btn-outline:not(:disabled):not(.disabled):visited,
    a.btn.btn-outline:not(:disabled):not(.disabled):focus,
    a.btn.btn-outline:not(:disabled):not(.disabled):active,
    a.btn.btn-outline:not(:disabled):not(.disabled):visited,
    a.button.btn-outline:not(:disabled):not(.disabled):focus,
    a.button.btn-outline:not(:disabled):not(.disabled):active,
    a.button.btn-outline:not(:disabled):not(.disabled):visited,
    input.btn.btn-outline:not(:disabled):not(.disabled):focus,
    input.btn.btn-outline:not(:disabled):not(.disabled):active,
    input.btn.btn-outline:not(:disabled):not(.disabled):visited,
    input.button.btn-outline:not(:disabled):not(.disabled):focus,
    input.button.btn-outline:not(:disabled):not(.disabled):active,
    input.button.btn-outline:not(:disabled):not(.disabled):visited {
      outline: none;
      box-shadow: none; }
    button.btn.btn-outline:not(:disabled):not(.disabled):focus,
    button.button.btn-outline:not(:disabled):not(.disabled):focus,
    a.btn.btn-outline:not(:disabled):not(.disabled):focus,
    a.button.btn-outline:not(:disabled):not(.disabled):focus,
    input.btn.btn-outline:not(:disabled):not(.disabled):focus,
    input.button.btn-outline:not(:disabled):not(.disabled):focus {
      color: #000;
      background: #fff;
      border-color: rgba(151, 151, 151, 0.3); }
    button.btn.btn-outline:not(:disabled):not(.disabled):hover,
    button.button.btn-outline:not(:disabled):not(.disabled):hover,
    a.btn.btn-outline:not(:disabled):not(.disabled):hover,
    a.button.btn-outline:not(:disabled):not(.disabled):hover,
    input.btn.btn-outline:not(:disabled):not(.disabled):hover,
    input.button.btn-outline:not(:disabled):not(.disabled):hover {
      background: #000;
      border-color: #000;
      color: #fff; }
  button.btn.btn-primary,
  button.button.btn-primary,
  a.btn.btn-primary,
  a.button.btn-primary,
  input.btn.btn-primary,
  input.button.btn-primary {
    background: #000;
    color: #fff;
    border: solid 1px #000;
    box-shadow: none; }
    button.btn.btn-primary:not(:disabled):not(.disabled):focus, button.btn.btn-primary:not(:disabled):not(.disabled):active, button.btn.btn-primary:not(:disabled):not(.disabled):visited,
    button.button.btn-primary:not(:disabled):not(.disabled):focus,
    button.button.btn-primary:not(:disabled):not(.disabled):active,
    button.button.btn-primary:not(:disabled):not(.disabled):visited,
    a.btn.btn-primary:not(:disabled):not(.disabled):focus,
    a.btn.btn-primary:not(:disabled):not(.disabled):active,
    a.btn.btn-primary:not(:disabled):not(.disabled):visited,
    a.button.btn-primary:not(:disabled):not(.disabled):focus,
    a.button.btn-primary:not(:disabled):not(.disabled):active,
    a.button.btn-primary:not(:disabled):not(.disabled):visited,
    input.btn.btn-primary:not(:disabled):not(.disabled):focus,
    input.btn.btn-primary:not(:disabled):not(.disabled):active,
    input.btn.btn-primary:not(:disabled):not(.disabled):visited,
    input.button.btn-primary:not(:disabled):not(.disabled):focus,
    input.button.btn-primary:not(:disabled):not(.disabled):active,
    input.button.btn-primary:not(:disabled):not(.disabled):visited {
      outline: none;
      box-shadow: none; }
    button.btn.btn-primary:not(:disabled):not(.disabled):focus,
    button.button.btn-primary:not(:disabled):not(.disabled):focus,
    a.btn.btn-primary:not(:disabled):not(.disabled):focus,
    a.button.btn-primary:not(:disabled):not(.disabled):focus,
    input.btn.btn-primary:not(:disabled):not(.disabled):focus,
    input.button.btn-primary:not(:disabled):not(.disabled):focus {
      background: #000;
      color: #fff;
      border-color: #000; }
    button.btn.btn-primary:not(:disabled):not(.disabled):hover,
    button.button.btn-primary:not(:disabled):not(.disabled):hover,
    a.btn.btn-primary:not(:disabled):not(.disabled):hover,
    a.button.btn-primary:not(:disabled):not(.disabled):hover,
    input.btn.btn-primary:not(:disabled):not(.disabled):hover,
    input.button.btn-primary:not(:disabled):not(.disabled):hover {
      background: #fff;
      border-color: #161616;
      color: #161616; }
  button.btn .hover-text,
  button.button .hover-text,
  a.btn .hover-text,
  a.button .hover-text,
  input.btn .hover-text,
  input.button .hover-text {
    position: absolute;
    left: 0;
    right: 0; }

label.error,
span.error {
  color: #f00;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 767.98px) {
    label.error,
    span.error {
      font-size: 0.6875rem !important; } }

.form-control {
  font-size: 0.75rem;
  line-height: 1.5;
  border: 1px solid #000;
  border-width: 0 0 1px;
  background: #fff;
  outline: none;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  color: #000;
  height: calc(2.5625rem + 1px);
  padding: 0.6875rem 0;
  border-radius: 0; }
  @media (min-width: 768px) {
    .form-control {
      font-size: 14px;
      height: 42px;
      padding: 10px 0; } }
  @media (min-width: 992px) {
    .form-control {
      font-size: 16px;
      height: 47px;
      padding: 11px 0; } }
  .form-control::-webkit-input-placeholder {
    color: #000; }
  .form-control::-moz-placeholder {
    opacity: 1;
    color: #000; }
  .form-control:-moz-placeholder {
    color: #000; }
  .form-control:-ms-input-placeholder {
    color: #000; }
  .form-control.placeholder {
    color: #000; }
  .form-control:focus {
    box-shadow: none; }
  .form-control.error {
    border-color: #f00; }

.backdrop-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease opacity, 0.5s ease visibility, 0.5s ease filter;
  transition: 0.5s ease opacity, 0.5s ease visibility, 0.5s ease filter; }
  @media (max-width: 767.98px) {
    .nav-active .backdrop-overlay,
    .sidebar_filter_active .backdrop-overlay,
    .product_filter_active .backdrop-overlay {
      opacity: 1;
      visibility: visible; } }
  @media (max-width: 767.98px) {
    .product_filter_active .backdrop-overlay {
      z-index: 1; } }
  .mini_cart_active .backdrop-overlay,
  .header_search_active .backdrop-overlay,
  .wishlist_active .backdrop-overlay {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 767.98px) {
    .mini_cart_active .backdrop-overlay {
      opacity: 1;
      visibility: visible; } }
  @media (min-width: 992px) {
    .mini_cart_active:not(.product-category-page) .backdrop-overlay {
      opacity: 1;
      visibility: visible; } }

.viewport-item.has_animation {
  opacity: 0; }
  .viewport-item.has_animation.viewport__active {
    -webkit-animation: fadeIn 0.65s ease forwards;
            animation: fadeIn 0.65s ease forwards; }

.archive .product-item.viewport-item {
  opacity: 0; }
  .archive .product-item.viewport-item.viewport__active {
    -webkit-animation: fadeIn 0.65s ease forwards;
            animation: fadeIn 0.65s ease forwards; }

.section-title {
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 1.25rem;
  text-align: center;
  font-family: Josefin Sans; }
  @media (min-width: 768px) {
    .section-title {
      font-size: 2.25rem;
      margin-bottom: 1.875rem; } }

.woocommerce-breadcrumb {
  display: block;
  text-align: right;
  font-size: 0.6875rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5); }
  @media (min-width: 768px) {
    .woocommerce-breadcrumb {
      font-size: 14px; } }
  @media (max-width: 767.98px) {
    .woocommerce-breadcrumb {
      text-align: center; } }
  .shop .woocommerce-breadcrumb {
    padding: 1.25rem 2.8125rem;
    max-width: 100%; }
    @media (max-width: 767.98px) {
      .shop .woocommerce-breadcrumb {
        display: none; } }
  .woocommerce-breadcrumb a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    position: relative; }
    .woocommerce-breadcrumb a:after {
      content: "";
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 1px;
      background: rgba(0, 0, 0, 0.5);
      height: 0.75rem;
      margin: 0 0.375rem; }
      @media (min-width: 768px) {
        .woocommerce-breadcrumb a:after {
          height: 0.9375rem;
          margin: 0 0.625rem; } }

.jcf-number {
  display: block;
  position: relative;
  height: 2.125rem;
  width: 5.1875rem; }
  @media (min-width: 768px) {
    .jcf-number {
      height: 36px;
      width: 100px; } }
  @media (min-width: 992px) {
    .jcf-number {
      height: 46px;
      width: 116px; } }
  .jcf-number.jcf-disabled input {
    color: #888; }
  .jcf-number.jcf-disabled .jcf-btn-inc,
  .jcf-number.jcf-disabled .jcf-btn-dec {
    background: #888;
    color: rgba(255, 255, 255, 0.8); }
  .jcf-number .jcf-btn-inc,
  .jcf-number .jcf-btn-dec {
    height: 100%;
    border: none;
    color: #000;
    position: absolute;
    cursor: pointer;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.0625rem 0 0;
    width: 1.6875rem; }
    @media (min-width: 768px) {
      .jcf-number .jcf-btn-inc,
      .jcf-number .jcf-btn-dec {
        width: 32px; } }
    @media (min-width: 992px) {
      .jcf-number .jcf-btn-inc,
      .jcf-number .jcf-btn-dec {
        width: 37px; } }
    .jcf-number .jcf-btn-inc.jcf-disabled,
    .jcf-number .jcf-btn-dec.jcf-disabled {
      cursor: not-allowed; }
    .jcf-number .jcf-btn-inc:not(.jcf-disabled):hover,
    .jcf-number .jcf-btn-dec:not(.jcf-disabled):hover {
      color: #000; }
  .jcf-number .jcf-btn-inc {
    right: 0;
    border-left: 1px solid #d1d1d1;
    border-right: none; }
    .rtl .jcf-number .jcf-btn-inc {
      right: auto;
      left: 0;
      border-left: none;
      border-right: 1px solid #d1d1d1; }
  .jcf-number .jcf-btn-dec {
    left: 0;
    border-right: 1px solid #d1d1d1; }
    .rtl .jcf-number .jcf-btn-dec {
      left: auto;
      right: 0;
      border-right: none;
      border-left: 1px solid #d1d1d1; }
  .jcf-number input {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0;
    height: 100%;
    color: #000;
    font-weight: 400;
    background: none;
    width: 100%;
    outline: none;
    box-shadow: none;
    font-size: 0.875rem;
    line-height: 1.25;
    text-align: center;
    padding: 0 0.75rem;
    border: 1px solid #d1d1d1; }
    @media (min-width: 768px) {
      .jcf-number input {
        font-size: 16px;
        line-height: 24px; } }
    @media (min-width: 992px) {
      .jcf-number input {
        font-size: 18px;
        line-height: 30px; } }
    .jcf-number input:disabled {
      color: #000; }
    .jcf-number input::-webkit-inner-spin-button, .jcf-number input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      display: none; }

.css-loader,
.loader {
  color: #000;
  font-size: 60px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease; }
  .css-loader img,
  .loader img {
    display: none; }
  .css-loader.hidden,
  .loader.hidden {
    display: none; }

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  font-size: 18px !important;
  padding: 8px !important; }

span.matat-label {
  background: #ff8937;
  font-size: 0.6875rem;
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  padding: 0.1875rem 0.5625rem;
  border-radius: 0.6875rem;
  position: absolute;
  top: 0.28125rem;
  right: 0.28125rem; }
  @media (min-width: 768px) {
    span.matat-label {
      font-size: 0.75rem;
      padding: 0.3125rem 1rem;
      top: 0.5rem;
      right: 0.625rem;
      border-radius: 0.9375rem; } }
  span.matat-label.orange {
    background: #ff8937; }
  span.matat-label.blue {
    background: #6ad3d9; }
  span.matat-label.matat_badge {
    background: #ff8937 !important;
    color: #fff !important; }

.slick-arrow {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  box-shadow: none;
  font-size: 0.5625rem;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -1.125rem;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .slick-arrow:hover {
    color: #000; }
  @media (min-width: 768px) {
    .slick-arrow {
      font-size: 1rem;
      top: 36%;
      -webkit-transform: translateY(-36%);
      -ms-transform: translateY(-36%);
      transform: translateY(-36%); } }
  .slick-arrow.slick-prev {
    left: -0.375rem; }
    @media (min-width: 768px) {
      .slick-arrow.slick-prev {
        left: -15px; } }
  .slick-arrow.slick-next {
    right: -0.375rem; }
    @media (min-width: 768px) {
      .slick-arrow.slick-next {
        right: -15px; } }

.inner-banner .breadcrump-wrapp {
  position: absolute;
  top: 3.4375rem;
  left: 0;
  right: 0;
  z-index: 1; }
  @media (min-width: 768px) {
    .inner-banner .breadcrump-wrapp {
      top: 9.6875rem; } }

.single-product .breadcrump-wrapp {
  margin-top: 0.5625rem; }
  @media (min-width: 768px) {
    .single-product .breadcrump-wrapp {
      margin-top: 1.25rem; } }

.inner-banner {
  position: relative;
  margin-top: -1.875rem; }
  @media (min-width: 768px) {
    .inner-banner {
      margin-top: -2.125rem; } }
  @media (min-width: 1200px) {
    .inner-banner {
      margin-top: -7.125rem; } }

.inner-banner-bg img {
  width: 100%; }

.woocommerce-notices-wrapper .woocommerce-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.5rem 0 0.625rem; }
  .woocommerce-notices-wrapper .woocommerce-message .wc-forward {
    margin-left: 0.625rem;
    border: solid 1px #6ad3d9; }

#header {
  position: relative;
  z-index: 101;
  -webkit-transition: 0.3s ease background;
  transition: 0.3s ease background; }
  .home #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
    @media (min-width: 1200px) {
      .home #header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: none; }
        .megamenu_active .home #header {
          background: #fff; } }
  .header_search_active #header {
    background: #fff; }
  @media (max-width: 1199.98px) {
    .home.admin-bar #header {
      top: 46px; } }
  .fixed-position #header .header-top {
    border-bottom: none; }
  @media (max-width: 1199.98px) {
    .home .fixed-position #header {
      background: none;
      border: none; } }
  @media (min-width: 1200px) {
    .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) #header {
      border-bottom-color: #fff; } }
  #header button:not(.nav-opener) {
    border: none;
    outline: none;
    padding: 0;
    line-height: 1;
    display: block;
    overflow: visible;
    color: #fff;
    background: #6ad3d9;
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 1.5625rem;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.14); }
    @media (min-width: 1200px) {
      #header button:not(.nav-opener) {
        width: 2.25rem;
        height: 2.25rem;
        border-radius: 2.25rem;
        color: #6ad3d9;
        background: #fff; } }
    #header button:not(.nav-opener) i {
      display: block; }
      @media (max-width: 1199.98px) {
        #header button:not(.nav-opener) i {
          padding: 1px; } }
  #header .btn-search-opener {
    font-size: 0.75rem;
    margin: 0 0 0 0.5625rem;
    -webkit-transition: 0.3s ease opacity, 0.3s ease visibility;
    transition: 0.3s ease opacity, 0.3s ease visibility; }
    @media (min-width: 1200px) {
      #header .btn-search-opener {
        margin: 0 6px;
        font-size: 16px; } }
  #header .container {
    width: 100%;
    max-width: 100%;
    padding: 0 0.9375rem; }
    @media (min-width: 1200px) {
      #header .container {
        padding: 0 4.6875rem; } }

.header-top {
  background: #6ad3d9;
  height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 1200px) {
    .header-top {
      height: 2.625rem; } }
  .header-top a {
    color: #fff;
    text-decoration: none;
    position: relative; }
    @media (min-width: 1200px) {
      .header-top a:after {
        content: "";
        position: absolute;
        bottom: -2px;
        height: 1px;
        right: 0;
        width: 100%;
        background: #fff;
        -webkit-transition: 0.4s ease opacity, 0.4s ease transform;
        transition: 0.4s ease opacity, 0.4s ease transform;
        opacity: 0;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
                transform-origin: 0 0; } }
    @media (min-width: 1200px) {
      .header-top a:hover:after {
        opacity: 1;
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: 100% 0;
            -ms-transform-origin: 100% 0;
                transform-origin: 100% 0; } }

.header-top-wrap {
  font-weight: 500;
  font-size: 0.75rem; }
  @media (min-width: 1200px) {
    .header-top-wrap {
      font-size: 0.875rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.header-link-slider .header-link-single {
  position: relative; }
  @media (min-width: 1200px) {
    .header-link-slider .header-link-single {
      margin: 0 1.1875rem;
      display: inline-block;
      position: relative; }
      .header-link-slider .header-link-single:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -1.375rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 0.375rem;
        height: 0.375rem;
        border-radius: 0.375rem;
        background: rgba(255, 255, 255, 0.75); }
      .header-link-slider .header-link-single:first-child {
        margin-right: 0; }
      .header-link-slider .header-link-single:last-child {
        margin-left: 0; }
        .header-link-slider .header-link-single:last-child:before {
          display: none; } }
  @media (max-width: 1199.98px) {
    .header-link-slider .header-link-single {
      text-align: center;
      overflow: hidden; } }
  .header-link-slider .header-link-single a {
    position: relative; }
    .header-link-slider .header-link-single a:before, .header-link-slider .header-link-single a:after {
      content: "";
      position: absolute;
      top: 50%;
      opacity: 1;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block;
      width: 0.375rem;
      height: 0.375rem;
      border-radius: 0.375rem;
      background: white; }
      @media (min-width: 1200px) {
        .header-link-slider .header-link-single a:before, .header-link-slider .header-link-single a:after {
          display: none; } }
    .header-link-slider .header-link-single a:before {
      left: -1.25rem; }
    .header-link-slider .header-link-single a:after {
      right: -1.25rem; }

@media (max-width: 1199.98px) {
  .header-link-slider:not(.slick-initialized) {
    opacity: 0; } }

.header-shortcuts {
  display: none; }
  .header-shortcuts a {
    position: relative;
    display: inline-block; }
    @media (min-width: 1200px) {
      .header-shortcuts a {
        margin: 0 1.1875rem; }
        .header-shortcuts a:before {
          content: "";
          position: absolute;
          top: 50%;
          left: -1.375rem;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          display: block;
          width: 2px;
          height: 1rem;
          background: rgba(255, 255, 255, 0.75); }
        .header-shortcuts a:first-child {
          margin-right: 0; }
        .header-shortcuts a:last-child {
          margin-left: 0; }
          .header-shortcuts a:last-child:before {
            display: none; } }
  @media (min-width: 1200px) {
    .header-shortcuts {
      display: block; } }

.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.125rem;
  position: relative; }
  @media (min-width: 768px) {
    .header-bottom {
      height: 5.75rem; }
      .megamenu_active.home .header-bottom,
      .header_search_active.home .header-bottom {
        background: #fff; }
      .header-bottom:before {
        content: "";
        background: url("assets/images/header-bottom-bg.svg") no-repeat;
        position: absolute;
        top: 50%;
        height: 7.75rem;
        left: -0.75rem;
        right: -0.75rem;
        background-size: cover;
        display: block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: -1;
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.3s, visibility 0.3s;
        transition: opacity 0.3s, visibility 0.3s; } }
    @media only screen and (min-width: 768px) and (min-width: 1600px) {
      .header-bottom:before {
        height: 8.75rem; } }
  @media (min-width: 768px) {
        .megamenu_active.home .header-bottom:before,
        .header_search_active .header-bottom:before {
          display: none; } }
  @media (min-width: 1200px) {
    .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) .header-bottom:before {
      opacity: 0;
      visibility: hidden; } }
  @media (max-width: 767.98px) {
    .header-bottom {
      position: relative; }
      .header-bottom:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -0.55rem;
        right: -0.5rem;
        height: 3.75rem;
        background: url("assets/images/header-bg.svg") no-repeat;
        background-size: cover;
        display: block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }

@media (max-width: 767.98px) {
  .nav-active .header-bottom:before {
    background: #fff; } }

.header-bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.logo {
  z-index: 8;
  position: relative; }
  @media (min-width: 1200px) {
    .logo {
      margin-left: 30px; } }
  @media only screen and (min-width: 1500px) {
    .logo {
      margin-left: 72px; } }
  .logo:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 94px;
    background: url("assets/images/logo-background.svg") no-repeat;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s; }
    .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) .logo:before {
      opacity: 1;
      visibility: visible; }
  @media (min-width: 1200px) {
    .logo {
      width: 280px;
      padding-left: 45px;
      padding-right: 75px;
      margin-right: -75px; } }
  @media (max-width: 1199.98px) {
    .logo {
      -ms-order: 2;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin: 0; }
      .logo:before {
        display: none; } }
  .logo a {
    display: block;
    position: relative; }
  .logo img {
    width: 100%; }
    @media (max-width: 1199.98px) {
      .logo img {
        width: 6.6875rem; } }

.nav-opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  background: none;
  outline: none;
  border: none;
  height: 1rem;
  width: 1.25rem;
  -ms-order: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 0;
  margin-left: auto; }
  @media (min-width: 1200px) {
    .nav-opener {
      display: none; } }
  .nav-opener .nav-bar {
    font-size: 0;
    height: 6px;
    width: 1.875rem;
    border-radius: 3px;
    background: transparent;
    -webkit-transition: 0.3s ease-in-out background;
    transition: 0.3s ease-in-out background;
    display: block;
    position: relative; }
    .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) .nav-opener .nav-bar {
      background: transparent; }
    .nav-active .nav-opener .nav-bar {
      background: none !important;
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s; }
    .resize-active .nav-opener .nav-bar {
      display: none !important;
      -webkit-transition: none;
      transition: none; }
    .nav-opener .nav-bar:before, .nav-opener .nav-bar:after {
      position: absolute;
      left: 0;
      height: 6px;
      border-radius: 3px;
      background: #6ad3d9;
      content: "";
      margin: 0;
      width: 100%; }
      .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) .nav-opener .nav-bar:before, .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) .nav-opener .nav-bar:after {
        background: #6ad3d9; }
      .nav-active .nav-opener .nav-bar:before, .nav-active .nav-opener .nav-bar:after {
        -webkit-transition-delay: 0s, 0.3s;
                transition-delay: 0s, 0.3s; }
      .resize-active .nav-opener .nav-bar:before, .resize-active .nav-opener .nav-bar:after {
        display: none !important;
        -webkit-transition: none;
        transition: none;
        -webkit-transition-delay: 0s, 0s;
                transition-delay: 0s, 0s; }
    .nav-opener .nav-bar:before {
      top: -0.21875rem;
      -webkit-transition: 0.3s ease top 0.3s, 0.3s ease transform 0s, 0.3s ease-in-out background;
      transition: 0.3s ease top 0.3s, 0.3s ease transform 0s, 0.3s ease-in-out background; }
      .nav-active .nav-opener .nav-bar:before {
        top: 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transition: 0.3s ease top 0s, 0.3s ease transform 0.3s, 0.3s ease-in-out background;
        transition: 0.3s ease top 0s, 0.3s ease transform 0.3s, 0.3s ease-in-out background; }
    .nav-opener .nav-bar:after {
      bottom: -0.21875rem;
      -webkit-transition: 0.3s ease bottom 0.3s, 0.3s ease transform 0s, 0.3s ease-in-out background;
      transition: 0.3s ease bottom 0.3s, 0.3s ease transform 0s, 0.3s ease-in-out background; }
      .nav-active .nav-opener .nav-bar:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transition: 0.3s ease bottom 0s, 0.3s ease transform 0.3s, 0.3s ease width 0.3s, 0.3s ease-in-out background;
        transition: 0.3s ease bottom 0s, 0.3s ease transform 0.3s, 0.3s ease width 0.3s, 0.3s ease-in-out background; }

.header-utility-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0 0; }
  @media (max-width: 1199.98px) {
    .header-utility-nav {
      -ms-order: 2;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (min-width: 1200px) {
    .header-utility-nav {
      margin: 0 auto 0 0;
      -webkit-transition: 0.3s ease opacity, 0.3s ease visibility;
      transition: 0.3s ease opacity, 0.3s ease visibility; } }
  @media (min-width: 1200px) {
    .header-utility-nav > li {
      height: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header-utility-nav > li:last-child {
        border-left: none; }
        .header-utility-nav > li:last-child button {
          margin-left: 0; } }
  .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) .header-utility-nav > li > a,
  .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) .header-utility-nav > li > button {
    color: #fff; }
    @media (max-width: 1199.98px) {
      .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) .header-utility-nav > li > a .count,
      .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) .header-utility-nav > li > a .matat-wishlist-counter,
      .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) .header-utility-nav > li > button .count,
      .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) .header-utility-nav > li > button .matat-wishlist-counter {
        color: #fff; } }
    @media (min-width: 1200px) {
      .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) .header-utility-nav > li > a,
      .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) .header-utility-nav > li > button {
        color: #fff; } }
  .header-utility-nav > li > a,
  .header-utility-nav > li > button {
    position: relative; }
    .header-utility-nav > li > a .count,
    .header-utility-nav > li > a .matat-wishlist-counter,
    .header-utility-nav > li > button .count,
    .header-utility-nav > li > button .matat-wishlist-counter {
      width: 0.59375rem;
      height: 0.625rem;
      border-radius: 50%;
      color: #000;
      font-size: 0.75rem;
      line-height: 0.8125rem;
      text-align: center;
      display: inline-block;
      position: absolute;
      bottom: 2px;
      left: 100%; }
      @media (min-width: 1200px) {
        .header-utility-nav > li > a .count,
        .header-utility-nav > li > a .matat-wishlist-counter,
        .header-utility-nav > li > button .count,
        .header-utility-nav > li > button .matat-wishlist-counter {
          width: 10px;
          height: 10px;
          font-size: 12px;
          line-height: 1.2;
          color: #000; }
          .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) .header-utility-nav > li > a .count,
          .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) .header-utility-nav > li > a .matat-wishlist-counter,
          .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) .header-utility-nav > li > button .count,
          .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) .header-utility-nav > li > button .matat-wishlist-counter {
            color: #fff; } }
  .header-utility-nav .contact-menu {
    position: relative; }
  @media (max-width: 1199.98px) {
    .header-utility-nav .contact-menu,
    .header-utility-nav .account-menu {
      display: none; } }
  @media (min-width: 1200px) {
    .header-utility-nav .contact-menu,
    .header-utility-nav .account-menu {
      padding: 0 15px; } }
  .header_contact_active .header-utility-nav .contact-menu .header_contact_control, .header_contact_active
  .header-utility-nav .account-menu .header_contact_control {
    font-weight: 700; }
  .header-utility-nav .contact-menu > a,
  .header-utility-nav .account-menu > a {
    z-index: 1; }
    @media (min-width: 1200px) {
      .header-utility-nav .contact-menu > a,
      .header-utility-nav .account-menu > a {
        position: relative; }
        .header-utility-nav .contact-menu > a:after,
        .header-utility-nav .account-menu > a:after {
          content: "";
          position: absolute;
          bottom: -3px;
          height: 1px;
          right: 0;
          width: 100%;
          background: #000;
          -webkit-transition: 0.4s ease opacity, 0.4s ease transform;
          transition: 0.4s ease opacity, 0.4s ease transform;
          opacity: 0;
          -webkit-transform: scaleX(0);
              -ms-transform: scaleX(0);
                  transform: scaleX(0);
          -webkit-transform-origin: 0 0;
              -ms-transform-origin: 0 0;
                  transform-origin: 0 0; }
        .header-utility-nav .contact-menu > a:hover:after,
        .header-utility-nav .account-menu > a:hover:after {
          opacity: 1;
          -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
                  transform: scaleX(1);
          -webkit-transform-origin: 100% 0;
              -ms-transform-origin: 100% 0;
                  transform-origin: 100% 0; } }
    .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) .header-utility-nav .contact-menu > a, .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position)
    .header-utility-nav .account-menu > a {
      color: #fff; }
      @media (min-width: 1200px) {
        .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) .header-utility-nav .contact-menu > a, .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position)
        .header-utility-nav .account-menu > a {
          color: #fff !important; } }
      .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) .header-utility-nav .contact-menu > a:after, .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position)
      .header-utility-nav .account-menu > a:after {
        background: #fff; }
        @media (min-width: 1200px) {
          .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) .header-utility-nav .contact-menu > a:after, .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position)
          .header-utility-nav .account-menu > a:after {
            background: #fff !important; } }
  .header-utility-nav .contact-menu a,
  .header-utility-nav .account-menu a {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px; }
    .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) .header-utility-nav .contact-menu a, .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position)
    .header-utility-nav .account-menu a {
      color: #fff; }
  .header-utility-nav .btn-cart {
    font-size: 0.75rem;
    color: #000;
    margin-top: -0.0625rem; }
    @media (min-width: 1200px) {
      .header-utility-nav .btn-cart {
        font-size: 16px;
        margin: -1px 6px 0; } }
    .header-utility-nav .btn-cart .counter {
      position: absolute;
      top: -0.375em;
      right: -0.5em;
      width: 0.9375rem;
      height: 0.9375rem;
      background: #6ad3d9;
      border-radius: 50%;
      font-size: 0;
      font-size: 0.625rem;
      line-height: 1.25;
      color: #fff;
      text-align: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 1200px) {
        .header-utility-nav .btn-cart .counter {
          width: 1rem;
          height: 1rem;
          font-size: 10px;
          line-height: 1.2;
          top: -0.3125em;
          right: -0.21875em; } }
      @media (min-width: 1200px) {
        .header-utility-nav .btn-cart .counter {
          font-size: 0.6875rem; } }
  .header-utility-nav .drop-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 160px;
    background: #fff;
    box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease opacity, 0.3s ease visibility;
    transition: 0.3s ease opacity, 0.3s ease visibility; }
    @media (min-width: 1200px) {
      .header-utility-nav .drop-menu {
        margin: 43px 0 0;
        padding-bottom: 8px;
        width: 172px; } }
    .header-utility-nav .drop-menu:before {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0; }
      @media (min-width: 1200px) {
        .header-utility-nav .drop-menu:before {
          height: 43px; } }
    .header-utility-nav .drop-menu > li:first-child {
      border-bottom: 1px solid #000;
      margin: 0 0 7px;
      padding: 4px 0; }
    .header-utility-nav .drop-menu > li.hover > a {
      font-weight: 700; }
    .header-utility-nav .drop-menu > li > a {
      display: block;
      padding: 4px 11px;
      font-size: 14px;
      line-height: 1.5; }
      @media (min-width: 1200px) {
        .header-utility-nav .drop-menu > li > a {
          font-size: 16px; } }
      .header-utility-nav .drop-menu > li > a:hover {
        font-weight: 700; }
  .header-utility-nav li.account-menu {
    position: relative; }
    .header-utility-nav li.account-menu:hover > .drop-menu {
      opacity: 1;
      visibility: visible; }
    .header-utility-nav li.account-menu .drop-menu {
      width: 100px; }
      .header-utility-nav li.account-menu .drop-menu > li:first-child {
        border: none;
        margin-bottom: 0; }
      @media (min-width: 1200px) {
        .header-utility-nav li.account-menu .drop-menu {
          margin: 23px 0 0;
          width: 110px;
          padding-bottom: 0; } }

@media (max-width: 1199.98px) {
  #nav {
    position: fixed;
    top: 6.375rem;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 350px;
    padding: 0 16px 16px;
    border: 1px solid #f7f7f7;
    border-width: 1px 1px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.3s ease opacity, 0.3s ease visibility, 0.3s ease transform;
    transition: 0.3s ease opacity, 0.3s ease visibility, 0.3s ease transform;
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    overflow-y: auto;
    overflow-x: hidden; }
    .resize-active #nav {
      display: none !important;
      -webkit-transition: none;
      transition: none; }
    .nav-active #nav {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
    .has_header_offer #nav {
      top: 102px; }
    .countdown-show #nav {
      top: 6.1875rem; } }
    @media (max-width: 1199.98px) and (max-width: 1199.98px) {
      .countdown-show #nav {
        top: 6.6875rem; } }
    @media (max-width: 1199.98px) and (max-width: 767.98px) {
      .countdown-show #nav {
        top: 6.375rem; } }

@media (max-width: 1199.98px) {
  #nav {
    width: 22.5rem;
    padding: 0 0.75rem 0.8125rem;
    top: 7.6875rem; }
    .has_header_offer #nav {
      top: 5.0625rem; }
    .fixed-position #nav {
      top: 5rem; } }

@media (max-width: 767.98px) {
  #nav {
    width: 15rem;
    top: 5.3rem; } }

@media (max-width: 575.98px) {
  #nav {
    width: 15rem;
    top: 5.3125rem; } }

@media (max-width: 1199.98px) {
  .logged-in.admin-bar .sticky-wrap:not(.fixed-position) #nav {
    top: 102px; } }

@media (max-width: 782px) {
  .logged-in.admin-bar .sticky-wrap:not(.fixed-position) #nav {
    top: 116px; } }

@media (max-width: 1199.98px) {
  .logged-in.admin-bar .sticky-wrap:not(.fixed-position) #nav {
    top: calc(5rem + 46px); } }

@media (max-width: 1199.98px) {
  .has_header_offer.logged-in.admin-bar .sticky-wrap:not(.fixed-position) #nav {
    top: 134px; } }

@media (max-width: 782px) {
  .has_header_offer.logged-in.admin-bar .sticky-wrap:not(.fixed-position) #nav {
    top: 148px; } }

@media (max-width: 1199.98px) {
  .has_header_offer.logged-in.admin-bar .sticky-wrap:not(.fixed-position) #nav {
    top: calc(5.0625rem + 46px); } }

#nav a {
  text-decoration: none; }

@media (min-width: 1200px) {
  #nav .primary-menu,
  #nav .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (max-width: 1199.98px) {
  #nav .primary-menu,
  #nav .mobile-menu {
    padding: 0.875rem 0 0.625rem; } }

@media (min-width: 1200px) {
  #nav .primary-menu > li,
  #nav .mobile-menu > li {
    margin: 0 0 0 25px;
    list-style: none; }
    #nav .primary-menu > li:hover > a:after, #nav .primary-menu > li.hover > a:after,
    #nav .mobile-menu > li:hover > a:after,
    #nav .mobile-menu > li.hover > a:after {
      opacity: 1;
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: 100% 0;
          -ms-transform-origin: 100% 0;
              transform-origin: 100% 0; }
    #nav .primary-menu > li:hover > .submenu-holder, #nav .primary-menu > li.hover > .submenu-holder,
    #nav .mobile-menu > li:hover > .submenu-holder,
    #nav .mobile-menu > li.hover > .submenu-holder {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); } }

@media only screen and (min-width: 1500px) {
  #nav .primary-menu > li,
  #nav .mobile-menu > li {
    margin: 0 0 0 34px; } }

@media (max-width: 1199.98px) {
  #nav .primary-menu > li.menu-item-has-children.active > a:before,
  #nav .mobile-menu > li.menu-item-has-children.active > a:before {
    -webkit-transform: translate(0, -50%) rotate(180deg);
        -ms-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg); }
  #nav .primary-menu > li.menu-item-has-children > a:before,
  #nav .mobile-menu > li.menu-item-has-children > a:before {
    content: "\e909";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font: 0.5rem/ 1 "icomoon";
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; } }

#nav .primary-menu > li.menu_bold > a,
#nav .mobile-menu > li.menu_bold > a {
  font-weight: 700; }

#nav .primary-menu > li > a,
#nav .mobile-menu > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #000;
  padding: 0.3125rem 0;
  font-weight: 500; }
  @media (min-width: 576px) {
    #nav .primary-menu > li > a,
    #nav .mobile-menu > li > a {
      padding: 0.5625rem 0; } }
  @media (min-width: 1200px) {
    #nav .primary-menu > li > a,
    #nav .mobile-menu > li > a {
      font-size: 13px;
      line-height: 1.25;
      padding: 0; }
      #nav .primary-menu > li > a:after,
      #nav .mobile-menu > li > a:after {
        content: "";
        position: absolute;
        bottom: -2px;
        height: 1px;
        right: 0;
        width: 100%;
        background: #000;
        -webkit-transition: 0.4s ease opacity, 0.4s ease transform;
        transition: 0.4s ease opacity, 0.4s ease transform;
        opacity: 0;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
                transform-origin: 0 0; }
      #nav .primary-menu > li > a:hover:after,
      #nav .mobile-menu > li > a:hover:after {
        opacity: 1;
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: 100% 0;
            -ms-transform-origin: 100% 0;
                transform-origin: 100% 0; } }
  @media (min-width: 1300px) {
    #nav .primary-menu > li > a,
    #nav .mobile-menu > li > a {
      font-size: 15px; } }
  @media (min-width: 1200px) {
    .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) #nav .primary-menu > li > a, .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position)
    #nav .mobile-menu > li > a {
      color: #fff; } }
  .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) #nav .primary-menu > li > a:after, .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position)
  #nav .mobile-menu > li > a:after {
    background: #000; }
    @media (min-width: 1200px) {
      .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position) #nav .primary-menu > li > a:after, .home:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active):not(.megamenu_active) .sticky-wrap:not(.fixed-position)
      #nav .mobile-menu > li > a:after {
        background: #fff; } }

#nav .primary-menu > li.current-menu-item > a:after,
#nav .mobile-menu > li.current-menu-item > a:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0; }

@media (min-width: 1200px) {
  #nav .primary-menu .submenu-holder > .sub-menu,
  #nav .mobile-menu .submenu-holder > .sub-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    -ms-flex-preferred-size: calc(100% - 446px);
        flex-basis: calc(100% - 446px);
    max-width: calc(100% - 446px);
    grid-column-gap: 5px;
    grid-row-gap: 20px;
    padding-left: 30px; } }

@media (min-width: 1300px) {
  #nav .primary-menu .submenu-holder > .sub-menu,
  #nav .mobile-menu .submenu-holder > .sub-menu {
    -ms-flex-preferred-size: calc(100% - 472px);
        flex-basis: calc(100% - 472px); } }

#nav .primary-menu .submenu-holder > .sub-menu > li,
#nav .mobile-menu .submenu-holder > .sub-menu > li {
  line-height: 1; }
  @media (max-width: 1199.98px) {
    #nav .primary-menu .submenu-holder > .sub-menu > li.menu-item-has-children.active > a:before,
    #nav .mobile-menu .submenu-holder > .sub-menu > li.menu-item-has-children.active > a:before {
      -webkit-transform: translate(0, -50%) rotate(180deg);
          -ms-transform: translate(0, -50%) rotate(180deg);
              transform: translate(0, -50%) rotate(180deg); }
    #nav .primary-menu .submenu-holder > .sub-menu > li.menu-item-has-children > a,
    #nav .mobile-menu .submenu-holder > .sub-menu > li.menu-item-has-children > a {
      position: relative; }
      #nav .primary-menu .submenu-holder > .sub-menu > li.menu-item-has-children > a:after,
      #nav .mobile-menu .submenu-holder > .sub-menu > li.menu-item-has-children > a:after {
        display: none; }
      #nav .primary-menu .submenu-holder > .sub-menu > li.menu-item-has-children > a:before,
      #nav .mobile-menu .submenu-holder > .sub-menu > li.menu-item-has-children > a:before {
        content: "\e902";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        font: 0.4375rem/ 1 "icomoon";
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s; } }
  #nav .primary-menu .submenu-holder > .sub-menu > li > a,
  #nav .mobile-menu .submenu-holder > .sub-menu > li > a {
    font-size: 0.75rem;
    color: #000;
    padding: 0.1875rem 0;
    margin-bottom: 0.5rem;
    display: block; }
    @media (min-width: 1200px) {
      #nav .primary-menu .submenu-holder > .sub-menu > li > a,
      #nav .mobile-menu .submenu-holder > .sub-menu > li > a {
        font-weight: 700;
        padding: 0;
        font-size: 18px;
        margin-bottom: 14px; } }

@media (min-width: 1200px) {
  #nav .primary-menu .submenu-holder > .sub-menu .sub-menu,
  #nav .mobile-menu .submenu-holder > .sub-menu .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    max-height: 176px; } }

@media (min-width: 1200px) {
  #nav .primary-menu .submenu-holder > .sub-menu .sub-menu > li,
  #nav .mobile-menu .submenu-holder > .sub-menu .sub-menu > li {
    margin-bottom: 2px;
    width: 90%; }
    #nav .primary-menu .submenu-holder > .sub-menu .sub-menu > li.current-menu-itemm > a, #nav .primary-menu .submenu-holder > .sub-menu .sub-menu > li.hover > a,
    #nav .mobile-menu .submenu-holder > .sub-menu .sub-menu > li.current-menu-itemm > a,
    #nav .mobile-menu .submenu-holder > .sub-menu .sub-menu > li.hover > a {
      font-weight: 700;
      border-bottom-color: #000; } }

#nav .primary-menu .submenu-holder > .sub-menu .sub-menu > li > a,
#nav .mobile-menu .submenu-holder > .sub-menu .sub-menu > li > a {
  font-size: 0.75rem;
  color: #000;
  padding: 0.1875rem 0;
  margin-bottom: 0.5rem;
  display: block; }
  @media (min-width: 1200px) {
    #nav .primary-menu .submenu-holder > .sub-menu .sub-menu > li > a,
    #nav .mobile-menu .submenu-holder > .sub-menu .sub-menu > li > a {
      font-size: 14px;
      padding: 3px 0 4px;
      display: table;
      margin: 0;
      position: relative; }
      #nav .primary-menu .submenu-holder > .sub-menu .sub-menu > li > a:hover,
      #nav .mobile-menu .submenu-holder > .sub-menu .sub-menu > li > a:hover {
        font-weight: 700;
        border-bottom-color: #000; }
        #nav .primary-menu .submenu-holder > .sub-menu .sub-menu > li > a:hover:after,
        #nav .mobile-menu .submenu-holder > .sub-menu .sub-menu > li > a:hover:after {
          opacity: 1;
          -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
                  transform: scaleX(1);
          -webkit-transform-origin: 100% 0;
              -ms-transform-origin: 100% 0;
                  transform-origin: 100% 0; } }
  @media (min-width: 1200px) {
    #nav .primary-menu .submenu-holder > .sub-menu .sub-menu > li > a,
    #nav .mobile-menu .submenu-holder > .sub-menu .sub-menu > li > a {
      font-size: 16px;
      padding: 4px 0; } }

@media (max-width: 1199.98px) {
  #nav .mobile-menu,
  #nav .primary-menu {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible; }
    #nav .mobile-menu > li,
    #nav .primary-menu > li {
      margin-bottom: 0.5rem; }
      #nav .mobile-menu > li a,
      #nav .primary-menu > li a {
        font-size: 0.875rem;
        line-height: 1.46; }
    #nav .mobile-menu .active > a,
    #nav .primary-menu .active > a {
      font-weight: 600; }
    #nav .mobile-menu .sub-menu,
    #nav .primary-menu .sub-menu {
      padding-right: 0.625rem; } }
    @media (max-width: 1199.98px) and (max-width: 1199.98px) {
      #nav .mobile-menu .sub-menu,
      #nav .primary-menu .sub-menu {
        padding-right: 0; } }

@media (max-width: 1199.98px) {
      #nav .mobile-menu .sub-menu a,
      #nav .primary-menu .sub-menu a {
        display: block;
        position: relative;
        text-decoration: none;
        font-size: 0.75rem;
        line-height: 1.41;
        color: #191919;
        padding: 0.5625rem 0; } }

#nav .submenu-holder {
  padding: 0; }
  @media (min-width: 1200px) {
    #nav .submenu-holder {
      position: absolute;
      top: 100%;
      padding: 1.625rem 2.375rem 1.5rem;
      left: 0;
      right: 0;
      width: 100%;
      z-index: -2;
      background: #fff;
      box-shadow: 0 15px 20px 0px rgba(0, 0, 0, 0.1);
      -webkit-transition: 0.4s ease-in-out opacity, 0.4s ease-in-out visibility, 0.4s ease-in-out transform;
      transition: 0.4s ease-in-out opacity, 0.4s ease-in-out visibility, 0.4s ease-in-out transform;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translate(0, -10px);
          -ms-transform: translate(0, -10px);
              transform: translate(0, -10px);
      min-height: 217px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 25px 40px; } }
  @media (min-width: 1300px) {
    #nav .submenu-holder {
      padding: 30px 50px; } }

#nav .menu-banner-row {
  display: none; }
  @media (min-width: 1200px) {
    #nav .menu-banner-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: 446px;
          flex-basis: 446px;
      max-width: 446px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-right: auto; }
      #nav .menu-banner-row .menu-banner-col {
        -ms-flex-preferred-size: calc(50% - 17px);
            flex-basis: calc(50% - 17px);
        max-width: calc(50% - 17px);
        margin-right: 34px; }
        #nav .menu-banner-row .menu-banner-col:nth-child(2n + 1) {
          margin-right: 0; } }
  @media (min-width: 1300px) {
    #nav .menu-banner-row {
      -ms-flex-preferred-size: 472px;
          flex-basis: 472px;
      max-width: 472px; } }
  #nav .menu-banner-row .banner-text {
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1em;
    position: absolute;
    border-top: 0;
    left: 0;
    right: 0;
    top: 10%;
    color: #fff;
    z-index: 3; }
    @media (min-width: 1200px) {
      #nav .menu-banner-row .banner-text {
        font-size: 19px; } }
    @media (min-width: 1300px) {
      #nav .menu-banner-row .banner-text {
        font-size: 22px; } }
  #nav .menu-banner-row .menu-banner {
    display: block;
    position: relative;
    overflow: hidden; }
    #nav .menu-banner-row .menu-banner:hover .bg-image img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    #nav .menu-banner-row .menu-banner:hover .bg-image:before {
      opacity: 1; }
    #nav .menu-banner-row .menu-banner .bg-image {
      position: relative;
      width: 100%;
      -webkit-transition: 0.3s ease-in-out transform;
      transition: 0.3s ease-in-out transform; }
      #nav .menu-banner-row .menu-banner .bg-image:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transition: 0.3s ease-in-out opacity;
        transition: 0.3s ease-in-out opacity;
        background: rgba(0, 0, 0, 0.3);
        z-index: 2; }
      #nav .menu-banner-row .menu-banner .bg-image img {
        width: 100%;
        -webkit-transition: 0.3s ease-in-out transform;
        transition: 0.3s ease-in-out transform; }
    #nav .menu-banner-row .menu-banner .shop-text {
      position: absolute;
      bottom: 8%;
      width: 100%;
      right: 0;
      line-height: 1.32142857;
      font-size: 0.875rem;
      color: #fff;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      direction: ltr;
      font-weight: 400;
      text-transform: uppercase;
      z-index: 3; }
      @media (min-width: 1200px) {
        #nav .menu-banner-row .menu-banner .shop-text {
          font-size: 14px; } }
      @media (min-width: 1300px) {
        #nav .menu-banner-row .menu-banner .shop-text {
          font-size: 16px; } }
      #nav .menu-banner-row .menu-banner .shop-text .icon-angle-right {
        font-size: 0.625em;
        margin-left: 0.8em;
        margin-top: -0.2em; }

@media (min-width: 1200px) {
  #nav .mobile-account-nav,
  #nav .social-networks {
    display: none; } }

#nav .social-networks {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  display: none; }

#nav .mobile-account-nav {
  padding: 0.75rem 0 0; }
  #nav .mobile-account-nav > li {
    line-height: 1; }
    #nav .mobile-account-nav > li.active > a .icon-angle-left {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    #nav .mobile-account-nav > li > a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      vertical-align: top;
      font-size: 0.8125rem;
      line-height: 1.0625rem;
      color: #000;
      padding: 0.5625rem 0; }
      #nav .mobile-account-nav > li > a .icon-angle-left {
        font-size: 7.5px;
        margin-right: 1em; }
    #nav .mobile-account-nav > li:first-child {
      text-align: center; }
      #nav .mobile-account-nav > li:first-child a {
        position: relative; }
        #nav .mobile-account-nav > li:first-child a:before {
          content: "";
          display: inline-block;
          width: 1.25rem;
          height: 1.25rem;
          margin-left: 0.3125rem;
          background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eaccount%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='header' transform='translate(-364.000000, -72.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='Group-11' transform='translate(0.000000, 40.000000)'%3E%3Cg id='account' transform='translate(364.032648, 32.039331)'%3E%3Cpath d='M9.60735171,10.2406689 C7.48657827,10.2406689 5.76735171,8.52144234 5.76735171,6.4006689 C5.76735171,4.27989546 7.48657827,2.5606689 9.60735171,2.5606689 C11.7281251,2.5606689 13.4473517,4.27989546 13.4473517,6.4006689 C13.4473517,8.52144234 11.7281251,10.2406689 9.60735171,10.2406689 L9.60735171,10.2406689 Z M9.60735171,3.8406689 C8.19350275,3.8406689 7.04735171,4.98681994 7.04735171,6.4006689 C7.04735171,7.81451786 8.19350275,8.9606689 9.60735171,8.9606689 C11.0212007,8.9606689 12.1673517,7.81451786 12.1673517,6.4006689 C12.1673517,4.98681994 11.0212007,3.8406689 9.60735171,3.8406689 L9.60735171,3.8406689 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M9.60735171,19.2006689 C6.73354601,19.1987533 4.01174429,17.9094788 2.18975171,15.6870689 L1.85695171,15.2774689 L2.18975171,14.8742689 C4.01325871,12.6547721 6.7348365,11.3684637 9.60735171,11.3684637 C12.4798669,11.3684637 15.2014447,12.6547721 17.0249517,14.8742689 L17.3577517,15.2774689 L17.0249517,15.6870689 C15.2029591,17.9094788 12.4811574,19.1987533 9.60735171,19.2006689 L9.60735171,19.2006689 Z M3.53375171,15.2838689 C5.10715929,16.9682469 7.30881337,17.9244323 9.61375171,17.9244323 C11.91869,17.9244323 14.1203441,16.9682469 15.6937517,15.2838689 C14.1203441,13.5994909 11.91869,12.6433055 9.61375171,12.6433055 C7.30881337,12.6433055 5.10715929,13.5994909 3.53375171,15.2838689 L3.53375171,15.2838689 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M9.60735171,19.2006711 C5.11569975,19.2036629 1.22240833,16.0918142 0.235533258,11.709917 C-0.751341813,7.32801967 1.43204708,2.84760307 5.49132381,0.924787777 C9.55060054,-0.998027516 14.4004905,0.15083594 17.1658386,3.69029864 C19.9311867,7.22976134 19.8726587,12.2135244 17.0249517,15.6870689 C15.2029591,17.9094788 12.4811574,19.1987533 9.60735171,19.2006711 Z M9.60735171,1.2806689 C5.01234259,1.2806689 1.28735171,5.00565978 1.28735171,9.6006689 C1.28735171,14.195678 5.01234259,17.9206689 9.60735171,17.9206689 C14.2023608,17.9206689 17.9273517,14.195678 17.9273517,9.6006689 C17.9273517,5.00565978 14.2023608,1.2806689 9.60735171,1.2806689 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M2.68255171,15.2838689 C2.68255171,15.2838689 9.12735171,22.4838689 15.6873517,16.0006689 L16.5321517,15.2838689 C16.5321517,15.2838689 11.0537517,9.6006689 5.49215171,13.0118689 L2.68255171,15.2838689 Z' id='Path'%3E%3C/path%3E%3Ccircle id='Oval' cx='9.60735171' cy='6.4006689' r='3.2'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat; }
  #nav .mobile-account-nav .drop-menu {
    font-size: 0.75rem;
    line-height: 1.5; }
    #nav .mobile-account-nav .drop-menu > li {
      padding: 0.25rem 0.6875rem; }
    #nav .mobile-account-nav .drop-menu a {
      color: #000; }

#nav .social-networks {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  margin-top: auto;
  padding-bottom: 1.5625rem; }
  #nav .social-networks > li {
    padding: 0 0.5625rem; }

@media (min-width: 1200px) {
  #nav .sub-menu-header {
    display: none; } }

@media (max-width: 1199.98px) {
  #nav .submenu-holder {
    padding: 0;
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
    right: -100%;
    top: 0;
    height: 100%;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s; } }

@media (max-width: 1199.98px) {
  #nav .submenu-holder ul {
    margin: 0 0.625rem; } }

#nav .submenu-holder ul li .sub-menu.menu-image {
  display: none !important; }

#nav .submenu-holder ul.hs_megamenu_img {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  margin-right: 0; }
  @media (min-width: 1200px) {
    #nav .submenu-holder ul.hs_megamenu_img {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  #nav .submenu-holder ul.hs_megamenu_img .mega_menu_image {
    text-align: center;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 0.4375rem; }
    #nav .submenu-holder ul.hs_megamenu_img .mega_menu_image figure {
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 100%;
        overflow: hidden;
        width: 100px;
        height: 100px; }
        @media (max-width: 575.98px) {
          #nav .submenu-holder ul.hs_megamenu_img .mega_menu_image figure {
            margin: 0 auto 10px;
            width: 80px;
            height: 80px; } }
        #nav .submenu-holder ul.hs_megamenu_img .mega_menu_image figure img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    #nav .submenu-holder ul.hs_megamenu_img .mega_menu_image span {
      font-weight: 400;
      font-size: 16px; }
      @media (max-width: 575.98px) {
        #nav .submenu-holder ul.hs_megamenu_img .mega_menu_image span {
          font-size: 0.75rem; } }
    @media (min-width: 1200px) {
      #nav .submenu-holder ul.hs_megamenu_img .mega_menu_image {
        -ms-flex-preferred-size: 122px;
            flex-basis: 122px;
        max-width: 122px;
        margin-left: 60px;
        padding: 0; } }
    #nav .submenu-holder ul.hs_megamenu_img .mega_menu_image:last-child {
      margin-left: 0; }

#nav .submenu-holder .sub-menu-header {
  font-weight: 600;
  border-bottom: 1px solid #5BCBD0;
  position: relative;
  z-index: 99;
  text-align: center;
  font-size: 0.75rem;
  padding: 0.625rem;
  margin-bottom: 0.9375rem; }
  #nav .submenu-holder .sub-menu-header:before {
    content: "\e90c";
    position: absolute;
    font-family: icomoon;
    font-size: 10px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  @media (min-width: 768px) {
    #nav .submenu-holder .sub-menu-header {
      font-size: 16px;
      padding: 12px; } }
  #nav .submenu-holder .sub-menu-header .btn-nav-back {
    background: transparent;
    box-shadow: none;
    width: 100%;
    right: 0;
    height: 100%;
    top: 0; }

#nav li.menu-item-has-children.mobile_submenu_active .submenu-holder {
  right: 0; }

.login-modal,
.register-modal {
  padding: 10px 0; }
  .login-modal.show,
  .register-modal.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .login-modal .modal-dialog,
  .register-modal .modal-dialog {
    margin: auto 0.46875rem;
    width: calc(100% - 0.9375rem); }
    @media (min-width: 1200px) {
      .login-modal .modal-dialog,
      .register-modal .modal-dialog {
        margin: auto;
        max-width: 480px; } }
  .login-modal .modal-content,
  .register-modal .modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 1.1875rem 0.9375rem 1rem; }
    @media (min-width: 1200px) {
      .login-modal .modal-content,
      .register-modal .modal-content {
        padding: 25px 38px 31px; } }
  .login-modal .modal-close,
  .register-modal .modal-close {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    line-height: 1;
    text-decoration: none;
    color: #000;
    font-size: 0.625rem;
    z-index: 3; }
    @media (min-width: 1200px) {
      .login-modal .modal-close,
      .register-modal .modal-close {
        font-size: 13px;
        top: 15px;
        right: 15px; } }
    .login-modal .modal-close:hover,
    .register-modal .modal-close:hover {
      color: #000; }
  .login-modal h2, .login-modal .h2,
  .register-modal h2,
  .register-modal .h2 {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.33333333;
    font-weight: 400;
    margin: 0 0 0.625rem; }
    @media (min-width: 1200px) {
      .login-modal h2, .login-modal .h2,
      .register-modal h2,
      .register-modal .h2 {
        font-size: 24px;
        margin-bottom: 12px; } }
  .login-modal .btn_register,
  .register-modal .btn_register {
    display: table;
    margin: 0 auto 0.5625rem;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.25;
    color: #000; }
    @media (min-width: 1200px) {
      .login-modal .btn_register,
      .register-modal .btn_register {
        font-size: 14px;
        margin-bottom: 25px; } }
  .login-modal .form-row,
  .register-modal .form-row {
    margin-left: -0.46875rem;
    margin-right: -0.46875rem; }
    @media (min-width: 1200px) {
      .login-modal .form-row,
      .register-modal .form-row {
        margin-left: -20px;
        margin-right: -20px; } }
    .login-modal .form-row .form-group,
    .register-modal .form-row .form-group {
      padding-left: 0.46875rem;
      padding-right: 0.46875rem; }
      @media (min-width: 1200px) {
        .login-modal .form-row .form-group,
        .register-modal .form-row .form-group {
          padding-left: 20px;
          padding-right: 20px; } }
      .login-modal .form-row .form-group.half,
      .register-modal .form-row .form-group.half {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; }
      .login-modal .form-row .form-group:not(.half),
      .register-modal .form-row .form-group:not(.half) {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; }
  .login-modal .form-group,
  .register-modal .form-group {
    margin-bottom: 0.625rem; }
    @media (min-width: 1200px) {
      .login-modal .form-group,
      .register-modal .form-group {
        margin-bottom: 22px; } }
  .login-modal .form-control,
  .register-modal .form-control {
    display: block;
    height: 2.625rem;
    border-color: #000;
    border-width: 0 0 1px;
    border-radius: 0;
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 0.6875rem 0;
    color: #000;
    box-shadow: none; }
    @media (min-width: 1200px) {
      .login-modal .form-control,
      .register-modal .form-control {
        font-size: 16px;
        line-height: 1.5;
        height: 48px;
        padding: 11px 0; } }
    .login-modal .form-control::-webkit-input-placeholder,
    .register-modal .form-control::-webkit-input-placeholder {
      color: #000; }
    .login-modal .form-control::-moz-placeholder,
    .register-modal .form-control::-moz-placeholder {
      opacity: 1;
      color: #000; }
    .login-modal .form-control:-moz-placeholder,
    .register-modal .form-control:-moz-placeholder {
      color: #000; }
    .login-modal .form-control:-ms-input-placeholder,
    .register-modal .form-control:-ms-input-placeholder {
      color: #000; }
    .login-modal .form-control.placeholder,
    .register-modal .form-control.placeholder {
      color: #000; }
    .login-modal .form-control:focus,
    .register-modal .form-control:focus {
      box-shadow: none; }
  .login-modal .alert,
  .register-modal .alert {
    border: none;
    border-radius: 0.125rem;
    color: #fff;
    display: none; }
    @media (min-width: 1200px) {
      .login-modal .alert,
      .register-modal .alert {
        border-radius: 3px; } }
    .login-modal .alert.alert-danger,
    .register-modal .alert.alert-danger {
      background: #f00;
      color: #fff;
      display: block;
      text-align: center; }
    .login-modal .alert.alert-success,
    .register-modal .alert.alert-success {
      background: #000;
      color: #fff;
      display: block;
      text-align: center; }
    .login-modal .alert a,
    .register-modal .alert a {
      color: inherit;
      text-decoration: underline; }
      .login-modal .alert a:hover,
      .register-modal .alert a:hover {
        text-decoration: none; }
  .login-modal .btn,
  .register-modal .btn {
    width: 100%;
    display: block;
    max-width: 7rem;
    margin: 0 auto 0.625rem; }
    @media (min-width: 1200px) {
      .login-modal .btn,
      .register-modal .btn {
        max-width: 140px;
        margin-bottom: 15px; } }
    @media (max-width: 1199.98px) {
      .login-modal .btn,
      .register-modal .btn {
        line-height: 1rem; } }
  .login-modal .login-or-title,
  .register-modal .login-or-title {
    position: relative;
    display: block;
    text-align: center;
    font-size: 0.6875rem;
    line-height: 1rem;
    font-weight: 400;
    margin: 0.4375rem 0 0.9375rem; }
    @media (min-width: 1200px) {
      .login-modal .login-or-title,
      .register-modal .login-or-title {
        font-size: 16px;
        margin: 20px 0 27px;
        line-height: 1.5; } }
    .login-modal .login-or-title:before,
    .register-modal .login-or-title:before {
      content: "";
      position: absolute;
      height: 1px;
      top: 50%;
      background: #bababa;
      left: 0;
      right: 0;
      color: #000; }
    .login-modal .login-or-title span,
    .register-modal .login-or-title span {
      position: relative;
      z-index: 1;
      background: #fff;
      padding: 0 0.75rem; }
  .login-modal .social-login,
  .register-modal .social-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 -1.25rem; }
    @media (min-width: 1200px) {
      .login-modal .social-login,
      .register-modal .social-login {
        margin: 0 -22px; } }
    .login-modal .social-login .btn-facebook,
    .login-modal .social-login .btn-google,
    .register-modal .social-login .btn-facebook,
    .register-modal .social-login .btn-google {
      font-size: 0.625rem;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase;
      text-decoration: none;
      color: #000;
      font-weight: 400;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 1.25rem; }
      @media (min-width: 1200px) {
        .login-modal .social-login .btn-facebook,
        .login-modal .social-login .btn-google,
        .register-modal .social-login .btn-facebook,
        .register-modal .social-login .btn-google {
          font-size: 14px;
          margin: 0 22px; } }
      .rtl .login-modal .social-login .btn-facebook, .rtl
      .login-modal .social-login .btn-google, .rtl
      .register-modal .social-login .btn-facebook, .rtl
      .register-modal .social-login .btn-google {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
      .login-modal .social-login .btn-facebook img,
      .login-modal .social-login .btn-google img,
      .register-modal .social-login .btn-facebook img,
      .register-modal .social-login .btn-google img {
        display: none; }
      .login-modal .social-login .btn-facebook i,
      .login-modal .social-login .btn-facebook span,
      .login-modal .social-login .btn-google i,
      .login-modal .social-login .btn-google span,
      .register-modal .social-login .btn-facebook i,
      .register-modal .social-login .btn-facebook span,
      .register-modal .social-login .btn-google i,
      .register-modal .social-login .btn-google span {
        position: relative;
        z-index: 2; }
      .login-modal .social-login .btn-facebook i,
      .login-modal .social-login .btn-google i,
      .register-modal .social-login .btn-facebook i,
      .register-modal .social-login .btn-google i {
        margin-left: 8px; }
        @media (min-width: 1200px) {
          .login-modal .social-login .btn-facebook i,
          .login-modal .social-login .btn-google i,
          .register-modal .social-login .btn-facebook i,
          .register-modal .social-login .btn-google i {
            margin-left: 10px; } }
        .rtl .login-modal .social-login .btn-facebook i, .rtl
        .login-modal .social-login .btn-google i, .rtl
        .register-modal .social-login .btn-facebook i, .rtl
        .register-modal .social-login .btn-google i {
          margin-left: 0;
          margin-right: 8px; }
          @media (min-width: 1200px) {
            .rtl .login-modal .social-login .btn-facebook i, .rtl
            .login-modal .social-login .btn-google i, .rtl
            .register-modal .social-login .btn-facebook i, .rtl
            .register-modal .social-login .btn-google i {
              margin-right: 10px; } }
      .login-modal .social-login .btn-facebook span,
      .login-modal .social-login .btn-google span,
      .register-modal .social-login .btn-facebook span,
      .register-modal .social-login .btn-google span {
        margin-top: 0.35em; }
      .login-modal .social-login .btn-facebook .icon-facebook,
      .login-modal .social-login .btn-google .icon-facebook,
      .register-modal .social-login .btn-facebook .icon-facebook,
      .register-modal .social-login .btn-google .icon-facebook {
        font-size: 0.75rem; }
        @media (min-width: 1200px) {
          .login-modal .social-login .btn-facebook .icon-facebook,
          .login-modal .social-login .btn-google .icon-facebook,
          .register-modal .social-login .btn-facebook .icon-facebook,
          .register-modal .social-login .btn-google .icon-facebook {
            font-size: 17px; } }
      .login-modal .social-login .btn-facebook .icon-google,
      .login-modal .social-login .btn-google .icon-google,
      .register-modal .social-login .btn-facebook .icon-google,
      .register-modal .social-login .btn-google .icon-google {
        font-size: 0.90625rem; }
        @media (min-width: 1200px) {
          .login-modal .social-login .btn-facebook .icon-google,
          .login-modal .social-login .btn-google .icon-google,
          .register-modal .social-login .btn-facebook .icon-google,
          .register-modal .social-login .btn-google .icon-google {
            font-size: 18px; } }
    .login-modal .social-login .btn-facebook:after,
    .register-modal .social-login .btn-facebook:after {
      content: "\e903";
      display: inline-block;
      vertical-align: middle;
      margin-left: 8px;
      font-family: "icomoon" !important;
      font-size: 1rem; }
    .login-modal .social-login .btn-google:after,
    .register-modal .social-login .btn-google:after {
      content: "\e913";
      display: inline-block;
      vertical-align: middle;
      margin-left: 8px;
      font-family: "icomoon" !important;
      font-size: 1rem; }

.remeber-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.75rem 0 1.25rem; }
  @media (min-width: 1200px) {
    .remeber-check {
      margin: 7px 0 28px; } }
  .remeber-check + .remeber-check {
    margin-top: -0.5rem; }
    @media (min-width: 1200px) {
      .remeber-check + .remeber-check {
        margin-top: -10px; } }
  .remeber-check .checkbox {
    margin: 0;
    color: #000;
    font-size: 0.6875rem;
    line-height: 1rem;
    position: relative;
    padding-right: 1.75rem; }
    @media (min-width: 1200px) {
      .remeber-check .checkbox {
        font-size: 16px;
        line-height: 1.5;
        padding-right: 31px; } }
    .remeber-check .checkbox input[type="checkbox"] {
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0; }
      .remeber-check .checkbox input[type="checkbox"]:checked ~ .fake-input:before {
        opacity: 1; }
    .remeber-check .checkbox a {
      color: #000;
      text-decoration: underline; }
      .remeber-check .checkbox a:hover {
        text-decoration: none; }
    .remeber-check .checkbox .fake-input {
      position: absolute;
      right: 0;
      top: 0.5rem;
      border-radius: 0;
      width: 1.25rem;
      height: 1.25rem;
      border: 1px solid #000;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      background: #f6f6f6; }
      @media (min-width: 1200px) {
        .remeber-check .checkbox .fake-input {
          width: 24px;
          height: 24px;
          top: 12px; } }
      .remeber-check .checkbox .fake-input:before {
        content: "\e912";
        position: absolute;
        top: 56%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font: 0.5rem/ 1 "icomoon";
        color: #000;
        opacity: 0; }
        @media (min-width: 1200px) {
          .remeber-check .checkbox .fake-input:before {
            font-size: 0.8em;
            top: 50%; } }
  .remeber-check .link-forgot-pass {
    margin-right: auto;
    color: #000;
    text-decoration: underline;
    font-size: 0.6875rem;
    line-height: 1rem; }
    @media (min-width: 1200px) {
      .remeber-check .link-forgot-pass {
        font-size: 16px;
        line-height: 1.5; } }
    .remeber-check .link-forgot-pass:hover {
      text-decoration: none; }

@media (max-width: 900px) and (orientation: landscape) {
  .header-mini-cart {
    overflow-y: auto;
    overflow-x: hidden; }
    .header-mini-cart .mini-cart-body {
      height: auto;
      max-height: 110vh; } }

.header-mini-cart,
.header-wishlist-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 99;
  -webkit-transition: 0.3s ease-in-out opacity, 0.3s ease-in-out visibility, 0.3s ease-in-out transform;
  transition: 0.3s ease-in-out opacity, 0.3s ease-in-out visibility, 0.3s ease-in-out transform;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  opacity: 0;
  visibility: hidden; }
  .resize-active .header-mini-cart, .resize-active
  .header-wishlist-box {
    display: none !important;
    -webkit-transition: none;
    transition: none; }
  .logged-in.admin-bar .sticky-wrap:not(.fixed-position) .header-mini-cart, .logged-in.admin-bar .sticky-wrap:not(.fixed-position)
  .header-wishlist-box {
    top: 0; }
    @media (min-width: 783px) {
      .logged-in.admin-bar .sticky-wrap:not(.fixed-position) .header-mini-cart, .logged-in.admin-bar .sticky-wrap:not(.fixed-position)
      .header-wishlist-box {
        top: 62px; } }
    @media (min-width: 1200px) {
      .logged-in.admin-bar .sticky-wrap:not(.fixed-position) .header-mini-cart, .logged-in.admin-bar .sticky-wrap:not(.fixed-position)
      .header-wishlist-box {
        top: 4.5625rem; } }
  .has_header_offer .header-mini-cart, .has_header_offer
  .header-wishlist-box {
    top: 0; }
    @media (min-width: 1200px) {
      .has_header_offer .header-mini-cart, .has_header_offer
      .header-wishlist-box {
        top: 139px; } }
  .has_header_offer.logged-in.admin-bar .sticky-wrap:not(.fixed-position) .header-mini-cart, .has_header_offer.logged-in.admin-bar .sticky-wrap:not(.fixed-position)
  .header-wishlist-box {
    top: 0; }
    @media (min-width: 783px) {
      .has_header_offer.logged-in.admin-bar .sticky-wrap:not(.fixed-position) .header-mini-cart, .has_header_offer.logged-in.admin-bar .sticky-wrap:not(.fixed-position)
      .header-wishlist-box {
        top: 134px; } }
    @media (min-width: 1200px) {
      .has_header_offer.logged-in.admin-bar .sticky-wrap:not(.fixed-position) .header-mini-cart, .has_header_offer.logged-in.admin-bar .sticky-wrap:not(.fixed-position)
      .header-wishlist-box {
        top: 171px; } }

.wishlist-body,
.mini-cart-items {
  overflow-y: auto;
  overflow-x: hidden; }
  .wishlist-body::-webkit-scrollbar,
  .mini-cart-items::-webkit-scrollbar {
    width: 6px; }
  .wishlist-body::-webkit-scrollbar-thumb,
  .mini-cart-items::-webkit-scrollbar-thumb {
    background: #000; }

.header-wishlist-box {
  width: 13.125rem;
  border-top: 1px solid #ececec; }
  @media (min-width: 1200px) {
    .header-wishlist-box {
      width: 325px; } }
  .wishlist_active .header-wishlist-box {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible; }
  .header-wishlist-box .wishlist-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 3.375rem;
    position: relative;
    padding: 0 0.625rem; }
    @media (min-width: 1200px) {
      .header-wishlist-box .wishlist-header {
        height: 72px;
        padding: 0 10px; } }
  .header-wishlist-box .wishlist-heading {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 600; }
    @media (min-width: 1200px) {
      .header-wishlist-box .wishlist-heading {
        font-size: 22px; } }
  .header-wishlist-box .wishlist-close {
    position: absolute;
    top: 50%;
    line-height: 1;
    text-decoration: none;
    color: #000;
    font-size: 0.4375rem;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 0.9375rem; }
    @media (min-width: 1200px) {
      .header-wishlist-box .wishlist-close {
        font-size: 12px;
        right: 20px; } }
  .header-wishlist-box .btn-clear {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 0.625rem;
    color: #000;
    text-decoration: underline;
    left: 0.5625rem; }
    @media (min-width: 1200px) {
      .header-wishlist-box .btn-clear {
        font-size: 13px;
        left: 18px; } }
  .header-wishlist-box.wishlist-empty .wishlist-body {
    height: auto; }
  .header-wishlist-box.wishlist-empty .wishlist-body .wishlist-items,
  .header-wishlist-box.wishlist-empty .btn-clear {
    display: none; }
  .header-wishlist-box.wishlist-empty .empty-wishlist-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-wishlist-box .wishlist-body {
    padding: 0 9px;
    height: calc(100% - 3.375rem); }
    @media (min-width: 1200px) {
      .header-wishlist-box .wishlist-body {
        height: calc(100% - 72px);
        padding: 0 16px; } }
  .header-wishlist-box .empty-wishlist-info {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 13.6875rem;
    text-align: center; }
    @media (min-width: 1200px) {
      .header-wishlist-box .empty-wishlist-info {
        padding: 34px 0; } }
    .header-wishlist-box .empty-wishlist-info .wishlist-empty-message {
      font-size: 0.8125rem;
      line-height: 1.2;
      color: #303030;
      margin-bottom: 1.5rem; }
      @media (min-width: 1200px) {
        .header-wishlist-box .empty-wishlist-info .wishlist-empty-message {
          margin-bottom: 3.75rem;
          font-size: 1rem; } }
    .header-wishlist-box .empty-wishlist-info .btn {
      display: block;
      width: 7rem;
      margin: 0 auto;
      min-width: unset; }
      @media (min-width: 1200px) {
        .header-wishlist-box .empty-wishlist-info .btn {
          width: 140px; } }
  .header-wishlist-box .wishlist-items {
    margin: 0 -0.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 1200px) {
      .header-wishlist-box .wishlist-items {
        margin: 0 -10px; } }
    .header-wishlist-box .wishlist-items .product-col {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      padding: 0 0.375rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      @media (min-width: 1200px) {
        .header-wishlist-box .wishlist-items .product-col {
          padding: 7px 10px; } }
  .header-wishlist-box .wishlist-item {
    margin-bottom: 2rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1; }
    @media (min-width: 1200px) {
      .header-wishlist-box .wishlist-item {
        margin-bottom: 26px; } }
    .header-wishlist-box .wishlist-item .img-wrap {
      position: relative;
      margin: 0 0 0.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex: 1;
      -webkit-box-flex: 1;
              flex: 1; }
      @media (min-width: 1200px) {
        .header-wishlist-box .wishlist-item .img-wrap {
          margin-bottom: 10px; } }
      .header-wishlist-box .wishlist-item .img-wrap img {
        width: 100%; }
    .header-wishlist-box .wishlist-item .btn-remove-wishlist {
      position: absolute;
      top: 0.3125rem;
      right: 0.3125rem;
      z-index: 6;
      width: 1rem;
      height: 1rem;
      font-size: 0.4375rem;
      color: #000;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .header-wishlist-box .wishlist-item .btn-remove-wishlist:hover {
        color: #000;
        background: transparent; }
      @media (min-width: 1200px) {
        .header-wishlist-box .wishlist-item .btn-remove-wishlist {
          width: 20px;
          height: 20px;
          font-size: 8px;
          top: 6px;
          right: 6px; } }
    .header-wishlist-box .wishlist-item .product-name,
    .header-wishlist-box .wishlist-item .product-price {
      font-size: 0.75rem;
      line-height: 1.25;
      text-align: center;
      font-weight: 400;
      margin: 0 0 0.5rem; }
      @media (min-width: 1200px) {
        .header-wishlist-box .wishlist-item .product-name,
        .header-wishlist-box .wishlist-item .product-price {
          font-size: 15px;
          margin-bottom: 10px; } }
    .header-wishlist-box .wishlist-item .product-name a {
      color: #000;
      text-decoration: none; }
    .header-wishlist-box .wishlist-item .product-price ins,
    .header-wishlist-box .wishlist-item .product-price del {
      display: block;
      margin: 0 4px;
      font-weight: 400; }
    .header-wishlist-box .wishlist-item .product-price br {
      display: none; }
    .header-wishlist-box .wishlist-item .product-price ins {
      text-decoration: none;
      color: #000; }
    .header-wishlist-box .wishlist-item .product-price del {
      color: #000; }
    .header-wishlist-box .wishlist-item .jcf-select {
      border-top: 1px solid #7d7d7d;
      height: calc(1.75rem + 1px); }
      .header-wishlist-box .wishlist-item .jcf-select .jcf-select-text {
        font-size: 0.75rem;
        line-height: 1.75rem;
        font-weight: 400; }
        @media (min-width: 1200px) {
          .header-wishlist-box .wishlist-item .jcf-select .jcf-select-text {
            font-size: 14px;
            line-height: 28px; } }
      .header-wishlist-box .wishlist-item .jcf-select .jcf-select-drop {
        min-width: 100%;
        left: 0;
        right: 0; }
        .header-wishlist-box .wishlist-item .jcf-select .jcf-select-drop .jcf-list {
          font-size: 0.75rem;
          line-height: 1.25; }
          @media (min-width: 1200px) {
            .header-wishlist-box .wishlist-item .jcf-select .jcf-select-drop .jcf-list {
              font-size: 14px; } }
          .header-wishlist-box .wishlist-item .jcf-select .jcf-select-drop .jcf-list .jcf-option {
            padding: 0.25rem 0.5rem; }
            @media (min-width: 1200px) {
              .header-wishlist-box .wishlist-item .jcf-select .jcf-select-drop .jcf-list .jcf-option {
                padding: 5px 10px; } }
    .header-wishlist-box .wishlist-item .variation {
      margin-top: auto; }
      .header-wishlist-box .wishlist-item .variation ~ .btn-add-cart {
        margin-top: 0; }
    .header-wishlist-box .wishlist-item .btn-add-cart {
      font-size: 0.75rem;
      line-height: 1.25;
      font-weight: 400;
      border: 1px solid #000;
      color: #000;
      text-align: center;
      display: block;
      width: 100%;
      text-decoration: none;
      padding: 0.25rem;
      margin-top: auto; }
      @media (min-width: 1200px) {
        .header-wishlist-box .wishlist-item .btn-add-cart {
          font-size: 14px;
          padding: 3px; } }
      .header-wishlist-box .wishlist-item .btn-add-cart:hover {
        background: #000;
        color: #fff;
        border-color: #000; }
    .header-wishlist-box .wishlist-item .error-text {
      font-weight: 500; }

.header-mini-cart {
  border: 1px solid #ececec;
  width: 16.5625rem; }
  @media (min-width: 1200px) {
    .header-mini-cart {
      width: 325px; } }
  .mini_cart_active .header-mini-cart {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible; }
  .header-mini-cart .cart-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 3.5rem;
    position: relative;
    padding: 0 0.625rem; }
    @media (min-width: 1200px) {
      .header-mini-cart .cart-header {
        height: 72px; } }
  .header-mini-cart .cart-close {
    position: absolute;
    top: 50%;
    line-height: 1;
    text-decoration: none;
    color: #000;
    font-size: 0.75rem;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 0.9375rem; }
    @media (min-width: 1200px) {
      .header-mini-cart .cart-close {
        font-size: 0.75rem;
        right: 1.5625rem; } }
  .header-mini-cart .mini-cart-body {
    height: calc(100% - 12.5rem); }
    @media (min-width: 1200px) {
      .header-mini-cart .mini-cart-body {
        height: calc(100% - 275px); } }
  .header-mini-cart .mini-cart-items {
    height: 100%; }
  .header-mini-cart.cart-empty .mini-cart-body .mini-cart-items {
    height: auto; }
  .header-mini-cart.cart-empty .mini-cart-body .mini-cart-item,
  .header-mini-cart.cart-empty .cart-footer {
    display: none; }
  .header-mini-cart.cart-empty .empty-cart-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-mini-cart .empty-cart-info {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-bottom: 0.9375rem; }
    @media (min-width: 1200px) {
      .header-mini-cart .empty-cart-info {
        padding: 34px 0; } }
    .header-mini-cart .empty-cart-info .cart-empty-message {
      font-size: 0.8125rem;
      line-height: 1.2;
      color: #303030;
      margin-bottom: 1.5rem; }
      @media (min-width: 1200px) {
        .header-mini-cart .empty-cart-info .cart-empty-message {
          margin-bottom: 3.75rem;
          font-size: 1rem; } }
    .header-mini-cart .empty-cart-info .btn {
      display: block;
      min-width: 7rem;
      margin: 0 auto; }
      @media (min-width: 1200px) {
        .header-mini-cart .empty-cart-info .btn {
          min-width: 140px; } }
  .header-mini-cart .mini-cart-heading {
    color: #222222;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      .header-mini-cart .mini-cart-heading {
        font-size: 20px; } }
  .header-mini-cart .cart-footer {
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.075); }
    @media (max-width: 1199.98px) {
      .header-mini-cart .cart-footer {
        padding: 0 0.71875rem; } }
  .header-mini-cart .cart-coupon-wrap {
    padding: 0.4375rem 0 0.625rem; }
    @media (min-width: 768px) {
      .header-mini-cart .cart-coupon-wrap {
        padding: 0.4375rem 1.625rem 0.625rem; } }
    @media (max-width: 575.98px) {
      .header-mini-cart .cart-coupon-wrap {
        position: relative; }
        .header-mini-cart .cart-coupon-wrap:after {
          content: "";
          position: absolute;
          top: 100%;
          left: -0.9375rem;
          right: -0.9375rem;
          height: 1px;
          background: #e6e6e6; } }
    .header-mini-cart .cart-coupon-wrap .cart-coupon-main {
      font-size: 0.6875rem;
      line-height: 1.125rem;
      font-weight: 400;
      color: #000000;
      position: relative;
      display: block;
      text-decoration: none; }
      @media (min-width: 768px) {
        .header-mini-cart .cart-coupon-wrap .cart-coupon-main {
          font-weight: 500;
          font-size: 0.875rem; } }
      .header-mini-cart .cart-coupon-wrap .cart-coupon-main:before {
        content: "+";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .header-mini-cart .cart-coupon-wrap .cart-coupon-form {
      display: none;
      width: 100%;
      margin-top: 0.375rem; }
    .header-mini-cart .cart-coupon-wrap form {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header-mini-cart .cart-coupon-wrap form:before, .header-mini-cart .cart-coupon-wrap form:after {
        display: table;
        content: "";
        clear: both; }
      .header-mini-cart .cart-coupon-wrap form input[type="text"] {
        width: calc(100% - 6rem) !important;
        -webkit-appearance: none;
        appearance: none;
        box-shadow: none;
        outline: none;
        border: #9e9e9e solid 1px;
        padding: 0 0.625rem;
        height: 2.25rem;
        float: right; }
      .header-mini-cart .cart-coupon-wrap form .btn-coupon {
        width: 5.375rem !important;
        height: 2.25rem;
        line-height: 2.25rem;
        padding: 0 0.625rem;
        border-radius: 0 !important;
        text-align: center;
        background: #6ad3d9 !important;
        border: solid 1px #6ad3d9 !important;
        color: #fff !important;
        font-size: 0.875rem;
        float: left; }
        .header-mini-cart .cart-coupon-wrap form .btn-coupon:hover {
          color: #6ad3d9 !important;
          background: #fff !important; }
    .header-mini-cart .cart-coupon-wrap.cart-coupon-toggle .cart-coupon-main:before {
      content: "-";
      font-size: 1.25rem; }
  .header-mini-cart .cart-sub-total {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0.4375rem; }
    @media (min-width: 1200px) {
      .header-mini-cart .cart-sub-total {
        font-size: 14px;
        line-height: 1.25;
        margin-bottom: 10px; } }
    .header-mini-cart .cart-sub-total td,
    .header-mini-cart .cart-sub-total th {
      border: none;
      text-align: left;
      padding: 0.3125rem 0 0.125rem;
      font-weight: 400; }
      .header-mini-cart .cart-sub-total td:first-child,
      .header-mini-cart .cart-sub-total th:first-child {
        padding-left: 0;
        text-align: right; }
        @media (max-width: 1199.98px) {
          .header-mini-cart .cart-sub-total td:first-child,
          .header-mini-cart .cart-sub-total th:first-child {
            padding-top: 0.625rem; } }
      @media (min-width: 1200px) {
        .header-mini-cart .cart-sub-total td,
        .header-mini-cart .cart-sub-total th {
          padding: 8px 22px 4px; } }
    .header-mini-cart .cart-sub-total .discount-amount {
      direction: ltr;
      color: #000; }
    .header-mini-cart .cart-sub-total tfoot {
      font-weight: 700;
      font-size: 0.8125rem; }
      @media (min-width: 1200px) {
        .header-mini-cart .cart-sub-total tfoot {
          font-size: 1rem; } }
      .header-mini-cart .cart-sub-total tfoot tr:nth-of-type(1), .header-mini-cart .cart-sub-total tfoot tr:nth-of-type(2) {
        display: none; }
        .header-mini-cart .cart-sub-total tfoot tr:nth-of-type(1) td,
        .header-mini-cart .cart-sub-total tfoot tr:nth-of-type(1) th, .header-mini-cart .cart-sub-total tfoot tr:nth-of-type(2) td,
        .header-mini-cart .cart-sub-total tfoot tr:nth-of-type(2) th {
          font-weight: 400; }
      .header-mini-cart .cart-sub-total tfoot td,
      .header-mini-cart .cart-sub-total tfoot th {
        font-weight: 700; }
  .header-mini-cart .cart-footer-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.5rem 0 0;
    padding: 0 0 0.9375rem; }
    @media (min-width: 1200px) {
      .header-mini-cart .cart-footer-action {
        font-size: 22px;
        padding: 0 22px 15px;
        margin-top: 2px; } }
    .header-mini-cart .cart-footer-action .btn {
      width: 100%;
      margin: 0 0 0.875rem;
      background: #6ad3d9;
      border-color: #6ad3d9; }
      @media (min-width: 1200px) {
        .header-mini-cart .cart-footer-action .btn {
          font-size: 18px;
          margin-bottom: 15px; } }
      .header-mini-cart .cart-footer-action .btn:not(:disabled):not(.disabled):hover {
        border-color: #6ad3d9;
        background: #fff;
        color: #6ad3d9; }
  .header-mini-cart .shopping-link {
    font-size: 0.75rem;
    display: table;
    margin: 0 auto;
    vertical-align: top;
    line-height: 1.5;
    color: #000;
    text-decoration: underline;
    font-weight: 400; }
    @media (min-width: 1200px) {
      .header-mini-cart .shopping-link {
        font-size: 14px; } }
    .header-mini-cart .shopping-link:hover {
      text-decoration: none; }
  .header-mini-cart.ajax_loading .loader-wrap {
    opacity: 1;
    visibility: visible; }
  .header-mini-cart .loader-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.3s ease visibility, 0.3s ease opacity;
    transition: 0.3s ease visibility, 0.3s ease opacity;
    opacity: 0;
    visibility: hidden; }

.mini-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.875rem 0 1rem;
  margin: 0 0.71875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35); }
  @media (min-width: 1200px) {
    .mini-cart-item {
      padding: 20px 0 21px;
      margin: 0 22px; } }
  @media (max-width: 1199.98px) {
    .mini-cart-item {
      padding-bottom: 0.875rem; } }
  .mini-cart-item:first-child {
    padding-top: 0.125rem; }
    @media (min-width: 1200px) {
      .mini-cart-item:first-child {
        padding-top: 0; } }
  .mini-cart-item .product-image {
    -ms-flex-preferred-size: 3.4375rem;
        flex-basis: 3.4375rem;
    max-width: 3.4375rem; }
    @media (min-width: 1200px) {
      .mini-cart-item .product-image {
        -ms-flex-preferred-size: 84px;
            flex-basis: 84px;
        max-width: 84px; } }
    .mini-cart-item .product-image a {
      display: block;
      width: 100%;
      height: 100%; }
      .mini-cart-item .product-image a img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .mini-cart-item .product-detail {
    -ms-flex-preferred-size: calc(100% - 3.4375rem);
        flex-basis: calc(100% - 3.4375rem);
    max-width: calc(100% - 3.4375rem);
    padding: 0.25rem 0.71875rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative; }
    @media (min-width: 1200px) {
      .mini-cart-item .product-detail {
        -ms-flex-preferred-size: calc(100% - 84px);
            flex-basis: calc(100% - 84px);
        max-width: calc(100% - 84px);
        padding: 3px 11px 3px 0; } }
  .mini-cart-item .preorder-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #f6f6f6;
    position: relative;
    font-size: 0.5625rem;
    line-height: 1.25;
    min-height: 1.1875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1.375rem 0 0.25rem;
    margin: -0.25rem 0 0.3125rem; }
    @media (min-width: 768px) {
      .mini-cart-item .preorder-info {
        min-height: 22px;
        font-size: 10px;
        padding: 0 24px 0 10px;
        margin: -3px 0 6px; } }
    @media (min-width: 1200px) {
      .mini-cart-item .preorder-info {
        min-height: 25px;
        font-size: 12px;
        padding: 0 26px 0 14px;
        margin-bottom: 7px; } }
    .mini-cart-item .preorder-info:before {
      content: "\e90c";
      position: absolute;
      height: 1.1875rem;
      width: 1.375rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font: 0.84375rem/ 1 "icomoon";
      top: 0;
      right: 0; }
      @media (min-width: 1200px) {
        .mini-cart-item .preorder-info:before {
          width: 26px;
          font-size: 18px;
          height: 22px; } }
    .mini-cart-item .preorder-info .pre-title {
      font-weight: 500;
      font-size: 0.75rem;
      margin-left: 0.21875rem; }
      @media (min-width: 1200px) {
        .mini-cart-item .preorder-info .pre-title {
          font-size: 14px; } }
  .mini-cart-item .product-name {
    display: block;
    font-size: 0.75rem;
    line-height: 1.25;
    font-weight: 400;
    color: #000;
    margin: 0 0 0.375rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 1200px) {
      .mini-cart-item .product-name {
        font-size: 1rem;
        margin-bottom: 10px; } }
    .mini-cart-item .product-name a {
      color: #000;
      text-decoration: none; }
    .mini-cart-item .product-name .qty-wrap {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row; }
  .mini-cart-item .product-price {
    display: block;
    font-size: 0.75rem;
    line-height: 1.25;
    font-weight: 400;
    color: #000;
    margin: 0 0 0.375rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 1200px) {
      .mini-cart-item .product-price {
        font-size: 1rem;
        margin-bottom: 0; } }
    .mini-cart-item .product-price ins,
    .mini-cart-item .product-price del {
      margin-left: 4px;
      font-weight: 400; }
    .mini-cart-item .product-price ins {
      text-decoration: none;
      color: #000; }
    .mini-cart-item .product-price del {
      color: #b0b0b0; }
  .mini-cart-item .variation-info {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    font-size: 0.8125rem; }
    @media (min-width: 1200px) {
      .mini-cart-item .variation-info {
        font-size: 14px; } }
  .mini-cart-item .cart-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: auto;
    display: none; }
    .mini-cart-item .cart-quantity label {
      font-size: 0.70625rem;
      margin: 0.1875rem 0 0 0.59375rem;
      font-weight: 400;
      color: #000; }
      @media (min-width: 1200px) {
        .mini-cart-item .cart-quantity label {
          font-size: 14px; } }
    .mini-cart-item .cart-quantity .jcf-number {
      width: 3.125rem;
      border: solid 1px rgba(176, 176, 176, 0.5);
      height: 1.5rem; }
      @media (min-width: 1200px) {
        .mini-cart-item .cart-quantity .jcf-number {
          width: 4.375rem;
          height: 2.5rem;
          font-size: 1rem; } }
      .mini-cart-item .cart-quantity .jcf-number input {
        border: none;
        font-size: 0.6875rem;
        color: #1a1a1a;
        font-weight: 600; }
        @media (min-width: 1200px) {
          .mini-cart-item .cart-quantity .jcf-number input {
            font-size: 1rem; } }
      .mini-cart-item .cart-quantity .jcf-number .jcf-btn-inc {
        width: auto;
        right: 0.3125rem;
        left: unset;
        border: none; }
        .mini-cart-item .cart-quantity .jcf-number .jcf-btn-inc:before {
          display: block;
          vertical-align: top;
          margin-top: -0.375rem; }
      .mini-cart-item .cart-quantity .jcf-number .jcf-btn-dec {
        width: auto;
        left: 0.3125rem;
        right: unset;
        border: none; }
        .mini-cart-item .cart-quantity .jcf-number .jcf-btn-dec:before {
          display: block;
          vertical-align: top;
          margin-top: -0.375rem; }
  .mini-cart-item .cart-remove {
    font-weight: 400;
    font-size: 0.70625rem;
    line-height: 1.25;
    color: #000;
    text-decoration: none;
    margin-right: auto;
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: absolute;
    bottom: 0.40625rem;
    left: 0;
    z-index: 1; }
    @media (min-width: 1200px) {
      .mini-cart-item .cart-remove {
        font-size: 14px; } }
    @media (max-width: 1199.98px) {
      .mini-cart-item .cart-remove {
        top: auto;
        bottom: 0.75rem;
        left: 0; } }

.header-search {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease opacity, 0.3s ease visibility;
  transition: 0.3s ease opacity, 0.3s ease visibility; }
  .header_search_active .header-search {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 1200px) {
    .header-search {
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      width: 40%;
      max-width: 473px;
      padding: 10px 0;
      left: 40px; } }
  @media (min-width: 1300px) {
    .header-search {
      left: 50px; } }
  @media (max-width: 1199.98px) {
    .header-search {
      border-top: 1px solid #eee;
      right: 0; } }
  .header-search .input-wrap {
    padding: 0 1.375rem; }
    @media (min-width: 1200px) {
      .header-search .input-wrap {
        padding: 0 25px 0 0; } }
    .header-search .input-wrap .btn-search {
      background: none !important;
      box-shadow: none !important;
      width: auto !important; }
  .header-search .search-close {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 0;
    line-height: 1;
    font-size: 0.5rem;
    text-decoration: none;
    color: #6ad3d9; }
    @media (min-width: 1200px) {
      .header-search .search-close {
        font-size: 13px; } }
    .header-search .search-close i {
      display: block; }

.header-search .input-wrap,
.product-search .input-wrap {
  position: relative; }

.header-search .search-input,
.product-search .search-input {
  display: block;
  height: 1.25rem;
  font-size: 0.6875rem;
  line-height: 1rem;
  padding: 0.125rem 0;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none;
  border: none; }
  @media (min-width: 1200px) {
    .header-search .search-input,
    .product-search .search-input {
      height: 30px;
      font-size: 14px;
      line-height: 19px;
      padding: 5px 0;
      border: 1px solid #000;
      border-width: 0 0 1px; } }
  @media (max-width: 1199.98px) {
    .header-search .search-input,
    .product-search .search-input {
      max-width: 11.5625rem;
      background: #fff; } }
  .header-search .search-input::-webkit-input-placeholder,
  .product-search .search-input::-webkit-input-placeholder {
    color: #000; }
  .header-search .search-input::-moz-placeholder,
  .product-search .search-input::-moz-placeholder {
    opacity: 1;
    color: #000; }
  .header-search .search-input:-moz-placeholder,
  .product-search .search-input:-moz-placeholder {
    color: #000; }
  .header-search .search-input:-ms-input-placeholder,
  .product-search .search-input:-ms-input-placeholder {
    color: #000; }
  .header-search .search-input.placeholder,
  .product-search .search-input.placeholder {
    color: #000; }

.header-search .btn-search,
.product-search .btn-search {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 0.875rem;
  color: #000;
  left: 0; }
  @media (min-width: 1200px) {
    .header-search .btn-search,
    .product-search .btn-search {
      font-size: 15px; } }

.search-offer-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999; }
  @media (max-width: 1199.98px) {
    .banner-search .search-offer-dropdown {
      left: -0.8125rem;
      right: -0.8125rem; } }
  .search-offer-dropdown.hidden {
    display: none; }
  @media (min-width: 1200px) {
    .search-offer-dropdown {
      left: 0;
      right: 0;
      width: 100%;
      border: 1px solid #e8e8e8;
      border-radius: 0 0 6px 6px;
      overflow: hidden; } }
  .search-offer-dropdown.ajax_loading .btn-wrap,
  .search-offer-dropdown.ajax_loading .close_search_offer,
  .search-offer-dropdown.ajax_loading .offers-list {
    display: none; }
  .search-offer-dropdown.ajax_loading .css-loader {
    display: block; }
  .search-offer-dropdown.no_result .btn-wrap,
  .search-offer-dropdown.no_result .offers-list {
    display: none; }
  .search-offer-dropdown.no_result .noresult_info {
    display: block; }
  .search-offer-dropdown .noresult_info {
    display: none;
    text-align: center;
    padding: 25px 15px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1; }
    @media (min-width: 1200px) {
      .search-offer-dropdown .noresult_info {
        font-size: 18px; } }
  .search-offer-dropdown .close_search_offer {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    line-height: 1;
    color: #4a4a4a;
    z-index: 6; }
    @media (min-width: 1200px) {
      .search-offer-dropdown .close_search_offer {
        font-size: 16px; } }
    .search-offer-dropdown .close_search_offer:hover {
      color: #000; }
  .search-offer-dropdown .css-loader {
    display: none; }
  .search-offer-dropdown .offers-list {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 327px; }
    @media (min-width: 1200px) {
      .search-offer-dropdown .offers-list {
        padding: 14px;
        max-height: 488px; } }
    @media (max-width: 1199.98px) {
      .search-offer-dropdown .offers-list {
        height: calc(100vh - 256px); } }
  .search-offer-dropdown .offer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 13px 8px 16px; }
    @media (min-width: 1200px) {
      .search-offer-dropdown .offer-item {
        padding: 15px;
        background: #f9f9f9;
        margin-bottom: 10px;
        position: relative; } }
    @media (max-width: 1199.98px) {
      .search-offer-dropdown .offer-item {
        border-top: 1px solid #e8e8e8; } }
    .search-offer-dropdown .offer-item .img-wrap {
      background: #fff;
      border: 1px solid rgba(210, 210, 210, 0.56);
      border-radius: 0.125rem;
      -ms-flex-preferred-size: 4.875rem;
          flex-basis: 4.875rem;
      max-width: 4.875rem; }
      @media (min-width: 1200px) {
        .search-offer-dropdown .offer-item .img-wrap {
          -ms-flex-preferred-size: 124px;
              flex-basis: 124px;
          max-width: 124px; } }
    .search-offer-dropdown .offer-item .product-detail {
      -ms-flex-preferred-size: calc(100% - 4.875rem);
          flex-basis: calc(100% - 4.875rem);
      max-width: calc(100% - 4.875rem);
      padding: 0 0.75rem; }
      @media (min-width: 1200px) {
        .search-offer-dropdown .offer-item .product-detail {
          -ms-flex-preferred-size: calc(100% - 124px);
              flex-basis: calc(100% - 124px);
          max-width: calc(100% - 124px);
          padding: 2px 21px 0 125px; } }
      @media (max-width: 1199.98px) {
        .search-offer-dropdown .offer-item .product-detail {
          position: relative; } }
    .search-offer-dropdown .offer-item .product-name {
      display: block;
      font-size: 0.75rem;
      line-height: 1.25;
      font-weight: 500;
      color: #3a3a39;
      margin: 0 0 3px; }
      @media (min-width: 1200px) {
        .search-offer-dropdown .offer-item .product-name {
          font-size: 18px;
          margin-bottom: 13px; } }
      .search-offer-dropdown .offer-item .product-name a {
        color: #000;
        text-decoration: none; }
        .search-offer-dropdown .offer-item .product-name a:hover {
          color: #000; }
      .search-offer-dropdown .offer-item .product-name .qty-wrap {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
    .search-offer-dropdown .offer-item .product-price {
      font-size: 0.875rem;
      line-height: 1.25;
      font-weight: 400;
      color: #000;
      display: block;
      margin: 0 0 12px; }
      @media (min-width: 1200px) {
        .search-offer-dropdown .offer-item .product-price {
          font-size: 16px;
          margin-bottom: 12px; } }
      .search-offer-dropdown .offer-item .product-price ins {
        font-weight: 500; }
      .search-offer-dropdown .offer-item .product-price del {
        font-weight: 400;
        color: #a9a9a9;
        text-decoration: none;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        direction: ltr; }
  .search-offer-dropdown .add-cart {
    position: absolute;
    bottom: 0;
    left: 0.75rem;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.25;
    color: #fff;
    background: #000;
    padding: 0.375rem;
    border-radius: 100px;
    width: 5.3125rem;
    text-align: center;
    outline: none;
    -webkit-transition: 0.25s ease background, 0.25s ease color;
    transition: 0.25s ease background, 0.25s ease color;
    text-decoration: none; }
    @media (min-width: 1200px) {
      .search-offer-dropdown .add-cart {
        width: 120px;
        font-size: 16px;
        line-height: 1.3125;
        padding: 12px;
        left: 15px;
        bottom: 50%;
        -webkit-transform: translate(0, 50%);
            -ms-transform: translate(0, 50%);
                transform: translate(0, 50%); } }
    .search-offer-dropdown .add-cart:hover {
      background: #323232;
      color: #fff; }
  .search-offer-dropdown .jcf-number {
    width: 100%;
    max-width: 4.6875rem;
    height: 1.5rem; }
    @media (min-width: 1200px) {
      .search-offer-dropdown .jcf-number {
        height: 30px;
        max-width: 90px; } }
    .search-offer-dropdown .jcf-number input {
      padding: 0 1.5rem;
      line-height: 24px;
      font-size: 0.875rem; }
      @media (min-width: 1200px) {
        .search-offer-dropdown .jcf-number input {
          padding: 0 30px;
          line-height: 30px;
          font-size: 16px; } }
    .search-offer-dropdown .jcf-number .jcf-btn-inc,
    .search-offer-dropdown .jcf-number .jcf-btn-dec {
      width: 1.5rem;
      height: 1.5rem;
      top: 0.0625rem; }
      .search-offer-dropdown .jcf-number .jcf-btn-inc:before,
      .search-offer-dropdown .jcf-number .jcf-btn-dec:before {
        display: inline-block;
        vertical-align: top;
        margin-top: -5px; }
      @media (min-width: 1200px) {
        .search-offer-dropdown .jcf-number .jcf-btn-inc,
        .search-offer-dropdown .jcf-number .jcf-btn-dec {
          width: 30px;
          height: 30px;
          top: 0; } }
    .search-offer-dropdown .jcf-number .jcf-btn-dec:before {
      margin-top: -7px; }
  .search-offer-dropdown .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #e8e8e8; }
  .search-offer-dropdown .all-offer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #000;
    font-size: 0.96875rem;
    line-height: 1.5625rem;
    font-weight: 700;
    padding: 0.9375rem;
    text-decoration: none;
    white-space: nowrap; }
    @media (min-width: 1200px) {
      .search-offer-dropdown .all-offer-link {
        font-size: 22px;
        padding: 12px;
        line-height: 1.5; } }
    .search-offer-dropdown .all-offer-link .icon-angle-left {
      font-size: 0.625rem;
      margin-right: 0.5rem; }
      @media (min-width: 1200px) {
        .search-offer-dropdown .all-offer-link .icon-angle-left {
          font-size: 11px;
          margin-right: 10px;
          margin-top: 2px; } }
    .search-offer-dropdown .all-offer-link:hover {
      color: #000; }

.sale-countdown-box {
  padding-bottom: 0.625rem; }

.countdown-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse; }
  .countdown-timer .time-col {
    width: 1.5625rem;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .countdown-timer .time-col {
        width: 2.1875rem; } }
    .countdown-timer .time-col span {
      font-size: 0.75rem;
      font-weight: 700;
      position: relative;
      line-height: 1; }
      .countdown-timer .time-col span:before {
        content: ":";
        position: absolute;
        top: 50%;
        right: 100%;
        -webkit-transform: translatey(-50%);
            -ms-transform: translatey(-50%);
                transform: translatey(-50%);
        margin-right: 0.25rem;
        font-weight: 500;
        font-size: 0.75rem;
        line-height: 1;
        margin-top: -1px; }
        @media only screen and (min-width: 768px) {
          .countdown-timer .time-col span:before {
            font-size: 0.875rem; } }
      @media only screen and (min-width: 768px) {
        .countdown-timer .time-col span {
          font-size: 1.125rem; } }
    .countdown-timer .time-col .smalltext {
      font-size: 0.5625rem;
      font-weight: 400;
      line-height: 1; }
      @media only screen and (min-width: 768px) {
        .countdown-timer .time-col .smalltext {
          font-size: 0.75rem; } }
    .countdown-timer .time-col:first-of-type span:before {
      display: none; }

.ajax-srch-inner {
  top: -1px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 0; }
  @media (min-width: 768px) {
    .ajax-srch-inner {
      padding: 0 1.5625rem 0 0; } }
  @media (min-width: 1200px) {
    .ajax-srch-inner {
      padding-right: 0; } }
  .ajax-srch-inner .input-group {
    position: relative; }
  .ajax-srch-inner .form-control {
    -webkit-appearance: none;
            appearance: none;
    box-shadow: none;
    outline: none;
    font-size: 0.75rem;
    color: #000;
    border: solid 1px #d3d3d4;
    border-radius: 1.25rem !important;
    height: 2.125rem;
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 0 0.9375rem; }
    .ajax-srch-inner .form-control::-webkit-input-placeholder {
      color: #919191; }
    .ajax-srch-inner .form-control::-moz-placeholder {
      opacity: 1;
      color: #919191; }
    .ajax-srch-inner .form-control:-moz-placeholder {
      color: #919191; }
    .ajax-srch-inner .form-control:-ms-input-placeholder {
      color: #919191; }
    .ajax-srch-inner .form-control.placeholder {
      color: #919191; }
    @media (min-width: 992px) {
      .ajax-srch-inner .form-control {
        font-size: 0.875rem;
        height: 2.25rem;
        padding: 0 1.25rem; } }
  .ajax-srch-inner .input-group-append {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 1.125rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      .ajax-srch-inner .input-group-append {
        left: 0.625rem; } }
  .ajax-srch-inner .ajax-srch-inner-btn {
    background: #6ad3d9;
    color: #fff;
    font-size: 0.625rem;
    border-radius: 50% !important;
    height: 1.3125rem !important;
    width: 1.3125rem !important;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 992px) {
      .ajax-srch-inner .ajax-srch-inner-btn {
        height: 1.5rem !important;
        width: 1.5rem !important;
        border-radius: 1.5rem !important; } }

.search-suggest-wrap-main {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  padding: 0 0.625rem 0.625rem; }
  @media (max-width: 575.98px) {
    .search-suggest-wrap-main {
      height: calc(100vh - 7.5rem);
      -ms-overflow-y: auto;
      overflow-y: auto;
      border-top: none; } }
  @media (min-width: 768px) {
    .search-suggest-wrap-main {
      padding: 0 0 1.25rem; } }
  .header_search_active .search-suggest-wrap-main {
    visibility: visible;
    opacity: 1; }
  @media (max-width: 575.98px) {
    .search-suggest-wrap-main .ajax-srch-inner + .container {
      padding: 0 0; } }
  @media (max-width: 575.98px) {
    .search-suggest-wrap-main .product-item .product-img img {
      height: 8rem; } }
  .search-suggest-wrap-main .loader-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9; }
    .search-suggest-wrap-main .loader-wrap .css-loader {
      margin-top: 0;
      margin-bottom: 0; }
  .search-suggest-wrap-main.ajax_loading .loader-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.close-ajax-search {
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  font-size: 0.6875rem;
  line-height: 1.5rem;
  top: 0.375rem;
  left: auto;
  right: 0.5rem;
  white-space: nowrap;
  font-size: 0;
  margin-left: 0.625rem; }
  .close-ajax-search:hover {
    color: #6ad3d9; }
  @media (min-width: 768px) {
    .close-ajax-search {
      line-height: 1.5rem;
      top: 0.375rem;
      margin-left: 0.625rem;
      left: auto;
      right: 0.9375rem; }
      .close-ajax-search .icon-cross {
        vertical-align: middle;
        margin-top: 0.3125rem; } }
  @media (min-width: 1200px) {
    .close-ajax-search {
      right: 2.1875rem; } }
  .close-ajax-search span {
    font-size: 0.625rem; }
    @media (min-width: 768px) {
      .close-ajax-search span {
        font-size: 0.875rem; } }

.search-suggest-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.5625rem; }
  @media (min-width: 768px) {
    .search-suggest-inner-wrap {
      margin-top: 2.5rem; } }
  @media (max-width: 575.98px) {
    .search-suggest-inner-wrap .ajax-search-suggest-wrap {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      display: none; }
      .search-suggest-enabled .search-suggest-inner-wrap .ajax-search-suggest-wrap {
        display: block; } }
  @media (min-width: 768px) {
    .search-suggest-inner-wrap .ajax-search-suggest-wrap {
      width: 60%;
      padding-left: 1.875rem;
      padding-right: 1.25rem; } }
  @media (min-width: 1200px) {
    .search-suggest-inner-wrap .ajax-search-suggest-wrap {
      padding-right: 0; } }
  .search-suggest-inner-wrap .ajax-search-suggest-wrap .container {
    padding: 0 !important; }
  .search-suggest-inner-wrap .ajax-search-suggest-wrap .prdct-category {
    display: none; }
  .search-suggest-inner-wrap .ajax-search-suggest-wrap .product-price {
    font-weight: 400;
    margin-top: 0.3125rem; }
    @media (min-width: 768px) {
      .search-suggest-inner-wrap .ajax-search-suggest-wrap .product-price {
        margin-top: 0.3125rem; } }
  .search-suggest-inner-wrap .ajax-suggest-res-wrap {
    width: 100%; }
    @media (min-width: 768px) {
      .search-suggest-inner-wrap .ajax-suggest-res-wrap {
        width: 40%;
        padding-right: 1.875rem;
        padding-left: 0; } }

.search-all-results-wrap {
  display: none; }
  .search-suggest-enabled .search-all-results-wrap {
    display: block;
    text-align: center;
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-weight: 700;
    margin-bottom: 1.5625rem;
    font-family: "Assistant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .search-suggest-enabled .search-all-results-wrap a {
      color: #000;
      text-decoration: underline; }
      .search-suggest-enabled .search-all-results-wrap a:hover {
        color: #6ad3d9; }
    @media (min-width: 768px) {
      .search-suggest-enabled .search-all-results-wrap {
        margin-top: -0.625rem;
        font-size: 1rem; } }

.search-product-wrapper .product-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.34375rem; }
  @media (min-width: 768px) {
    .search-product-wrapper .product-row {
      margin: 0 -0.625rem; } }
  .search-product-wrapper .product-row .product-col,
  .search-product-wrapper .product-row .prdc-single {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    margin-top: 0;
    padding: 0 0.34375rem;
    margin-bottom: 0.9375rem; }
    @media (min-width: 768px) {
      .search-product-wrapper .product-row .product-col,
      .search-product-wrapper .product-row .prdc-single {
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
        max-width: 33.33%;
        padding: 0 0.625rem;
        margin-bottom: 2.5rem; } }

.search-product-wrapper .btn-wrapper {
  display: block;
  text-align: center;
  line-height: 1;
  margin-top: 1rem; }
  @media (min-width: 768px) {
    .search-product-wrapper .btn-wrapper {
      margin-top: 2.125rem; } }
  .search-product-wrapper .btn-wrapper .btn {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.625rem 2.9375rem;
    background: #6ad3d9;
    color: #fff;
    font-weight: 300;
    border: 1px solid #6ad3d9; }
    @media (min-width: 768px) {
      .search-product-wrapper .btn-wrapper .btn:hover {
        color: #6ad3d9;
        background: none; } }
    @media (max-width: 767.98px) {
      .search-product-wrapper .btn-wrapper .btn {
        padding: 0;
        background: none;
        border: none;
        color: #000;
        font-size: 0.75rem;
        line-height: 1.45;
        font-weight: 400;
        text-decoration: underline;
        text-underline-offset: 0.0625rem; } }

@media (min-width: 768px) {
  .search-topics-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.search-topics-title {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #000;
  line-height: 1.46;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (max-width: 575.98px) {
    .search-topics-title {
      text-align: center; } }
  @media (min-width: 768px) {
    .search-topics-title {
      font-size: 1rem;
      margin: 0 0 0.9375rem; } }
  .search-topics-title.search-count {
    display: none !important; }
  .ajax-sugg-res-inner .search-topics-title {
    text-align: right;
    margin-bottom: 0.5rem; }

.ajax-sugg-res-inner {
  margin-top: 0.75rem; }
  @media (min-width: 768px) {
    .ajax-sugg-res-inner {
      margin-top: 0; } }
  .ajax-sugg-res-inner .search-topics-col {
    margin-bottom: 1.125rem; }
    @media (min-width: 768px) {
      .ajax-sugg-res-inner .search-topics-col {
        padding-left: 1.875rem;
        -ms-flex-preferred-size: 37%;
            flex-basis: 37%;
        max-width: 37%; }
        .ajax-sugg-res-inner .search-topics-col:nth-of-type(2n) {
          -ms-flex-preferred-size: 60%;
              flex-basis: 60%;
          max-width: 60%; } }
    .ajax-sugg-res-inner .search-topics-col .search-topics-title {
      display: block !important;
      line-height: 1.3; }
      @media (min-width: 768px) {
        .ajax-sugg-res-inner .search-topics-col .search-topics-title {
          margin-bottom: 1.25rem; } }
    .ajax-sugg-res-inner .search-topics-col .search-topics-desc {
      font-family: "Assistant", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.75rem;
      line-height: 1.5; }
      @media (min-width: 768px) {
        .ajax-sugg-res-inner .search-topics-col .search-topics-desc {
          font-size: 1rem; } }
    .ajax-sugg-res-inner .search-topics-col .btn-holder {
      margin-top: 0.9375rem; }
      @media (min-width: 768px) {
        .ajax-sugg-res-inner .search-topics-col .btn-holder {
          margin-top: 1.25rem; } }
      .ajax-sugg-res-inner .search-topics-col .btn-holder a.btn {
        background: #5BCBD0;
        border: 1px solid #5BCBD0;
        border-radius: 0;
        min-width: 6.25rem;
        min-height: 1.875rem;
        padding: 0.375rem;
        line-height: 1;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (min-width: 768px) {
          .ajax-sugg-res-inner .search-topics-col .btn-holder a.btn {
            min-width: 9.375rem;
            min-height: 2.875rem;
            padding: 0.625rem; } }
        .ajax-sugg-res-inner .search-topics-col .btn-holder a.btn:hover {
          background: transparent;
          border-color: #5BCBD0;
          color: #5BCBD0; }
  .ajax-sugg-res-inner ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 575.98px) {
      .ajax-sugg-res-inner ul.search-list-wrapp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-flow: column wrap;
        max-height: 7.75rem; } }
    @media (max-width: 767.98px) {
      .ajax-sugg-res-inner ul.search-list-wrapp ul {
        padding-left: 3.25rem; } }
    .ajax-sugg-res-inner ul.search-list-wrapp li {
      display: block; }
    .ajax-sugg-res-inner ul li {
      margin-bottom: 0.5rem;
      font-size: 0.75rem;
      line-height: 1.3;
      font-weight: 400; }
      @media (min-width: 768px) {
        .ajax-sugg-res-inner ul li {
          font-size: 1rem;
          margin-bottom: 0.625rem; } }
      .ajax-sugg-res-inner ul li a {
        color: #000;
        text-decoration: none; }
        .ajax-sugg-res-inner ul li a:hover {
          color: #6ad3d9; }

@media (min-width: 768px) {
  .no-result .search-product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .no-result .search-product-wrapper > .search-topics-title:not(.search-count) {
      display: block !important; }
    .no-result .search-product-wrapper .product-row {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .no-result .search-product-wrapper .product-row.search {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      font-family: "Assistant", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin: 0 0 0.9375rem; } }

.prdc-single {
  padding: 0 0.4375rem; }
  @media (min-width: 768px) {
    .prdc-single {
      padding: 0 1.1875rem; } }
  .prdc-single a {
    display: block; }
  .prdc-single .prdct-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    .prdc-single .prdct-image a {
      display: block;
      position: relative;
      overflow: hidden; }
    .prdc-single .prdct-image img {
      width: 100%;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    .prdc-single .prdct-image .matat-stock-label {
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      background: #000;
      font-weight: 600;
      font-size: 0.625rem;
      padding: 0.1rem 0;
      text-align: center;
      color: #fff; }
      @media (min-width: 768px) {
        .prdc-single .prdct-image .matat-stock-label {
          font-size: 14px;
          padding: 10px; } }
  .prdc-single:hover .prdct-image img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }
  .prdc-single .prdct-title {
    font-size: 0.8125rem;
    margin-top: 0.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    text-align: center; }
    @media (min-width: 768px) {
      .prdc-single .prdct-title {
        font-size: 1rem;
        margin-top: 0.75rem; } }
    .prdc-single .prdct-title a {
      color: #2d2d2d;
      text-decoration: none;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
      .prdc-single .prdct-title a:hover {
        color: #6ad3d9; }
  .prdc-single .prdct-category {
    font-size: 0.75rem;
    margin-top: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    text-align: center;
    color: #2d2d2d; }
    @media (min-width: 768px) {
      .prdc-single .prdct-category {
        font-size: 0.875rem;
        margin-top: 0.5rem; } }
    .prdc-single .prdct-category a {
      color: #2d2d2d;
      text-decoration: none; }
  .prdc-single .prdct-category {
    font-size: 0.75rem;
    margin-top: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    text-align: center;
    color: #2d2d2d; }
    @media (min-width: 768px) {
      .prdc-single .prdct-category {
        font-size: 0.875rem;
        margin-top: 0.5rem; } }
    .prdc-single .prdct-category a {
      color: #2d2d2d;
      text-decoration: none; }
  .prdc-single .product-price {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.3125rem; }
    @media (min-width: 768px) {
      .prdc-single .product-price {
        font-size: 0.875rem;
        margin-top: 0.5rem; } }
    .prdc-single .product-price del {
      color: #ababab;
      margin-left: 7px; }
  @media (max-width: 575.98px) {
    .prdc-single + .prdc-single {
      margin-top: 1.25rem; } }
  .prdc-single .prdc-single {
    padding: 0; }

.hero-slider-main {
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .hero-slider-main {
      margin-top: 2rem; } }
  .hero-slider-main .hero-slider-curves {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -100px; }
    @media (max-width: 575.98px) {
      .hero-slider-main .hero-slider-curves {
        margin-bottom: -4.0625rem; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .hero-slider-main .hero-slider-curves {
        margin-bottom: -60px; } }
    .hero-slider-main .hero-slider-curves img {
      width: 100%; }

.container-home {
  width: 100%;
  max-width: 100%;
  padding: 0 0.375rem; }
  @media (min-width: 768px) {
    .container-home {
      padding: 0 0.9375rem; } }
  @media (min-width: 992px) {
    .container-home {
      padding: 0 4.6875rem; } }

.hero-banner {
  position: relative; }
  .hero-banner .bg-image {
    overflow: hidden;
    position: relative; }
    .hero-banner .bg-image:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: url("assets/images/banner-element-mobile.svg") no-repeat;
      background-size: 100% 100% !important; }
      @media (min-width: 576px) {
        .hero-banner .bg-image:after {
          background: url("assets/images/banner-element.svg") no-repeat; } }
    @media (max-width: 575.98px) {
      .hero-banner .bg-image {
        min-height: 18.75rem;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 1.25rem; } }
    .hero-banner .bg-image img {
      width: 100%; }
      @media (max-width: 575.98px) {
        .hero-banner .bg-image img {
          min-height: 18.75rem;
          object-fit: cover;
          object-position: 50% 50%; } }
  .hero-banner .banner-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 3.5625rem;
    right: 3.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .hero-banner .banner-content.content-left {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .hero-banner .banner-content.content-center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .hero-banner .banner-content.content-right {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .hero-banner .banner-content .banner-content-wrap {
      text-align: center;
      width: 100%; }
      @media (max-width: 575.98px) {
        .hero-banner .banner-content .banner-content-wrap {
          margin: 0 auto; } }
      @media (max-width: 575.98px) {
        .hero-banner .banner-content .banner-content-wrap .btn {
          border-color: #fff; }
          .hero-banner .banner-content .banner-content-wrap .btn:hover {
            border-color: #6ad3d9; } }
  .hero-banner .banner-title {
    font-size: 2.125rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 auto;
    color: #fff;
    line-height: 2.5rem;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .hero-banner .banner-title {
        font-size: 52px;
        line-height: 65px;
        margin-bottom: 0.9375rem; } }
    @media (min-width: 992px) {
      .hero-banner .banner-title {
        font-size: 60px;
        line-height: 73px;
        margin-bottom: 1.125rem; } }
    @media (min-width: 1200px) {
      .hero-banner .banner-title {
        font-size: 68px;
        line-height: 81px; } }
  .hero-banner .banner-desc {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: #fff;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 1.1875rem; }
    @media (min-width: 768px) {
      .hero-banner .banner-desc {
        font-size: 1.375rem;
        line-height: 2rem;
        margin-bottom: 1.375rem; } }
    @media (min-width: 992px) {
      .hero-banner .banner-desc {
        font-size: 1.625rem;
        line-height: 2.25rem;
        margin-bottom: 1.75rem; } }
    @media (min-width: 1200px) {
      .hero-banner .banner-desc {
        font-size: 1.875rem;
        line-height: 2.6875rem;
        margin-bottom: 2rem; } }
  .hero-banner .img-wrap {
    margin: 0 0 2.375rem; }
    @media (min-width: 768px) {
      .hero-banner .img-wrap {
        margin: 0;
        width: 54.858%; } }
    .hero-banner .img-wrap img {
      width: 100%; }
  .hero-banner .video-frame {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.5%;
    height: 0;
    margin: 0 -2px; }
    .hero-banner .video-frame iframe {
      pointer-events: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      margin: -1px 0;
      width: 100%;
      height: 100%; }

.hero-slider-wrap {
  margin-bottom: 0.5rem;
  position: relative; }
  @media (min-width: 768px) {
    .hero-slider-wrap {
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    .hero-slider-wrap {
      margin-bottom: 25px; } }
  @media (min-width: 1200px) {
    .hero-slider-wrap {
      margin-bottom: 30px; } }
  .hero-slider-wrap .slick-dots {
    position: absolute;
    bottom: 4.6875rem;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1;
    line-height: 1; }
    @media (min-width: 992px) {
      .hero-slider-wrap .slick-dots {
        bottom: unset;
        top: 50%;
        left: 1.75rem;
        right: unset; } }
    .hero-slider-wrap .slick-dots li {
      display: inline-block;
      margin: 0 0.3125rem; }
      @media (min-width: 992px) {
        .hero-slider-wrap .slick-dots li {
          display: block;
          margin: 6px 0; } }
      .hero-slider-wrap .slick-dots li button {
        text-indent: -9999999px;
        font-size: 0;
        -webkit-appearance: none;
        appearance: none;
        border: none;
        padding: 0;
        box-shadow: none;
        width: 0.625rem;
        height: 0.625rem;
        border-radius: 0.625rem;
        border: 1px solid #6ad3d9;
        background: white;
        -webkit-transition: background 0.3s;
        transition: background 0.3s; }
        @media (min-width: 992px) {
          .hero-slider-wrap .slick-dots li button {
            width: 0.75rem;
            height: 0.75rem;
            border-radius: 0.75rem; } }
      .hero-slider-wrap .slick-dots li.slick-active button {
        background: #6ad3d9;
        border-color: #fff; }

.home-title {
  font-size: 1.4375rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 2.125rem; }
  @media (max-width: 767.98px) {
    .home-title {
      text-align: center; } }
  @media (min-width: 768px) {
    .home-title {
      font-size: 1.75rem;
      margin-bottom: 2.9375rem; } }
  .home-title.center {
    text-align: center; }
    .home-title.center:after {
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
  .home-title.orange {
    color: #ff8937; }
    .home-title.orange:after {
      background-image: -webkit-radial-gradient(circle, #ff8937 0.125rem, transparent 0);
      background-image: radial-gradient(circle, #ff8937 0.125rem, transparent 0); }
      @media (min-width: 768px) {
        .home-title.orange:after {
          background-image: -webkit-radial-gradient(circle, #ff8937 2.5px, transparent 0);
          background-image: radial-gradient(circle, #ff8937 2.5px, transparent 0); } }
  .home-title.white {
    color: #fff; }
    .home-title.white:after {
      background-image: -webkit-radial-gradient(circle, #fff 0.125rem, transparent 0);
      background-image: radial-gradient(circle, #fff 0.125rem, transparent 0); }
      @media (min-width: 768px) {
        .home-title.white:after {
          background-image: -webkit-radial-gradient(circle, #fff 2.5px, transparent 0);
          background-image: radial-gradient(circle, #fff 2.5px, transparent 0); } }
  .home-title.green {
    color: #68d392; }
    .home-title.green:after {
      background-image: -webkit-radial-gradient(circle, #68d392 0.125rem, transparent 0);
      background-image: radial-gradient(circle, #68d392 0.125rem, transparent 0); }
      @media (min-width: 768px) {
        .home-title.green:after {
          background-image: -webkit-radial-gradient(circle, #68d392 2.5px, transparent 0);
          background-image: radial-gradient(circle, #68d392 2.5px, transparent 0); } }
  .home-title.blue {
    color: #6ad3d9; }
    .home-title.blue:after {
      background-image: -webkit-radial-gradient(circle, #6ad3d9 0.125rem, transparent 0);
      background-image: radial-gradient(circle, #6ad3d9 0.125rem, transparent 0); }
      @media (min-width: 768px) {
        .home-title.blue:after {
          background-image: -webkit-radial-gradient(circle, #6ad3d9 2.5px, transparent 0);
          background-image: radial-gradient(circle, #6ad3d9 2.5px, transparent 0); } }
  .home-title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 5rem;
    margin: 0.75rem auto 0;
    background-image: -webkit-radial-gradient(circle, #ff8937 0.125rem, transparent 0);
    background-image: radial-gradient(circle, #ff8937 0.125rem, transparent 0);
    background-position: center;
    background-size: 0.5rem;
    background-repeat: space no-repeat;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 0.375rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media (min-width: 768px) {
      .home-title:after {
        background-image: -webkit-radial-gradient(circle, #ff8937 2.5px, transparent 0);
        background-image: radial-gradient(circle, #ff8937 2.5px, transparent 0);
        background-size: 10px;
        height: 0.375rem;
        width: 7.8125rem;
        left: unset;
        margin: 1.25rem auto 0; } }
  .home-title.no-dots {
    margin-bottom: 2.1875rem; }
    @media (min-width: 768px) {
      .home-title.no-dots {
        margin-bottom: 3.4375rem; } }
    .home-title.no-dots:after {
      display: none; }

.home-desc {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  margin-bottom: 1.125rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 575.98px) {
    .home-desc {
      text-align: center; } }
  @media (min-width: 768px) {
    .home-desc {
      font-size: 1rem;
      line-height: 1.5rem;
      margin-bottom: 1.9375rem; } }
  .home-desc.center {
    text-align: center; }
  .home-desc.white {
    color: #fff; }

.home-desc-secondary {
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-bottom: 1.125rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 575.98px) {
    .home-desc-secondary {
      text-align: center; } }
  @media (min-width: 768px) {
    .home-desc-secondary {
      font-size: 1rem;
      line-height: 1.6875rem;
      margin-bottom: 2.25rem; } }
  .home-desc-secondary.center {
    text-align: center; }
  .home-desc-secondary.white {
    color: #fff; }

.category-section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .category-section-wrap .hme-category-desc-wrap {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .category-section-wrap .hme-category-desc-wrap {
        margin-bottom: 30px;
        padding: 0 0.75rem; } }
    @media (min-width: 992px) {
      .category-section-wrap .hme-category-desc-wrap {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        max-width: 25%;
        padding-left: 2.125rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .category-section-wrap .category-items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 575.98px) {
      .category-section-wrap .category-items-wrap {
        margin-left: -0.25rem;
        margin-right: -0.25rem; } }
    @media (min-width: 992px) {
      .category-section-wrap .category-items-wrap {
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
        max-width: 75%; } }
    .category-section-wrap .category-items-wrap .category-items-single {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      padding: 0 0.25rem; }
      @media (max-width: 575.98px) {
        .category-section-wrap .category-items-wrap .category-items-single:nth-of-type(3) {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          max-width: 100%;
          margin-top: 0.5rem; } }
      @media (min-width: 768px) {
        .category-section-wrap .category-items-wrap .category-items-single {
          -ms-flex-preferred-size: 33.33%;
              flex-basis: 33.33%;
          max-width: 33.33%;
          padding: 0 0.75rem; } }
      .category-section-wrap .category-items-wrap .category-items-single img {
        background-size: cover;
        background-position: center;
        width: 100%;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: transform 0.5s;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s; }
        @media (max-width: 575.98px) {
          .category-section-wrap .category-items-wrap .category-items-single img {
            min-height: 9.375rem;
            object-fit: cover; } }
    .category-section-wrap .category-items-wrap .category-btn-wrap {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      text-align: center;
      margin: 1.4375rem 0 0; }
      .category-section-wrap .category-items-wrap .category-btn-wrap .btn-orange {
        border-color: #ff8937; }
    .category-section-wrap .category-items-wrap .category-single-wrap {
      position: relative;
      overflow: hidden; }
      .category-section-wrap .category-items-wrap .category-single-wrap a {
        display: block;
        position: relative;
        color: #fff;
        text-decoration: none; }
        .category-section-wrap .category-items-wrap .category-single-wrap a .category-single-title {
          font-size: 0.875rem;
          font-weight: 700;
          color: #fff;
          position: absolute;
          left: 0;
          right: 0;
          text-align: center;
          bottom: 0.6875rem;
          z-index: 1;
          text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7); }
          @media (min-width: 768px) {
            .category-section-wrap .category-items-wrap .category-single-wrap a .category-single-title {
              font-size: 1.75rem;
              bottom: 1.375rem; } }
        .category-section-wrap .category-items-wrap .category-single-wrap a:hover .category-single-title {
          opacity: 1;
          visibility: visible;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); }
        .category-section-wrap .category-items-wrap .category-single-wrap a:hover img {
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2); }

.btn-wrap.center {
  text-align: center; }

@media (max-width: 575.98px) {
  .third-cta .btn-wrap .btn {
    min-width: 7.5rem; } }

.btn-wrap .btn + .btn {
  margin: 0.9375rem 0 0 0; }
  .third-cta .btn-wrap .btn + .btn {
    margin: 0.375rem; }
  @media (min-width: 768px) {
    .btn-wrap .btn + .btn {
      margin: 0 0.9375rem 0 0; }
      .third-cta .btn-wrap .btn + .btn {
        margin: 0 2rem 0 0; } }

.home-cta-one {
  margin-top: 2.125rem; }
  @media (min-width: 768px) {
    .home-cta-one {
      margin-top: 5rem; } }
  @media (max-width: 575.98px) {
    .home-cta-one .container-home {
      padding: 0; } }
  @media (min-width: 992px) {
    .home-cta-one.third-cta .home-cta-one-content {
      top: 50%; } }

.home-cta-one-wrap {
  position: relative; }
  .home-cta-one-wrap img {
    width: 100%; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .home-cta-one-wrap img {
        height: 370px; } }
    .third-cta .home-cta-one-wrap img {
      border-radius: 0.625rem; }
      @media (min-width: 768px) {
        .third-cta .home-cta-one-wrap img {
          border-radius: 0.9375rem; } }
  .home-cta-one-wrap .home-cta-one-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 840px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }
    @media (min-width: 992px) {
      .home-cta-one-wrap .home-cta-one-content {
        top: 36%; } }
    @media (max-width: 575.98px) {
      .home-cta-one-wrap .home-cta-one-content {
        width: 100%;
        padding: 0 1.25rem; } }
  .home-cta-one-wrap .home-title {
    font-size: 1.375rem;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7); }
    @media (min-width: 768px) {
      .home-cta-one-wrap .home-title {
        font-size: 2.75rem; } }
  .home-cta-one-wrap .home-desc {
    margin-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .home-cta-one-wrap .home-desc {
        margin-bottom: 1.25rem; } }
  .home-cta-one-wrap a.btn-pink {
    border-color: #ec697f; }
  .home-cta-one-wrap a.btn-purple {
    border-color: #a15cf1; }

.category-green {
  margin-top: 2.0625rem; }
  @media (min-width: 768px) {
    .category-green {
      margin-top: 5.3125rem; } }

.home-curves {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1; }
  .home-curves img {
    width: 100%; }

.wall-upgrades-section {
  position: relative;
  margin-top: 1rem;
  padding-top: 4rem; }
  @media (min-width: 768px) {
    .wall-upgrades-section {
      margin-top: 2.5rem;
      padding-top: 7.25rem; } }
  @media (min-width: 768px) {
    .wall-upgrades-section .home-title {
      margin-bottom: 4.375rem; } }
  .wall-upgrades-section .btn-wrap {
    margin-top: 1.625rem; }
    @media (min-width: 768px) {
      .wall-upgrades-section .btn-wrap {
        margin-top: 3.25rem; } }
    .wall-upgrades-section .btn-wrap .btn-blue {
      border: 1px solid #6ad3d9; }

.wall-upgrds-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .wall-upgrds-main .wall-upgrds-single {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 0.25rem;
    margin-top: 1.3125rem; }
    .wall-upgrds-main .wall-upgrds-single:first-of-type {
      margin-top: 0; }
    @media (min-width: 768px) {
      .wall-upgrds-main .wall-upgrds-single {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%;
        padding: 0 0.9375rem;
        margin-top: 0; } }
    .wall-upgrds-main .wall-upgrds-single img {
      width: 100%;
      -webkit-transition: transform 0.5s;
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
    .wall-upgrds-main .wall-upgrds-single a {
      text-decoration: none;
      color: #fff;
      position: relative;
      display: block;
      overflow: hidden; }
      .wall-upgrds-main .wall-upgrds-single a .wall-upgrades-title {
        font-size: 0.875rem;
        margin: 0;
        font-weight: 700;
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 0.78125rem;
        z-index: 1;
        text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7); }
        @media (min-width: 768px) {
          .wall-upgrds-main .wall-upgrds-single a .wall-upgrades-title {
            font-size: 1.75rem;
            bottom: 1.625rem; } }
      .wall-upgrds-main .wall-upgrds-single a:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }

@media (min-width: 768px) {
  .second-cta .btn-wrap {
    margin-top: 32px; } }

.second-cta .btn-wrap .btn {
  min-width: 10rem;
  text-align: center; }
  @media (min-width: 768px) {
    .second-cta .btn-wrap .btn {
      min-width: 13.25rem; } }

.product-display-section {
  margin-top: 1.8125rem;
  position: relative; }
  @media (min-width: 768px) {
    .product-display-section {
      margin-top: 5.3125rem; } }
  .product-display-section .prd-disp-main {
    margin-top: 2.25rem; }
    @media (min-width: 768px) {
      .product-display-section .prd-disp-main {
        margin-top: 4.8125rem; } }
    .product-display-section .prd-disp-main .slick-track {
      margin: 0 auto; }
    @media (max-width: 575.98px) {
      .product-display-section .prd-disp-main .prdc-single {
        margin-bottom: 1.25rem; }
        .product-display-section .prd-disp-main .prdc-single + .prdc-single {
          margin-top: 0; } }
  .product-display-section .btn-wrap {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .product-display-section .btn-wrap {
        margin-top: 2.5rem; } }
    .product-display-section .btn-wrap .btn-blue {
      border: 1px solid #6ad3d9; }
    .product-display-section .btn-wrap .btn-orange {
      border-color: #ff8937; }
  .product-display-section.prdct-display-grey {
    padding-top: 3.75rem; }
    @media (min-width: 768px) {
      .product-display-section.prdct-display-grey {
        padding-top: 8.3125rem; } }
    @media (max-width: 575.98px) {
      .product-display-section.prdct-display-grey {
        margin-top: 1.125rem; } }
    .product-display-section.prdct-display-grey .btn-wrap {
      margin-top: 0.9375rem; }
      @media (min-width: 768px) {
        .product-display-section.prdct-display-grey .btn-wrap {
          margin-top: 5rem; } }
  @media (max-width: 575.98px) {
    .product-display-section .prdc-disp-slider .slick-slide > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .product-display-section .slick-arrow {
      top: 40%; } }
  .product-display-section.prdct-display-grey span.matat-label {
    background: #6ad3d9; }

.blog-section {
  margin-top: 2.25rem;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .blog-section {
      margin-top: 4.6875rem;
      padding-bottom: 1.875rem; } }
  .blog-section .home-title {
    margin-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .blog-section .home-title {
        margin-bottom: 5.1875rem; } }
  .blog-section .btn-wrap {
    margin: 0.8125rem 0 0; }
    @media (min-width: 768px) {
      .blog-section .btn-wrap {
        margin: 3.625rem 0 0; } }

.blog-items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.blog-item-single {
  text-align: center;
  padding: 0 0.3125rem; }
  @media (min-width: 768px) {
    .blog-item-single {
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
      max-width: 33.33%;
      padding: 0 1.125rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 767.98px) {
    .blog-item-single {
      padding-bottom: 0.9375rem; } }
  .blog-item-single .blog-item-inner {
    position: relative;
    background: #fff;
    padding-bottom: 1rem; }
    @media (min-width: 768px) {
      .blog-item-single .blog-item-inner {
        padding-bottom: 1.125rem; } }
    .blog-item-single .blog-item-inner:after {
      content: "";
      display: block;
      z-index: -1;
      width: 94%;
      border-radius: 5px;
      height: 130px;
      bottom: 0;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      box-shadow: 0px 7px 30px 10px rgba(0, 0, 0, 0.1); }
      @media (max-width: 767.98px) {
        .blog-item-single .blog-item-inner:after {
          height: 5rem;
          width: 90%;
          margin-bottom: 0.625rem; } }
  .blog-item-single .blog-image img {
    width: 100%; }
  .blog-item-single .blog-title {
    margin-top: 0.8125rem;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 700;
    padding: 0 0.75rem; }
    @media (min-width: 768px) {
      .blog-item-single .blog-title {
        margin-top: 1.3125rem;
        font-size: 1.125rem;
        line-height: 1.375rem;
        padding: 0 2.1875rem; } }
    .blog-item-single .blog-title a {
      color: #000;
      text-decoration: none;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
      .blog-item-single .blog-title a:hover {
        color: #6ad3d9; }
  .blog-item-single .blog-desc {
    margin-top: 0.4375rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 0.75rem; }
    @media (min-width: 768px) {
      .blog-item-single .blog-desc {
        margin-top: 0.5625rem;
        font-size: 0.875rem;
        line-height: 1.375rem;
        padding: 0 2.1875rem; } }
  .blog-item-single .blog-btn-wrap {
    margin-top: 0.6875rem;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0 0.75rem; }
    @media (min-width: 768px) {
      .blog-item-single .blog-btn-wrap {
        margin-top: 1.375rem;
        font-size: 0.875rem;
        padding: 0 2.1875rem; } }
    .blog-item-single .blog-btn-wrap a {
      position: relative;
      text-decoration: none;
      color: rgba(0, 0, 0, 0.5);
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
      .blog-item-single .blog-btn-wrap a:after {
        content: "\e917";
        font-family: "icomoon" !important;
        position: absolute;
        right: 100%;
        top: 52%;
        display: inline-block;
        font-size: 0.5625rem;
        margin-right: 0.3125rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: transform 0.3s;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s; }
        @media (min-width: 768px) {
          .blog-item-single .blog-btn-wrap a:after {
            margin-right: 10px;
            font-size: 0.5rem; } }
      .blog-item-single .blog-btn-wrap a:hover {
        color: #000; }
        .blog-item-single .blog-btn-wrap a:hover:after {
          -webkit-transform: translate(-10px, -50%);
          -ms-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%); }

@media (max-width: 767.98px) {
  .category-header-wrap .container-home {
    padding: 0 0.9375rem; } }

.category-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 0.9375rem; }
  @media (min-width: 768px) {
    .category-header {
      margin-top: 3.625rem; } }
  .category-header .sort-filter-row {
    margin-left: auto;
    margin-right: 0; }
    @media (min-width: 768px) {
      .category-header .sort-filter-row {
        margin-left: 0;
        margin-right: auto; } }
  .category-header .category-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2.125rem;
    font-weight: 700;
    color: #6ad3d9; }

.category-body-wrap {
  padding-bottom: 0;
  margin-top: 0.9375rem; }
  @media (min-width: 768px) {
    .category-body-wrap {
      padding-bottom: 1.875rem;
      margin-top: 3.625rem; } }
  @media (max-width: 767.98px) {
    .category-body-wrap .container-home {
      padding: 0 0.9375rem; } }
  @media (min-width: 1200px) {
    .category-body-wrap .container-home {
      padding-left: 10vw;
      padding-right: 10vw; } }

.sort-filter-row {
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5); }
  @media (min-width: 768px) {
    .sort-filter-row {
      font-size: 0.875rem; } }
  .sort-filter-row .jcf-list {
    font-size: 14px; }
    .sort-filter-row .jcf-list li:first-child {
      display: none; }
  .sort-filter-row .jcf-select {
    height: 0.9375rem; }
    @media (min-width: 768px) {
      .sort-filter-row .jcf-select {
        height: 1.25rem; } }
    .sort-filter-row .jcf-select .jcf-select-text {
      font-size: 14px; }
  @media (max-width: 767.98px) {
    .sort-filter-row .jcf-option {
      padding-left: 0.3125rem;
      padding-right: 0.3125rem;
      font-size: 0.625rem;
      font-weight: 400; } }
  .sort-filter-row .jcf-option.jcf-hover, .sort-filter-row .jcf-option.jcf-selected {
    background: transparent;
    color: #6ad3d9; }
  .sort-filter-row .jcf-select-text {
    height: 0.9375rem;
    line-height: 0.9375rem; }
    @media (min-width: 768px) {
      .sort-filter-row .jcf-select-text {
        height: 1.25rem;
        line-height: 1.25rem; } }
  .sort-filter-row .jcf-select-drop {
    min-width: 180px !important;
    left: unset !important;
    text-align: center;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .sort-filter-row .jcf-select-drop {
        right: unset !important;
        left: -1px !important; } }

.category-main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.3125rem; }
  @media (min-width: 768px) {
    .category-main-wrap {
      margin: 0 -0.9375rem; } }
  .category-main-wrap .prdc-single {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 0.3125rem;
    margin-bottom: 1.875rem; }
    @media (min-width: 768px) {
      .category-main-wrap .prdc-single {
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
        max-width: 33.33%;
        padding: 0 0.9375rem;
        margin-bottom: 3.5rem; } }
    .category-main-wrap .prdc-single + .prdc-single {
      margin-top: 0; }

.category-desc-wrap-mainn {
  padding: 0 0.9375rem; }
  @media (min-width: 768px) {
    .category-desc-wrap-mainn {
      padding: 0 4.6875rem; } }

.category-desc-wrap {
  padding: 1.25rem 0.625rem;
  text-align: center;
  box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1.5625rem; }
  @media (min-width: 768px) {
    .category-desc-wrap {
      padding: 1.5625rem 10%;
      border-radius: 1.75rem;
      box-shadow: 0px 2px 20px 0 rgba(51, 141, 152, 0.17); } }
  @media (min-width: 1200px) {
    .category-desc-wrap {
      padding: 1.5625rem 15%;
      border-radius: 3.75rem; } }
  @media (min-width: 1300px) {
    .category-desc-wrap {
      padding: 1.5625rem 20%;
      border-radius: 6.75rem; } }
  .category-desc-wrap .category-desc-title {
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    margin-bottom: 0.5625rem;
    font-weight: 700;
    color: #6ad3d9; }
    @media (min-width: 768px) {
      .category-desc-wrap .category-desc-title {
        font-size: 2.125rem;
        line-height: 2.5625rem;
        margin-bottom: 0.8125rem; } }
  .category-desc-wrap .category-desc-para {
    font-size: 0.75rem;
    line-height: 1.125rem; }
    @media (min-width: 768px) {
      .category-desc-wrap .category-desc-para {
        font-size: 1rem;
        line-height: 1.75rem; } }

.single-product-detail {
  margin-top: 0.625rem;
  position: relative; }
  @media (min-width: 768px) {
    .single-product-detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 1200px) {
    .single-product-detail .single-slider-wrapper {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      -ms-order: 2;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (max-width: 1199.98px) {
    .single-product-detail .single-slider-wrapper {
      width: 100%;
      margin-bottom: 1.125rem; } }
  @media (max-width: 767.98px) {
    .single-product-detail .single-slider-wrapper {
      margin-left: -0.375rem;
      margin-right: -0.375rem; } }
  .single-product-detail .single-slider-wrapper .single-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    @media (min-width: 768px) {
      .single-product-detail .single-slider-wrapper .single-image-wrapper {
        padding-top: 2.125rem; } }
    .single-product-detail .single-slider-wrapper .single-image-wrapper .cl-canvas-container {
      text-align: center;
      max-height: 500px;
      min-height: unset !important;
      height: auto; }
      .single-product-detail .single-slider-wrapper .single-image-wrapper .cl-canvas-container .canvas-wrapper,
      .single-product-detail .single-slider-wrapper .single-image-wrapper .cl-canvas-container .canvas-container,
      .single-product-detail .single-slider-wrapper .single-image-wrapper .cl-canvas-container canvas {
        max-height: 500px;
        min-height: unset !important;
        height: auto;
        width: auto !important;
        margin: 0 auto !important; }
  .single-product-detail .single-slider-wrapper .onsale {
    background: #ff8937;
    font-size: 0.6875rem;
    display: inline-block;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    padding: 0.1875rem 0.5625rem;
    border-radius: 0.6875rem;
    position: absolute;
    z-index: 1;
    top: 0.28125rem;
    right: 0.28125rem; }
    @media (min-width: 768px) {
      .single-product-detail .single-slider-wrapper .onsale {
        font-size: 0.75rem;
        padding: 0.3125rem 1rem;
        top: 0.9375rem;
        right: 0.9375rem;
        border-radius: 0.9375rem; } }
    .single-product-detail .single-slider-wrapper .onsale.orange {
      background: #ff8937; }
    .single-product-detail .single-slider-wrapper .onsale.blue {
      background: #6ad3d9; }
    .single-product-detail .single-slider-wrapper .onsale.matat_badge {
      background: #ff8937 !important;
      color: #fff !important; }
  .single-product-detail .single-slider-wrapper .img-wrap {
    position: relative; }
    .single-product-detail .single-slider-wrapper .img-wrap .matat-stock-label {
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      background: #000;
      font-weight: 600;
      font-size: 0.625rem;
      padding: 0.1rem 0;
      text-align: center;
      color: #fff; }
      @media (min-width: 768px) {
        .single-product-detail .single-slider-wrapper .img-wrap .matat-stock-label {
          font-size: 14px;
          padding: 10px; } }
    .single-product-detail .single-slider-wrapper .img-wrap img {
      object-fit: cover;
      margin: 0 auto;
      width: auto; }
      @media (max-width: 575.98px) {
        .single-product-detail .single-slider-wrapper .img-wrap img {
          max-height: 400px; } }
      @media (min-width: 768px) {
        .single-product-detail .single-slider-wrapper .img-wrap img {
          height: 350px; } }
      @media (min-width: 992px) {
        .single-product-detail .single-slider-wrapper .img-wrap img {
          height: 400px; } }
      @media (min-width: 1200px) {
        .single-product-detail .single-slider-wrapper .img-wrap img {
          height: 500px; } }
  .single-product-detail .single-slider-wrapper .slide {
    position: relative; }
  .single-product-detail .single-slider-wrapper .video-wrap {
    position: relative;
    background-image: none !important;
    height: 9.375rem; }
    @media (min-width: 576px) {
      .single-product-detail .single-slider-wrapper .video-wrap {
        height: 300px; } }
    @media (min-width: 768px) {
      .single-product-detail .single-slider-wrapper .video-wrap {
        height: 300px; } }
    @media (min-width: 992px) {
      .single-product-detail .single-slider-wrapper .video-wrap {
        height: 350px; } }
    @media (min-width: 1200px) {
      .single-product-detail .single-slider-wrapper .video-wrap {
        height: 400px; } }
    @media (min-width: 1300px) {
      .single-product-detail .single-slider-wrapper .video-wrap {
        height: 500px; } }
    .single-product-detail .single-slider-wrapper .video-wrap iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .single-product-detail .single-slider-wrapper .pagination-slider .slick-track {
    margin: 0 auto; }
  .single-product-detail .single-slider-wrapper .pagination-slider .img-wrap-pagination {
    padding: 0.625rem 0.3125rem; }
    .single-product-detail .single-slider-wrapper .pagination-slider .img-wrap-pagination img {
      height: 4rem;
      object-fit: cover; }
  @media (min-width: 1200px) {
    .single-product-detail .single-product-summary {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      padding-left: 10.685%;
      -ms-order: 1;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      min-height: 51.25rem; } }
  @media (max-width: 1199.98px) {
    .single-product-detail .single-product-summary {
      width: 100%; } }
  @media (max-width: 767.98px) {
    .single-product-detail .single-product-summary {
      padding: 0 0.5625rem; } }
  .single-product-detail .product-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.5625rem;
    font-size: 0.8125rem; }
    @media (min-width: 768px) {
      .single-product-detail .product-share {
        margin-top: 1.6875rem;
        font-size: 1rem; } }
    .single-product-detail .product-share .social-share-prdct {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .single-product-detail .product-share .text {
      margin-left: 0.375rem; }
    .single-product-detail .product-share .social-share-single {
      display: inline-block;
      margin: 0 0.40625rem; }
      @media (min-width: 768px) {
        .single-product-detail .product-share .social-share-single {
          margin: 0 0.375rem; } }
    .single-product-detail .product-share a {
      display: block;
      height: 100%;
      text-decoration: none;
      color: #fff;
      width: 1.625rem;
      height: 1.625rem;
      border-radius: 1.625rem;
      background: #6ad3d9;
      padding: 0;
      text-align: center;
      line-height: 1.875rem;
      font-size: 0.875rem; }
      @media (min-width: 768px) {
        .single-product-detail .product-share a {
          width: 2.0625rem;
          height: 2.0625rem;
          border-radius: 2.0625rem;
          line-height: 2.25rem;
          font-size: 0.9375rem; } }
  .single-product-detail .product-custom-form {
    width: 100%;
    max-width: 27.5rem;
    margin-bottom: 1.125rem; }
    @media (min-width: 768px) {
      .single-product-detail .product-custom-form {
        padding-top: 1.875rem; } }
    @media (min-width: 1200px) {
      .single-product-detail .product-custom-form {
        margin-bottom: 1.75rem; } }
    @media (max-width: 1199.98px) {
      .single-product-detail .product-custom-form {
        margin-left: auto;
        margin-right: auto; } }
  .single-product-detail .product-name {
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-bottom: 1.125rem; }
    @media (min-width: 768px) {
      .single-product-detail .product-name {
        font-size: 1.75rem;
        line-height: 2.4375rem;
        margin-bottom: 1.5625rem; } }
    @media (max-width: 1199.98px) {
      .single-product-detail .product-name {
        text-align: center;
        width: 100%; } }
  .single-product-detail .amount-variation {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    grid-column-gap: 0.5rem;
    grid-row-gap: 1.125rem; }
    @media (min-width: 768px) {
      .single-product-detail .amount-variation {
        -ms-grid-columns: 13.125rem 13.125rem;
            grid-template-columns: 13.125rem 13.125rem;
        grid-column-gap: 1.375rem;
        grid-row-gap: 1.25rem; } }
    .single-product-detail .amount-variation li {
      position: relative;
      width: 100%; }
      .single-product-detail .amount-variation li label {
        width: 100%; }
        @media (min-width: 768px) {
          .single-product-detail .amount-variation li label {
            min-width: 13.125rem; } }
      .single-product-detail .amount-variation li:nth-child(2n) {
        margin-left: auto; }
      .single-product-detail .amount-variation li.out-of-stock {
        opacity: 0.5;
        pointer-events: none; }
    .single-product-detail .amount-variation input[type="radio"] {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 0;
      right: 0; }
      .single-product-detail .amount-variation input[type="radio"]:checked + .btn-variation {
        border-color: #6ad3d9;
        border-radius: 0.25rem; }
        @media (min-width: 768px) {
          .single-product-detail .amount-variation input[type="radio"]:checked + .btn-variation {
            border-radius: 0.5rem;
            overflow: hidden; } }
        .single-product-detail .amount-variation input[type="radio"]:checked + .btn-variation .btn-var-dtls {
          box-shadow: none; }
    .single-product-detail .amount-variation .btn-variation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      position: relative;
      border: 2px solid transparent;
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s; }
    .single-product-detail .amount-variation .btn-var-img {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      max-width: 40%; }
      .single-product-detail .amount-variation .btn-var-img img {
        width: 100%;
        height: 100%;
        max-height: 3.75rem;
        object-fit: cover;
        border-radius: 0 0.25rem 0.25rem 0; }
        @media (min-width: 768px) {
          .single-product-detail .amount-variation .btn-var-img img {
            max-height: 4.5rem;
            border-radius: 0 0.5rem 0.5rem 0; } }
    .single-product-detail .amount-variation .btn-var-dtls {
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
      max-width: 60%;
      background: #fff;
      box-shadow: 0px 6px 10px 0 rgba(51, 141, 152, 0.17);
      padding: 0.25rem 0.4375rem;
      border-radius: 0.25rem 0 0 0.25rem;
      position: relative;
      -webkit-transition: box-shadow 0.3s;
      transition: box-shadow 0.3s;
      font-size: 0.75rem;
      font-weight: 400; }
      @media (min-width: 768px) {
        .single-product-detail .amount-variation .btn-var-dtls {
          border-radius: 0.5rem 0 0 0.5rem;
          font-size: 0.875rem; } }
    .single-product-detail .amount-variation .btn-var-prc {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .single-product-detail .amount-variation .btn-var-title {
      margin-bottom: 0.25rem; }
    .single-product-detail .amount-variation .btn-var-amount {
      font-size: 0.75rem;
      line-height: 0.9375rem;
      font-weight: 700;
      color: #6ad3d9; }
      @media (min-width: 768px) {
        .single-product-detail .amount-variation .btn-var-amount {
          font-size: 1rem;
          line-height: 1.375rem; } }
  .single-product-detail .variation-row {
    margin-bottom: 1.125rem; }
    @media (min-width: 768px) {
      .single-product-detail .variation-row {
        margin-bottom: 1.25rem; } }
  .single-product-detail .add-cart-row .matat-btn {
    width: 100%;
    max-width: 27.5rem;
    text-align: center;
    height: 2.5rem;
    position: relative;
    border-radius: 1.25rem;
    border: 1px solid #6ad3d9;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      .single-product-detail .add-cart-row .matat-btn {
        height: 3.125rem;
        border-radius: 1.875rem;
        font-size: 1.125rem; } }
    .single-product-detail .add-cart-row .matat-btn:hover:after {
      opacity: 0;
      visibility: hidden; }
    .single-product-detail .add-cart-row .matat-btn:after {
      content: "";
      z-index: -1;
      position: absolute;
      bottom: 0;
      width: 90%;
      left: 0;
      right: 0;
      margin: 0 auto 3px;
      height: 40%;
      border-radius: 20px;
      box-shadow: 0px 6px 20px 0px rgba(17, 144, 59, 0.43);
      -webkit-transition: opacity 0.3s, visibility 0.3s;
      transition: opacity 0.3s, visibility 0.3s; }
  .single-product-detail .product-feats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.6875rem;
    margin-bottom: 1.125rem; }
    @media (min-width: 768px) {
      .single-product-detail .product-feats {
        width: 100%;
        font-size: 0.8125rem;
        margin-bottom: 1.75rem;
        max-width: 27.5rem;
        margin-right: auto;
        margin-left: auto; } }
    @media (min-width: 1200px) {
      .single-product-detail .product-feats {
        margin-right: 0; } }
    @media (max-width: 767.98px) {
      .single-product-detail .product-feats {
        margin-left: -0.3125rem;
        margin-right: -0.3125rem;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .single-product-detail .product-feats .prodct-feat-single {
      margin-left: 0.375rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 768px) {
        .single-product-detail .product-feats .prodct-feat-single {
          margin-left: 0.9375rem; } }
      .single-product-detail .product-feats .prodct-feat-single span:first-child {
        margin-left: 0.125rem;
        font-size: 0.625rem; }
        @media (min-width: 768px) {
          .single-product-detail .product-feats .prodct-feat-single span:first-child {
            font-size: 1rem;
            margin-left: 0.3125rem; } }
      .single-product-detail .product-feats .prodct-feat-single span.icon-van {
        font-size: 0.5rem; }
        @media (min-width: 768px) {
          .single-product-detail .product-feats .prodct-feat-single span.icon-van {
            font-size: 0.875rem; } }
      .single-product-detail .product-feats .prodct-feat-single span a {
        text-decoration: underline;
        color: #000; }
        @media (max-width: 767.98px) {
          .single-product-detail .product-feats .prodct-feat-single span a {
            display: none; } }
  .single-product-detail .product-desc-wrap {
    width: 100%;
    max-width: 27.5rem;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1200px) {
      .single-product-detail .product-desc-wrap {
        margin-right: 0; } }
    .single-product-detail .product-desc-wrap .nav-tabs {
      border: none;
      position: relative;
      background: #fff;
      font-size: 0.875rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 1.25rem; }
      .single-product-detail .product-desc-wrap .nav-tabs:after {
        content: "";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 18px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        box-shadow: 0px 2px 30px 0 rgba(51, 141, 152, 0.3); }
      .single-product-detail .product-desc-wrap .nav-tabs .nav-item {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        border: none; }
        .single-product-detail .product-desc-wrap .nav-tabs .nav-item:last-child a:before {
          display: none; }
      .single-product-detail .product-desc-wrap .nav-tabs a {
        color: #191919;
        text-decoration: none;
        border: none;
        box-shadow: none;
        padding: 0.625rem 0.9375rem;
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 0; }
        .single-product-detail .product-desc-wrap .nav-tabs a:hover {
          border: none !important; }
        .single-product-detail .product-desc-wrap .nav-tabs a:before {
          content: "";
          position: absolute;
          z-index: 1;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 1px;
          height: 1.25rem;
          background: #000; }
        .single-product-detail .product-desc-wrap .nav-tabs a.active {
          font-weight: 700; }
    .single-product-detail .product-desc-wrap .prod-desc-para {
      font-size: 0.875rem;
      line-height: 1.375rem; }
      .single-product-detail .product-desc-wrap .prod-desc-para p {
        margin-bottom: 1.25rem; }
      .single-product-detail .product-desc-wrap .prod-desc-para ul li {
        margin-bottom: 1.25rem;
        position: relative; }
        .single-product-detail .product-desc-wrap .prod-desc-para ul li:last-child {
          margin-bottom: 0; }
        .single-product-detail .product-desc-wrap .prod-desc-para ul li:before {
          content: "";
          display: inline-block;
          background: url("assets/images/tick1.jpg") no-repeat;
          height: 1.125rem;
          width: 1.125rem;
          background-size: 1.25rem;
          vertical-align: top;
          margin-top: 0;
          margin-left: 0.25rem;
          background-size: cover; }
  .single-product-detail .mobile-accord-sec {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  .single-product-detail .product-desc-accord a {
    text-decoration: none;
    color: #000; }
  .single-product-detail .product-desc-accord .product-desc-accord-drop:last-of-type .prodct-accord-group-title {
    border-bottom: solid 1px #bababa; }
  .single-product-detail .product-desc-accord .prodct-accord-group-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background: #fafafa;
    border-top: solid 1px #bababa;
    font-size: 0.8125rem;
    padding: 0 0.9375rem;
    font-weight: 400;
    color: #1a1a1a;
    height: 3.125rem; }
    .single-product-detail .product-desc-accord .prodct-accord-group-title:after {
      content: "+";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0.9375rem; }
  .single-product-detail .product-desc-accord .accord-drop-active .prodct-accord-group-title {
    font-weight: 700;
    border-bottom: 1px solid #bababa; }
    .single-product-detail .product-desc-accord .accord-drop-active .prodct-accord-group-title:after {
      content: "-"; }
  .single-product-detail .product-desc-accord .prodct-desc-accord-inner {
    padding: 0.75rem 0.9375rem 0.3125rem; }
    .single-product-detail .product-desc-accord .prodct-desc-accord-inner .prod-desc-para {
      font-size: 0.75rem;
      line-height: 1.0625rem; }
      .single-product-detail .product-desc-accord .prodct-desc-accord-inner .prod-desc-para p {
        margin-bottom: 0.9375rem; }
      .single-product-detail .product-desc-accord .prodct-desc-accord-inner .prod-desc-para ul li {
        margin-bottom: 0.9375rem;
        position: relative; }
        .single-product-detail .product-desc-accord .prodct-desc-accord-inner .prod-desc-para ul li:before {
          content: "";
          display: inline-block;
          background: url("assets/images/tick.svg") no-repeat;
          height: 1.125rem;
          width: 1.125rem;
          background-size: 1rem;
          vertical-align: top;
          margin-top: -0.125rem;
          margin-left: 0.125rem; }

.single-product .product-display-section {
  padding-top: 3.4375rem;
  margin-top: 1.5625rem; }
  @media (min-width: 768px) {
    .single-product .product-display-section {
      padding-top: 8.25rem;
      margin-top: 0.625rem; } }
  .single-product .product-display-section .prd-disp-main {
    margin-top: 0;
    padding-bottom: 0.9375rem; }
    @media (min-width: 768px) {
      .single-product .product-display-section .prd-disp-main {
        padding-bottom: 1.25rem; } }
    .single-product .product-display-section .prd-disp-main .prdc-single {
      margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .single-product .product-display-section .slick-arrow {
      display: none !important; } }
  .single-product .product-display-section .prdc-single + .prdc-single {
    margin-top: 0; }

.single-product-summary .product-price {
  font-size: 0.875rem;
  margin-bottom: 0.625rem; }
  @media (min-width: 768px) {
    .single-product-summary .product-price {
      font-size: 1.25rem;
      margin-bottom: 0.9375rem; } }

.single-product-summary .variations {
  margin-bottom: 0.625rem; }
  @media (min-width: 768px) {
    .single-product-summary .variations {
      margin-bottom: 1.25rem; } }
  .single-product-summary .variations tr td {
    line-height: 1;
    position: relative;
    margin-bottom: 0.625rem;
    font-size: 0.75rem; }
    @media (min-width: 768px) {
      .single-product-summary .variations tr td {
        margin-bottom: 0.9375rem;
        font-size: 1rem; } }
    .single-product-summary .variations tr td.value {
      padding-right: 1.25rem; }
    .single-product-summary .variations tr td .jcf-select {
      height: 2rem;
      padding: 0 0.9375rem;
      border: solid 1px #cccccc;
      font-size: 0.75rem;
      min-width: 7.5rem; }
      @media (min-width: 768px) {
        .single-product-summary .variations tr td .jcf-select {
          font-size: 1rem;
          min-width: 11.875rem; } }
      .single-product-summary .variations tr td .jcf-select .jcf-select-drop {
        min-width: 7.5rem; }
        @media (min-width: 768px) {
          .single-product-summary .variations tr td .jcf-select .jcf-select-drop {
            min-width: 11.875rem; } }
      .single-product-summary .variations tr td .jcf-select .jcf-select-text {
        font-size: 0.75rem; }
        @media (min-width: 768px) {
          .single-product-summary .variations tr td .jcf-select .jcf-select-text {
            font-size: 1rem; } }
      .single-product-summary .variations tr td .jcf-select .jcf-select-opener {
        left: 0.5rem; }
    .single-product-summary .variations tr td .reset_variations {
      position: absolute;
      top: 100%;
      right: 0;
      margin-right: -1.5rem;
      margin-top: -0.25rem;
      color: #000;
      text-decoration: underline;
      font-size: 0.625rem; }
      @media (min-width: 768px) {
        .single-product-summary .variations tr td .reset_variations {
          margin-top: 0.25rem;
          margin-right: 1.25rem;
          font-size: 0.75rem; } }
  .single-product-summary .variations .jcf-list .jcf-option:hover {
    background: #000 !important;
    color: #fff !important; }
  .single-product-summary .variations .jcf-list .jcf-option.jcf-selected {
    color: #000;
    background: none; }

.single-product-summary .quantity {
  margin-bottom: 0.625rem; }
  @media (min-width: 768px) {
    .single-product-summary .quantity {
      margin-bottom: 0.9375rem; } }
  .single-product-summary .quantity .jcf-number .jcf-btn-inc:before,
  .single-product-summary .quantity .jcf-number .jcf-btn-dec:before {
    vertical-align: middle;
    margin-top: -0.25rem; }
    @media (min-width: 768px) {
      .single-product-summary .quantity .jcf-number .jcf-btn-inc:before,
      .single-product-summary .quantity .jcf-number .jcf-btn-dec:before {
        margin-top: -0.125rem; } }

.woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .woocommerce-variation-add-to-cart .quantity {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 133px; }
  .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0.9375rem; }
    .woocommerce-variation-add-to-cart .single_add_to_cart_button .ld-ring {
      width: 1.25rem !important;
      height: 1.25rem !important; }
      .woocommerce-variation-add-to-cart .single_add_to_cart_button .ld-ring:not(.canvas-loader):after {
        width: 1.25rem !important;
        height: 1.25rem !important;
        -webkit-transform: translateZ(0) !important;
                transform: translateZ(0) !important; }

@media (max-width: 767.98px) {
  .woocommerce-account #main > .container {
    max-width: 100%; } }

.user-info-container,
.single-product-section {
  max-width: 1034px;
  margin: 0 auto;
  padding: 0.9375rem 0 1.75rem; }
  @media (min-width: 768px) {
    .user-info-container,
    .single-product-section {
      padding: 40px 0 50px; } }
  @media (min-width: 992px) {
    .user-info-container,
    .single-product-section {
      padding: 48px 0 62px; } }
  @media (min-width: 1200px) {
    .user-info-container,
    .single-product-section {
      padding: 54px 0 76px; } }
  .user-info-container .wc-social-login-profile,
  .single-product-section .wc-social-login-profile {
    overflow: auto; }
  .user-info-container table.wc-social-login-linked-profiles td,
  .user-info-container table.wc-social-login-linked-profiles th,
  .single-product-section table.wc-social-login-linked-profiles td,
  .single-product-section table.wc-social-login-linked-profiles th {
    font-size: 0.675rem !important;
    padding: 2px !important; }
  .user-info-container table.wc-social-login-linked-profiles .button,
  .single-product-section table.wc-social-login-linked-profiles .button {
    margin: 0; }
  .user-info-container table.wc-social-login-linked-profiles .social-badge,
  .single-product-section table.wc-social-login-linked-profiles .social-badge {
    background: none !important;
    border: none !important;
    color: #000;
    padding: 0; }
    .user-info-container table.wc-social-login-linked-profiles .social-badge span.si,
    .single-product-section table.wc-social-login-linked-profiles .social-badge span.si {
      margin: 0;
      width: 1.5em;
      height: 1.5em;
      background-size: 1.25em 1.25em;
      margin-top: 0.35em; }
  .user-info-container .account-heading,
  .single-product-section .account-heading {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.3333;
    margin-bottom: 0.6875rem; }
    @media (min-width: 768px) {
      .user-info-container .account-heading,
      .single-product-section .account-heading {
        font-size: 20px;
        margin-bottom: 10px; } }
    @media (min-width: 992px) {
      .user-info-container .account-heading,
      .single-product-section .account-heading {
        font-size: 22px;
        margin-bottom: 12px; } }
    @media (min-width: 1200px) {
      .user-info-container .account-heading,
      .single-product-section .account-heading {
        font-size: 24px;
        margin-bottom: 14px; } }
    .user-info-container .account-heading span,
    .single-product-section .account-heading span {
      font-size: 0.9375rem; }
      @media (min-width: 768px) {
        .user-info-container .account-heading span,
        .single-product-section .account-heading span {
          font-size: 0.92857143em;
          margin: 0 0.42307692em; } }
  .user-info-container .welcome-note,
  .single-product-section .welcome-note {
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 0 0 0.8125rem; }
    @media (min-width: 768px) {
      .user-info-container .welcome-note,
      .single-product-section .welcome-note {
        font-size: 14px;
        max-width: 400px;
        padding-bottom: 3px; } }
    @media (min-width: 992px) {
      .user-info-container .welcome-note,
      .single-product-section .welcome-note {
        font-size: 16px;
        padding-bottom: 37px; } }
    .user-info-container .welcome-note p,
    .single-product-section .welcome-note p {
      margin: 0; }
  .user-info-container .user-info-row,
  .user-info-container .woocommerce,
  .single-product-section .user-info-row,
  .single-product-section .woocommerce {
    padding: 0.8125rem 0 0; }
    @media (min-width: 768px) {
      .user-info-container .user-info-row,
      .user-info-container .woocommerce,
      .single-product-section .user-info-row,
      .single-product-section .woocommerce {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-top: 28px; } }
    @media (min-width: 992px) {
      .user-info-container .user-info-row,
      .user-info-container .woocommerce,
      .single-product-section .user-info-row,
      .single-product-section .woocommerce {
        padding-top: 34px; } }
  .user-info-container .form-group label:not(.sr-only),
  .user-info-container .form-group span.description,
  .single-product-section .form-group label:not(.sr-only),
  .single-product-section .form-group span.description {
    font-size: 0.75rem;
    line-height: 1.25;
    display: table; }
    @media (min-width: 768px) {
      .user-info-container .form-group label:not(.sr-only),
      .user-info-container .form-group span.description,
      .single-product-section .form-group label:not(.sr-only),
      .single-product-section .form-group span.description {
        font-size: 14px; } }
    @media (min-width: 992px) {
      .user-info-container .form-group label:not(.sr-only),
      .user-info-container .form-group span.description,
      .single-product-section .form-group label:not(.sr-only),
      .single-product-section .form-group span.description {
        font-size: 14px; } }
  .user-info-container .form-group span.description,
  .single-product-section .form-group span.description {
    padding-top: 3px; }
    @media (min-width: 768px) {
      .user-info-container .form-group span.description,
      .single-product-section .form-group span.description {
        padding-top: 4px; } }
    @media (min-width: 992px) {
      .user-info-container .form-group span.description,
      .single-product-section .form-group span.description {
        padding-top: 5px; } }
  @media (min-width: 768px) {
    .user-info-container .user-detail-holder,
    .user-info-container .woocommerce-MyAccount-content,
    .single-product-section .user-detail-holder,
    .single-product-section .woocommerce-MyAccount-content {
      -ms-flex-preferred-size: calc(100% - 200px);
          flex-basis: calc(100% - 200px);
      max-width: calc(100% - 200px);
      padding-right: 40px; } }
  @media (min-width: 992px) {
    .user-info-container .user-detail-holder,
    .user-info-container .woocommerce-MyAccount-content,
    .single-product-section .user-detail-holder,
    .single-product-section .woocommerce-MyAccount-content {
      padding-right: 60px; } }
  @media (min-width: 1200px) {
    .user-info-container .user-detail-holder,
    .user-info-container .woocommerce-MyAccount-content,
    .single-product-section .user-detail-holder,
    .single-product-section .woocommerce-MyAccount-content {
      padding-right: 80px; } }
  .user-info-container .user-detail-holder a,
  .user-info-container .woocommerce-MyAccount-content a,
  .single-product-section .user-detail-holder a,
  .single-product-section .woocommerce-MyAccount-content a {
    color: inherit; }
    .user-info-container .user-detail-holder a:hover,
    .user-info-container .woocommerce-MyAccount-content a:hover,
    .single-product-section .user-detail-holder a:hover,
    .single-product-section .woocommerce-MyAccount-content a:hover {
      color: #6ad3d9; }
    .user-info-container .user-detail-holder a.button,
    .user-info-container .woocommerce-MyAccount-content a.button,
    .single-product-section .user-detail-holder a.button,
    .single-product-section .woocommerce-MyAccount-content a.button {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-width: 3.75rem;
      padding: 0.25rem 0.625rem;
      height: auto;
      min-height: 1.5625rem;
      line-height: 1.3;
      color: #fff; }
      @media (min-width: 768px) {
        .user-info-container .user-detail-holder a.button,
        .user-info-container .woocommerce-MyAccount-content a.button,
        .single-product-section .user-detail-holder a.button,
        .single-product-section .woocommerce-MyAccount-content a.button {
          min-width: 100px;
          padding: 8px 20px;
          min-height: 40px; } }
      .user-info-container .user-detail-holder a.button:hover,
      .user-info-container .woocommerce-MyAccount-content a.button:hover,
      .single-product-section .user-detail-holder a.button:hover,
      .single-product-section .woocommerce-MyAccount-content a.button:hover {
        color: #6ad3d9; }
  @media (max-width: 767.98px) {
    .user-info-container .user-detail-holder .woocommerce-MyAccount-orders,
    .user-info-container .woocommerce-MyAccount-content .woocommerce-MyAccount-orders,
    .single-product-section .user-detail-holder .woocommerce-MyAccount-orders,
    .single-product-section .woocommerce-MyAccount-content .woocommerce-MyAccount-orders {
      font-size: 0.75rem; } }
  .user-info-container .user-detail-holder .woocommerce-MyAccount-orders a.button,
  .user-info-container .woocommerce-MyAccount-content .woocommerce-MyAccount-orders a.button,
  .single-product-section .user-detail-holder .woocommerce-MyAccount-orders a.button,
  .single-product-section .woocommerce-MyAccount-content .woocommerce-MyAccount-orders a.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: normal;
    color: #fff;
    line-height: 1.3;
    height: auto;
    padding: 0.3125rem 0.46875rem;
    min-height: 1.25rem;
    min-width: 2.1875rem; }
    @media (min-width: 768px) {
      .user-info-container .user-detail-holder .woocommerce-MyAccount-orders a.button,
      .user-info-container .woocommerce-MyAccount-content .woocommerce-MyAccount-orders a.button,
      .single-product-section .user-detail-holder .woocommerce-MyAccount-orders a.button,
      .single-product-section .woocommerce-MyAccount-content .woocommerce-MyAccount-orders a.button {
        padding: 10px 15px;
        min-height: 40px;
        min-width: 70px; } }
    .user-info-container .user-detail-holder .woocommerce-MyAccount-orders a.button:hover,
    .user-info-container .woocommerce-MyAccount-content .woocommerce-MyAccount-orders a.button:hover,
    .single-product-section .user-detail-holder .woocommerce-MyAccount-orders a.button:hover,
    .single-product-section .woocommerce-MyAccount-content .woocommerce-MyAccount-orders a.button:hover {
      color: #6ad3d9; }
  .user-info-container .user-detail-holder .woocommerce-pagination .button,
  .user-info-container .woocommerce-MyAccount-content .woocommerce-pagination .button,
  .single-product-section .user-detail-holder .woocommerce-pagination .button,
  .single-product-section .woocommerce-MyAccount-content .woocommerce-pagination .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 3.75rem;
    padding: 0.25rem 0.625rem;
    height: auto;
    min-height: 1.5625rem;
    line-height: 1.3;
    color: #fff; }
    @media (min-width: 768px) {
      .user-info-container .user-detail-holder .woocommerce-pagination .button,
      .user-info-container .woocommerce-MyAccount-content .woocommerce-pagination .button,
      .single-product-section .user-detail-holder .woocommerce-pagination .button,
      .single-product-section .woocommerce-MyAccount-content .woocommerce-pagination .button {
        min-width: 100px;
        padding: 8px 20px;
        min-height: 40px; } }
    .user-info-container .user-detail-holder .woocommerce-pagination .button:hover,
    .user-info-container .woocommerce-MyAccount-content .woocommerce-pagination .button:hover,
    .single-product-section .user-detail-holder .woocommerce-pagination .button:hover,
    .single-product-section .woocommerce-MyAccount-content .woocommerce-pagination .button:hover {
      color: #6ad3d9; }
  @media (min-width: 768px) {
    .user-info-container .user-detail-holder .u-columns,
    .user-info-container .woocommerce-MyAccount-content .u-columns,
    .single-product-section .user-detail-holder .u-columns,
    .single-product-section .woocommerce-MyAccount-content .u-columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -3%;
      margin-right: -3%; } }
  .user-info-container .user-detail-holder .u-columns .col-1,
  .user-info-container .user-detail-holder .u-columns .col-2,
  .user-info-container .woocommerce-MyAccount-content .u-columns .col-1,
  .user-info-container .woocommerce-MyAccount-content .u-columns .col-2,
  .single-product-section .user-detail-holder .u-columns .col-1,
  .single-product-section .user-detail-holder .u-columns .col-2,
  .single-product-section .woocommerce-MyAccount-content .u-columns .col-1,
  .single-product-section .woocommerce-MyAccount-content .u-columns .col-2 {
    width: 100%; }
    @media (min-width: 768px) {
      .user-info-container .user-detail-holder .u-columns .col-1,
      .user-info-container .user-detail-holder .u-columns .col-2,
      .user-info-container .woocommerce-MyAccount-content .u-columns .col-1,
      .user-info-container .woocommerce-MyAccount-content .u-columns .col-2,
      .single-product-section .user-detail-holder .u-columns .col-1,
      .single-product-section .user-detail-holder .u-columns .col-2,
      .single-product-section .woocommerce-MyAccount-content .u-columns .col-1,
      .single-product-section .woocommerce-MyAccount-content .u-columns .col-2 {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%;
        width: 100%;
        padding: 0 3%; } }
    .user-info-container .user-detail-holder .u-columns .col-1 h3, .user-info-container .user-detail-holder .u-columns .col-1 .h3,
    .user-info-container .user-detail-holder .u-columns .col-2 h3,
    .user-info-container .user-detail-holder .u-columns .col-2 .h3,
    .user-info-container .woocommerce-MyAccount-content .u-columns .col-1 h3,
    .user-info-container .woocommerce-MyAccount-content .u-columns .col-1 .h3,
    .user-info-container .woocommerce-MyAccount-content .u-columns .col-2 h3,
    .user-info-container .woocommerce-MyAccount-content .u-columns .col-2 .h3,
    .single-product-section .user-detail-holder .u-columns .col-1 h3,
    .single-product-section .user-detail-holder .u-columns .col-1 .h3,
    .single-product-section .user-detail-holder .u-columns .col-2 h3,
    .single-product-section .user-detail-holder .u-columns .col-2 .h3,
    .single-product-section .woocommerce-MyAccount-content .u-columns .col-1 h3,
    .single-product-section .woocommerce-MyAccount-content .u-columns .col-1 .h3,
    .single-product-section .woocommerce-MyAccount-content .u-columns .col-2 h3,
    .single-product-section .woocommerce-MyAccount-content .u-columns .col-2 .h3 {
      font-size: 0.8125rem; }
      @media (min-width: 768px) {
        .user-info-container .user-detail-holder .u-columns .col-1 h3, .user-info-container .user-detail-holder .u-columns .col-1 .h3,
        .user-info-container .user-detail-holder .u-columns .col-2 h3,
        .user-info-container .user-detail-holder .u-columns .col-2 .h3,
        .user-info-container .woocommerce-MyAccount-content .u-columns .col-1 h3,
        .user-info-container .woocommerce-MyAccount-content .u-columns .col-1 .h3,
        .user-info-container .woocommerce-MyAccount-content .u-columns .col-2 h3,
        .user-info-container .woocommerce-MyAccount-content .u-columns .col-2 .h3,
        .single-product-section .user-detail-holder .u-columns .col-1 h3,
        .single-product-section .user-detail-holder .u-columns .col-1 .h3,
        .single-product-section .user-detail-holder .u-columns .col-2 h3,
        .single-product-section .user-detail-holder .u-columns .col-2 .h3,
        .single-product-section .woocommerce-MyAccount-content .u-columns .col-1 h3,
        .single-product-section .woocommerce-MyAccount-content .u-columns .col-1 .h3,
        .single-product-section .woocommerce-MyAccount-content .u-columns .col-2 h3,
        .single-product-section .woocommerce-MyAccount-content .u-columns .col-2 .h3 {
          font-size: 20px; } }
  .user-info-container h2, .user-info-container .h2,
  .single-product-section h2,
  .single-product-section .h2 {
    font-size: 1rem;
    line-height: 1.46875;
    font-weight: 400;
    margin-bottom: 0.125rem; }
    @media (min-width: 768px) {
      .user-info-container h2, .user-info-container .h2,
      .single-product-section h2,
      .single-product-section .h2 {
        font-size: 20px;
        line-height: 1.46153846;
        margin-bottom: 10px; } }
    @media (min-width: 992px) {
      .user-info-container h2, .user-info-container .h2,
      .single-product-section h2,
      .single-product-section .h2 {
        font-size: 24px; } }
    @media (min-width: 1200px) {
      .user-info-container h2, .user-info-container .h2,
      .single-product-section h2,
      .single-product-section .h2 {
        font-size: 26px; } }
    .user-info-container h2 .alert-count, .user-info-container .h2 .alert-count,
    .single-product-section h2 .alert-count,
    .single-product-section .h2 .alert-count {
      display: inline-block;
      vertical-align: middle;
      width: 1.28571429em;
      height: 1.28571429em;
      font-size: 0.6875rem;
      line-height: 1.42857143;
      border-radius: 50%;
      text-align: center;
      background: #000;
      color: #fff;
      margin: 0 3px 0 0; }
      @media (min-width: 768px) {
        .user-info-container h2 .alert-count, .user-info-container .h2 .alert-count,
        .single-product-section h2 .alert-count,
        .single-product-section .h2 .alert-count {
          font-size: 13px; } }
      @media (min-width: 992px) {
        .user-info-container h2 .alert-count, .user-info-container .h2 .alert-count,
        .single-product-section h2 .alert-count,
        .single-product-section .h2 .alert-count {
          font-size: 14px; } }
  .user-info-container .input-text,
  .single-product-section .input-text {
    display: block;
    width: 100%;
    font-size: 0.75rem;
    line-height: 1.5;
    border: 1px solid #000;
    border-width: 0 0 1px;
    background: #fff;
    outline: none;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    color: #000;
    height: calc(2.5625rem + 1px);
    padding: 0.6875rem 0; }
    @media (min-width: 768px) {
      .user-info-container .input-text,
      .single-product-section .input-text {
        font-size: 14px;
        height: 42px;
        padding: 10px 0; } }
    @media (min-width: 992px) {
      .user-info-container .input-text,
      .single-product-section .input-text {
        font-size: 16px;
        height: 47px;
        padding: 11px 0; } }
    .user-info-container .input-text::-webkit-input-placeholder,
    .single-product-section .input-text::-webkit-input-placeholder {
      color: #000; }
    .user-info-container .input-text::-moz-placeholder,
    .single-product-section .input-text::-moz-placeholder {
      opacity: 1;
      color: #000; }
    .user-info-container .input-text:-moz-placeholder,
    .single-product-section .input-text:-moz-placeholder {
      color: #000; }
    .user-info-container .input-text:-ms-input-placeholder,
    .single-product-section .input-text:-ms-input-placeholder {
      color: #000; }
    .user-info-container .input-text.placeholder,
    .single-product-section .input-text.placeholder {
      color: #000; }
  .user-info-container label.label-text,
  .single-product-section label.label-text {
    font-size: 0.75rem;
    line-height: 1.25;
    font-weight: 400;
    display: table; }
    @media (min-width: 768px) {
      .user-info-container label.label-text,
      .single-product-section label.label-text {
        font-size: 14px; } }
    @media (min-width: 992px) {
      .user-info-container label.label-text,
      .single-product-section label.label-text {
        font-size: 16px; } }

.woocommerce-MyAccount-navigation {
  margin: 0 0 1.4375rem; }
  @media (min-width: 768px) {
    .woocommerce-MyAccount-navigation {
      -ms-flex-preferred-size: 200px;
          flex-basis: 200px;
      max-width: 200px; } }
  .woocommerce-MyAccount-navigation .nav-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    width: 100%;
    height: calc(2rem + 2px);
    border: 1px solid #000;
    cursor: pointer;
    padding: 0.3125rem 0.625rem 0.3125rem 1.875rem;
    font-size: 1rem;
    background-color: #fff;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
    background-repeat: no-repeat;
    background-size: 0.8125rem;
    background-position: 0.625rem 50%; }
    @media (min-width: 768px) {
      .woocommerce-MyAccount-navigation .nav-select {
        -webkit-appearance: none;
                appearance: none;
        position: absolute !important;
        left: -9999px !important;
        height: 1px !important;
        width: 1px !important;
        margin: 0px !important;
        border-width: 0px !important; } }
  .woocommerce-MyAccount-navigation .jcf-select {
    display: block !important;
    height: calc(32px + 2px);
    border: 1px solid #000;
    cursor: pointer; }
    @media (min-width: 768px) {
      .woocommerce-MyAccount-navigation .jcf-select {
        display: none !important; } }
    .woocommerce-MyAccount-navigation .jcf-select .jcf-select-text {
      margin: 0 0.625rem 0 1.25rem;
      font-size: 0.8125rem;
      line-height: 2rem; }
      .woocommerce-MyAccount-navigation .jcf-select .jcf-select-text .nav-note {
        font-size: 0.625rem; }
      .woocommerce-MyAccount-navigation .jcf-select .jcf-select-text .alert-count {
        display: inline-block;
        vertical-align: baseline;
        width: 0.875rem;
        height: 0.875rem;
        font-size: 0.6875rem;
        line-height: 0.9375rem;
        border-radius: 50%;
        text-align: center;
        background: #000;
        color: #fff;
        margin: 0 3px 0 0; }
    .woocommerce-MyAccount-navigation .jcf-select .jcf-select-opener {
      left: 0.625rem; }
      .woocommerce-MyAccount-navigation .jcf-select .jcf-select-opener:before {
        font-size: 0.375rem; }
    .woocommerce-MyAccount-navigation .jcf-select .jcf-select-drop .jcf-select-drop-content {
      border-color: #000; }
    .woocommerce-MyAccount-navigation .jcf-select .jcf-select-drop .jcf-list .jcf-option {
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
      .woocommerce-MyAccount-navigation .jcf-select .jcf-select-drop .jcf-list .jcf-option.jcf-selected {
        background: #000;
        color: #fff; }
        .woocommerce-MyAccount-navigation .jcf-select .jcf-select-drop .jcf-list .jcf-option.jcf-selected .alert-count {
          background: #fff;
          color: #000; }
      .woocommerce-MyAccount-navigation .jcf-select .jcf-select-drop .jcf-list .jcf-option .nav-note {
        display: block;
        font-size: 0.625rem; }
      .woocommerce-MyAccount-navigation .jcf-select .jcf-select-drop .jcf-list .jcf-option .alert-count {
        display: inline-block;
        vertical-align: baseline;
        width: 0.875rem;
        height: 0.875rem;
        font-size: 0.6875rem;
        line-height: 0.9375rem;
        border-radius: 50%;
        text-align: center;
        background: #000;
        color: #fff;
        margin: 0 3px 0 0; }
  .woocommerce-MyAccount-navigation > ul {
    font-size: 16px;
    line-height: 1.25;
    display: none; }
    @media (min-width: 768px) {
      .woocommerce-MyAccount-navigation > ul {
        display: block; } }
    .woocommerce-MyAccount-navigation > ul > li {
      border-bottom: 1px solid #e8e8e8; }
      .woocommerce-MyAccount-navigation > ul > li:first-child {
        border-top: 1px solid #e8e8e8; }
      .woocommerce-MyAccount-navigation > ul > li.active > a, .woocommerce-MyAccount-navigation > ul > li.is-active > a {
        color: #000; }
        .woocommerce-MyAccount-navigation > ul > li.active > a:after, .woocommerce-MyAccount-navigation > ul > li.is-active > a:after {
          background: #000; }
      .woocommerce-MyAccount-navigation > ul > li > a {
        display: block;
        padding: 15px 0;
        color: #3d3b3d;
        text-decoration: none;
        position: relative; }
        .woocommerce-MyAccount-navigation > ul > li > a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 1px; }
        .woocommerce-MyAccount-navigation > ul > li > a:hover, .woocommerce-MyAccount-navigation > ul > li > a.key-board-focus {
          color: #000; }

.edit-account-box {
  max-width: 17.1875rem; }
  @media (min-width: 768px) {
    .edit-account-box {
      max-width: 400px; } }
  .edit-account-box .form-row {
    margin: 0 -0.46875rem; }
    @media (min-width: 768px) {
      .edit-account-box .form-row {
        margin: 0 -12px; } }
    @media (min-width: 992px) {
      .edit-account-box .form-row {
        margin: 0 -16px; } }
    @media (min-width: 1200px) {
      .edit-account-box .form-row {
        margin: 0 -20px; } }
    .edit-account-box .form-row [class^="col-"],
    .edit-account-box .form-row [class*=" col-"] {
      padding-left: 0.46875rem;
      padding-right: 0.46875rem; }
      @media (min-width: 768px) {
        .edit-account-box .form-row [class^="col-"],
        .edit-account-box .form-row [class*=" col-"] {
          padding-left: 12px;
          padding-right: 12px; } }
      @media (min-width: 992px) {
        .edit-account-box .form-row [class^="col-"],
        .edit-account-box .form-row [class*=" col-"] {
          padding-left: 16px;
          padding-right: 16px; } }
      @media (min-width: 1200px) {
        .edit-account-box .form-row [class^="col-"],
        .edit-account-box .form-row [class*=" col-"] {
          padding-left: 20px;
          padding-right: 20px; } }
  .edit-account-box .form-group {
    margin-bottom: 0.6875rem; }
    @media (min-width: 768px) {
      .edit-account-box .form-group {
        margin-bottom: 18px; } }
    @media (min-width: 992px) {
      .edit-account-box .form-group {
        margin-bottom: 23px; } }
  .edit-account-box .date-of-birth {
    padding: 0.875rem 0; }
    @media (min-width: 768px) {
      .edit-account-box .date-of-birth {
        padding: 14px 0 24px; } }
    .edit-account-box .date-of-birth .label-text {
      margin-bottom: 0.6875rem; }
      @media (min-width: 768px) {
        .edit-account-box .date-of-birth .label-text {
          margin-bottom: 10px; } }
      @media (min-width: 992px) {
        .edit-account-box .date-of-birth .label-text {
          margin-bottom: 13px; } }
    .edit-account-box .date-of-birth .select-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .edit-account-box .date-of-birth .jcf-select {
      margin: 0 0 0.625rem 0.6875rem;
      height: 1.875rem;
      border: 1px solid #b4b4b4;
      width: 4.625rem; }
      @media (min-width: 768px) {
        .edit-account-box .date-of-birth .jcf-select {
          border-width: 2px;
          height: 36px;
          margin-left: 10px;
          width: 78px; } }
      .edit-account-box .date-of-birth .jcf-select.jcf-select-year {
        width: 4.75rem; }
        @media (min-width: 768px) {
          .edit-account-box .date-of-birth .jcf-select.jcf-select-year {
            width: 80px; } }
      .edit-account-box .date-of-birth .jcf-select.jcf-select-day {
        width: 3rem; }
        .edit-account-box .date-of-birth .jcf-select.jcf-select-day .jcf-select-text {
          margin-right: 0.25rem; }
        .edit-account-box .date-of-birth .jcf-select.jcf-select-day .jcf-select-opener {
          left: 0.25rem; }
        @media (min-width: 768px) {
          .edit-account-box .date-of-birth .jcf-select.jcf-select-day {
            width: 51px; }
            .edit-account-box .date-of-birth .jcf-select.jcf-select-day .jcf-select-text {
              margin-right: 5px; }
            .edit-account-box .date-of-birth .jcf-select.jcf-select-day .jcf-select-opener {
              left: 5px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .edit-account-box .date-of-birth .jcf-select.jcf-select-day .jcf-list .jcf-option {
      padding-left: 5px;
      padding-right: 5px; } }
      .edit-account-box .date-of-birth .jcf-select .jcf-select-text {
        margin: 0 0.5rem; }
        @media (min-width: 768px) {
          .edit-account-box .date-of-birth .jcf-select .jcf-select-text {
            line-height: 32px;
            font-size: 14px;
            margin: 0 10px; } }
      @media (min-width: 768px) {
        .edit-account-box .date-of-birth .jcf-select .jcf-select-opener {
          left: 10px; }
          .edit-account-box .date-of-birth .jcf-select .jcf-select-opener:before {
            font-size: 5px; } }
      @media (min-width: 768px) {
        .edit-account-box .date-of-birth .jcf-select .jcf-select-drop {
          left: -2px;
          right: -2px; } }
      .edit-account-box .date-of-birth .jcf-select .jcf-select-drop .jcf-select-drop-content {
        border-color: #b4b4b4; }
        @media (min-width: 768px) {
          .edit-account-box .date-of-birth .jcf-select .jcf-select-drop .jcf-select-drop-content {
            border-width: 2px; } }
      @media (min-width: 768px) {
        .edit-account-box .date-of-birth .jcf-select .jcf-list .jcf-option {
          padding-left: 10px;
          padding-right: 10px;
          font-size: 14px; } }
  .edit-account-box .custom-checkbox {
    margin: 0 0 1.5rem -0.25rem; }
    @media (min-width: 768px) {
      .edit-account-box .custom-checkbox {
        margin: 0 0 28px; } }
    @media (min-width: 992px) {
      .edit-account-box .custom-checkbox {
        margin-bottom: 34px; } }
  .edit-account-box button.button {
    display: block;
    margin: 0 auto;
    width: 7rem; }
    @media (min-width: 768px) {
      .edit-account-box button.button {
        width: 120px; } }
    @media (min-width: 992px) {
      .edit-account-box button.button {
        width: 140px; } }
    @media (max-width: 575.98px) {
      .edit-account-box button.button {
        padding: 0.25rem; } }

.subscribe_field label.checkbox,
.custom-checkbox {
  position: relative;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1rem;
  padding: 0 1.71875rem 0.0625rem 0;
  color: #000; }
  @media (min-width: 768px) {
    .subscribe_field label.checkbox,
    .custom-checkbox {
      font-size: 14px;
      line-height: 18px;
      padding: 1px 30px 1px 0; } }
  @media (min-width: 1200px) {
    .subscribe_field label.checkbox,
    .custom-checkbox {
      font-size: 16px;
      line-height: 20px;
      padding: 1px 30px 1px 0; } }
  @media (min-width: 768px) {
    .update_user_info .subscribe_field label.checkbox, .update_user_info
    .custom-checkbox {
      margin-left: -6px; } }
  .subscribe_field label.checkbox label,
  .custom-checkbox label {
    margin: 0;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .subscribe_field label.checkbox input[type="checkbox"],
  .custom-checkbox input[type="checkbox"] {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0; }
    .subscribe_field label.checkbox input[type="checkbox"]:checked ~ .fake-input:before,
    .custom-checkbox input[type="checkbox"]:checked ~ .fake-input:before {
      opacity: 1; }
  .subscribe_field label.checkbox .checkbox-label,
  .custom-checkbox .checkbox-label {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .subscribe_field label.checkbox .fake-input,
  .custom-checkbox .fake-input {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background: #f6f6f6;
    color: #000; }
    @media (min-width: 768px) {
      .subscribe_field label.checkbox .fake-input,
      .custom-checkbox .fake-input {
        width: 22px;
        height: 22px; } }
    @media (min-width: 1200px) {
      .subscribe_field label.checkbox .fake-input,
      .custom-checkbox .fake-input {
        width: 24px;
        height: 24px; } }
    .subscribe_field label.checkbox .fake-input:before,
    .custom-checkbox .fake-input:before {
      content: "\e90f";
      font: 0.5rem/ 1 "icomoon";
      position: absolute;
      top: 50%;
      right: 50%;
      -webkit-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      opacity: 0;
      -webkit-transition: 0.3s ease opacity;
      transition: 0.3s ease opacity; }
      @media (min-width: 768px) {
        .subscribe_field label.checkbox .fake-input:before,
        .custom-checkbox .fake-input:before {
          font-size: 9px; } }
      @media (min-width: 1200px) {
        .subscribe_field label.checkbox .fake-input:before,
        .custom-checkbox .fake-input:before {
          font-size: 10px; } }
    .subscribe_field label.checkbox .fake-input:after,
    .custom-checkbox .fake-input:after {
      display: none; }
  .subscribe_field label.checkbox a,
  .custom-checkbox a {
    color: #000;
    text-decoration: underline; }
    .subscribe_field label.checkbox a:hover,
    .custom-checkbox a:hover {
      text-decoration: none; }

@media (min-width: 768px) {
  .addresses-holder,
  .payments-holder {
    max-width: 684px; } }

.addresses-holder .payment-item ~ .payment-item,
.payments-holder .payment-item ~ .payment-item {
  border-top: 1px solid #000; }

.addresses-holder .address-item ~ .address-item,
.payments-holder .address-item ~ .address-item {
  border-top: 1px solid #000; }

.btn.add-method {
  min-width: 11.875rem; }
  @media (min-width: 768px) {
    .btn.add-method {
      min-width: 230px; } }

.address-item {
  position: relative;
  padding: 0.6875rem 0 1.1875rem; }
  @media (min-width: 768px) {
    .address-item {
      padding: 22px 0; }
      .address-item:first-of-type {
        padding-top: 18px; }
        .address-item:first-of-type .address-action {
          top: 21px; } }
  @media (min-width: 992px) {
    .address-item {
      padding: 26px 0; }
      .address-item:first-of-type {
        padding-top: 22px; }
        .address-item:first-of-type .address-action {
          top: 25px; } }
  .address-item .address-name {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.4375rem;
    margin: 0 0 0.0625rem; }
    @media (min-width: 768px) {
      .address-item .address-name {
        font-size: 14px;
        line-height: 1.625;
        margin-bottom: 4px; } }
    @media (min-width: 992px) {
      .address-item .address-name {
        font-size: 16px;
        margin-bottom: 7px; } }
  .address-item .address-info {
    font-size: 0.75rem;
    line-height: 1.91666667;
    margin: 0 0 0.375rem; }
    @media (min-width: 768px) {
      .address-item .address-info {
        font-size: 13px;
        line-height: 1.85714286;
        margin-bottom: 11px; } }
    @media (min-width: 992px) {
      .address-item .address-info {
        font-size: 14px;
        margin-bottom: 15px; } }
  .address-item .address-action {
    position: absolute;
    top: 1rem;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .address-item .address-action {
        top: 25px; } }
    @media (min-width: 992px) {
      .address-item .address-action {
        top: 29px; } }
    .address-item .address-action a {
      text-decoration: none;
      font-size: 0.75rem;
      line-height: 1.25;
      color: #000;
      margin: 0 0 0.6875rem; }
      @media (min-width: 768px) {
        .address-item .address-action a {
          font-size: 14px;
          margin-bottom: 10px; } }
      @media (min-width: 992px) {
        .address-item .address-action a {
          font-size: 16px; } }

.payment-item {
  position: relative;
  padding: 0.6875rem 0 1.1875rem; }
  @media (min-width: 768px) {
    .payment-item {
      padding: 22px 0; }
      .payment-item:first-of-type {
        padding-top: 18px; }
        .payment-item:first-of-type .payment-action {
          top: 21px; } }
  @media (min-width: 992px) {
    .payment-item {
      padding: 26px 0; }
      .payment-item:first-of-type {
        padding-top: 22px; }
        .payment-item:first-of-type .payment-action {
          top: 25px; } }
  .payment-item .card-name {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.4375rem;
    margin: 0 0 0.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .payment-item .card-name {
        font-size: 14px;
        line-height: 1.625;
        margin-bottom: 4px; } }
    @media (min-width: 992px) {
      .payment-item .card-name {
        font-size: 16px;
        margin-bottom: 7px; } }
    .payment-item .card-name img {
      margin-left: 0.3125rem;
      height: 0.9375em;
      width: auto; }
      @media (min-width: 768px) {
        .payment-item .card-name img {
          margin-left: 7px; } }
      @media (min-width: 992px) {
        .payment-item .card-name img {
          margin-left: 8px; } }
  .payment-item .payment-info {
    font-size: 0.75rem;
    line-height: 1.91666667;
    margin: 0 0 0.375rem; }
    @media (min-width: 768px) {
      .payment-item .payment-info {
        font-size: 13px;
        line-height: 1.85714286;
        margin-bottom: 11px; } }
    @media (min-width: 992px) {
      .payment-item .payment-info {
        font-size: 14px;
        margin-bottom: 15px; } }
  .payment-item .payment-action {
    position: absolute;
    top: 1rem;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .payment-item .payment-action {
        top: 25px; } }
    @media (min-width: 992px) {
      .payment-item .payment-action {
        top: 29px; } }
    .payment-item .payment-action a {
      text-decoration: none;
      font-size: 0.75rem;
      line-height: 1.25;
      color: #000;
      margin: 0 0 0.6875rem; }
      @media (min-width: 768px) {
        .payment-item .payment-action a {
          font-size: 14px;
          margin-bottom: 10px; } }
      @media (min-width: 992px) {
        .payment-item .payment-action a {
          font-size: 16px; } }

.orders-holder {
  padding: 0.625rem 0 0; }
  @media (min-width: 768px) {
    .orders-holder {
      max-width: 41.875rem; } }
  @media (min-width: 768px) {
    .orders-holder .order-products-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.order-item {
  border: 1px solid #979797;
  padding: 0.5rem 0.625rem;
  margin-bottom: 1.8125rem; }
  @media (min-width: 768px) {
    .order-item {
      padding: 18px 14px;
      margin-bottom: 28px; } }
  .order-item .order-header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) {
      .order-item .order-header-row {
        padding-bottom: 15px; } }
    .order-item .order-header-row .header-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 0.875rem;
      line-height: 1.5;
      margin: 0 0 0.625rem; }
      @media (min-width: 768px) {
        .order-item .order-header-row .header-col {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          font-size: 16px;
          -ms-flex-preferred-size: 33%;
              flex-basis: 33%;
          max-width: 33%;
          padding-left: 3%;
          text-align: center; } }
      @media (min-width: 992px) {
        .order-item .order-header-row .header-col {
          font-size: 18px; } }
      .order-item .order-header-row .header-col [class^="icon-"],
      .order-item .order-header-row .header-col [class*=" icon-"] {
        font-size: 1.09375rem;
        margin-left: 0.34375rem; }
        @media (min-width: 768px) {
          .order-item .order-header-row .header-col [class^="icon-"],
          .order-item .order-header-row .header-col [class*=" icon-"] {
            margin: 0 0 3px;
            font-size: 22px; } }
        @media (min-width: 1200px) {
          .order-item .order-header-row .header-col [class^="icon-"],
          .order-item .order-header-row .header-col [class*=" icon-"] {
            font-size: 27px; } }
      .order-item .order-header-row .header-col .header-title {
        font-weight: 500; }
  .order-item .order-info-col {
    padding: 0 0 1rem; }
    @media (min-width: 768px) {
      .order-item .order-info-col {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-top: 4px; } }
    .order-item .order-info-col .order-title {
      display: block;
      font-size: 0.8125rem;
      line-height: 1rem;
      font-weight: 400;
      margin: 0 0 0.375rem; }
      @media (min-width: 768px) {
        .order-item .order-info-col .order-title {
          font-size: 14px;
          margin-bottom: 10px; } }
      @media (min-width: 1200px) {
        .order-item .order-info-col .order-title {
          font-size: 16px;
          margin-bottom: 14px; } }
    .order-item .order-info-col .order-data {
      font-size: 0.75rem;
      line-height: 1.5;
      color: rgba(0, 0, 0, 0.5); }
      @media (min-width: 768px) {
        .order-item .order-info-col .order-data {
          font-size: 13px; } }
      @media (min-width: 1200px) {
        .order-item .order-info-col .order-data {
          font-size: 14px; } }

.order-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.6875rem;
  line-height: 1rem;
  margin: 0 0 1rem; }
  @media (min-width: 768px) {
    .order-product-item {
      font-size: 12px;
      line-height: 18px;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; } }
  @media (min-width: 992px) {
    .order-product-item {
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
      max-width: 33.33%; } }
  @media (min-width: 1200px) {
    .order-product-item {
      font-size: 14px;
      line-height: 20px; } }
  .order-product-item .img-wrap {
    -ms-flex-preferred-size: 3.96875rem;
        flex-basis: 3.96875rem;
    max-width: 3.96875rem; }
    @media (min-width: 768px) {
      .order-product-item .img-wrap {
        -ms-flex-preferred-size: 75px;
            flex-basis: 75px;
        max-width: 75px; } }
    @media (min-width: 1200px) {
      .order-product-item .img-wrap {
        -ms-flex-preferred-size: 85px;
            flex-basis: 85px;
        max-width: 85px; } }
    .order-product-item .img-wrap img {
      width: 100%; }
  .order-product-item .product-detail {
    -ms-flex-preferred-size: calc(100% - 3.96875rem);
        flex-basis: calc(100% - 3.96875rem);
    max-width: calc(100% - 3.96875rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.25rem 0.4375rem 0; }
    @media (min-width: 768px) {
      .order-product-item .product-detail {
        -ms-flex-preferred-size: calc(100% - 75px);
            flex-basis: calc(100% - 75px);
        max-width: calc(100% - 75px);
        padding-right: 10px; } }
    @media (min-width: 1200px) {
      .order-product-item .product-detail {
        -ms-flex-preferred-size: calc(100% - 85px);
            flex-basis: calc(100% - 85px);
        max-width: calc(100% - 85px); } }
    .order-product-item .product-detail .product-price {
      margin-top: auto;
      line-height: 1; }
  .order-product-item .name {
    display: block;
    font-weight: 400; }
    .order-product-item .name a {
      color: #000;
      text-decoration: none; }

.detail-process-list {
  position: relative;
  margin: 0.375rem 0; }
  @media (min-width: 768px) {
    .detail-process-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -6px; } }
  .detail-process-list:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0.9375rem;
    bottom: 0;
    border-right: 1px dotted #979797; }
    @media (min-width: 768px) {
      .detail-process-list:before {
        border-right: none;
        border-top: 1px dotted #979797;
        right: 8px;
        left: 8px;
        bottom: auto;
        top: 50px; } }
    @media (min-width: 1200px) {
      .detail-process-list:before {
        top: 58px; } }
  .detail-process-list > li {
    font-size: 0.75rem;
    line-height: 1.5;
    background: #fff;
    position: relative;
    z-index: 6;
    color: rgba(0, 0, 0, 0.5);
    padding: 0.25rem 0;
    margin: 0 0 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .detail-process-list > li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background: none;
        font-size: 13px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: 20%;
        text-align: center;
        padding: 10px 6px; } }
    @media (min-width: 1200px) {
      .detail-process-list > li {
        font-size: 14px; } }
    .detail-process-list > li:last-child {
      margin-bottom: 0; }
    .detail-process-list > li.completed {
      color: #000; }
    .detail-process-list > li [class^="icon-"],
    .detail-process-list > li [class*=" icon-"] {
      font-size: 1.21875rem; }
      @media (max-width: 575.98px) {
        .detail-process-list > li [class^="icon-"],
        .detail-process-list > li [class*=" icon-"] {
          -ms-flex-preferred-size: 1.8125rem;
              flex-basis: 1.8125rem;
          max-width: 1.8125rem;
          text-align: center; } }
      @media (min-width: 768px) {
        .detail-process-list > li [class^="icon-"],
        .detail-process-list > li [class*=" icon-"] {
          font-size: 22px;
          min-height: 25px;
          margin: 0 0 5px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; } }
      @media (min-width: 1200px) {
        .detail-process-list > li [class^="icon-"],
        .detail-process-list > li [class*=" icon-"] {
          font-size: 27px;
          min-height: 30px;
          margin-bottom: 7px; } }
      .detail-process-list > li [class^="icon-"].icon-product-check,
      .detail-process-list > li [class*=" icon-"].icon-product-check {
        font-size: 1.0625rem; }
        @media (min-width: 768px) {
          .detail-process-list > li [class^="icon-"].icon-product-check,
          .detail-process-list > li [class*=" icon-"].icon-product-check {
            font-size: 19px; } }
        @media (min-width: 1200px) {
          .detail-process-list > li [class^="icon-"].icon-product-check,
          .detail-process-list > li [class*=" icon-"].icon-product-check {
            font-size: 24px; } }
      .detail-process-list > li [class^="icon-"].icon-truck,
      .detail-process-list > li [class*=" icon-"].icon-truck {
        font-size: 0.8125rem; }
        @media (min-width: 768px) {
          .detail-process-list > li [class^="icon-"].icon-truck,
          .detail-process-list > li [class*=" icon-"].icon-truck {
            font-size: 16px; } }
        @media (min-width: 1200px) {
          .detail-process-list > li [class^="icon-"].icon-truck,
          .detail-process-list > li [class*=" icon-"].icon-truck {
            font-size: 20px; } }
      .detail-process-list > li [class^="icon-"].icon-product,
      .detail-process-list > li [class*=" icon-"].icon-product {
        font-size: 1.1875rem; }
        @media (min-width: 768px) {
          .detail-process-list > li [class^="icon-"].icon-product,
          .detail-process-list > li [class*=" icon-"].icon-product {
            font-size: 21px; } }
        @media (min-width: 1200px) {
          .detail-process-list > li [class^="icon-"].icon-product,
          .detail-process-list > li [class*=" icon-"].icon-product {
            font-size: 26px; } }
    @media (max-width: 575.98px) {
      .detail-process-list > li .title-text {
        -ms-flex-preferred-size: calc(100% - 1.8125rem);
            flex-basis: calc(100% - 1.8125rem);
        max-width: calc(100% - 1.8125rem); } }
    @media (min-width: 768px) {
      .detail-process-list > li .title-text {
        width: 100%;
        background: #fff; } }

.order-detail-box {
  padding: 0.125rem 0 0; }
  @media (min-width: 768px) {
    .order-detail-box {
      padding-top: 10px; } }
  @media (min-width: 1200px) {
    .order-detail-box {
      padding-top: 17px; } }
  .order-detail-box .detail-opener {
    display: table;
    font-size: 0.6875rem;
    line-height: 1.2;
    color: #000;
    text-decoration: none;
    position: relative;
    padding-left: 0.75rem;
    margin: 0 0 0.625rem; }
    @media (min-width: 768px) {
      .order-detail-box .detail-opener {
        font-size: 13px;
        padding-left: 16px; } }
    @media (min-width: 1200px) {
      .order-detail-box .detail-opener {
        font-size: 14px;
        padding-left: 18px; } }
    .order-detail-box .detail-opener.collapsed:after {
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .order-detail-box .detail-opener:after {
      content: "\e900";
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translate(0, -50%) rotate(180deg);
          -ms-transform: translate(0, -50%) rotate(180deg);
              transform: translate(0, -50%) rotate(180deg);
      top: 50%;
      font: 0.25rem/ 1 "icomoon"; }
      @media (min-width: 768px) {
        .order-detail-box .detail-opener:after {
          font-size: 5px; } }
      @media (min-width: 1200px) {
        .order-detail-box .detail-opener:after {
          font-size: 6px; } }
  .order-detail-box .order-status-title {
    display: block;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.2;
    padding: 0.3125rem 0; }
    @media (min-width: 768px) {
      .order-detail-box .order-status-title {
        font-size: 14px;
        padding: 0.625rem 0; } }
    @media (min-width: 1200px) {
      .order-detail-box .order-status-title {
        font-size: 16px; } }
  .order-detail-box .total-title,
  .order-detail-box .delivery-title {
    display: block;
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    margin: 0 0 0.625rem; }
    @media (min-width: 768px) {
      .order-detail-box .total-title,
      .order-detail-box .delivery-title {
        font-size: 14px;
        line-height: 1.25; } }
    @media (min-width: 1200px) {
      .order-detail-box .total-title,
      .order-detail-box .delivery-title {
        font-size: 16px; } }

.order-totals-box,
.order-delivery-detail {
  border-top: 1px solid #000;
  padding: 0.9375rem 0 1.3125rem;
  font-size: 0.75rem;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .order-totals-box,
    .order-delivery-detail {
      padding: 18px 0 14px;
      font-size: 13px;
      line-height: 22px; } }
  @media (min-width: 1200px) {
    .order-totals-box,
    .order-delivery-detail {
      font-size: 14px;
      line-height: 26px; } }

.order-totals-box .amount-table {
  width: 100%; }
  .order-totals-box .amount-table td {
    padding: 0; }
    .order-totals-box .amount-table td:last-child {
      text-align: left;
      color: rgba(0, 0, 0, 0.5); }
  .order-totals-box .amount-table .total td {
    font-weight: 700; }
    .order-totals-box .amount-table .total td:last-child {
      color: #000; }

.order-detail-slide .order-delivery-detail {
  padding-bottom: 0; }

.order-delivery-detail .address-box {
  color: rgba(0, 0, 0, 0.5); }

.coupons-holder {
  padding: 0.5625rem 0 0; }
  @media (min-width: 768px) {
    .coupons-holder {
      padding-top: 1.125rem;
      max-width: 670px; } }

.coupon-item {
  font-size: 0.75rem;
  line-height: 1.25;
  position: relative;
  background: #f9f9f9;
  border: 1px solid #000;
  padding: 1.25rem 0.6875rem 1.1875rem;
  margin: 0 0 1.40625rem; }
  @media (min-width: 768px) {
    .coupon-item {
      font-size: 13px;
      padding: 18px 15px 15px 150px;
      margin-bottom: 25px; } }
  @media (min-width: 992px) {
    .coupon-item {
      font-size: 14px;
      padding: 20px 17px 17px 165px; } }
  .coupon-item .coupon-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 0.875rem;
    margin: 0 0 0.6875rem; }
    @media (min-width: 768px) {
      .coupon-item .coupon-name {
        font-size: 16px;
        margin-bottom: 8px; } }
    @media (min-width: 992px) {
      .coupon-item .coupon-name {
        font-size: 18px; } }
    .coupon-item .coupon-name [class^="icon-"],
    .coupon-item .coupon-name [class*=" icon-"] {
      font-size: 1.03125rem;
      margin: 0 0 0 0.4375rem; }
      @media (min-width: 768px) {
        .coupon-item .coupon-name [class^="icon-"],
        .coupon-item .coupon-name [class*=" icon-"] {
          font-size: 19px; } }
      @media (min-width: 992px) {
        .coupon-item .coupon-name [class^="icon-"],
        .coupon-item .coupon-name [class*=" icon-"] {
          font-size: 21px; } }
      .coupon-item .coupon-name [class^="icon-"].icon-sale,
      .coupon-item .coupon-name [class*=" icon-"].icon-sale {
        margin-top: -0.2em; }
  .coupon-item .coupon-meta {
    font-size: 0.8125rem;
    line-height: 1.46153846;
    margin: 0 0 0.75rem; }
    @media (min-width: 768px) {
      .coupon-item .coupon-meta {
        font-size: 14px;
        margin-bottom: 16px; } }
    @media (min-width: 992px) {
      .coupon-item .coupon-meta {
        font-size: 16px;
        line-height: 1.625; } }
  .coupon-item .info-row {
    color: rgba(0, 0, 0, 0.5);
    padding: 0 0 0.625rem; }
    @media (min-width: 768px) {
      .coupon-item .info-row {
        padding-bottom: 11px; } }
  .coupon-item .data-title {
    font-weight: 400;
    color: #000;
    font-size: 0.8125rem; }
    @media (min-width: 768px) {
      .coupon-item .data-title {
        font-size: 14px; } }
    @media (min-width: 992px) {
      .coupon-item .data-title {
        font-size: 16px; } }
  .coupon-item .link-copy {
    font-size: 0.625rem;
    color: rgba(0, 0, 0, 0.5); }
    .coupon-item .link-copy:hover {
      text-decoration: none; }
  .coupon-item .btn-redeem {
    display: block;
    margin: 0.5rem auto 0;
    width: 7rem; }
    @media (min-width: 768px) {
      .coupon-item .btn-redeem {
        position: absolute;
        top: 7px;
        left: 15px;
        width: 146px;
        z-index: 9; } }
    @media (min-width: 992px) {
      .coupon-item .btn-redeem {
        top: 12px;
        left: 20px;
        width: 161px; } }
    @media (max-width: 575.98px) {
      .coupon-item .btn-redeem {
        line-height: 1.3; } }

@media (max-width: 575.98px) {
  .related-coupons-holder {
    padding: 0.25rem 0 0; } }

.related-coupons-holder h3, .related-coupons-holder .h3 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.125rem; }
  @media (min-width: 768px) {
    .related-coupons-holder h3, .related-coupons-holder .h3 {
      font-size: 20px;
      margin-bottom: 16px; } }
  @media (min-width: 992px) {
    .related-coupons-holder h3, .related-coupons-holder .h3 {
      font-size: 24px; } }

.related-coupon-item {
  padding: 0 0 1.875rem; }
  @media (min-width: 768px) {
    .related-coupon-item {
      padding-bottom: 36px; } }
  @media (min-width: 992px) {
    .related-coupon-item {
      padding-bottom: 42px; } }
  .related-coupon-item .coupon-meta {
    display: block;
    font-size: 0.8125rem;
    line-height: 1.46153846;
    margin: 0 0 0.6875rem;
    font-weight: 400; }
    @media (min-width: 768px) {
      .related-coupon-item .coupon-meta {
        font-size: 14px;
        margin-bottom: 12px; } }
    @media (min-width: 992px) {
      .related-coupon-item .coupon-meta {
        font-size: 16px;
        line-height: 1.625; } }
  .related-coupon-item .btn {
    min-width: 7rem; }
    @media (min-width: 768px) {
      .related-coupon-item .btn {
        min-width: 125px; } }
    @media (min-width: 992px) {
      .related-coupon-item .btn {
        min-width: 140px; } }
    @media (max-width: 575.98px) {
      .related-coupon-item .btn {
        line-height: 1.3; } }

.update-item {
  font-size: 0.75rem;
  line-height: 1.25;
  position: relative;
  background: #f9f9f9;
  border: 1px solid #000;
  padding: 1.25rem 0.6875rem 1.1875rem;
  margin: 0 0 1.40625rem; }
  @media (min-width: 768px) {
    .update-item {
      font-size: 13px;
      padding: 18px 15px 15px 150px;
      margin-bottom: 25px; } }
  @media (min-width: 992px) {
    .update-item {
      font-size: 14px;
      padding: 20px 17px 17px 165px; } }
  .update-item .update-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 0.875rem;
    margin: 0 0 0.6875rem; }
    @media (min-width: 768px) {
      .update-item .update-name {
        font-size: 16px;
        margin-bottom: 8px; } }
    @media (min-width: 992px) {
      .update-item .update-name {
        font-size: 18px; } }
  .update-item .update-meta {
    font-size: 0.8125rem;
    line-height: 1.46153846;
    margin: 0 0 0.75rem; }
    @media (min-width: 768px) {
      .update-item .update-meta {
        font-size: 14px;
        margin-bottom: 16px; } }
    @media (min-width: 992px) {
      .update-item .update-meta {
        font-size: 16px;
        line-height: 1.625; } }
  .update-item .info-row {
    color: rgba(0, 0, 0, 0.5);
    padding: 0 0 0.625rem; }
    @media (min-width: 768px) {
      .update-item .info-row {
        padding-bottom: 11px; } }
  .update-item .btn-redeem {
    display: block;
    margin: 0.5rem auto 0;
    width: 7rem; }
    @media (min-width: 768px) {
      .update-item .btn-redeem {
        position: absolute;
        top: 7px;
        left: 15px;
        width: 146px;
        z-index: 9; } }
    @media (min-width: 992px) {
      .update-item .btn-redeem {
        top: 12px;
        left: 20px;
        width: 161px; } }
    @media (max-width: 575.98px) {
      .update-item .btn-redeem {
        line-height: 1.3; } }

.account-shipping-return {
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    .account-shipping-return {
      padding: 4px 0 0;
      font-size: 0.875rem; } }
  @media (min-width: 992px) {
    .account-shipping-return {
      font-size: 1rem; } }
  .account-shipping-return p {
    margin-bottom: 0.625rem; }
    @media (min-width: 768px) {
      .account-shipping-return p {
        margin-bottom: 0.75rem; } }
    @media (min-width: 992px) {
      .account-shipping-return p {
        margin-bottom: 0.875rem; } }
  .account-shipping-return .return-title {
    display: block;
    margin: 0 0 0.75rem; }
    @media (min-width: 768px) {
      .account-shipping-return .return-title {
        margin-bottom: 1rem; } }
    @media (min-width: 992px) {
      .account-shipping-return .return-title {
        margin-bottom: 1.3125rem; } }
  .account-shipping-return .process-list li {
    position: relative;
    padding: 0 2.25em 1.5em 0; }
    .account-shipping-return .process-list li [class^="icon-"],
    .account-shipping-return .process-list li [class*=" icon-"] {
      position: absolute;
      top: 0.75em;
      right: 0;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      .account-shipping-return .process-list li [class^="icon-"]:before,
      .account-shipping-return .process-list li [class*=" icon-"]:before {
        font-size: 1.5em; }
  .account-shipping-return .btn {
    min-width: 10.625rem;
    margin-top: 0.625rem; }
    @media (min-width: 768px) {
      .account-shipping-return .btn {
        min-width: 192px;
        margin-top: 15px; } }
    @media (min-width: 992px) {
      .account-shipping-return .btn {
        margin-top: 19px; } }

@media (min-width: 768px) {
  .account-contact {
    max-width: 430px;
    padding: 4px 0 0; } }

@media (min-width: 768px) {
  .account-contact .contact-info {
    padding: 0 0 1px; } }

@media (min-width: 768px) {
  .account-contact .contact-info p {
    margin-bottom: 0.9375rem; } }

@media (min-width: 768px) {
  .account-contact .form-group {
    margin-bottom: 18px; } }

@media (min-width: 992px) {
  .account-contact .form-group {
    margin-bottom: 23px; } }

.account-contact .contact-list {
  padding: 0 0 0.9375rem; }
  @media (min-width: 768px) {
    .account-contact .contact-list {
      line-height: 1.3333333;
      font-size: 16px;
      padding: 8px 0 29px; } }
  @media (min-width: 992px) {
    .account-contact .contact-list {
      font-size: 18px; } }
  @media (min-width: 768px) {
    .account-contact .contact-list > li {
      padding: 5px 0; } }
  .account-contact .contact-list a {
    color: inherit;
    text-decoration: none; }
    .account-contact .contact-list a:hover {
      color: rgba(0, 0, 0, 0.6); }

.account-contact .form-row {
  margin: 0 -0.375rem; }
  @media (min-width: 768px) {
    .account-contact .form-row {
      margin-left: -10px;
      margin-right: -10px; } }
  .account-contact .form-row [class*="col-"] {
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
    @media (min-width: 768px) {
      .account-contact .form-row [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px; } }

.account-contact .btn-contact {
  display: block;
  margin-right: auto;
  width: 7rem; }
  @media (min-width: 768px) {
    .account-contact .btn-contact {
      width: 120px;
      margin-top: 19px; } }
  @media (min-width: 992px) {
    .account-contact .btn-contact {
      width: 140px;
      margin-top: 24px; } }

.edit-address-box .form-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
  @media (min-width: 768px) {
    .edit-address-box .form-row {
      margin-left: -0.625rem;
      margin-right: -0.625rem; } }
  .edit-address-box .form-row > [class*="col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    @media (min-width: 768px) {
      .edit-address-box .form-row > [class*="col-"] {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }

.woocommerce-cart-form {
  font-size: 0.8125rem;
  line-height: 1.5;
  padding: 15px 0; }
  @media (min-width: 768px) {
    .woocommerce-cart-form {
      font-size: 15px;
      padding: 20px 0; } }
  @media (min-width: 992px) {
    .woocommerce-cart-form {
      font-size: 17px; } }
  @media (min-width: 1200px) {
    .woocommerce-cart-form {
      font-size: 18px; } }
  .woocommerce-cart-form .shop_table.cart {
    width: 100%; }
    @media (max-width: 575.98px) {
      .woocommerce-cart-form .shop_table.cart {
        display: block;
        padding-bottom: 6px; }
        .woocommerce-cart-form .shop_table.cart tbody {
          display: block; }
          .woocommerce-cart-form .shop_table.cart tbody > tr {
            display: block;
            position: relative;
            padding-right: 8.125rem;
            min-height: 7.25rem;
            margin-bottom: 10px;
            width: 100%; }
            .woocommerce-cart-form .shop_table.cart tbody > tr > th,
            .woocommerce-cart-form .shop_table.cart tbody > tr > td {
              display: block; }
              .woocommerce-cart-form .shop_table.cart tbody > tr > th:not(.product-remove),
              .woocommerce-cart-form .shop_table.cart tbody > tr > td:not(.product-remove) {
                padding: 0 0 5px 13px; } }
    @media (min-width: 768px) {
      .woocommerce-cart-form .shop_table.cart th,
      .woocommerce-cart-form .shop_table.cart td {
        padding: 10px;
        border: 1px solid #191919; }
        .woocommerce-cart-form .shop_table.cart th.product-thumbnail-name,
        .woocommerce-cart-form .shop_table.cart td.product-thumbnail-name {
          width: 50%; }
        .woocommerce-cart-form .shop_table.cart th.product-price, .woocommerce-cart-form .shop_table.cart th.product-subtotal,
        .woocommerce-cart-form .shop_table.cart td.product-price,
        .woocommerce-cart-form .shop_table.cart td.product-subtotal {
          text-align: center; }
        .woocommerce-cart-form .shop_table.cart th .jcf-number,
        .woocommerce-cart-form .shop_table.cart td .jcf-number {
          margin: 0 auto; } }
    @media (min-width: 992px) {
      .woocommerce-cart-form .shop_table.cart th,
      .woocommerce-cart-form .shop_table.cart td {
        padding: 13px; } }
    @media (min-width: 1200px) {
      .woocommerce-cart-form .shop_table.cart th,
      .woocommerce-cart-form .shop_table.cart td {
        padding: 16px; } }
    .single-product-container .woocommerce-cart-form .shop_table.cart th .quantity, .single-product-container
    .woocommerce-cart-form .shop_table.cart td .quantity {
      margin: 0; }
    .woocommerce-cart-form .shop_table.cart th.product-thumbnail > a,
    .woocommerce-cart-form .shop_table.cart td.product-thumbnail > a {
      display: block;
      max-width: 150px; }
    .woocommerce-cart-form .shop_table.cart th.product-name a,
    .woocommerce-cart-form .shop_table.cart td.product-name a {
      color: inherit; }
    @media (max-width: 575.98px) {
      .woocommerce-cart-form .shop_table.cart thead {
        display: none; } }
    .woocommerce-cart-form .shop_table.cart td.actions {
      display: none; }
    @media (min-width: 768px) {
      .woocommerce-cart-form .shop_table.cart td.product-remove {
        text-align: center; } }
    @media (max-width: 575.98px) {
      .woocommerce-cart-form .shop_table.cart td.product-remove {
        position: absolute;
        top: 0.125rem;
        left: 0; } }
    .woocommerce-cart-form .shop_table.cart a.remove {
      color: #000;
      text-decoration: none;
      display: inline-block;
      vertical-align: top;
      line-height: 1; }
      .woocommerce-cart-form .shop_table.cart a.remove i {
        display: inline-block;
        vertical-align: top; }
      .woocommerce-cart-form .shop_table.cart a.remove:hover {
        color: #000; }
  @media (min-width: 768px) {
    .woocommerce-cart-form .product-info-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .woocommerce-cart-form .product-info-wrap .img-wrap {
      -ms-flex-preferred-size: 110px;
          flex-basis: 110px;
      max-width: 110px; } }
  @media (min-width: 992px) {
    .woocommerce-cart-form .product-info-wrap .img-wrap {
      -ms-flex-preferred-size: 125px;
          flex-basis: 125px;
      max-width: 125px; } }
  @media (min-width: 1200px) {
    .woocommerce-cart-form .product-info-wrap .img-wrap {
      -ms-flex-preferred-size: 140px;
          flex-basis: 140px;
      max-width: 140px; } }
  @media (max-width: 575.98px) {
    .woocommerce-cart-form .product-info-wrap .img-wrap {
      width: 7.25rem;
      position: absolute;
      top: 0;
      right: 0; } }
  .woocommerce-cart-form .product-info-wrap .img-wrap a {
    display: block;
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(210, 210, 210, 0.4);
    overflow: hidden;
    border-radius: 0.125rem; }
  .woocommerce-cart-form .product-info-wrap .img-wrap img {
    width: 100%; }
  @media (min-width: 768px) {
    .woocommerce-cart-form .product-info-wrap .product-name {
      -ms-flex-preferred-size: calc(100% - 110px);
          flex-basis: calc(100% - 110px);
      max-width: calc(100% - 110px);
      padding: 5px 15px; } }
  @media (min-width: 992px) {
    .woocommerce-cart-form .product-info-wrap .product-name {
      -ms-flex-preferred-size: calc(100% - 125px);
          flex-basis: calc(100% - 125px);
      max-width: calc(100% - 125px); } }
  @media (min-width: 1200px) {
    .woocommerce-cart-form .product-info-wrap .product-name {
      -ms-flex-preferred-size: calc(100% - 140px);
          flex-basis: calc(100% - 140px);
      max-width: calc(100% - 140px); } }
  .woocommerce-cart-form .product-info-wrap .product-name a {
    text-decoration: none;
    color: inherit; }
    .woocommerce-cart-form .product-info-wrap .product-name a:hover {
      color: #000; }

.woocommerce-cart .inner-banner {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .woocommerce-cart .inner-banner {
      margin-bottom: 15px; } }
  @media (min-width: 992px) {
    .woocommerce-cart .inner-banner {
      margin-bottom: 20px; } }

.woocommerce-cart .woocommerce-info {
  text-align: center; }

.cart-collaterals {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .cart-collaterals {
      padding-bottom: 25px; } }
  @media (min-width: 992px) {
    .cart-collaterals {
      padding-bottom: 30px; } }
  @media (min-width: 1200px) {
    .cart-collaterals {
      padding-bottom: 35px; } }
  .cart-collaterals table.shop_table,
  .cart-collaterals .woocommerce-shipping-totals.shipping,
  .cart-collaterals .cart_totals h2,
  .cart-collaterals .cart_totals .h2 {
    display: none; }
  .cart-collaterals .wc-proceed-to-checkout {
    text-align: left; }
  .cart-collaterals .btn.checkout-button {
    min-width: 100%;
    color: #fff; }
    @media (min-width: 768px) {
      .cart-collaterals .btn.checkout-button {
        min-width: 200px; } }
    @media (min-width: 992px) {
      .cart-collaterals .btn.checkout-button {
        min-width: 225px; } }
    @media (min-width: 1200px) {
      .cart-collaterals .btn.checkout-button {
        min-width: 250px; } }
    .cart-collaterals .btn.checkout-button:hover {
      color: #fff; }

.cities-list-wrap {
  padding: 0 0 1.25rem;
  max-width: 1200px; }
  @media (min-width: 768px) {
    .cities-list-wrap {
      padding-bottom: 25px; } }
  @media (min-width: 992px) {
    .cities-list-wrap {
      padding-bottom: 30px; } }
  .cities-list-wrap .cs-input-wrap {
    margin: 0 auto;
    max-width: 550px;
    padding: 1.25rem 0; }
    @media (min-width: 768px) {
      .cities-list-wrap .cs-input-wrap {
        padding: 25px 0; } }
    @media (min-width: 992px) {
      .cities-list-wrap .cs-input-wrap {
        padding: 30px 0; } }
    .cities-list-wrap .cs-input-wrap .form-control {
      background: #f9f9f9;
      padding-left: 33px;
      padding-right: 12px;
      outline: none;
      border-color: #000; }
      @media (min-width: 768px) {
        .cities-list-wrap .cs-input-wrap .form-control {
          padding-left: 38px; } }
      @media (min-width: 992px) {
        .cities-list-wrap .cs-input-wrap .form-control {
          padding-left: 42px; } }
      .cities-list-wrap .cs-input-wrap .form-control:focus {
        border-color: #000; }
  .cities-list-wrap .btn-search {
    border-radius: 50%;
    background: #191919;
    width: 1.5rem;
    height: 1.5rem;
    border: none;
    outline: none;
    color: #fff;
    padding: 0;
    margin: 0 0.625rem 0 0.125rem;
    font-size: 0.625rem;
    line-height: 1;
    padding: 0.125rem 0.3125rem;
    text-align: center;
    position: absolute;
    top: 1.3125rem;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0.375rem;
    z-index: 6;
    -webkit-transition: 0.3s ease color, 0.3s ease background;
    transition: 0.3s ease color, 0.3s ease background;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      .cities-list-wrap .btn-search {
        width: 31px;
        height: 31px;
        top: 21px;
        left: 8px;
        font-size: 14px;
        line-height: 1.5; } }
    @media (min-width: 992px) {
      .cities-list-wrap .btn-search {
        top: 23px; } }
    .cities-list-wrap .btn-search:hover {
      color: #fff;
      background: #000; }
    .cities-list-wrap .btn-search i {
      display: block; }
  .cities-list-wrap .alphabetical-title {
    display: block;
    font-weight: 700;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 0.3125rem;
    padding: 0.1875rem 0; }
    @media (min-width: 768px) {
      .cities-list-wrap .alphabetical-title {
        border-bottom-width: 2px;
        margin-bottom: 10px;
        padding: 5px 0; } }
  .cities-list-wrap .stores-row {
    margin-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .cities-list-wrap .stores-row {
        margin-bottom: 25px; } }
    @media (min-width: 992px) {
      .cities-list-wrap .stores-row {
        margin-bottom: 30px; } }
  .cities-list-wrap .stores-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cities-list-wrap .stores-list > li {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      padding: 0.4375rem 0;
      color: rgba(0, 0, 0, 0.55); }
      @media (min-width: 768px) {
        .cities-list-wrap .stores-list > li {
          -ms-flex-preferred-size: 33.33%;
              flex-basis: 33.33%;
          max-width: 33.33%;
          padding: 8px 0; } }
      @media (min-width: 992px) {
        .cities-list-wrap .stores-list > li {
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%;
          max-width: 25%; } }
      @media (min-width: 1200px) {
        .cities-list-wrap .stores-list > li {
          -ms-flex-preferred-size: 20%;
              flex-basis: 20%;
          max-width: 20%; } }

.woocommerce-cart .single-product-section .woocommerce {
  display: block; }

@media (max-width: 767.98px) {
  .woocommerce-cart .woocommerce-cart-form table.shop_table thead {
    display: none; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table tbody {
    display: block; }
    .woocommerce-cart .woocommerce-cart-form table.shop_table tbody > tr:not(.cart_item) {
      display: none; }
    .woocommerce-cart .woocommerce-cart-form table.shop_table tbody > tr.cart_item {
      border: 1px solid rgba(0, 0, 0, 0.1);
      display: block;
      margin-bottom: 1rem;
      padding: 0; }
      .woocommerce-cart .woocommerce-cart-form table.shop_table tbody > tr.cart_item > td {
        display: block;
        position: relative;
        padding: 0.3125rem 6.875rem 0.3125rem 0.625rem;
        border: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 0.75rem; }
        .woocommerce-cart .woocommerce-cart-form table.shop_table tbody > tr.cart_item > td.product-remove, .woocommerce-cart .woocommerce-cart-form table.shop_table tbody > tr.cart_item > td.product-thumbnail {
          position: static;
          padding-right: 0.625rem; }
          .woocommerce-cart .woocommerce-cart-form table.shop_table tbody > tr.cart_item > td.product-remove::before, .woocommerce-cart .woocommerce-cart-form table.shop_table tbody > tr.cart_item > td.product-thumbnail::before {
            display: none; }
        .woocommerce-cart .woocommerce-cart-form table.shop_table tbody > tr.cart_item > td.product-thumbnail a {
          max-width: 100%;
          text-align: center; }
        .woocommerce-cart .woocommerce-cart-form table.shop_table tbody > tr.cart_item > td.product-thumbnail img {
          width: 100%; }
        .woocommerce-cart .woocommerce-cart-form table.shop_table tbody > tr.cart_item > td::before {
          content: attr(data-title);
          position: absolute;
          top: 0;
          right: 0.625rem;
          bottom: 0;
          width: 5.625rem;
          border-left: 2px solid rgba(0, 0, 0, 0.1);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        .woocommerce-cart .woocommerce-cart-form table.shop_table tbody > tr.cart_item > td .remove {
          width: 0.9375rem;
          height: 0.9375rem;
          background: rgba(0, 0, 0, 0.1);
          border-radius: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 1rem;
          padding-bottom: 0.09375rem; } }

.woocommerce-cart .woocommerce-cart-form table.shop_table .variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 0.78125rem;
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    .woocommerce-cart .woocommerce-cart-form table.shop_table .variation {
      font-size: 1rem;
      margin-top: 0.625rem; } }
  .woocommerce-cart .woocommerce-cart-form table.shop_table .variation dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
    margin-right: 0.625rem; }
    @media (min-width: 768px) {
      .woocommerce-cart .woocommerce-cart-form table.shop_table .variation dd {
        margin-right: 0.625rem; } }
    .woocommerce-cart .woocommerce-cart-form table.shop_table .variation dd p {
      margin: 0; }

.woocommerce-cart .woocommerce-cart-form table.shop_table td input[type="number"] {
  width: 3.75rem;
  padding: 0.3125rem 0.625rem;
  text-align: center;
  border: 1px solid;
  height: 1.875rem;
  -moz-appearance: textfield; }
  @media (min-width: 768px) {
    .woocommerce-cart .woocommerce-cart-form table.shop_table td input[type="number"] {
      width: 80px;
      padding: 5px 10px;
      height: 40px; } }
  .woocommerce-cart .woocommerce-cart-form table.shop_table td input[type="number"]::-webkit-outer-spin-button, .woocommerce-cart .woocommerce-cart-form table.shop_table td input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.woocommerce-cart a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3;
  height: auto;
  min-height: 1.875rem;
  padding: 0.3125rem 0.9375rem;
  border-radius: 100px; }
  @media (min-width: 768px) {
    .woocommerce-cart a.button {
      min-height: 40px;
      padding: 5px 20px; } }

.woocommerce-cart .return-to-shop {
  text-align: center; }

.woocommerce > .woocommerce-form-coupon-toggle {
  display: none; }

.woocommerce .woocommerce-error {
  padding: 0.9375rem 0.625rem 0;
  font-size: 0.75rem;
  position: relative;
  z-index: 9;
  background: #fff;
  max-width: 550px;
  margin: 0 auto 20px; }
  @media (min-width: 768px) {
    .woocommerce .woocommerce-error {
      margin-bottom: 25px;
      font-size: 14px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 992px) {
    .woocommerce .woocommerce-error {
      margin-bottom: 30px;
      font-size: 16px;
      padding-left: 28px;
      padding-right: 28px; } }
  @media (min-width: 1200px) {
    .woocommerce .woocommerce-error {
      padding-left: 34px;
      padding-right: 34px; } }
  @media (min-width: 1300px) {
    .woocommerce .woocommerce-error {
      padding-left: 40px;
      padding-right: 40px; } }
  .woocommerce .woocommerce-error:before {
    content: "";
    position: absolute;
    top: -999px;
    left: -999px;
    right: 0;
    bottom: 0;
    background: #fff; }
  .woocommerce .woocommerce-error > li {
    background: #dc3545;
    color: #fff;
    border-radius: 0;
    padding: 0.375rem 0.5rem;
    margin-bottom: 10px;
    position: relative;
    z-index: 3; }
    @media (min-width: 768px) {
      .woocommerce .woocommerce-error > li {
        border-radius: 0;
        padding: 7px 15px; } }

body .select2-dropdown,
body .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #003538; }

.woocommerce-NoticeGroup .woocommerce-info {
  margin: 0 0 20px;
  background: #000;
  color: #fff;
  border-radius: 0;
  padding: 0.375rem 0.5rem;
  margin-bottom: 10px;
  position: relative;
  z-index: 9; }
  @media (min-width: 768px) {
    .woocommerce-NoticeGroup .woocommerce-info {
      border-radius: 0;
      padding: 7px 15px; } }
  @media (min-width: 768px) {
    .woocommerce-NoticeGroup .woocommerce-info {
      margin-bottom: 25px; } }
  @media (min-width: 992px) {
    .woocommerce-NoticeGroup .woocommerce-info {
      margin-bottom: 30px; } }

.woocommerce-NoticeGroup .woocommerce-error {
  padding: 0 0 20px; }
  @media (min-width: 768px) {
    .woocommerce-NoticeGroup .woocommerce-error {
      padding-bottom: 25px; } }
  @media (min-width: 992px) {
    .woocommerce-NoticeGroup .woocommerce-error {
      padding-bottom: 30px; } }

.woocommerce-checkout #main > .woocommerce {
  overflow: hidden; }

@media (min-width: 768px) {
  .checkout-container {
    padding: 1.25rem 1.25rem 0; } }

@media (min-width: 992px) {
  .checkout-container {
    padding: 1.25rem 2rem 0; } }

@media (min-width: 1200px) {
  .checkout-container {
    padding: 1.25rem 2.8125rem 0; } }

@media (min-width: 1300px) {
  .checkout-container {
    padding: 1.25rem 3.75rem 0; } }

.checkout-container .fixed-position .mobile-step-nav {
  padding: 8px 15px;
  z-index: 999;
  border-bottom: 1px solid #bababa;
  margin: 0; }

.checkout-container .mobile-step-nav {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 8px -15px 0;
  padding: 0 15px;
  background: #fff;
  z-index: 50; }
  @media (min-width: 768px) {
    .checkout-container .mobile-step-nav {
      display: none; } }
  .checkout-container .mobile-step-nav:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #bababa; }
  .checkout-container .mobile-step-nav a {
    display: block;
    position: relative;
    z-index: 2;
    background: #fff;
    border: 1px solid #bababa;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
    color: #d1d1d1;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out background, 0.3s ease-in-out color;
    transition: 0.3s ease-in-out background, 0.3s ease-in-out color; }
    .checkout-container .mobile-step-nav a.anchor-active {
      background: #000;
      border-color: #000;
      color: #fff;
      text-decoration: none; }

.checkout-container .single-product-section {
  max-width: 100%; }
  .checkout-container .single-product-section .checkout-container {
    padding-left: 0;
    padding-right: 0; }

@media (min-width: 768px) {
  .checkout-container .checkout-detail-container {
    position: relative;
    margin: 20px 0 0; }
    .checkout-container .checkout-detail-container > form.woocommerce-checkout:after {
      content: "";
      display: block;
      clear: both; } }

.checkout-container .checkout-detail-container .blockOverlay {
  left: -1.875rem !important;
  width: 100vw !important;
  height: 100vh !important; }
  .checkout-container .checkout-detail-container .blockOverlay:after {
    content: "";
    color: #000;
    font-size: 60px;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: transform(-50%, -50%) translateZ(0);
    -ms-transform: transform(-50%, -50%) translateZ(0);
    transform: transform(-50%, -50%) translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease; }

@media (min-width: 992px) {
  .checkout-container .checkout-detail-container {
    margin: 15px -14px 0; } }

@media (min-width: 1200px) {
  .checkout-container .checkout-detail-container {
    margin: 0 -17px; } }

@media (min-width: 1300px) {
  .checkout-container .checkout-detail-container {
    margin: 0 -20px; } }

@media (max-width: 575.98px) {
  .checkout-container .checkout-detail-container {
    padding: 26px 0 0; } }

@media (max-width: 575.98px) {
  .checkout-container form.woocommerce-checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.checkout-container .woocommerce-NoticeGroup {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .checkout-container .woocommerce-NoticeGroup {
      padding: 0 15px; } }
  @media (min-width: 1200px) {
    .checkout-container .woocommerce-NoticeGroup {
      padding: 0 20px; } }
  @media (min-width: 1300px) {
    .checkout-container .woocommerce-NoticeGroup {
      padding: 0 32px; } }

@media (min-width: 768px) {
  .checkout-container .address-holder {
    padding-left: 20px;
    margin-bottom: 26px; } }

@media (min-width: 992px) {
  .checkout-container .address-holder {
    padding: 0 14px;
    width: 52%;
    float: right; } }

@media (min-width: 1200px) {
  .checkout-container .address-holder {
    padding: 0 17px;
    width: 54.55%; } }

@media (min-width: 1300px) {
  .checkout-container .address-holder {
    padding: 0 20px; } }

@media (max-width: 575.98px) {
  .checkout-container .address-holder .form-row {
    margin-top: 0.9375rem; } }

.checkout-container .address-holder abbr {
  text-decoration: none; }

.checkout-container .checkout-address-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px; }
  @media (min-width: 992px) {
    .checkout-container .checkout-address-row {
      margin-left: -16px;
      margin-right: -16px;
      padding-top: 6px; } }

.checkout-container .mini-cart-upsell {
  border-color: #0d6efd; }

.checkout-container .checkout-title {
  color: #1f1f1f;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.6875rem; }
  @media (min-width: 992px) {
    .checkout-container .checkout-title {
      font-size: 1rem;
      line-height: 1.25; } }
  @media (min-width: 1200px) {
    .checkout-container .checkout-title {
      font-size: 1.25rem;
      line-height: 1.25; } }
  .checkout-container .checkout-title .cart-count {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1;
    margin-right: 0.875rem;
    position: relative; }
    @media (min-width: 992px) {
      .checkout-container .checkout-title .cart-count {
        font-size: 1rem;
        font-weight: 700; } }
  .checkout-container .checkout-title .counter {
    font-size: 0.625rem;
    line-height: 1;
    position: absolute;
    right: -0.4375rem;
    bottom: 0; }

.checkout-container .woocommerce-additional-fields h2, .checkout-container .woocommerce-additional-fields .h2 {
  color: #1f1f1f;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.6875rem; }
  @media (min-width: 992px) {
    .checkout-container .woocommerce-additional-fields h2, .checkout-container .woocommerce-additional-fields .h2 {
      font-size: 1rem;
      line-height: 1.25;
      padding-right: 0.9375rem; } }
  @media (min-width: 1200px) {
    .checkout-container .woocommerce-additional-fields h2, .checkout-container .woocommerce-additional-fields .h2 {
      font-size: 1.25rem;
      line-height: 1.25; } }

.checkout-container .already-account,
.checkout-container .shipping-info {
  display: block;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #363636;
  font-weight: 500;
  margin: 0 0 10px;
  text-align: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 4px; }
  @media (min-width: 768px) {
    .checkout-container .already-account,
    .checkout-container .shipping-info {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    .checkout-container .already-account,
    .checkout-container .shipping-info {
      padding: 0 5px;
      margin-bottom: 25px; } }
  @media (min-width: 1200px) {
    .checkout-container .already-account,
    .checkout-container .shipping-info {
      margin-bottom: 30px; } }
  .checkout-container .already-account a,
  .checkout-container .shipping-info a {
    color: #363636;
    text-decoration: underline; }
    .checkout-container .already-account a:hover,
    .checkout-container .shipping-info a:hover {
      text-decoration: none; }

@media (max-width: 575.98px) {
  .checkout-container .shipping-info {
    display: none; } }

.checkout-container .form-row {
  margin: 0;
  display: block;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0 12px 0.54375rem;
  position: relative; }
  @media (min-width: 768px) {
    .checkout-container .form-row {
      padding-bottom: 25px; }
      .checkout-container .form-row.place-order {
        padding-bottom: 18px; } }
  @media (min-width: 992px) {
    .checkout-container .form-row {
      padding: 0 16px 31px; }
      .checkout-container .form-row.place-order {
        padding-bottom: 20px; } }
  .checkout-container .form-row#billing_country_field {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    top: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  .checkout-container .form-row#branch_field, .checkout-container .form-row#billing_email_field, .checkout-container .form-row#billing_subscribe_field, .checkout-container .form-row#order_comments_field, .checkout-container .form-row#billing_email_field {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .checkout-container .form-row#branch_field .jcf-select {
    height: 32px;
    border-bottom: 1px solid #b0b0b0; }
  .checkout-container .form-row.woocommerce-invalid .input-text {
    border-color: #f00; }

.checkout-container .input-row {
  margin: 0;
  display: block; }

.checkout-container #order_comments_field > label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.checkout-container .shipping_address .woocommerce-shipping-fields__field-wrapper {
  padding-top: 10px; }
  @media (min-width: 768px) {
    .checkout-container .shipping_address .woocommerce-shipping-fields__field-wrapper {
      padding-top: 16px; } }

.checkout-container .select2-container.select2-container--default .select2-selection--single {
  background: #fff;
  border: 1px solid #003538;
  border-radius: 0;
  height: 2.6875rem;
  outline: none;
  margin: 0; }
  .checkout-container .select2-container.select2-container--default .select2-selection--single:focus {
    outline: none; }
  @media (min-width: 768px) {
    .checkout-container .select2-container.select2-container--default .select2-selection--single {
      height: 46px; } }
  .checkout-container .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #003538;
    font-size: 0.75rem;
    line-height: 2.5625rem;
    padding-right: 0.75rem;
    font-weight: 500; }
    @media (min-width: 768px) {
      .checkout-container .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 44px;
        font-size: 16px;
        padding-right: 12px; } }
    @media (min-width: 1200px) {
      .checkout-container .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-right: 17px; } }
  .checkout-container .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .rtl .checkout-container .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
      right: auto;
      left: 0.625rem; }
    .checkout-container .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: none; }

.checkout-container .form-row:not(#billing_subscribe_field).focused .checkout_input_label, .checkout-container .form-row:not(#billing_subscribe_field).populated .checkout_input_label {
  font-size: 0.625rem;
  -webkit-transform: translate(0, -70%);
      -ms-transform: translate(0, -70%);
          transform: translate(0, -70%);
  color: #000; }
  @media (min-width: 768px) {
    .checkout-container .form-row:not(#billing_subscribe_field).focused .checkout_input_label, .checkout-container .form-row:not(#billing_subscribe_field).populated .checkout_input_label {
      font-size: 14px;
      -webkit-transform: translate(0, -72%);
          -ms-transform: translate(0, -72%);
              transform: translate(0, -72%); } }

.checkout-container .form-row:not(#billing_subscribe_field) .checkout_input_label {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 12px;
  left: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0.34375rem 0;
  -webkit-transition: 0.25s ease transform, 0.25s ease font-size, 0.25s ease color;
  transition: 0.25s ease transform, 0.25s ease font-size, 0.25s ease color; }
  @media (min-width: 768px) {
    .checkout-container .form-row:not(#billing_subscribe_field) .checkout_input_label {
      font-size: 16px;
      line-height: 1.25;
      padding: 7px 0; } }
  @media (min-width: 992px) {
    .checkout-container .form-row:not(#billing_subscribe_field) .checkout_input_label {
      left: 16px;
      right: 16px; } }

.checkout-container .input-text {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #b0b0b0;
  border-width: 0 0 1px;
  font-size: 0.75rem;
  line-height: 1.5;
  outline: none;
  color: #000;
  height: calc(1.6875rem + 1px);
  padding: 0.34375rem 0;
  font-weight: 400;
  border-radius: 0; }
  .checkout-container .input-text::-webkit-input-placeholder {
    color: transparent; }
  .checkout-container .input-text::-moz-placeholder {
    opacity: 1;
    color: transparent; }
  .checkout-container .input-text:-moz-placeholder {
    color: transparent; }
  .checkout-container .input-text:-ms-input-placeholder {
    color: transparent; }
  .checkout-container .input-text.placeholder {
    color: transparent; }
  @media (min-width: 768px) {
    .checkout-container .input-text {
      height: 35px;
      font-size: 16px;
      line-height: 1.25;
      padding: 7px 0; } }

.checkout-container textarea.input-text {
  min-height: 5rem;
  border-width: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  .checkout-container textarea.input-text::-webkit-input-placeholder {
    color: #000; }
  .checkout-container textarea.input-text::-moz-placeholder {
    opacity: 1;
    color: #000; }
  .checkout-container textarea.input-text:-moz-placeholder {
    color: #000; }
  .checkout-container textarea.input-text:-ms-input-placeholder {
    color: #000; }
  .checkout-container textarea.input-text.placeholder {
    color: #000; }
  @media (min-width: 768px) {
    .checkout-container textarea.input-text {
      min-height: 120px; } }

.checkout-container .different-shipping,
.checkout-container .gift-wrap {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.checkout-container .different-shipping,
.checkout-container .mc4wp-checkbox,
.checkout-container .gift-wrap {
  padding: 0.5rem 4px;
  margin: 0; }
  @media (min-width: 992px) {
    .checkout-container .different-shipping,
    .checkout-container .mc4wp-checkbox,
    .checkout-container .gift-wrap {
      padding: 16px 5px 8px; } }
  .checkout-container .different-shipping ~ .different-shipping,
  .checkout-container .mc4wp-checkbox ~ .different-shipping,
  .checkout-container .gift-wrap ~ .different-shipping {
    padding-top: 0; }

@media (min-width: 768px) {
  .checkout-container .woocommerce-terms-and-conditions-wrapper {
    padding: 0 0 12px; } }

@media (min-width: 992px) {
  .checkout-container .woocommerce-terms-and-conditions-wrapper {
    padding: 8px 0; } }

.checkout-container .woocommerce-terms-and-conditions-wrapper .form-row {
  padding: 0; }

.checkout-container .woocommerce-terms-and-conditions-wrapper a {
  color: #6ad3d9; }

.checkout-container label {
  margin: 0; }

.checkout-container .shipping-method-holder {
  padding: 22px 0 10px; }
  @media (max-width: 575.98px) {
    .checkout-container .shipping-method-holder .mini-cart-upsell {
      display: none !important; } }
  @media (min-width: 768px) {
    .checkout-container .shipping-method-holder {
      padding-left: 20px;
      margin: 0 0 26px;
      padding-top: 0; } }
  @media (min-width: 992px) {
    .checkout-container .shipping-method-holder {
      padding: 0 14px;
      width: 48%;
      float: right; } }
  @media (min-width: 1200px) {
    .checkout-container .shipping-method-holder {
      padding: 0 17px;
      width: 43.47%; } }
  @media (min-width: 1300px) {
    .checkout-container .shipping-method-holder {
      padding: 0 20px; } }

.checkout-container .delivery-option {
  padding: 5px 0 0; }
  @media (min-width: 768px) {
    .checkout-container .delivery-option {
      padding: 0 0 15px; } }

.checkout-container .delivery-option > li,
.checkout-container .payment-option > li {
  padding: 0 0 10px; }
  @media (min-width: 768px) {
    .checkout-container .delivery-option > li,
    .checkout-container .payment-option > li {
      padding-bottom: 10px; } }
  @media (min-width: 1200px) {
    .checkout-container .delivery-option > li,
    .checkout-container .payment-option > li {
      padding-bottom: 15px; } }

.checkout-container .delivery-option label,
.checkout-container .payment-option label {
  font-weight: 400;
  display: block;
  position: relative;
  cursor: pointer; }
  .checkout-container .delivery-option label input[type="checkbox"],
  .checkout-container .delivery-option label input[type="radio"],
  .checkout-container .payment-option label input[type="checkbox"],
  .checkout-container .payment-option label input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
    .checkout-container .delivery-option label input[type="checkbox"]:checked ~ .method-option .fake-input,
    .checkout-container .delivery-option label input[type="radio"]:checked ~ .method-option .fake-input,
    .checkout-container .payment-option label input[type="checkbox"]:checked ~ .method-option .fake-input,
    .checkout-container .payment-option label input[type="radio"]:checked ~ .method-option .fake-input {
      border-color: #000; }
      .checkout-container .delivery-option label input[type="checkbox"]:checked ~ .method-option .fake-input:before,
      .checkout-container .delivery-option label input[type="radio"]:checked ~ .method-option .fake-input:before,
      .checkout-container .payment-option label input[type="checkbox"]:checked ~ .method-option .fake-input:before,
      .checkout-container .payment-option label input[type="radio"]:checked ~ .method-option .fake-input:before {
        opacity: 1; }
  .checkout-container .delivery-option label .method-option,
  .checkout-container .payment-option label .method-option {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: #003538;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px; }
  .checkout-container .delivery-option label .fake-input,
  .checkout-container .payment-option label .fake-input {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #003538;
    position: relative; }
    @media (min-width: 992px) {
      .checkout-container .delivery-option label .fake-input,
      .checkout-container .payment-option label .fake-input {
        width: 24px;
        height: 24px;
        min-width: 24px; } }
    .checkout-container .delivery-option label .fake-input:before,
    .checkout-container .payment-option label .fake-input:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-radius: 50%;
      background: #000;
      width: 14px;
      height: 14px;
      opacity: 0; }
      @media (min-width: 992px) {
        .checkout-container .delivery-option label .fake-input:before,
        .checkout-container .payment-option label .fake-input:before {
          height: 16px;
          width: 16px; } }
  .checkout-container .delivery-option label .method-detail,
  .checkout-container .payment-option label .method-detail {
    padding: 0 10px; }
    @media (min-width: 768px) {
      .checkout-container .delivery-option label .method-detail,
      .checkout-container .payment-option label .method-detail {
        padding: 0 13px; } }
    .checkout-container .delivery-option label .method-detail .form-row,
    .checkout-container .payment-option label .method-detail .form-row {
      padding: 0;
      margin: 0; }
  .checkout-container .delivery-option label .method-title,
  .checkout-container .payment-option label .method-title {
    display: block; }
    @media (min-width: 768px) {
      .checkout-container .delivery-option label .method-title,
      .checkout-container .payment-option label .method-title {
        margin-bottom: 2px; } }
    @media (min-width: 992px) {
      .checkout-container .delivery-option label .method-title,
      .checkout-container .payment-option label .method-title {
        margin-bottom: 3px; } }
  .checkout-container .delivery-option label .method-info,
  .checkout-container .payment-option label .method-info {
    display: block;
    font-size: 12px;
    color: #bababa;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .checkout-container .delivery-option label .method-info,
      .checkout-container .payment-option label .method-info {
        font-size: 10px; } }

.checkout-container .delivery-option label .method-option {
  min-height: 50px;
  border-radius: 0;
  border: 1px solid #5b5b5b;
  padding: 2px 7px; }
  @media (min-width: 768px) {
    .checkout-container .delivery-option label .method-option {
      min-height: 46px; } }
  @media (min-width: 992px) {
    .checkout-container .delivery-option label .method-option {
      padding: 2px 19px; } }

@media (max-width: 575.98px) {
  .checkout-container .checkout-coupon {
    margin-bottom: 0.75rem; } }

.checkout-container .checkout-coupon .promo-form-wrap {
  display: none;
  overflow: hidden; }

.checkout-container .promo-code-wrap {
  position: relative;
  margin: 0.625rem -0.9375rem 0.3125rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16); }
  @media (min-width: 768px) {
    .checkout-container .promo-code-wrap {
      margin: 15px 0 10px; } }
  @media (min-width: 992px) {
    .checkout-container .promo-code-wrap {
      margin: 20px 0 12px; } }
  .checkout-container .promo-code-wrap .cart-coupon-main {
    text-decoration: none;
    color: #000;
    font-size: 0.75rem;
    display: block;
    width: 100%;
    padding: 0.5rem 1.75rem;
    position: relative; }
    .checkout-container .promo-code-wrap .cart-coupon-main:after {
      content: "+";
      position: absolute;
      top: 50%;
      left: 0.3125rem;
      font-size: 1.125rem;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 768px) {
        .checkout-container .promo-code-wrap .cart-coupon-main:after {
          left: 28px;
          font-size: 1.5rem; } }
    @media (min-width: 768px) {
      .checkout-container .promo-code-wrap .cart-coupon-main {
        font-size: 1rem; } }
  .checkout-container .promo-code-wrap.cart-coupon-toggle .cart-coupon-main:after {
    content: "-"; }
  .checkout-container .promo-code-wrap .cart-coupon-form {
    position: relative;
    display: none; }
  .checkout-container .promo-code-wrap .promo-input {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    border: none;
    height: 2.125rem;
    font-size: 0.6875rem;
    line-height: 1rem;
    padding: 0.5625rem 1.1875rem;
    color: #000;
    outline: none; }
    @media (min-width: 768px) {
      .checkout-container .promo-code-wrap .promo-input {
        height: 36px;
        font-size: 14px;
        line-height: 18px;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 992px) {
      .checkout-container .promo-code-wrap .promo-input {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 1200px) {
      .checkout-container .promo-code-wrap .promo-input {
        height: 45px;
        line-height: 1.5;
        padding: 12px 25px; } }
    @media (min-width: 1300px) {
      .checkout-container .promo-code-wrap .promo-input {
        height: 50px;
        line-height: 22px;
        padding: 14px 30px; } }
    .checkout-container .promo-code-wrap .promo-input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .checkout-container .promo-code-wrap .promo-input::-moz-placeholder {
      opacity: 1;
      color: rgba(0, 0, 0, 0.5); }
    .checkout-container .promo-code-wrap .promo-input:-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .checkout-container .promo-code-wrap .promo-input:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .checkout-container .promo-code-wrap .promo-input.placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .checkout-container .promo-code-wrap .promo-input:focus {
      box-shadow: none; }
    .checkout-container .promo-code-wrap .promo-input.error {
      border-top-color: transparent; }
  .checkout-container .promo-code-wrap .code-input {
    width: 100%;
    padding-left: 80px; }
    @media (min-width: 768px) {
      .checkout-container .promo-code-wrap .code-input {
        padding-left: 7.5rem; } }
  .checkout-container .promo-code-wrap .btn-promo {
    height: 2.125rem;
    font-size: 0.75rem;
    line-height: 1.25;
    padding: 0.4375rem 0.625rem;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    border: none;
    outline: none;
    -webkit-transition: 0.25s ease-in-out color;
    transition: 0.25s ease-in-out color;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1.25rem;
    color: #fff;
    background: #000; }
    @media (min-width: 768px) {
      .checkout-container .promo-code-wrap .btn-promo {
        height: 36px;
        font-size: 0.875rem;
        left: 15px;
        padding: 0.4375rem 1.25rem; } }
    @media (min-width: 992px) {
      .checkout-container .promo-code-wrap .btn-promo {
        left: 20px; } }
    @media (min-width: 1200px) {
      .checkout-container .promo-code-wrap .btn-promo {
        left: 25px; } }
    @media (min-width: 1300px) {
      .checkout-container .promo-code-wrap .btn-promo {
        left: 30px; } }
    .checkout-container .promo-code-wrap .btn-promo:hover {
      color: #0d6efd; }
  .checkout-container .promo-code-wrap .coupon-info {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    font-size: 0.75rem;
    line-height: 1.25;
    padding: 0.3125rem 0 0; }
    @media (min-width: 768px) {
      .checkout-container .promo-code-wrap .coupon-info {
        font-size: 13px; } }
    @media (min-width: 992px) {
      .checkout-container .promo-code-wrap .coupon-info {
        font-size: 14px; } }

@media (min-width: 768px) {
  .checkout-container .checkout-left {
    width: 55%; } }

@media (min-width: 992px) {
  .checkout-container .checkout-left {
    float: right;
    width: 69.55%; } }

@media (min-width: 1200px) {
  .checkout-container .checkout-left {
    width: 68.85%; } }

@media (min-width: 992px) {
  .checkout-container .checkout-left .breadcrumb-container {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 15px; } }

@media (min-width: 1200px) {
  .checkout-container .checkout-left .breadcrumb-container {
    padding-left: 17px;
    padding-right: 17px;
    margin-bottom: 20px; } }

@media (min-width: 1300px) {
  .checkout-container .checkout-left .breadcrumb-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 25px; } }

.checkout-container .checkout-left:after {
  content: "";
  display: block;
  clear: both; }

.checkout-container .checkout-review {
  position: relative; }
  @media (min-width: 768px) {
    .checkout-container .checkout-review {
      padding: 0; } }
  @media (min-width: 992px) {
    .checkout-container .checkout-review {
      float: left;
      width: calc(30.45% + 17px);
      margin-left: -17px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); } }
  @media (min-width: 1200px) {
    .checkout-container .checkout-review {
      width: calc(31.15% + 27px);
      margin-left: -27px; } }
  @media (min-width: 1300px) {
    .checkout-container .checkout-review {
      width: calc(31.15% + 40px);
      margin-left: -40px; } }
  @media (max-width: 575.98px) {
    .checkout-container .checkout-review .cart-footer {
      border: 1px solid #ececec;
      border-width: 1px 0;
      margin: 0 0 0.625rem;
      padding: 0.3125rem 0 0.5rem; }
    .checkout-container .checkout-review .cart-header,
    .checkout-container .checkout-review .checkout-cart-items,
    .checkout-container .checkout-review .mini-cart-upsell {
      display: none !important; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .checkout-container .checkout-review {
      position: absolute;
      left: 0;
      top: 0;
      width: 45%; } }
  .checkout-container .checkout-review.ajax_loading .loader-wrap {
    opacity: 1;
    visibility: visible; }
  .checkout-container .checkout-review .loader-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.3s ease visibility, 0.3s ease opacity;
    transition: 0.3s ease visibility, 0.3s ease opacity;
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 575.98px) {
      .checkout-container .checkout-review .loader-wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: unset;
        bottom: unset;
        width: 100vw;
        height: 100vh;
        z-index: 999; } }

.checkout-container .cart-header {
  padding: 0 0.625rem; }
  @media (min-width: 768px) {
    .checkout-container .cart-header {
      border-bottom: 1px solid #ececec; } }

.checkout-container .cart-top-wrapper {
  min-height: 2.3125rem; }
  @media (min-width: 768px) {
    .checkout-container .cart-top-wrapper {
      min-height: 56px; } }
  @media (min-width: 992px) {
    .checkout-container .cart-top-wrapper {
      min-height: 64px; } }
  @media (max-width: 575.98px) {
    .checkout-container .cart-top-wrapper {
      border-bottom: 1px solid #ececec; } }

.checkout-container .cart-heading {
  color: #000;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .checkout-container .cart-heading {
      font-size: 18px; } }
  @media (min-width: 992px) {
    .checkout-container .cart-heading {
      font-size: 21px; } }
  @media (min-width: 1200px) {
    .checkout-container .cart-heading {
      font-size: 24px; } }
  @media (min-width: 768px) {
    .checkout-container .cart-heading .icon-cart {
      font-size: 0.75em;
      margin-right: 0.4167em; } }

.checkout-container .mini-cart-subheading {
  color: #0d6efd;
  font-size: 0.75rem;
  line-height: 1;
  display: block;
  padding: 12px 0 5px; }
  @media (min-width: 768px) {
    .checkout-container .mini-cart-subheading {
      font-size: 15px;
      padding: 0 0 14px; } }
  @media (min-width: 992px) {
    .checkout-container .mini-cart-subheading {
      font-size: 18px;
      padding-bottom: 17px; } }

.checkout-container .cart-items-list {
  max-height: 24.875rem;
  overflow-y: auto;
  overflow-x: hidden; }
  @media (min-width: 768px) {
    .checkout-container .cart-items-list {
      max-height: 427px; } }
  @media (min-width: 992px) {
    .checkout-container .cart-items-list {
      padding-top: 21px;
      max-height: 625px; } }
  @media (min-width: 1200px) {
    .checkout-container .cart-items-list {
      padding-top: 22px; } }
  @media (min-width: 1300px) {
    .checkout-container .cart-items-list {
      max-height: 565px; } }
  @media (min-width: 768px) {
    .logged-in .checkout-container .cart-items-list {
      padding-top: 0;
      margin-top: -3px; } }

@media (min-width: 768px) {
  .checkout-container .mini-cart-item {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 992px) {
  .checkout-container .mini-cart-item {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 1200px) {
  .checkout-container .mini-cart-item {
    padding-left: 25px;
    padding-right: 25px; } }

@media (min-width: 1300px) {
  .checkout-container .mini-cart-item {
    padding-left: 30px;
    padding-right: 30px; } }

.checkout-container .mini-cart-item .jcf-number input[type="number"] {
  pointer-events: none; }

.checkout-container .mini-cart-item .product-detail {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .checkout-container .mini-cart-item .product-detail .cart-remove:hover {
    color: #6ad3d9;
    text-decoration: underline; }

.checkout-container .cart-footer {
  color: #003538;
  font-size: 0.78125rem;
  line-height: 1.6429; }
  @media (min-width: 768px) {
    .checkout-container .cart-footer {
      padding: 0 15px; } }
  @media (min-width: 992px) {
    .checkout-container .cart-footer {
      font-size: 14px;
      line-height: 1.625;
      padding: 0 20px; } }
  @media (min-width: 1200px) {
    .checkout-container .cart-footer {
      font-size: 16px;
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 1300px) {
    .checkout-container .cart-footer {
      padding-left: 30px;
      padding-right: 30px; } }
  .checkout-container .cart-footer .amout-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.1875rem 0 0; }
    @media (min-width: 992px) {
      .checkout-container .cart-footer .amout-row {
        padding: 6px 0; } }

.checkout-container .cart-discount .amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: ltr; }
  .checkout-container .cart-discount .amount .woocommerce-remove-coupon {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin-right: 3px;
    color: #000;
    text-decoration: none; }
    .checkout-container .cart-discount .amount .woocommerce-remove-coupon:hover {
      text-decoration: underline;
      color: #333; }

.checkout-container .order-total {
  font-weight: 700;
  padding: 0 0.9375rem; }
  @media (min-width: 768px) {
    .checkout-container .order-total {
      padding: 0 20px; } }
  @media (min-width: 992px) {
    .checkout-container .order-total {
      padding: 0 30px; } }

.checkout-container .cart-total {
  padding: 6px 0 22px;
  text-transform: uppercase;
  font-weight: 600; }
  @media (min-width: 992px) {
    .checkout-container .cart-total {
      padding-bottom: 27px; } }
  @media (min-width: 1200px) {
    .checkout-container .cart-total {
      padding-bottom: 32px; } }
  @media (min-width: 1300px) {
    .checkout-container .cart-total {
      padding-bottom: 35px; } }

@media (min-width: 992px) {
  .checkout-container .woocommerce-checkout-payment {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 1200px) {
  .checkout-container .woocommerce-checkout-payment {
    padding-left: 25px;
    padding-right: 25px; } }

@media (min-width: 1300px) {
  .checkout-container .woocommerce-checkout-payment {
    padding-left: 30px;
    padding-right: 30px; } }

@media (max-width: 767.98px) {
  .checkout-container .woocommerce-checkout-payment {
    padding-top: 0.625rem; } }

.checkout-container .woocommerce-checkout-payment .form-row.place-order {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 100%; }
  .checkout-container .woocommerce-checkout-payment .form-row.place-order .payment-icons {
    -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
            order: 999; }
  .checkout-container .woocommerce-checkout-payment .form-row.place-order .custom-checkbox {
    white-space: nowrap; }
  .checkout-container .woocommerce-checkout-payment .form-row.place-order .term-row {
    margin-bottom: 0.625rem; }

@media (min-width: 768px) {
  .checkout-container #ppc-button {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 992px) {
  .checkout-container #ppc-button {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 1200px) {
  .checkout-container #ppc-button {
    padding-left: 25px;
    padding-right: 25px; } }

@media (min-width: 1300px) {
  .checkout-container #ppc-button {
    padding-left: 30px;
    padding-right: 30px; } }

@media (max-width: 767.98px) {
  .checkout-container #ppc-button {
    padding-top: 0.625rem; } }

.checkout-container .payment_box p {
  margin: 0; }

@media (max-width: 575.98px) {
  .checkout-container .btn-checkout,
  .checkout-container .button {
    margin-top: 1.25rem; } }

.checkout-container .payment-icons {
  display: block;
  margin: 1.0625rem auto;
  max-width: 10.6875rem; }
  @media (min-width: 768px) {
    .checkout-container .payment-icons {
      margin-top: 17px;
      max-width: 182px;
      margin-bottom: 0; } }
  .checkout-container .payment-icons img {
    width: 100%; }

.checkout-container .checkout-cart-items {
  max-height: 20rem;
  overflow-y: auto;
  padding-top: 1.25rem; }
  .checkout-container .checkout-cart-items::-webkit-scrollbar {
    width: 6px; }
  .checkout-container .checkout-cart-items::-webkit-scrollbar-thumb {
    background: #000; }

.shipping-payment-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f3f4f2;
  font-size: 0.75rem;
  line-height: 1.25;
  padding: 0 0.3125rem; }
  @media (min-width: 768px) {
    .shipping-payment-bar {
      font-size: 14px;
      padding: 0 10px; } }
  .shipping-payment-bar .bar-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
    padding: 0.3125rem;
    height: 2.6875rem; }
    @media (min-width: 768px) {
      .shipping-payment-bar .bar-col {
        height: 45px; } }
    .shipping-payment-bar .bar-col [class^="icon-"],
    .shipping-payment-bar .bar-col [class*=" icon-"] {
      margin-right: 0.3125rem;
      font-size: 1.2em; }
      @media (min-width: 768px) {
        .shipping-payment-bar .bar-col [class^="icon-"],
        .shipping-payment-bar .bar-col [class*=" icon-"] {
          margin-right: 10px;
          font-size: 1.42857143em; } }
      @media (min-width: 1200px) {
        .shipping-payment-bar .bar-col [class^="icon-"],
        .shipping-payment-bar .bar-col [class*=" icon-"] {
          margin-right: 15px; } }
      .rtl .shipping-payment-bar .bar-col [class^="icon-"], .rtl
      .shipping-payment-bar .bar-col [class*=" icon-"] {
        margin-right: 0;
        margin-left: 0.3125rem; }
        @media (min-width: 768px) {
          .rtl .shipping-payment-bar .bar-col [class^="icon-"], .rtl
          .shipping-payment-bar .bar-col [class*=" icon-"] {
            margin-left: 10px; } }
        @media (min-width: 1200px) {
          .rtl .shipping-payment-bar .bar-col [class^="icon-"], .rtl
          .shipping-payment-bar .bar-col [class*=" icon-"] {
            margin-left: 15px; } }
      .shipping-payment-bar .bar-col [class^="icon-"].icon-shipping,
      .shipping-payment-bar .bar-col [class*=" icon-"].icon-shipping {
        font-size: 1em; }
        @media (min-width: 768px) {
          .shipping-payment-bar .bar-col [class^="icon-"].icon-shipping,
          .shipping-payment-bar .bar-col [class*=" icon-"].icon-shipping {
            font-size: 1.28571429em; } }
    .shipping-payment-bar .bar-col .info-text {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

.mobile-checkout-cart {
  padding: 0 0.9375rem;
  position: relative;
  z-index: 100; }
  .mobile-checkout-cart .mb_cart-heading {
    border-radius: 0 0 3.125rem 3.125rem;
    background: #fff;
    box-shadow: 0 2px 0 2px #afaeae;
    margin: 0 -0.9375rem;
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 0.6875rem 0 0.4375rem;
    z-index: 6; }
  .mobile-checkout-cart .cart-info-count,
  .mobile-checkout-cart .amount-info {
    font-weight: 700;
    padding: 0 0.375rem 0 0.4375rem; }
  .mobile-checkout-cart .cart-info-count:after {
    content: "";
    position: absolute;
    top: 0.75em;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 1px;
    background: #0d6efd;
    color: #fff;
    height: 0.75rem;
    left: 0; }
  .mobile-checkout-cart .cart-info-count .counter {
    width: 0.875rem;
    height: 0.875rem;
    background: #0d6efd;
    color: #000;
    text-align: center;
    line-height: 0.75rem;
    border-radius: 50%;
    margin-right: 0.25rem; }
    @media (max-width: 575.98px) {
      .mobile-checkout-cart .cart-info-count .counter {
        font-size: 0.625rem; } }
    @media (min-width: 768px) {
      .mobile-checkout-cart .cart-info-count .counter {
        line-height: 0.875rem; } }
  .mobile-checkout-cart .mobile-cart-opener {
    color: #000;
    margin-top: 0.375rem;
    text-decoration: none; }
    .mobile-checkout-cart .mobile-cart-opener .icon-angle-down {
      font-size: 0.3125rem;
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
      .drop_cart_active .mobile-checkout-cart .mobile-cart-opener .icon-angle-down {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
  .mobile-checkout-cart .promo-code-wrap {
    display: none !important; }
  .mobile-checkout-cart .mini_cart_notice {
    font-size: 0.75rem;
    line-height: 1.5;
    color: #0d6efd; }
  .mobile-checkout-cart .mb_cart_drop {
    padding: 4.8125rem 0 0.375rem;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.11);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease opacity, 0.5s ease visibility, 0.5s ease filter;
    transition: 0.5s ease opacity, 0.5s ease visibility, 0.5s ease filter;
    pointer-events: none; }
    .drop_cart_active .mobile-checkout-cart .mb_cart_drop {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
  .mobile-checkout-cart .mb_cart_drop_inner {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(90vh - 10.1875rem); }
  .mobile-checkout-cart .woocommerce-checkout-review-order-table {
    padding: 0 0.9375rem; }
  .mobile-checkout-cart .checkout-cart-items,
  .mobile-checkout-cart .mini-cart-upsell {
    margin-left: 21px;
    margin-right: 21px; }

.single-article-container {
  position: relative;
  z-index: 3;
  color: #3A3A39;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: -6rem -6px 0;
  padding: 0 0 10px; }
  @media (min-width: 768px) {
    .single-article-container {
      margin: -85px 0 0;
      padding-bottom: 43px; } }
  @media (min-width: 992px) {
    .single-article-container {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .single-article-container {
      padding-bottom: 55px; } }
  @media (min-width: 1300px) {
    .single-article-container {
      padding-bottom: 83px; } }
  .single-article-container .container {
    position: relative;
    z-index: 2; }
    @media (min-width: 1300px) {
      .single-article-container .container {
        width: 1193px; } }
  .single-article-container .woocommerce-breadcrumb {
    text-align: center;
    margin-bottom: 0.625rem;
    color: #D3D3D3; }
    @media (min-width: 768px) {
      .single-article-container .woocommerce-breadcrumb {
        margin-bottom: 7px; } }
    .single-article-container .woocommerce-breadcrumb a {
      color: #D3D3D3; }
  .single-article-container #content {
    background: #fff;
    position: relative;
    padding: 0.75rem 0.5rem 0.5625rem; }
    @media (min-width: 768px) {
      .single-article-container #content {
        padding: 14px 20px 11px; } }
    @media (min-width: 992px) {
      .single-article-container #content {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1200px) {
      .single-article-container #content {
        padding-left: 50px;
        padding-right: 50px; } }
    .single-article-container #content:before {
      content: "";
      position: absolute;
      z-index: -1;
      width: 100vw;
      right: 50%;
      -webkit-transform: translate(50%, 0);
          -ms-transform: translate(50%, 0);
              transform: translate(50%, 0);
      height: 4.6875rem;
      background: rgba(80, 80, 80, 0.28);
      box-shadow: 0 2px 4px 0 #000000;
      border-radius: 24px;
      top: -15px;
      filter: blur(19px); }
      @media (min-width: 768px) {
        .single-article-container #content:before {
          width: 100%;
          height: 90px;
          top: -3.68vw; } }
      @media (min-width: 992px) {
        .single-article-container #content:before {
          height: 12.5vw; } }
      @media (min-width: 1300px) {
        .single-article-container #content:before {
          height: 180px;
          top: -53px;
          border-radius: 24px; } }
    .single-article-container #content h1, .single-article-container #content .h1 {
      font: 500 1.0625rem/1.5 "Rubik", "Assistant", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #000;
      margin: 0 0 0.25rem; }
      @media (min-width: 768px) {
        .single-article-container #content h1, .single-article-container #content .h1 {
          line-height: 1.25;
          font-size: 23px;
          margin-bottom: 15px;
          text-align: center; } }
      @media (min-width: 992px) {
        .single-article-container #content h1, .single-article-container #content .h1 {
          font-size: 28px; } }
      @media (min-width: 1200px) {
        .single-article-container #content h1, .single-article-container #content .h1 {
          font-size: 32px; } }
      .single-article-container #content h1 + p, .single-article-container #content .h1 + p {
        margin-bottom: 1.25rem; }
        @media (min-width: 768px) {
          .single-article-container #content h1 + p, .single-article-container #content .h1 + p {
            margin-bottom: 17px;
            text-align: center; } }
        @media (min-width: 992px) {
          .single-article-container #content h1 + p, .single-article-container #content .h1 + p {
            margin-bottom: 22px; } }
        @media (min-width: 1200px) {
          .single-article-container #content h1 + p, .single-article-container #content .h1 + p {
            margin-bottom: 33px; }
            .single-article-container #content h1 + p + p + p, .single-article-container #content .h1 + p + p + p {
              margin-bottom: 50px; } }
        @media (max-width: 575.98px) {
          .single-article-container #content h1 + p, .single-article-container #content .h1 + p {
            font-size: 0.875rem;
            line-height: 1.5; }
            .single-article-container #content h1 + p + p, .single-article-container #content .h1 + p + p {
              font-size: 0.875rem;
              line-height: 1.5; }
              .single-article-container #content h1 + p + p + p, .single-article-container #content .h1 + p + p + p {
                font-size: 0.875rem;
                line-height: 1.5; } }
    .single-article-container #content p {
      margin-bottom: 1.3125rem; }
      @media (min-width: 768px) {
        .single-article-container #content p {
          margin-bottom: 24px; } }
    .single-article-container #content h3, .single-article-container #content .h3,
    .single-article-container #content h2,
    .single-article-container #content .h2 {
      font: 300 0.9375rem/ 1.2 "Rubik", "Assistant", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #003538;
      margin: 0 0 9px; }
      @media (min-width: 768px) {
        .single-article-container #content h3, .single-article-container #content .h3,
        .single-article-container #content h2,
        .single-article-container #content .h2 {
          font-size: 16px;
          margin-bottom: 10px; } }
      @media (min-width: 992px) {
        .single-article-container #content h3, .single-article-container #content .h3,
        .single-article-container #content h2,
        .single-article-container #content .h2 {
          font-size: 18px; } }
      @media (min-width: 1200px) {
        .single-article-container #content h3, .single-article-container #content .h3,
        .single-article-container #content h2,
        .single-article-container #content .h2 {
          font-size: 20px; } }
    .single-article-container #content h4, .single-article-container #content .h4,
    .single-article-container #content h5,
    .single-article-container #content .h5 {
      font: 700 0.875rem/ 1.2857 "Rubik", "Assistant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      @media (min-width: 768px) {
        .single-article-container #content h4, .single-article-container #content .h4,
        .single-article-container #content h5,
        .single-article-container #content .h5 {
          font-size: 15px;
          line-height: 1.1111; } }
      @media (min-width: 992px) {
        .single-article-container #content h4, .single-article-container #content .h4,
        .single-article-container #content h5,
        .single-article-container #content .h5 {
          font-size: 16px; } }
      @media (min-width: 1200px) {
        .single-article-container #content h4, .single-article-container #content .h4,
        .single-article-container #content h5,
        .single-article-container #content .h5 {
          font-size: 18px; } }
    .single-article-container #content h4, .single-article-container #content .h4 {
      color: #000;
      margin: 0 0 0.625rem; }
      @media (min-width: 768px) {
        .single-article-container #content h4, .single-article-container #content .h4 {
          margin-bottom: 11px; } }
    
    .single-article-container #content h5,
    .single-article-container #content .h5 {
      margin-bottom: 0.25rem;
      color: #000; }
      @media (min-width: 768px) {
        
        .single-article-container #content h5,
        .single-article-container #content .h5 {
          margin-bottom: 10px; } }
      @media (min-width: 992px) {
        
        .single-article-container #content h5,
        .single-article-container #content .h5 {
          margin-bottom: 15px; } }
    .single-article-container #content figure {
      margin: 0 auto 1.375rem;
      max-width: 750px;
      border: none;
      outline: none; }
      @media (min-width: 768px) {
        .single-article-container #content figure {
          padding: 15px 0; } }
      @media (min-width: 992px) {
        .single-article-container #content figure {
          padding: 25px 0; } }
      @media (min-width: 1200px) {
        .single-article-container #content figure {
          padding: 35px 0; } }
      .single-article-container #content figure img {
        width: 100%;
        margin: 0 0 6px;
        border-radius: 0.1875rem; }
        @media (min-width: 768px) {
          .single-article-container #content figure img {
            border-radius: 4px; } }
        @media (min-width: 992px) {
          .single-article-container #content figure img {
            border-radius: 6px;
            margin-bottom: 10px; } }
      .single-article-container #content figure figcaption {
        font-weight: 500;
        font-size: 0.75rem;
        line-height: 1.25;
        color: #000; }
        @media (min-width: 992px) {
          .single-article-container #content figure figcaption {
            font-size: 13px;
            line-height: 1.3571; } }
        @media (min-width: 1200px) {
          .single-article-container #content figure figcaption {
            font-size: 14px; } }
    .single-article-container #content ol {
      counter-reset: item;
      padding: 0 0 12px; }
      @media (min-width: 768px) {
        .single-article-container #content ol {
          padding-bottom: 20px; } }
      @media (min-width: 992px) {
        .single-article-container #content ol {
          padding-bottom: 30px; } }
      .single-article-container #content ol > li {
        position: relative;
        padding: 0 0 8px 1rem; }
        @media (min-width: 992px) {
          .single-article-container #content ol > li {
            padding: 0 0 9px 26px; } }
        .rtl .single-article-container #content ol > li {
          padding-left: 0;
          padding-right: 1rem; }
          @media (min-width: 992px) {
            .rtl .single-article-container #content ol > li {
              padding-right: 26px; } }
        .single-article-container #content ol > li:before {
          content: counters(item, ".") ".";
          counter-increment: item;
          color: #000;
          font-weight: 500;
          position: absolute;
          top: 0;
          left: 0; }
          .rtl .single-article-container #content ol > li:before {
            left: auto;
            right: 0; }
    .single-article-container #content ul {
      padding: 0 0 23px; }
      @media (min-width: 768px) {
        .single-article-container #content ul {
          padding-bottom: 40px; } }
      .single-article-container #content ul > li {
        position: relative;
        padding: 0 0 9px 16px; }
        @media (min-width: 992px) {
          .single-article-container #content ul > li {
            padding: 0 0 13px 22px; } }
        .rtl .single-article-container #content ul > li {
          padding-left: 0;
          padding-right: 1rem; }
          @media (min-width: 992px) {
            .rtl .single-article-container #content ul > li {
              padding-right: 22px; } }
        .single-article-container #content ul > li:before {
          content: "";
          position: absolute;
          top: 10px;
          left: 5px;
          width: 5px;
          height: 5px;
          background: #000;
          border-radius: 50%;
          -webkit-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
          @media (min-width: 992px) {
            .single-article-container #content ul > li:before {
              top: 13px;
              width: 6px;
              height: 6px; } }
          .rtl .single-article-container #content ul > li:before {
            left: auto;
            right: 0; }

.section-heading {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700; }
  @media (min-width: 768px) {
    .section-heading {
      font-size: 24px; } }
  @media (min-width: 992px) {
    .section-heading {
      font-size: 28px; } }
  @media (min-width: 1200px) {
    .section-heading {
      font-size: 30px; } }
  @media (min-width: 1300px) {
    .section-heading {
      font-size: 32px; } }

.related-blog-section {
  padding: 0.875rem 0 3.75rem;
  background: #F6F6F6;
  position: relative;
  margin: 3.125rem 0 -1.875rem; }
  @media (min-width: 768px) {
    .related-blog-section {
      padding: 2.916667vw 0 5vw;
      margin: 7.222222vw 0 -4.583333vw; } }
  .related-blog-section:before {
    content: '';
    position: absolute;
    top: -3.125rem;
    left: 0;
    height: 3.25rem;
    background-image: url(assets/images/blog-section-wave-small.svg);
    width: 20rem;
    background-size: 100% auto;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .related-blog-section:before {
        background-image: url(assets/images/blog-section-wave.svg);
        background-repeat: repeat-x;
        background-size: 200vw auto;
        width: 100%;
        top: -7.222222vw;
        height: 7.5vw; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .related-blog-section .container {
      max-width: none; } }
  @media (min-width: 1300px) {
    .related-blog-section .container {
      max-width: 1306px; } }
  .related-blog-section .section-heading {
    text-align: center;
    margin: 0 0 1.8125rem;
    color: #000; }
    @media (min-width: 768px) {
      .related-blog-section .section-heading {
        letter-spacing: 0;
        margin-bottom: 1.90625em; } }
  .related-blog-section .related-blogs-slider {
    position: relative; }
    @media (max-width: 767.98px) {
      .related-blog-section .related-blogs-slider {
        margin-bottom: 1.875rem; } }
  .related-blog-section .row {
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 992px) {
      .related-blog-section .row {
        margin: 0 -12px; } }
    .related-blog-section .row [class^="col-"],
    .related-blog-section .row [class*=" col-"] {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 992px) {
        .related-blog-section .row [class^="col-"],
        .related-blog-section .row [class*=" col-"] {
          padding-left: 12px;
          padding-right: 12px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .related-blog-section .row [class^="col-"] .blog-item,
          .related-blog-section .row [class*=" col-"] .blog-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
            .related-blog-section .row [class^="col-"] .blog-item .blog-detail,
            .related-blog-section .row [class*=" col-"] .blog-item .blog-detail {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1; }
              .related-blog-section .row [class^="col-"] .blog-item .blog-detail .link,
              .related-blog-section .row [class*=" col-"] .blog-item .blog-detail .link {
                margin-top: auto;
                -ms-flex-item-align: start;
                    align-self: flex-start; } }
  .related-blog-section .slide {
    width: 255px; }
    @media (min-width: 768px) {
      .related-blog-section .slide {
        width: 350px; } }
  .related-blog-section .blog-item {
    margin: 0 0.3125rem; }
    @media (min-width: 768px) {
      .related-blog-section .blog-item {
        margin: 0 10px; } }
    @media (min-width: 992px) {
      .related-blog-section .blog-item {
        margin: 0 0 32px; } }
  .related-blog-section .btn-all {
    display: block;
    margin: 0 auto;
    width: 16.125rem; }
    @media (min-width: 768px) {
      .related-blog-section .btn-all {
        width: 160px;
        margin-top: 12px;
        line-height: 1.3;
        display: none; } }
    @media (min-width: 992px) {
      .related-blog-section .btn-all {
        width: 180px;
        margin-top: 17px;
        margin-bottom: 1.5em; } }
    @media (min-width: 1200px) {
      .related-blog-section .btn-all {
        margin-top: 21px;
        width: 230px;
        line-height: 1.6; } }

.blog-item {
  font-size: 0.75rem;
  line-height: 1.41666667;
  color: #5B5B5B;
  position: relative; }
  @media (min-width: 768px) {
    .blog-item {
      font-size: 14px;
      line-height: 1.7143; } }
  .blog-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 9.6875rem;
    height: 6.25rem;
    box-shadow: 0 0.125rem 3rem 0 rgba(0, 0, 0, 0.12); }
    @media (min-width: 768px) {
      .blog-item:after {
        width: 62.93%;
        height: 63.46%;
        box-shadow: 0 3px 80px 0 rgba(0, 0, 0, 0.12); } }
  .blog-item.no-thumbnail .arrow-link {
    top: 100%;
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
    margin-top: -12px; }
  .blog-item .img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 0.1875rem 0.1875rem 0 0; }
    @media (min-width: 768px) {
      .blog-item .img-wrap {
        border-radius: 4px 4px 0 0; } }
    @media (min-width: 1200px) {
      .blog-item .img-wrap {
        border-radius: 6px 6px 0 0; } }
    .blog-item .img-wrap:after {
      content: '';
      position: absolute;
      bottom: -1rem;
      left: -0.6875rem;
      right: 0;
      background: url(assets/images/blog-wave-small.svg) 0 100%/19.5rem auto repeat-x;
      height: 50%;
      z-index: 2; }
      @media (min-width: 768px) {
        .blog-item .img-wrap:after {
          background: url(assets/images/blog-wave.svg) 100% 100%/112.601626% auto repeat-x;
          right: -20.293399%;
          bottom: -12.7%;
          left: 0; } }
    .blog-item .img-wrap img {
      width: 100%; }
  .blog-item .blog-detail {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0.75rem 0.375rem 1.0625rem;
    border-radius: 0 0 0.1875rem 0.1875rem; }
    @media (min-width: 768px) {
      .blog-item .blog-detail {
        padding: 24px 21px 19px;
        border-radius: 0 0 4px 4px; } }
    @media (min-width: 1200px) {
      .blog-item .blog-detail {
        border-radius: 0 0 6px 6px; } }
  .blog-item .arrow-link {
    position: absolute;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    top: -0.375rem;
    right: 0.8125rem;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 1.875rem;
    height: 1.875rem;
    background: #000;
    border-radius: 50%;
    -webkit-transition: 0.25s ease background;
    transition: 0.25s ease background; }
    @media (min-width: 768px) {
      .blog-item .arrow-link {
        right: 18px;
        top: -7px;
        width: 36px;
        height: 36px; } }
    @media (min-width: 992px) {
      .blog-item .arrow-link {
        right: 28px;
        top: -10px;
        width: 40px;
        height: 40px; } }
    @media (min-width: 1200px) {
      .blog-item .arrow-link {
        width: 46px;
        height: 46px; } }
    .rtl .blog-item .arrow-link {
      right: auto;
      left: 0.8125rem; }
      @media (min-width: 768px) {
        .rtl .blog-item .arrow-link {
          left: 18px; } }
      @media (min-width: 992px) {
        .rtl .blog-item .arrow-link {
          left: 28px; } }
    .blog-item .arrow-link:hover {
      background: #323232; }
    .blog-item .arrow-link i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #fff;
      font-size: 0.625rem;
      margin-top: -0.0625rem; }
      @media (min-width: 768px) {
        .blog-item .arrow-link i {
          font-size: 14px; } }
      @media (min-width: 992px) {
        .blog-item .arrow-link i {
          font-size: 17px; } }
      @media (min-width: 1200px) {
        .blog-item .arrow-link i {
          font-size: 20px; } }
  .blog-item .blog-title {
    font-size: 1rem;
    line-height: 1.375;
    font-weight: 400;
    color: #3A3A39;
    margin: 0 0 0.125rem; }
    @media (min-width: 768px) {
      .blog-item .blog-title {
        font-size: 18px;
        margin-bottom: 8px; } }
    @media (min-width: 992px) {
      .blog-item .blog-title {
        font-size: 21px;
        line-height: 1.33333333;
        margin-bottom: 12px; } }
    @media (min-width: 1200px) {
      .blog-item .blog-title {
        font-size: 24px; } }
    .blog-item .blog-title a {
      color: #000;
      text-decoration: none; }
      .blog-item .blog-title a:hover {
        color: #323232;
        font-weight: 500; }
  .blog-item p {
    margin-bottom: 0.375rem; }
    @media (min-width: 768px) {
      .blog-item p {
        margin-bottom: 10px; } }
    @media (min-width: 992px) {
      .blog-item p {
        margin-bottom: 17px; } }
  .blog-item .link {
    font-weight: 500;
    color: #000;
    display: inline-block;
    vertical-align: top;
    text-decoration: none; }
    .blog-item .link:hover {
      color: #323232; }

.woocommerce-order-received {
  background: #F4F4F4; }

.thankyou-container {
  padding: 1.25rem 0.75rem;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .thankyou-container {
      padding: 35px 30px;
      max-width: 875px;
      margin: 0 auto; } }
  .thankyou-container .thankyou-header {
    background: #fff;
    margin: 0 0 1.25rem;
    padding: 0.875rem 0 0; }
    @media (min-width: 768px) {
      .thankyou-container .thankyou-header {
        margin-bottom: 14px;
        padding-top: 20px; } }
  .thankyou-container .order-products-row,
  .thankyou-container .order-detail-box {
    display: none !important; }
  .thankyou-container h1, .thankyou-container .h1 {
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.47058824;
    text-align: center;
    margin: 0 0.875rem 0.3125rem; }
    @media (min-width: 768px) {
      .thankyou-container h1, .thankyou-container .h1 {
        font-size: 21px;
        line-height: 1.25;
        margin-bottom: 2px; } }
    @media (min-width: 992px) {
      .thankyou-container h1, .thankyou-container .h1 {
        font-size: 24px; } }
  .thankyou-container h2, .thankyou-container .h2 {
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 1.5;
    text-align: center;
    margin: 0 0.625rem 0.9375rem; }
    @media (min-width: 768px) {
      .thankyou-container h2, .thankyou-container .h2 {
        font-size: 14px;
        margin-bottom: 17px; } }
    @media (min-width: 992px) {
      .thankyou-container h2, .thankyou-container .h2 {
        font-size: 16px; } }
  .thankyou-container .thankyou-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    direction: ltr;
    height: 1.5625rem;
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 0.8125rem; }
    @media (min-width: 768px) {
      .thankyou-container .thankyou-text {
        height: 32px;
        font-size: 15px; } }
    @media (min-width: 992px) {
      .thankyou-container .thankyou-text {
        height: 40px;
        font-size: 16px; } }
    .thankyou-container .thankyou-text .icon-heart,
    .thankyou-container .thankyou-text .icon-bookmark,
    .thankyou-container .thankyou-text .icon-wishlist-fill {
      font-size: 0.90625rem;
      margin-left: 0.5rem; }
      @media (min-width: 768px) {
        .thankyou-container .thankyou-text .icon-heart,
        .thankyou-container .thankyou-text .icon-bookmark,
        .thankyou-container .thankyou-text .icon-wishlist-fill {
          margin-left: 10px;
          font-size: 1.375em; } }
  .thankyou-container .payment-info {
    background: #fff;
    margin: 0 0 1.25rem; }
    @media (min-width: 768px) {
      .thankyou-container .payment-info {
        margin-bottom: 11px;
        padding: 0 20px; } }
    .thankyou-container .payment-info .payment-header {
      border-bottom: 1px solid #E1E1E1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      padding: 0.625rem 0.625rem 0.5625rem; }
      @media (min-width: 768px) {
        .thankyou-container .payment-info .payment-header {
          padding: 14px 0; } }
      @media (min-width: 992px) {
        .thankyou-container .payment-info .payment-header {
          padding: 18px 0; } }
    .thankyou-container .payment-info .payment-title {
      display: block;
      font-size: 0.75rem;
      line-height: 1.5;
      font-weight: 500;
      color: #000000; }
      @media (min-width: 768px) {
        .thankyou-container .payment-info .payment-title {
          font-size: 15px; } }
      @media (min-width: 992px) {
        .thankyou-container .payment-info .payment-title {
          font-size: 18px; } }
    .thankyou-container .payment-info .card-info {
      font-size: 0.75rem;
      line-height: 1.5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: auto; }
      @media (min-width: 768px) {
        .thankyou-container .payment-info .card-info {
          font-size: 14px; } }
      @media (min-width: 992px) {
        .thankyou-container .payment-info .card-info {
          font-size: 16px; } }
      .thankyou-container .payment-info .card-info .card-type {
        margin-right: 0.8125rem; }
    .thankyou-container .payment-info .order-info {
      font-size: 0.75rem;
      line-height: 1.5;
      padding: 0.1875rem 0.625rem 0; }
      @media (min-width: 768px) {
        .thankyou-container .payment-info .order-info {
          font-size: 14px;
          padding: 10px 2px 16px; } }
      @media (min-width: 992px) {
        .thankyou-container .payment-info .order-info {
          font-size: 16px; } }
      .thankyou-container .payment-info .order-info .info-row {
        padding: 0.375rem 0; }
      .thankyou-container .payment-info .order-info .info-title {
        font-weight: 500;
        color: #727272;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        margin-left: 0.25rem; }
        @media (min-width: 768px) {
          .thankyou-container .payment-info .order-info .info-title {
            margin-left: 10px; } }
        .thankyou-container .payment-info .order-info .info-title i {
          width: 1.125rem;
          color: #000;
          margin-left: 0.3125rem; }
          @media (min-width: 768px) {
            .thankyou-container .payment-info .order-info .info-title i {
              width: 25px;
              margin-left: 8px; } }
      .thankyou-container .payment-info .order-info .icon-package {
        font-size: 0.65625rem; }
        @media (min-width: 768px) {
          .thankyou-container .payment-info .order-info .icon-package {
            font-size: 14px; } }
      .thankyou-container .payment-info .order-info .icon-interface {
        font-size: 0.96875rem; }
        @media (min-width: 768px) {
          .thankyou-container .payment-info .order-info .icon-interface {
            font-size: 21px; } }
  .thankyou-container .product-info {
    background: #fff;
    margin: 0 0 1.25rem;
    padding: 0.625rem 0 0.4375rem; }
    @media (min-width: 768px) {
      .thankyou-container .product-info {
        margin-bottom: 12px;
        padding: 18px 20px 8px; } }
    .thankyou-container .product-info .order-product-title {
      display: block;
      font-size: 0.75rem;
      line-height: 1.5;
      font-weight: 500;
      color: #000000;
      margin: 0 0.625rem; }
      @media (min-width: 768px) {
        .thankyou-container .product-info .order-product-title {
          font-size: 15px;
          margin: 0; } }
      @media (min-width: 992px) {
        .thankyou-container .product-info .order-product-title {
          font-size: 18px; } }
    .thankyou-container .product-info table {
      width: 100%;
      font-size: 0.6875rem;
      line-height: 1.45454545; }
      @media (min-width: 768px) {
        .thankyou-container .product-info table {
          font-size: 14px;
          line-height: 1.5; } }
      @media (min-width: 992px) {
        .thankyou-container .product-info table {
          font-size: 16px; } }
      .thankyou-container .product-info table thead {
        font-size: 0.75rem;
        line-height: 1.5;
        color: #848484; }
        @media (min-width: 768px) {
          .thankyou-container .product-info table thead {
            font-size: 14px; } }
        .thankyou-container .product-info table thead th,
        .thankyou-container .product-info table thead td {
          border: none;
          padding: 0.5625rem 0.625rem; }
          @media (min-width: 768px) {
            .thankyou-container .product-info table thead th,
            .thankyou-container .product-info table thead td {
              padding: 12px 0 8px; }
              .thankyou-container .product-info table thead th:first-child,
              .thankyou-container .product-info table thead td:first-child {
                width: 52%; }
              .thankyou-container .product-info table thead th:nth-child(2),
              .thankyou-container .product-info table thead td:nth-child(2) {
                width: 24%; } }
        .thankyou-container .product-info table thead th {
          font-weight: 400; }
      .thankyou-container .product-info table tbody td,
      .thankyou-container .product-info table tbody th {
        border-top: 1px solid #E1E1E1;
        padding: 0.625rem; }
        @media (min-width: 768px) {
          .thankyou-container .product-info table tbody td,
          .thankyou-container .product-info table tbody th {
            padding: 9px 0; } }
  .thankyou-container .order-amount-info {
    background: #fff;
    margin: 0 0 1.25rem;
    padding: 0.3125rem 0.625rem; }
    @media (min-width: 768px) {
      .thankyou-container .order-amount-info {
        margin-bottom: 12px;
        padding: 14px 20px 15px; } }
    .thankyou-container .order-amount-info table {
      font-size: 0.75rem;
      line-height: 1.5;
      width: 100%; }
      @media (min-width: 768px) {
        .thankyou-container .order-amount-info table {
          font-size: 14px; } }
      @media (min-width: 992px) {
        .thankyou-container .order-amount-info table {
          font-size: 16px; } }
      .thankyou-container .order-amount-info table th,
      .thankyou-container .order-amount-info table td {
        font-weight: 500;
        border: none;
        padding: 0.3125rem 0; }
        .thankyou-container .order-amount-info table th:last-child,
        .thankyou-container .order-amount-info table td:last-child {
          text-align: left; }
  .thankyou-container .order-address-info {
    background: #fff;
    margin: 0 0 1.25rem;
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 0.625rem 0.625rem 0.8125rem; }
    @media (min-width: 768px) {
      .thankyou-container .order-address-info {
        margin-bottom: 21px;
        padding: 18px 20px 17px;
        font-size: 14px; } }
    @media (min-width: 992px) {
      .thankyou-container .order-address-info {
        font-size: 16px;
        line-height: 1.6875; } }
    .thankyou-container .order-address-info .address-title {
      display: block;
      font-size: 0.75rem;
      line-height: 1.5;
      font-weight: 500;
      color: #000000;
      margin: 0 0 0.625rem; }
      @media (min-width: 768px) {
        .thankyou-container .order-address-info .address-title {
          font-size: 15px;
          margin-bottom: 11px; } }
      @media (min-width: 992px) {
        .thankyou-container .order-address-info .address-title {
          font-size: 18px; } }
  .thankyou-container .btn-back {
    display: block;
    margin: 0 auto;
    max-width: 16.375rem;
    font-size: 0.875rem; }

.woocommerce-form-login,
.woocommerce-ResetPassword {
  max-width: 420px;
  margin: 0 auto;
  padding: 0.9375rem 0; }
  @media (min-width: 768px) {
    .woocommerce-form-login,
    .woocommerce-ResetPassword {
      padding: 20px 0; } }
  @media (min-width: 992px) {
    .woocommerce-form-login,
    .woocommerce-ResetPassword {
      padding: 25px 0; } }
  .woocommerce-form-login .btn,
  .woocommerce-ResetPassword .btn {
    width: 100%;
    display: block;
    max-width: 7rem;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .woocommerce-form-login .btn,
      .woocommerce-ResetPassword .btn {
        max-width: 128px; } }
    @media (min-width: 992px) {
      .woocommerce-form-login .btn,
      .woocommerce-ResetPassword .btn {
        max-width: 140px; } }
    @media (max-width: 575.98px) {
      .woocommerce-form-login .btn,
      .woocommerce-ResetPassword .btn {
        line-height: 1rem; } }
  .woocommerce-form-login .form-bottom-section,
  .woocommerce-ResetPassword .form-bottom-section {
    position: relative; }
    .woocommerce-form-login .form-bottom-section .lost_password,
    .woocommerce-ResetPassword .form-bottom-section .lost_password {
      position: absolute;
      top: 0.0625rem;
      left: 0;
      z-index: 1; }

.woocommerce-account .woocommerce > h2, .woocommerce-account .woocommerce > .h2 {
  text-align: center; }

form .select2-container.select2-container--default {
  display: block; }
  form .select2-container.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #000;
    border-radius: 0; }
  form .select2-container.select2-container--default.select2-container--open .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  form .select2-container.select2-container--default .select2-selection--single {
    background: #fff;
    border: 1px solid #000;
    border-width: 0 0 1px;
    height: calc(2.5625rem + 1px);
    display: block;
    margin: 0;
    outline: none;
    border-radius: 0; }
    @media (min-width: 768px) {
      form .select2-container.select2-container--default .select2-selection--single {
        height: 42px; } }
    @media (min-width: 992px) {
      form .select2-container.select2-container--default .select2-selection--single {
        height: 47px; } }
    form .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 2.5625rem;
      font-size: 0.75rem;
      padding-right: 0; }
      @media (min-width: 768px) {
        form .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
          font-size: 14px; } }
      @media (min-width: 992px) {
        form .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
          font-size: 16px;
          line-height: 46px; } }
    form .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
      height: calc(2.5625rem + 1px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 768px) {
        form .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
          height: 42px; } }
      @media (min-width: 992px) {
        form .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
          height: 47px; } }
      form .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:before {
        content: "\e901";
        font: 0.375rem/ 1 "icomoon"; }
        @media (min-width: 768px) {
          form .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:before {
            font-size: 7px; } }
        @media (min-width: 992px) {
          form .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:before {
            font-size: 8px; } }
      form .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none; }

body .select2-dropdown {
  border-color: #000; }

body .select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #aaa; }

body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #000;
  color: #fff; }

body.search .woocommerce-info {
  text-align: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

body.search.search-no-results .shop-page-container {
  padding-top: 0.9375rem; }
  @media (min-width: 768px) {
    body.search.search-no-results .shop-page-container {
      padding-top: 20px; } }
  @media (min-width: 992px) {
    body.search.search-no-results .shop-page-container {
      padding-top: 25px; } }
  @media (min-width: 768px) {
    body.search.search-no-results .shop-page-container {
      padding-top: 30px; } }

.woocommerce-account .inner-banner {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .woocommerce-account .inner-banner {
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    .woocommerce-account .inner-banner {
      margin-bottom: 25px; } }
  @media (min-width: 1200px) {
    .woocommerce-account .inner-banner {
      margin-bottom: 35px; } }

form.lost_reset_password,
form.woocommerce-form-login {
  padding: 25px 0 15px;
  max-width: 400px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    form.lost_reset_password,
    form.woocommerce-form-login {
      padding: 30px 0 20px; } }
  @media (min-width: 992px) {
    form.lost_reset_password,
    form.woocommerce-form-login {
      padding: 35px 0 25px; } }
  @media (min-width: 1200px) {
    form.lost_reset_password,
    form.woocommerce-form-login {
      padding: 40px 0 35px; } }
  form.lost_reset_password .btn,
  form.woocommerce-form-login .btn {
    width: 100%;
    display: block;
    max-width: 400px; }
  form.lost_reset_password .lost_password a,
  form.woocommerce-form-login .lost_password a {
    color: #000;
    text-decoration: underline; }
    form.lost_reset_password .lost_password a:hover,
    form.woocommerce-form-login .lost_password a:hover {
      text-decoration: none;
      color: #000; }

.user-info-container {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .user-info-container {
      padding: 40px 0; } }
  @media (min-width: 992px) {
    .user-info-container {
      padding: 45px 0; } }
  .user-info-container h1, .user-info-container .h1 {
    margin: 0 0 35px; }
    @media (max-width: 575.98px) {
      .user-info-container h1, .user-info-container .h1 {
        text-align: center; } }
  .user-info-container .u-columns [class^="col-"],
  .user-info-container .u-columns [class*=" col-"] {
    max-width: none; }
  @media (max-width: 575.98px) {
    .user-info-container .tab-content > .tab-pane {
      display: block;
      opacity: 1; } }
  .user-info-container .panel {
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    background: none;
    box-shadow: none;
    border-radius: 0; }
    @media (max-width: 575.98px) {
      .user-info-container .panel {
        border-bottom: 1px solid #e8e8e8; }
        .user-info-container .panel:first-child {
          border-top: 1px solid #e8e8e8; } }
  .user-info-container a[data-toggle="collapse"] {
    display: block;
    font-size: 16px;
    line-height: 1.25;
    color: #3d3b3d;
    font-weight: 600;
    padding: 15px 3px 15px 26px;
    position: relative; }
    @media (min-width: 768px) {
      .user-info-container a[data-toggle="collapse"] {
        display: none; } }
    .user-info-container a[data-toggle="collapse"]:before {
      content: "\e901";
      position: absolute;
      top: 50%;
      left: 6px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      font: 700 2px/1 "icomoon"; }
    .user-info-container a[data-toggle="collapse"].collapsed:before {
      content: "\e903";
      font-size: 13px; }
  @media (min-width: 768px) {
    .user-info-container .user-info-row {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 575.98px) {
    .user-info-container .user-info-row {
      margin: 0 -5px; } }
  .user-info-container .woocommerce-address-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .user-info-container .woocommerce-address-fields__field-wrapper label:not(.dropzone-input) {
      display: table;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.25; }
    .user-info-container .woocommerce-address-fields__field-wrapper .form-row {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      display: block;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .user-info-container .woocommerce-address-fields__field-wrapper .form-row {
          -ms-flex-preferred-size: calc(50% - 10px);
              flex-basis: calc(50% - 10px);
          max-width: calc(50% - 10px); } }
      @media (max-width: 575.98px) {
        .user-info-container .woocommerce-address-fields__field-wrapper .form-row#billing_first_name_field, .user-info-container .woocommerce-address-fields__field-wrapper .form-row#billing_last_name_field, .user-info-container .woocommerce-address-fields__field-wrapper .form-row#billing_address_1_field, .user-info-container .woocommerce-address-fields__field-wrapper .form-row#billing_address_2_field, .user-info-container .woocommerce-address-fields__field-wrapper .form-row#billing_email_field, .user-info-container .woocommerce-address-fields__field-wrapper .form-row#shipping_first_name_field, .user-info-container .woocommerce-address-fields__field-wrapper .form-row#shipping_last_name_field, .user-info-container .woocommerce-address-fields__field-wrapper .form-row#shipping_address_1_field, .user-info-container .woocommerce-address-fields__field-wrapper .form-row#shipping_address_2_field, .user-info-container .woocommerce-address-fields__field-wrapper .form-row#shipping_phone_field, .user-info-container .woocommerce-address-fields__field-wrapper .form-row#shipping_email_field {
          -ms-flex-preferred-size: calc(50% - 5px);
              flex-basis: calc(50% - 5px);
          max-width: calc(50% - 5px); } }
      .user-info-container .woocommerce-address-fields__field-wrapper .form-row abbr {
        border: none;
        outline: none;
        text-decoration: none; }
  @media (min-width: 768px) {
    .user-info-container .woocommerce-MyAccount-navigation {
      -ms-flex-preferred-size: 200px;
          flex-basis: 200px;
      max-width: 200px; } }
  .user-info-container .woocommerce-MyAccount-navigation ul {
    font-size: 16px;
    line-height: 1.25; }
    .user-info-container .woocommerce-MyAccount-navigation ul > li {
      border-bottom: 1px solid #e8e8e8; }
      .user-info-container .woocommerce-MyAccount-navigation ul > li:first-child {
        border-top: 1px solid #e8e8e8; }
      .user-info-container .woocommerce-MyAccount-navigation ul > li.active > a, .user-info-container .woocommerce-MyAccount-navigation ul > li.is-active > a {
        color: #000; }
      .user-info-container .woocommerce-MyAccount-navigation ul > li > a {
        display: block;
        padding: 15px 0;
        color: #3d3b3d;
        text-decoration: none; }
        .user-info-container .woocommerce-MyAccount-navigation ul > li > a:hover, .user-info-container .woocommerce-MyAccount-navigation ul > li > a.key-board-focus {
          color: #000; }
  @media (min-width: 768px) {
    .user-info-container .user-detail-holder {
      -ms-flex-preferred-size: calc(100% - 200px);
          flex-basis: calc(100% - 200px);
      max-width: calc(100% - 200px);
      padding-right: 40px; } }
  @media (min-width: 992px) {
    .user-info-container .user-detail-holder {
      padding-right: 60px; } }
  @media (min-width: 1200px) {
    .user-info-container .user-detail-holder {
      padding-right: 80px; } }
  @media (min-width: 1300px) {
    .user-info-container .user-detail-holder {
      padding-right: 90px;
      padding-left: 90px; } }
  .user-info-container .user-detail-holder mark, .user-info-container .user-detail-holder .mark {
    background: none; }
  .user-info-container .user-detail-holder a {
    color: #191919;
    text-decoration: underline; }
    .user-info-container .user-detail-holder a:hover {
      color: #000;
      text-decoration: none; }
    .user-info-container .user-detail-holder a.woocommerce-Button {
      display: table; }
  .user-info-container .woocommerce-Address {
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .user-info-container .woocommerce-Address {
        margin-bottom: 32px; } }
    @media (min-width: 992px) {
      .user-info-container .woocommerce-Address {
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .user-info-container .woocommerce-Address {
        margin-bottom: 47px; } }
    @media (min-width: 1300px) {
      .user-info-container .woocommerce-Address {
        margin-bottom: 52px; } }
    .user-info-container .woocommerce-Address .woocommerce-Address-title {
      padding-bottom: 10px; }
    .user-info-container .woocommerce-Address h3, .user-info-container .woocommerce-Address .h3 {
      margin-bottom: 0.5em; }
  .user-info-container button.button,
  .user-info-container a.button,
  .user-info-container .addresses a.edit {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    outline: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    min-width: 8.75rem;
    margin-bottom: 0.5rem;
    -webkit-transition: 0.2s linear color, 0.2s linear background, 0.2s linear border;
    transition: 0.2s linear color, 0.2s linear background, 0.2s linear border;
    font: 300 0.75rem/ 1.25 "Rubik", "Assistant", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 0;
    background: #000;
    padding: 0.5rem;
    letter-spacing: 0.0682em;
    color: #fff; }
    @media (min-width: 768px) {
      .user-info-container button.button,
      .user-info-container a.button,
      .user-info-container .addresses a.edit {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        padding: 7px;
        min-width: 160px;
        margin-bottom: 10px; } }
    @media (min-width: 992px) {
      .user-info-container button.button,
      .user-info-container a.button,
      .user-info-container .addresses a.edit {
        font-size: 16px;
        line-height: 1.3125;
        padding: 11px;
        min-width: 180px;
        margin-bottom: 12px; } }
    .user-info-container button.button:focus, .user-info-container button.button:active, .user-info-container button.button:visited,
    .user-info-container a.button:focus,
    .user-info-container a.button:active,
    .user-info-container a.button:visited,
    .user-info-container .addresses a.edit:focus,
    .user-info-container .addresses a.edit:active,
    .user-info-container .addresses a.edit:visited {
      outline: none;
      box-shadow: none; }
    .user-info-container button.button:not(:disabled):not(.disabled):active, .user-info-container button.button:not(:disabled):not(.disabled).active,
    .user-info-container a.button:not(:disabled):not(.disabled):active,
    .user-info-container a.button:not(:disabled):not(.disabled).active,
    .user-info-container .addresses a.edit:not(:disabled):not(.disabled):active,
    .user-info-container .addresses a.edit:not(:disabled):not(.disabled).active {
      box-shadow: none;
      outline: none; }
    .user-info-container button.button:hover,
    .user-info-container a.button:hover,
    .user-info-container .addresses a.edit:hover {
      background: #1a1a1a;
      border-color: #1a1a1a;
      color: #fff; }
  @media (min-width: 768px) {
    .user-info-container .edit-account {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .user-info-container .edit-account .clear {
        display: none; } }
  .user-info-container .edit-account p {
    margin: 0; }
  .user-info-container .edit-account .form-row {
    display: block;
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .user-info-container .edit-account > .form-row {
      -ms-flex-preferred-size: calc(50% - 10px);
          flex-basis: calc(50% - 10px);
      max-width: calc(50% - 10px); } }
  @media (min-width: 768px) {
    .user-info-container .edit-account > fieldset {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      .user-info-container .edit-account > fieldset:after {
        content: "";
        display: block;
        clear: both; }
      .user-info-container .edit-account > fieldset .form-row {
        float: right;
        width: calc(50% - 10px); }
        .user-info-container .edit-account > fieldset .form-row:nth-child(2n + 1) {
          float: left; } }
  .user-info-container .edit-account label:not(.dropzone-input) {
    display: table;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25; }
  .user-info-container .select2-container.select2-container--default {
    display: block; }
    .user-info-container .select2-container.select2-container--default.select2-container--open .select2-selection--single {
      border-color: #003538;
      border-radius: 2px 2px 0 0; }
      @media (min-width: 768px) {
        .user-info-container .select2-container.select2-container--default.select2-container--open .select2-selection--single {
          border-radius: 3px 3px 0 0; } }
    .user-info-container .select2-container.select2-container--default .select2-selection--single {
      background: #fff;
      border: 1px solid #303030;
      height: 2.25rem;
      display: block;
      margin: 0;
      outline: none;
      border-radius: 2px; }
      @media (min-width: 768px) {
        .user-info-container .select2-container.select2-container--default .select2-selection--single {
          border-radius: 3px;
          border-color: #e2e7e0; } }
      @media (min-width: 992px) {
        .user-info-container .select2-container.select2-container--default .select2-selection--single {
          height: 40px; } }
      .user-info-container .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: calc(2.25rem - 2px);
        font-size: 0.75rem;
        padding-right: 0.625rem; }
        @media (min-width: 768px) {
          .user-info-container .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
            font-size: 14px; } }
        @media (min-width: 992px) {
          .user-info-container .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
            font-size: 16px;
            line-height: 38px;
            padding-right: 12px; } }
      .user-info-container .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
        height: calc(2.25rem - 2px); }
        @media (min-width: 992px) {
          .user-info-container .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 38px; } }
  .user-info-container .input-text {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #303030;
    border-radius: 2px;
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 0.5rem 0.625rem;
    height: 2.25rem;
    outline: none;
    color: #003538; }
    .user-info-container .input-text::-webkit-input-placeholder {
      color: #999; }
    .user-info-container .input-text::-moz-placeholder {
      opacity: 1;
      color: #999; }
    .user-info-container .input-text:-moz-placeholder {
      color: #999; }
    .user-info-container .input-text:-ms-input-placeholder {
      color: #999; }
    .user-info-container .input-text.placeholder {
      color: #999; }
    @media (min-width: 768px) {
      .user-info-container .input-text {
        border-radius: 3px;
        border-color: #e2e7e0;
        font-size: 14px; } }
    @media (min-width: 992px) {
      .user-info-container .input-text {
        font-size: 16px;
        height: 40px;
        padding: 7px 12px; } }
    .user-info-container .input-text:focus {
      border-color: #000; }
    .user-info-container .input-text.error, .user-info-container .input-text[aria-invalid="true"] {
      border-color: #f00; }
  @media (min-width: 768px) {
    .user-info-container .collapse {
      display: block; } }
  .user-info-container .form-row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    margin-right: 0; }
    .user-info-container .form-row .form-group {
      -ms-flex-preferred-size: calc(50% - 5px);
          flex-basis: calc(50% - 5px);
      max-width: calc(50% - 5px); }
  .user-info-container .form-group {
    margin-bottom: 20px; }
    .user-info-container .form-group label:not(.dropzone-input) {
      display: table;
      font-size: 16px;
      line-height: 1.25;
      font-weight: 400;
      margin-bottom: 15px; }
  .user-info-container .birthday-row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-right: 5px; }
    @media (min-width: 576px) {
      .user-info-container .birthday-row {
        padding-right: 12px; } }
    @media (min-width: 768px) {
      .user-info-container .birthday-row {
        padding-right: 0; } }
    .user-info-container .birthday-row .birthday-title {
      font-size: 14px;
      line-height: 1.4286;
      font-weight: 600;
      color: #3d3b3d;
      padding: 10px 0;
      -ms-flex-preferred-size: 106px;
          flex-basis: 106px;
      max-width: 106px; }
      @media (min-width: 576px) {
        .user-info-container .birthday-row .birthday-title {
          -ms-flex-preferred-size: 116px;
              flex-basis: 116px;
          max-width: 116px; } }
    .user-info-container .birthday-row .select-wrap {
      -ms-flex-preferred-size: 80px;
          flex-basis: 80px;
      max-width: 80px; }
      @media (min-width: 576px) {
        .user-info-container .birthday-row .select-wrap {
          -ms-flex-preferred-size: 90px;
              flex-basis: 90px;
          max-width: 90px; } }
    .user-info-container .birthday-row .sep {
      font-size: 14px;
      line-height: 1.4286;
      padding: 10px; }
      @media (min-width: 576px) {
        .user-info-container .birthday-row .sep {
          padding: 10px 15px; } }
    .user-info-container .birthday-row .jcf-select .jcf-select-text {
      margin-right: 16px; }
  .user-info-container .btn {
    font-size: 15px;
    line-height: 1.3333;
    padding: 9px;
    display: block;
    width: 100%;
    max-width: 220px;
    margin: 0 auto; }
  .user-info-container #userDetail .map-register-section form {
    max-width: 476px; }
  .user-info-container #userDetail form {
    padding: 10px 0 40px;
    max-width: 380px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .user-info-container #userDetail form {
        margin: 0;
        padding: 1px 0 0; } }
    @media (min-width: 768px) {
      .user-info-container #userDetail form > .form-group:last-of-type {
        padding-bottom: 29px; } }
  .user-info-container #userPass form {
    padding: 13px 0 46px;
    max-width: 380px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .user-info-container #userPass form {
        margin: 0;
        padding: 0 0 20px; } }
  .user-info-container #userPass .form-group:last-of-type {
    padding: 10px 0 15px; }
    @media (min-width: 768px) {
      .user-info-container #userPass .form-group:last-of-type {
        padding-bottom: 25px; } }
  @media (max-width: 575.98px) {
    .user-info-container #userOrder {
      margin: 0 -10px; } }
  .user-info-container .user-order-history {
    width: 100%;
    font-size: 16px;
    line-height: 1.25;
    margin: 3px 0 0; }
    @media (min-width: 768px) {
      .user-info-container .user-order-history {
        max-width: 563px;
        margin-top: 2px; } }
    @media (min-width: 992px) {
      .user-info-container .user-order-history {
        margin-right: 66px; } }
    .user-info-container .user-order-history thead th,
    .user-info-container .user-order-history thead th {
      font-weight: 600;
      padding: 14px 12px; }
      .user-info-container .user-order-history thead th:first-child,
      .user-info-container .user-order-history thead th:first-child {
        width: 125px; }
        @media (min-width: 768px) {
          .user-info-container .user-order-history thead th:first-child,
          .user-info-container .user-order-history thead th:first-child {
            width: 35.52%; } }
      .user-info-container .user-order-history thead th:nth-child(2),
      .user-info-container .user-order-history thead th:nth-child(2) {
        width: 137px; }
        @media (min-width: 768px) {
          .user-info-container .user-order-history thead th:nth-child(2),
          .user-info-container .user-order-history thead th:nth-child(2) {
            width: 32.5%; } }
      @media (min-width: 768px) {
        .user-info-container .user-order-history thead th:nth-child(3),
        .user-info-container .user-order-history thead th:nth-child(3) {
          width: 24.51%; } }
    .user-info-container .user-order-history th,
    .user-info-container .user-order-history td {
      border: 1px solid #e8e8e8;
      border-width: 0 0 1px;
      text-align: right; }
    .user-info-container .user-order-history tbody th,
    .user-info-container .user-order-history tbody td {
      padding: 25px 12px 24px; }
    .user-info-container .user-order-history .link {
      color: #0d6efd;
      font-size: 12px;
      display: block;
      padding: 4px;
      line-height: 1; }
      .user-info-container .user-order-history .link:hover {
        color: #3d3b3d; }
      .user-info-container .user-order-history .link i {
        vertical-align: top; }
  .user-info-container .empty-order-history {
    text-align: center;
    max-width: 220px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.375;
    padding: 5px 0 40px; }
    .user-info-container .empty-order-history .emoji-wrap {
      line-height: 1;
      font-size: 67px;
      margin-bottom: 17px; }
    .user-info-container .empty-order-history p {
      margin-bottom: 32px; }
    .user-info-container .empty-order-history .btn {
      font-size: 17px;
      line-height: 1.2143;
      padding: 7px;
      width: 109px; }

.woocommerce-order-received .woocommerce-order {
  padding: 25px 15px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .woocommerce-order-received .woocommerce-order {
      max-width: 750px;
      font-size: 14px;
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 992px) {
    .woocommerce-order-received .woocommerce-order {
      max-width: 970px;
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .woocommerce-order-received .woocommerce-order {
      max-width: 1170px; } }
  @media (min-width: 1300px) {
    .woocommerce-order-received .woocommerce-order {
      max-width: 1298px; } }
  .woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
    border: 1px solid #bababa;
    max-width: 450px;
    margin-bottom: 10px; }
    .woocommerce-order-received .woocommerce-order .woocommerce-order-overview > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 4px 8px; }
      .woocommerce-order-received .woocommerce-order .woocommerce-order-overview > li + li {
        border-top: 1px solid #bababa; }
      .woocommerce-order-received .woocommerce-order .woocommerce-order-overview > li strong {
        -ms-flex-preferred-size: calc(100% - 5.9375rem);
            flex-basis: calc(100% - 5.9375rem);
        max-width: calc(100% - 5.9375rem);
        border-right: 1px solid #bababa;
        margin: -4px auto -4px 0;
        padding: 4px 8px; }
        @media (min-width: 768px) {
          .woocommerce-order-received .woocommerce-order .woocommerce-order-overview > li strong {
            -ms-flex-preferred-size: calc(100% - 110px);
                flex-basis: calc(100% - 110px);
            max-width: calc(100% - 110px); } }
        @media (min-width: 992px) {
          .woocommerce-order-received .woocommerce-order .woocommerce-order-overview > li strong {
            -ms-flex-preferred-size: calc(100% - 125px);
                flex-basis: calc(100% - 125px);
            max-width: calc(100% - 125px); } }
  .woocommerce-order-received .woocommerce-order .woocommerce-table {
    width: 100%;
    border: 1px solid #bababa; }
    .woocommerce-order-received .woocommerce-order .woocommerce-table tfoot th:last-child,
    .woocommerce-order-received .woocommerce-order .woocommerce-table tfoot td:last-child {
      direction: ltr;
      text-align: right; }
    .woocommerce-order-received .woocommerce-order .woocommerce-table td,
    .woocommerce-order-received .woocommerce-order .woocommerce-table th {
      border: 1px solid #bababa;
      padding: 0.3125rem 0.4375rem; }
    .woocommerce-order-received .woocommerce-order .woocommerce-table a {
      color: #000;
      text-decoration: none; }
      .woocommerce-order-received .woocommerce-order .woocommerce-table a:hover {
        color: #333; }

.woocommerce-orders-table.my_account_orders,
.woocommerce-table.woocommerce-table--order-details {
  width: 100%;
  margin: 0 0 25px; }
  .woocommerce-orders-table.my_account_orders th,
  .woocommerce-orders-table.my_account_orders td,
  .woocommerce-table.woocommerce-table--order-details th,
  .woocommerce-table.woocommerce-table--order-details td {
    padding: 8px 10px;
    border: 1px solid #191919; }
    .woocommerce-orders-table.my_account_orders th .button,
    .woocommerce-orders-table.my_account_orders td .button,
    .woocommerce-table.woocommerce-table--order-details th .button,
    .woocommerce-table.woocommerce-table--order-details td .button {
      margin: 0; }
  .woocommerce-orders-table.my_account_orders thead tr th,
  .woocommerce-table.woocommerce-table--order-details thead tr th {
    background: #000;
    color: #fff;
    font-weight: 500; }

.woocommerce-table.woocommerce-table--order-details thead tr th:first-child {
  width: 40%; }

.wc-backward.btn,
.btn.woocommerce-form-login__submit {
  min-width: 8.125rem; }
  @media (min-width: 768px) {
    .wc-backward.btn,
    .btn.woocommerce-form-login__submit {
      min-width: 200px; } }
  @media (min-width: 992px) {
    .wc-backward.btn,
    .btn.woocommerce-form-login__submit {
      min-width: 225px; } }
  @media (min-width: 1200px) {
    .wc-backward.btn,
    .btn.woocommerce-form-login__submit {
      min-width: 250px; } }

.woocommerce-checkout .container > .woocommerce {
  padding: 15px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .woocommerce-checkout .container > .woocommerce {
      max-width: 750px;
      padding-top: 25px; } }
  @media (min-width: 992px) {
    .woocommerce-checkout .container > .woocommerce {
      max-width: 970px;
      padding-top: 30px; } }
  @media (min-width: 1200px) {
    .woocommerce-checkout .container > .woocommerce {
      max-width: 1170px; } }
  @media (min-width: 1300px) {
    .woocommerce-checkout .container > .woocommerce {
      max-width: 1298px; } }
  .woocommerce-checkout .container > .woocommerce .order_details {
    border: 1px solid #bababa;
    max-width: 450px;
    margin-bottom: 10px; }
    .woocommerce-checkout .container > .woocommerce .order_details > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 4px 8px; }
      .woocommerce-checkout .container > .woocommerce .order_details > li + li {
        border-top: 1px solid #bababa; }
      .woocommerce-checkout .container > .woocommerce .order_details > li strong {
        -ms-flex-preferred-size: calc(100% - 5.9375rem);
            flex-basis: calc(100% - 5.9375rem);
        max-width: calc(100% - 5.9375rem);
        border-right: 1px solid #bababa;
        margin: -4px auto -4px 0;
        padding: 4px 8px; }
        @media (min-width: 768px) {
          .woocommerce-checkout .container > .woocommerce .order_details > li strong {
            -ms-flex-preferred-size: calc(100% - 110px);
                flex-basis: calc(100% - 110px);
            max-width: calc(100% - 110px); } }
        @media (min-width: 992px) {
          .woocommerce-checkout .container > .woocommerce .order_details > li strong {
            -ms-flex-preferred-size: calc(100% - 125px);
                flex-basis: calc(100% - 125px);
            max-width: calc(100% - 125px); } }

.woocommerce-pagination {
  width: 100%; }
  @media (max-width: 575.98px) {
    .woocommerce-pagination {
      margin-bottom: 20px; } }
  .woocommerce-pagination .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .woocommerce-pagination .page-numbers li {
      margin: 0 0.3125rem;
      color: #000;
      font-weight: 600; }
      @media (max-width: 575.98px) {
        .woocommerce-pagination .page-numbers li {
          font-size: 0.75rem; } }
      .woocommerce-pagination .page-numbers li a {
        text-decoration: none;
        color: #6ad3d9; }
      .woocommerce-pagination .page-numbers li .current,
      .woocommerce-pagination .page-numbers li a:hover {
        color: #000; }
      @media (min-width: 768px) {
        .woocommerce-pagination .page-numbers li {
          margin: 0 10px; } }

@media (max-width: 575.98px) {
  .woocommerce-order-pay .order_details {
    padding: 0 25px; } }

.woocommerce-order-pay .order_details li.order {
  display: none; }

.inner-banner .bg-image {
  min-height: 12.5rem;
  background-color: #fafafa; }
  @media (min-width: 768px) {
    .inner-banner .bg-image {
      min-height: 18.75rem; } }
  .inner-banner .bg-image img {
    width: 100%;
    object-fit: cover;
    min-height: 12.5rem; }
    @media (min-width: 768px) {
      .inner-banner .bg-image img {
        min-height: 18.75rem; } }

.inner-banner .banner-content {
  text-align: center;
  margin: 1.25rem 0; }
  @media (min-width: 768px) {
    .inner-banner .banner-content {
      margin: 2.5rem 0; } }

.privacy-policy .inner-banner + .container,
.page-template-default .inner-banner + .container {
  padding-bottom: 3.125rem; }
  .privacy-policy .inner-banner + .container table,
  .page-template-default .inner-banner + .container table {
    border: 1px solid #000;
    border-collapse: collapse;
    margin: 15px 0 30px; }
    @media (max-width: 575.98px) {
      .privacy-policy .inner-banner + .container table,
      .page-template-default .inner-banner + .container table {
        width: 100%; } }
    .privacy-policy .inner-banner + .container table td, .privacy-policy .inner-banner + .container table th,
    .page-template-default .inner-banner + .container table td,
    .page-template-default .inner-banner + .container table th {
      border: 1px solid #000;
      padding: 5px;
      text-align: center; }
      @media (max-width: 575.98px) {
        .privacy-policy .inner-banner + .container table td, .privacy-policy .inner-banner + .container table th,
        .page-template-default .inner-banner + .container table td,
        .page-template-default .inner-banner + .container table th {
          padding: 3px;
          font-size: 0.875rem; } }

@media (max-width: 575.98px) {
  .page-template-default main .container {
    font-size: 0.875rem;
    line-height: 1.65; } }

.privacy-policy h3, .privacy-policy .h3 {
  font-size: 1rem;
  line-height: 1.65; }
  @media (min-width: 768px) {
    .privacy-policy h3, .privacy-policy .h3 {
      font-size: 1.5rem; } }

.privacy-policy h4, .privacy-policy .h4 {
  font-size: 0.875rem;
  line-height: 1.65;
  font-weight: 400; }
  @media (min-width: 768px) {
    .privacy-policy h4, .privacy-policy .h4 {
      font-size: 1.125rem; } }

.page-template-page-about .sticky-wrap {
  background: #F6F6F6; }

.page-template-page-about .woocommerce-breadcrumb {
  background: #F6F6F6;
  padding-top: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media (min-width: 768px) {
    .page-template-page-about .woocommerce-breadcrumb {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 992px) {
    .page-template-page-about .woocommerce-breadcrumb {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media (min-width: 1200px) {
    .page-template-page-about .woocommerce-breadcrumb {
      padding-left: 4.6875rem;
      padding-right: 4.6875rem; } }
  @media (min-width: 1300px) {
    .page-template-page-about .woocommerce-breadcrumb {
      padding-left: 5rem;
      padding-right: 5rem; } }

.who-content-section {
  position: relative;
  padding: 1.875rem 0 0;
  margin-bottom: 4.4375rem;
  text-align: center;
  background: #F6F6F6; }
  @media (min-width: 768px) {
    .who-content-section {
      padding: 40px 15px;
      margin-bottom: 132px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 992px) {
    .who-content-section {
      padding: 3.75rem 0.9375rem; } }
  @media (min-width: 1200px) {
    .who-content-section {
      padding: 4.6875rem 4.6875rem; } }
  @media (min-width: 1300px) {
    .who-content-section {
      padding-left: 5rem;
      padding-right: 5rem; } }
  .who-content-section::after {
    content: "";
    border-right: 1px dashed #DDDDDD;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 1px;
    height: 3.1875rem;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .who-content-section::after {
        height: 6.375rem; } }
  @media (min-width: 768px) {
    .who-content-section .img-col {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; } }
  .who-content-section .img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .who-content-section .who-content-col {
    padding: 0 0.9375rem;
    margin-bottom: 1.875rem; }
    @media (min-width: 768px) {
      .who-content-section .who-content-col {
        padding: 0 0 0 2.5rem;
        margin-bottom: 0;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .who-content-section .who-content-col {
        padding-left: 3.75rem; } }
    @media (min-width: 1200px) {
      .who-content-section .who-content-col {
        padding-left: 5rem; } }
    @media (min-width: 1300px) {
      .who-content-section .who-content-col {
        padding-left: 5rem; } }
    .who-content-section .who-content-col .who_title {
      margin-top: 0;
      margin-bottom: 0.625rem;
      font-size: 1.25rem;
      line-height: 1.48;
      font-weight: 500;
      color: #000; }
      @media (min-width: 768px) {
        .who-content-section .who-content-col .who_title {
          margin-bottom: 2rem;
          font-size: 1.875rem; } }
    .who-content-section .who-content-col .text_wrap {
      font-size: 0.75rem;
      color: #000;
      line-height: 1.5; }
      @media (min-width: 768px) {
        .who-content-section .who-content-col .text_wrap {
          font-size: 0.875rem;
          line-height: 1.63; } }
      @media (min-width: 992px) {
        .who-content-section .who-content-col .text_wrap {
          font-size: 1rem; } }

.about-content-section {
  margin-bottom: 1.875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: center; }
  @media (min-width: 768px) {
    .about-content-section {
      padding: 0 15px;
      margin-bottom: 3.75rem; } }
  @media (min-width: 992px) {
    .about-content-section {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media (min-width: 1200px) {
    .about-content-section {
      padding-left: 4.6875rem;
      padding-right: 4.6875rem; } }
  @media (min-width: 1300px) {
    .about-content-section {
      padding-left: 5rem;
      padding-right: 5rem; } }
  .about-content-section .top-text {
    margin-bottom: 1.875rem; }
    @media (min-width: 768px) {
      .about-content-section .top-text {
        margin: 0 auto 1.875rem;
        max-width: 45.3125rem; } }
  .about-content-section .about_title {
    margin-top: 0;
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
    line-height: 1.48;
    font-weight: 500;
    color: #000; }
    @media (min-width: 768px) {
      .about-content-section .about_title {
        margin-bottom: 2rem;
        font-size: 1.875rem; } }
  .about-content-section .about_text {
    font-size: 0.75rem;
    color: #000;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .about-content-section .about_text {
        font-size: 0.875rem;
        line-height: 1.63; } }
    @media (min-width: 992px) {
      .about-content-section .about_text {
        font-size: 1rem; } }
  .about-content-section .contact-info-box {
    background: #fff;
    border-radius: 0.625rem;
    box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
    overflow: hidden; }
    @media (min-width: 768px) {
      .about-content-section .contact-info-box {
        border-radius: 1.25rem;
        box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (min-width: 768px) {
      .about-content-section .contact-info-box .img-col {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
    .about-content-section .contact-info-box .img-col .img-wrap {
      height: 100%; }
    .about-content-section .contact-info-box .img-col img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .about-content-section .contact-info-box .contact-info-text {
      padding: 1.875rem 2.5625rem; }
      @media (min-width: 768px) {
        .about-content-section .contact-info-box .contact-info-text {
          padding: 3.75rem 2.5rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          max-width: 50%; } }
      @media (min-width: 992px) {
        .about-content-section .contact-info-box .contact-info-text {
          padding: 5rem 3.75rem; } }
      @media (min-width: 1200px) {
        .about-content-section .contact-info-box .contact-info-text {
          padding: 5.875rem 6.25rem; } }
      @media (min-width: 1300px) {
        .about-content-section .contact-info-box .contact-info-text {
          padding-left: 10.1875rem;
          padding-right: 10.1875rem; } }
    .about-content-section .contact-info-box .info-text-frame {
      font-size: 0.75rem;
      line-height: 1.5; }
      @media (min-width: 768px) {
        .about-content-section .contact-info-box .info-text-frame {
          font-size: 1rem;
          line-height: 1.88; } }
    .about-content-section .contact-info-box .contact_info p:last-child {
      margin-bottom: 0; }
    .about-content-section .contact-info-box .contact_info a {
      color: inherit;
      text-decoration: underline; }
      .about-content-section .contact-info-box .contact_info a:hover {
        color: inherit;
        text-decoration: none; }
    .about-content-section .contact-info-box .contact_info + .social-contact-info {
      position: relative;
      margin-top: 0.625rem;
      padding-top: 0.625rem; }
      @media (min-width: 768px) {
        .about-content-section .contact-info-box .contact_info + .social-contact-info {
          margin-top: 1.25rem;
          padding-top: 1.25rem; } }
      .about-content-section .contact-info-box .contact_info + .social-contact-info::before {
        content: "";
        border-top: 1px dashed #DDDDDD;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        width: 4.84375rem;
        margin: 0 auto; }
        @media (min-width: 768px) {
          .about-content-section .contact-info-box .contact_info + .social-contact-info::before {
            width: 9.6875rem; } }
    .about-content-section .contact-info-box .social-contact-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .about-content-section .contact-info-box .social-contact-info .social_connect_title {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; }
      .about-content-section .contact-info-box .social-contact-info > a {
        display: inline-block;
        font-size: 1.125rem;
        color: #000;
        text-decoration: none;
        padding: 0.9375rem 0.625rem 0;
        line-height: 1; }
        @media (min-width: 768px) {
          .about-content-section .contact-info-box .social-contact-info > a {
            font-size: 1.25rem;
            padding: 0.9375rem 0.6875rem 0; } }
        .about-content-section .contact-info-box .social-contact-info > a:hover {
          color: #000; }

.page-template-page-faq .woocommerce-breadcrumb {
  padding-top: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media (min-width: 768px) {
    .page-template-page-faq .woocommerce-breadcrumb {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 992px) {
    .page-template-page-faq .woocommerce-breadcrumb {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media (min-width: 1200px) {
    .page-template-page-faq .woocommerce-breadcrumb {
      padding-left: 4.6875rem;
      padding-right: 4.6875rem; } }
  @media (min-width: 1300px) {
    .page-template-page-faq .woocommerce-breadcrumb {
      padding-left: 5rem;
      padding-right: 5rem; } }

.faqs-container {
  padding: 0.875rem 0 1.625rem; }
  @media (min-width: 768px) {
    .faqs-container {
      padding-top: 24px; } }
  @media (min-width: 992px) {
    .faqs-container {
      padding-top: 34px; } }
  @media (min-width: 1200px) {
    .faqs-container .container {
      max-width: 1066px; } }

.faq-top-text {
  font-size: 0.75rem;
  line-height: 1.75; }
  @media (min-width: 768px) {
    .faq-top-text {
      font-size: 14px;
      padding-bottom: 24px;
      line-height: 1.33333333; } }
  @media (min-width: 992px) {
    .faq-top-text {
      font-size: 16px;
      padding-bottom: 34px; } }
  @media (min-width: 1200px) {
    .faq-top-text {
      font-size: 18px;
      padding-bottom: 44px; } }
  .faq-top-text h1, .faq-top-text .h1 {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0.625rem; }
    @media (min-width: 768px) {
      .faq-top-text h1, .faq-top-text .h1 {
        font-size: 23px;
        margin-bottom: 12px; } }
    @media (min-width: 992px) {
      .faq-top-text h1, .faq-top-text .h1 {
        font-size: 26px;
        margin-bottom: 14px; } }
    @media (min-width: 1200px) {
      .faq-top-text h1, .faq-top-text .h1 {
        font-size: 28px; } }
  .faq-top-text a[href^="https://wa.me"] {
    white-space: nowrap; }
  .faq-top-text p {
    margin-bottom: 0.4375rem; }
    .faq-top-text p a {
      color: inherit;
      text-decoration: none; }
      .faq-top-text p a:hover {
        color: rgba(0, 0, 0, 0.8); }

.faqs-row {
  padding: 0.5625rem 0 0; }
  @media (min-width: 768px) {
    .faqs-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-top: 28px; } }
  @media (min-width: 992px) {
    .faqs-row {
      padding-top: 0; } }
  @media (min-width: 768px) {
    .faqs-row .faqs-content-holder {
      -ms-flex-preferred-size: 70.4%;
          flex-basis: 70.4%;
      max-width: 70.4%;
      margin-right: auto; } }
  @media (min-width: 768px) {
    .faqs-row .sticky-wrap-faq-nav-wrapper {
      -ms-flex-preferred-size: 29.6%;
          flex-basis: 29.6%;
      max-width: 29.6%;
      margin-right: auto; }
      .faqs-row .sticky-wrap-faq-nav-wrapper .faq-nav-wrapper {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        padding: 0 0 0 20px;
        width: auto !important;
        left: auto !important; }
      .faqs-row .sticky-wrap-faq-nav-wrapper.fixed-position .faq-nav-wrapper {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        padding: 0 0 0 20px;
        width: auto !important;
        left: auto !important; } }

.faq-nav-wrapper {
  margin: 0 0 0.9375rem; }
  @media (min-width: 768px) {
    .faq-nav-wrapper {
      -ms-flex-preferred-size: 29.6%;
          flex-basis: 29.6%;
      max-width: 29.6%;
      padding: 0 0 0 20px; } }
  .faq-nav-wrapper .jcf-select {
    display: block !important;
    height: calc(2rem + 2px);
    border: 1px solid #000; }
    @media (min-width: 768px) {
      .faq-nav-wrapper .jcf-select {
        display: none !important; } }
    .faq-nav-wrapper .jcf-select .jcf-select-text {
      margin: 0 0.625rem 0 1.25rem;
      font-size: 0.8125rem;
      line-height: 2rem; }
      .faq-nav-wrapper .jcf-select .jcf-select-text .nav-note {
        font-size: 0.625rem; }
      .faq-nav-wrapper .jcf-select .jcf-select-text .alert-count {
        display: inline-block;
        vertical-align: baseline;
        width: 0.875rem;
        height: 0.875rem;
        font-size: 0.6875rem;
        line-height: 0.9375rem;
        border-radius: 50%;
        text-align: center;
        background: #000;
        color: #fff;
        margin: 0 3px 0 0; }
    .faq-nav-wrapper .jcf-select .jcf-select-opener {
      left: 0.625rem; }
      .faq-nav-wrapper .jcf-select .jcf-select-opener:before {
        font-size: 0.375rem; }
    .faq-nav-wrapper .jcf-select .jcf-select-drop .jcf-select-drop-content {
      border-color: #000; }
    .faq-nav-wrapper .jcf-select .jcf-select-drop .jcf-list .jcf-option {
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
      .faq-nav-wrapper .jcf-select .jcf-select-drop .jcf-list .jcf-option.jcf-selected {
        background: #000;
        color: #fff; }
        .faq-nav-wrapper .jcf-select .jcf-select-drop .jcf-list .jcf-option.jcf-selected .alert-count {
          background: #fff;
          color: #000; }
      .faq-nav-wrapper .jcf-select .jcf-select-drop .jcf-list .jcf-option .nav-note {
        display: block;
        font-size: 0.625rem; }
      .faq-nav-wrapper .jcf-select .jcf-select-drop .jcf-list .jcf-option .alert-count {
        display: inline-block;
        vertical-align: baseline;
        width: 0.875rem;
        height: 0.875rem;
        font-size: 0.6875rem;
        line-height: 0.9375rem;
        border-radius: 50%;
        text-align: center;
        background: #000;
        color: #fff;
        margin: 0 3px 0 0; }
  .faq-nav-wrapper .faq-nav {
    line-height: 1.5; }
    @media (min-width: 768px) {
      .faq-nav-wrapper .faq-nav {
        font-size: 14px; } }
    @media (min-width: 992px) {
      .faq-nav-wrapper .faq-nav {
        font-size: 16px; } }
    @media (max-width: 575.98px) {
      .faq-nav-wrapper .faq-nav {
        display: none; } }
    .faq-nav-wrapper .faq-nav a {
      display: table;
      text-decoration: none;
      color: #000;
      border-bottom: 1px solid transparent;
      margin: 0 0 15px;
      padding: 0 0 2px;
      -webkit-transition: 0.3s ease border;
      transition: 0.3s ease border; }
      .faq-nav-wrapper .faq-nav a:hover, .faq-nav-wrapper .faq-nav a.anchor-active {
        border-bottom-color: #000; }

.faqs-content-holder h2, .faqs-content-holder .h2 {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 0.25rem; }
  .faqs-content-holder h2 .en-font, .faqs-content-holder .h2 .en-font {
    font-family: Assistant !important; }
  @media (min-width: 768px) {
    .faqs-content-holder h2, .faqs-content-holder .h2 {
      font-size: 18px;
      margin-bottom: 6px; } }
  @media (min-width: 992px) {
    .faqs-content-holder h2, .faqs-content-holder .h2 {
      font-size: 22px;
      margin-bottom: 8px; } }
  @media (min-width: 1200px) {
    .faqs-content-holder h2, .faqs-content-holder .h2 {
      font-size: 24px; } }

.faqs-block {
  padding: 0 0 1.625rem; }
  @media (min-width: 768px) {
    .faqs-block {
      max-width: 671px;
      padding-bottom: 32px; } }
  @media (min-width: 992px) {
    .faqs-block {
      padding-bottom: 37px; } }

.faq-item {
  font-size: 0.75rem;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  padding: 0.25rem 0; }
  @media (min-width: 768px) {
    .faq-item {
      font-size: 14px;
      line-height: 1.85714286;
      padding: 1px 0; } }
  .faq-item .faq-opener {
    display: block;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    border: none;
    outline: none;
    background: none;
    padding: 0.25rem 0 0.25rem 1.25rem;
    position: relative;
    width: 100%;
    text-align: right; }
    @media (min-width: 768px) {
      .faq-item .faq-opener {
        font-size: 0.9375rem;
        line-height: 1.2;
        padding: 7px 0 7px 24px; } }
    @media (min-width: 992px) {
      .faq-item .faq-opener {
        font-size: 16px;
        line-height: 1.25;
        padding: 10px 0 10px 26px; } }
    .faq-item .faq-opener:before {
      content: '\e90b';
      position: absolute;
      top: 50%;
      left: 0.1875rem;
      -webkit-transform: translate(0, -50%) rotate(180deg);
          -ms-transform: translate(0, -50%) rotate(180deg);
              transform: translate(0, -50%) rotate(180deg);
      font: 0.5rem/1 "icomoon"; }
      @media (min-width: 768px) {
        .faq-item .faq-opener:before {
          left: 5px;
          font-size: 0.375rem; } }
      @media (min-width: 992px) {
        .faq-item .faq-opener:before {
          left: 7px;
          font-size: 0.4375rem; } }
    .faq-item .faq-opener.collapsed:before {
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      content: '\e90a';
      font-size: 0.046875rem; }
      @media (min-width: 768px) {
        .faq-item .faq-opener.collapsed:before {
          font-size: 0.75px; } }
  .faq-item .faq-content {
    padding: 0 0 1.1875rem; }
    .faq-item .faq-content br {
      display: none; }
    @media (min-width: 768px) {
      .faq-item .faq-content {
        padding-bottom: 25px; } }
    @media (min-width: 992px) {
      .faq-item .faq-content {
        padding-bottom: 28px; } }
    .faq-item .faq-content p {
      margin-bottom: 0.375rem; }
      @media (min-width: 768px) {
        .faq-item .faq-content p {
          margin-bottom: 10px; } }
    .faq-item .faq-content a {
      text-decoration: underline; }
      .faq-item .faq-content a:hover {
        text-decoration: none; }

.page-template-page-faq #backtotop {
  display: none;
  position: fixed;
  bottom: 3.125rem;
  left: 0.625rem;
  z-index: 2;
  width: 40px;
  height: 40px;
  font-size: 18px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #000;
  border-radius: 50%;
  color: #000;
  background: #fff;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.2)); }
  @media (max-width: 575.98px) {
    .page-template-page-faq #backtotop.showtop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.wpcf7 br {
  display: none; }

.page-template-page-contact .woocommerce-breadcrumb {
  background: #F7F7F7;
  padding-top: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media (min-width: 768px) {
    .page-template-page-contact .woocommerce-breadcrumb {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 992px) {
    .page-template-page-contact .woocommerce-breadcrumb {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media (min-width: 1200px) {
    .page-template-page-contact .woocommerce-breadcrumb {
      padding-left: 4.6875rem;
      padding-right: 4.6875rem; } }
  @media (min-width: 1300px) {
    .page-template-page-contact .woocommerce-breadcrumb {
      padding-left: 5rem;
      padding-right: 5rem; } }

.page-template-page-contact .wpcf7 form .wpcf7-response-output {
  margin-top: 1.25rem; }

.contactus-heading {
  background: #F7F7F7;
  padding: 1.875rem 0; }
  @media (min-width: 768px) {
    .contactus-heading {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }
  .contactus-heading .container {
    max-width: 506px; }
  .contactus-heading .top-text {
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.67;
    padding: 0; }
    @media (min-width: 768px) {
      .contactus-heading .top-text {
        font-size: 1rem;
        line-height: 1.5;
        max-width: 40rem;
        margin: 0 auto; } }
  .contactus-heading h1, .contactus-heading .h1 {
    font-size: 1.5625rem;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 0.625rem; }
    @media (min-width: 768px) {
      .contactus-heading h1, .contactus-heading .h1 {
        font-size: 2.5rem;
        margin-bottom: 0.9375rem; } }

.contactus-form-holder {
  position: relative;
  z-index: 9; }
  .contactus-form-holder::before {
    content: "";
    background: #F7F7F7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3.4375rem;
    z-index: -9; }
    @media (min-width: 768px) {
      .contactus-form-holder::before {
        height: 7.0625rem; } }
  @media (max-width: 575.98px) {
    .contactus-form-holder .container {
      max-width: 636px; } }
  .contactus-form-holder .contactus-form-inner-holder {
    background: #fff;
    margin-bottom: 1.875rem;
    border-radius: 0.625rem;
    overflow: hidden;
    box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2); }
    @media (min-width: 768px) {
      .contactus-form-holder .contactus-form-inner-holder {
        border-radius: 1.25rem;
        margin-bottom: 3.75rem;
        box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2); } }
    @media (min-width: 992px) {
      .contactus-form-holder .contactus-form-inner-holder {
        max-width: 1137px;
        margin-left: auto;
        margin-right: auto; } }
  .contactus-form-holder .contact-form-holder {
    padding: 1.875rem 0.8125rem; }
    @media (min-width: 768px) {
      .contactus-form-holder .contact-form-holder {
        padding: 2.8125rem 2.8125rem 2.8125rem 1.5625rem; }
        .contactus-form-holder .contact-form-holder .form-subheading,
        .contactus-form-holder .contact-form-holder .wpcf7 {
          max-width: 413px;
          margin-left: auto;
          margin-right: auto; } }
    .contactus-form-holder .contact-form-holder form > p {
      margin-bottom: 0; }
  .contactus-form-holder .contact-image {
    padding: 0; }
  @media (max-width: 575.98px) {
    .contactus-form-holder .col-md-5 {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }

.contact-container {
  margin-bottom: 1.875rem; }
  @media (min-width: 768px) {
    .contact-container {
      margin-bottom: 1.875rem; } }
  @media (min-width: 1200px) {
    .contact-container {
      margin-bottom: 3.75rem; } }
  @media (min-width: 992px) {
    .contact-container .container {
      max-width: 75.125rem; } }
  @media (min-width: 768px) {
    .contact-container .contact-info-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .contact-container .contact-info-box {
    font-size: 0.8125rem;
    line-height: 1.25rem;
    text-align: center;
    margin-bottom: 2.34375rem;
    color: #000;
    padding-bottom: 2.03125rem;
    position: relative; }
    @media (min-width: 768px) {
      .contact-container .contact-info-box {
        font-size: 0.9375rem;
        line-height: 1.55555556;
        padding: 0 0.75rem;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
        max-width: 33.33%; } }
    @media (min-width: 992px) {
      .contact-container .contact-info-box {
        font-size: 1.125rem;
        padding: 0 0.9375rem;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
        max-width: 20%;
        margin: 0; } }
    .contact-container .contact-info-box:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    .contact-container .contact-info-box:not(:last-child)::after {
      content: "";
      border-bottom: 1px dashed #ddd;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: 4.15625rem;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .contact-container .contact-info-box:not(:last-child)::after {
          border-bottom: none;
          border-left: 1px dashed #ddd;
          max-width: initial;
          height: 3.375rem;
          bottom: auto;
          top: 0; } }
    .contact-container .contact-info-box .contact-icon-holder {
      font-size: 1.40625rem;
      margin-bottom: 1.09375rem; }
      @media (min-width: 768px) {
        .contact-container .contact-info-box .contact-icon-holder {
          margin-bottom: 2.8125rem; } }
      @media (min-width: 992px) {
        .contact-container .contact-info-box .contact-icon-holder {
          font-size: 1.5625rem; }
          .contact-container .contact-info-box .contact-icon-holder .icon-phone-alt {
            font-size: 1.375rem; }
          .contact-container .contact-info-box .contact-icon-holder .icon-mail-alt {
            font-size: 1.25rem; } }
    .contact-container .contact-info-box h2, .contact-container .contact-info-box .h2 {
      font-size: 1.25rem;
      font-weight: 600;
      line-height: 1.5;
      margin-bottom: 0.75rem; }
      @media (min-width: 768px) {
        .contact-container .contact-info-box h2, .contact-container .contact-info-box .h2 {
          font-size: 30px;
          margin-bottom: 0.9375rem; } }
      @media (min-width: 992px) {
        .contact-container .contact-info-box h2, .contact-container .contact-info-box .h2 {
          font-size: 2.25rem;
          margin-bottom: 1.4375rem; } }
    .contact-container .contact-info-box ul > li {
      padding: 0;
      font-size: 0.75rem;
      font-weight: 400;
      line-height: 1.3; }
      @media (min-width: 768px) {
        .contact-container .contact-info-box ul > li {
          font-size: 1rem; } }
    .contact-container .contact-info-box a {
      color: inherit;
      text-decoration: none; }
      .contact-container .contact-info-box a.branch-list {
        text-decoration: underline; }
        .contact-container .contact-info-box a.branch-list:hover {
          text-decoration: none; }
    .contact-container .contact-info-box .waze img,
    .contact-container .contact-info-box .whatsapp img {
      width: 0.75rem;
      margin-left: 0.1875rem; }
      @media (min-width: 768px) {
        .contact-container .contact-info-box .waze img,
        .contact-container .contact-info-box .whatsapp img {
          width: 0.875rem; } }
      @media (min-width: 992px) {
        .contact-container .contact-info-box .waze img,
        .contact-container .contact-info-box .whatsapp img {
          width: 1rem; } }
    .contact-container .contact-info-box .waze .text,
    .contact-container .contact-info-box .whatsapp .text {
      text-decoration: underline; }
    .contact-container .contact-info-box .social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0.5rem; }
      .contact-container .contact-info-box .social.instagram img {
        -ms-flex-preferred-size: 1.1875rem;
            flex-basis: 1.1875rem;
        max-width: 1.1875rem;
        margin: 0 0.125rem; }
        @media (min-width: 768px) {
          .contact-container .contact-info-box .social.instagram img {
            -ms-flex-preferred-size: 1.375rem;
                flex-basis: 1.375rem;
            max-width: 1.375rem;
            margin: 0 0.125rem; } }
        @media (min-width: 992px) {
          .contact-container .contact-info-box .social.instagram img {
            -ms-flex-preferred-size: 1.625rem;
                flex-basis: 1.625rem;
            max-width: 1.625rem;
            margin: 0 0.15625rem; } }
      .contact-container .contact-info-box .social img {
        -ms-flex-preferred-size: 1.4375rem;
            flex-basis: 1.4375rem;
        max-width: 1.4375rem; }
        @media (min-width: 768px) {
          .contact-container .contact-info-box .social img {
            -ms-flex-preferred-size: 26px;
                flex-basis: 26px;
            max-width: 26px; } }
        @media (min-width: 992px) {
          .contact-container .contact-info-box .social img {
            -ms-flex-preferred-size: 1.9375rem;
                flex-basis: 1.9375rem;
            max-width: 1.9375rem; } }
      .contact-container .contact-info-box .social .network-name {
        max-width: calc(100% - 1.4375rem);
        padding-right: 0.375rem; }
        @media (min-width: 768px) {
          .contact-container .contact-info-box .social .network-name {
            max-width: calc(100% - 26px); } }
        @media (min-width: 992px) {
          .contact-container .contact-info-box .social .network-name {
            max-width: calc(100% - 1.9375rem); } }

.contact-form-holder {
  margin: 0 auto;
  padding: 1rem 0 1.25rem; }
  @media (min-width: 768px) {
    .contact-form-holder {
      padding: 0; } }
  @media (min-width: 992px) {
    .contact-form-holder {
      max-width: 25.9375rem;
      padding: 2.5rem 0; } }
  .contact-form-holder h1, .contact-form-holder .h1 {
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.3333;
    margin: 0 0 0.5625rem; }
    @media (min-width: 768px) {
      .contact-form-holder h1, .contact-form-holder .h1 {
        font-size: 37px;
        margin-bottom: 0.9375rem; } }
    @media (min-width: 992px) {
      .contact-form-holder h1, .contact-form-holder .h1 {
        font-size: 3.75rem; } }
  .contact-form-holder .form-row {
    margin-left: -0.21875rem;
    margin-right: -0.21875rem;
    margin-bottom: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) {
      .contact-form-holder .form-row {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 1.25rem; } }
    @media (min-width: 992px) {
      .contact-form-holder .form-row {
        margin-left: -10px;
        margin-right: -10px; } }
    @media (min-width: 1300px) {
      .contact-form-holder .form-row {
        margin-left: -13px;
        margin-right: -13px; } }
    .contact-form-holder .form-row .form-group {
      margin-bottom: 0; }
      .contact-form-holder .form-row .form-group .input-label {
        right: 0.21875rem; }
        @media (min-width: 768px) {
          .contact-form-holder .form-row .form-group .input-label {
            right: 5px; } }
        @media (min-width: 992px) {
          .contact-form-holder .form-row .form-group .input-label {
            right: 10px; } }
        @media (min-width: 1300px) {
          .contact-form-holder .form-row .form-group .input-label {
            right: 13px; } }
    .contact-form-holder .form-row > [class*="col-"] {
      padding-left: 0.21875rem;
      padding-right: 0.21875rem; }
      @media (min-width: 768px) {
        .contact-form-holder .form-row > [class*="col-"] {
          padding-left: 5px;
          padding-right: 5px; } }
      @media (min-width: 992px) {
        .contact-form-holder .form-row > [class*="col-"] {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (min-width: 1300px) {
        .contact-form-holder .form-row > [class*="col-"] {
          padding-left: 13px;
          padding-right: 13px; } }
  .contact-form-holder .form-group {
    margin-bottom: 0.9375rem;
    position: relative; }
    @media (min-width: 768px) {
      .contact-form-holder .form-group {
        margin-bottom: 1.25rem; } }
    .contact-form-holder .form-group.focused .input-label, .contact-form-holder .form-group.populated .input-label {
      top: 0.15625rem;
      font-size: 0.6875rem; }
      @media (min-width: 768px) {
        .contact-form-holder .form-group.focused .input-label, .contact-form-holder .form-group.populated .input-label {
          top: 0.1875rem;
          font-size: 0.875rem; } }
    .contact-form-holder .form-group .input-label {
      position: absolute;
      top: 0.75rem;
      right: 0;
      margin: 0;
      line-height: 1;
      z-index: 9;
      -webkit-transition: top ease 0.3s, font-size ease 0.3s;
      transition: top ease 0.3s, font-size ease 0.3s;
      pointer-events: none; }
      @media (min-width: 768px) {
        .contact-form-holder .form-group .input-label {
          top: 1.5625rem; } }
  .contact-form-holder .form-control {
    border-color: #000;
    color: #000;
    height: 2.90625rem;
    font-size: 1rem !important;
    border-width: 0 0 1px 0;
    border-bottom-color: #DDDDDD;
    padding: 20px 0 0; }
    @media (max-width: 575.98px) {
      .contact-form-holder .form-control {
        padding-top: 0.84375rem;
        height: 2.109375rem;
        font-size: 0.75rem !important; } }
    .contact-form-holder .form-control::-webkit-input-placeholder {
      color: transparent; }
    .contact-form-holder .form-control::-moz-placeholder {
      opacity: 1;
      color: transparent; }
    .contact-form-holder .form-control:-moz-placeholder {
      color: transparent; }
    .contact-form-holder .form-control:-ms-input-placeholder {
      color: transparent; }
    .contact-form-holder .form-control.placeholder {
      color: transparent; }
  .contact-form-holder textarea.form-control {
    height: 5.109375rem;
    min-height: 5.109375rem;
    resize: none; }
    @media (min-width: 768px) {
      .contact-form-holder textarea.form-control {
        height: 5.46875rem;
        min-height: 5.46875rem; } }
  .contact-form-holder .form-subheading {
    text-align: center;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1;
    display: block;
    margin-bottom: 0.9375rem; }
    @media (min-width: 992px) {
      .contact-form-holder .form-subheading {
        font-size: 1.25rem;
        line-height: 1.2;
        margin-bottom: 0.625rem; } }
  .contact-form-holder .btn {
    display: block;
    width: auto;
    min-width: 8.4609375rem;
    height: auto;
    min-height: 2rem;
    margin: 1.875rem auto 0;
    font-weight: 400; }
    @media (min-width: 768px) {
      .contact-form-holder .btn {
        min-width: 12.6875rem;
        min-height: 2.8125rem;
        margin-top: 2.9375rem; } }

.contact-image {
  background: #f7f7f7;
  display: block;
  padding: 1.25rem 0;
  margin: 0 -0.75rem; }
  @media (min-width: 768px) {
    .contact-image {
      margin-right: 0;
      padding: 2.75rem 1.5625rem;
      height: 100%;
      margin: 0; } }
  @media (min-width: 992px) {
    .contact-image {
      padding: 4.625rem 5.8125rem; } }
  .contact-image img {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover; }

.contact-branches-sec {
  margin-bottom: 1.875rem; }
  @media (min-width: 768px) {
    .contact-branches-sec {
      margin-bottom: 60px; } }
  @media (min-width: 1200px) {
    .contact-branches-sec {
      margin-bottom: 5rem; } }
  @media (min-width: 1200px) {
    .contact-branches-sec .container {
      max-width: 1123px; } }
  @media (max-width: 575.98px) {
    .contact-branches-sec .container {
      max-width: 100%;
      padding: 0; } }
  .contact-branches-sec .top-text {
    margin: 0 auto 0.9375rem;
    text-align: center;
    max-width: 20rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    @media (min-width: 768px) {
      .contact-branches-sec .top-text {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .contact-branches-sec .top-text {
        margin-bottom: 3.75rem; } }
    .contact-branches-sec .top-text h1, .contact-branches-sec .top-text .h1 {
      font-size: 1.5625rem;
      font-weight: 500;
      color: #000;
      line-height: 1;
      margin: 0; }
      @media (min-width: 768px) {
        .contact-branches-sec .top-text h1, .contact-branches-sec .top-text .h1 {
          font-size: 40px; } }
      @media (min-width: 1200px) {
        .contact-branches-sec .top-text h1, .contact-branches-sec .top-text .h1 {
          font-size: 2.5rem; } }
  .contact-branches-sec .branch-img-holder {
    margin-bottom: 1.875rem; }
    @media (min-width: 768px) {
      .contact-branches-sec .branch-img-holder {
        margin-bottom: 0; } }
    .contact-branches-sec .branch-img-holder img {
      width: 100%; }
  .contact-branches-sec .contact-branches-holder {
    max-width: 20rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .contact-branches-sec .contact-branches-holder {
        max-width: 100%;
        padding: 5px 0 0;
        margin: 0; } }
    @media (min-width: 992px) {
      .contact-branches-sec .contact-branches-holder {
        padding-right: 1.25rem; } }
  .contact-branches-sec .contact-branches-block {
    padding: 0.625rem 0;
    border-bottom: 1px dashed #DDDDDD; }
    @media (min-width: 768px) {
      .contact-branches-sec .contact-branches-block {
        padding-top: 15px;
        padding-bottom: 15px; } }
    @media (min-width: 1200px) {
      .contact-branches-sec .contact-branches-block {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem; } }
    @media (min-width: 1300px) {
      .contact-branches-sec .contact-branches-block {
        padding-top: 1rem;
        padding-bottom: 1rem; } }
    .contact-branches-sec .contact-branches-block:first-child {
      border-top: 1px dashed #DDDDDD; }
    .contact-branches-sec .contact-branches-block .contact-branch-opener {
      display: block;
      width: 100%;
      text-align: initial;
      background: none;
      border: none;
      padding: 0;
      font-size: 0.75rem;
      font-weight: 500;
      position: relative; }
      @media (min-width: 768px) {
        .contact-branches-sec .contact-branches-block .contact-branch-opener {
          font-size: 15px; } }
      @media (min-width: 1200px) {
        .contact-branches-sec .contact-branches-block .contact-branch-opener {
          font-size: 1.125rem; } }
      .contact-branches-sec .contact-branches-block .contact-branch-opener::after {
        content: '\e90b';
        position: absolute;
        top: 0.40625rem;
        left: 0;
        font-family: "icomoon";
        font-size: 0.5rem;
        line-height: 1;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transition: -webkit-transform ease 0.35s;
        transition: -webkit-transform ease 0.35s;
        transition: transform ease 0.35s;
        transition: transform ease 0.35s, -webkit-transform ease 0.35s; }
        @media (min-width: 768px) {
          .contact-branches-sec .contact-branches-block .contact-branch-opener::after {
            font-size: 11px;
            top: 7px; } }
        @media (min-width: 1200px) {
          .contact-branches-sec .contact-branches-block .contact-branch-opener::after {
            font-size: 0.6875rem;
            top: 0.5625rem; } }
      .contact-branches-sec .contact-branches-block .contact-branch-opener.collapsed::after {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
    .contact-branches-sec .contact-branches-block .contact-branch-content {
      padding-top: 0.5rem;
      font-size: 0.75rem;
      font-weight: 400;
      line-height: 1.5; }
      @media (min-width: 768px) {
        .contact-branches-sec .contact-branches-block .contact-branch-content {
          padding-top: 15px;
          font-size: 14px;
          margin-bottom: 0; } }
      @media (min-width: 1200px) {
        .contact-branches-sec .contact-branches-block .contact-branch-content {
          padding-top: 1.125rem;
          font-size: 1rem; } }
      .contact-branches-sec .contact-branches-block .contact-branch-content > p {
        margin-top: 0;
        margin-bottom: 0.3125rem; }
        @media (min-width: 768px) {
          .contact-branches-sec .contact-branches-block .contact-branch-content > p {
            margin-bottom: 7px; } }
        @media (min-width: 1200px) {
          .contact-branches-sec .contact-branches-block .contact-branch-content > p {
            margin-bottom: 0.625rem; } }
        .contact-branches-sec .contact-branches-block .contact-branch-content > p:last-child {
          margin-bottom: 0; }

.page-template-page-store .woocommerce-breadcrumb {
  padding-top: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media (min-width: 768px) {
    .page-template-page-store .woocommerce-breadcrumb {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 992px) {
    .page-template-page-store .woocommerce-breadcrumb {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media (min-width: 1200px) {
    .page-template-page-store .woocommerce-breadcrumb {
      padding-left: 4.6875rem;
      padding-right: 4.6875rem; } }
  @media (min-width: 1300px) {
    .page-template-page-store .woocommerce-breadcrumb {
      padding-left: 5rem;
      padding-right: 5rem; } }
  .page-template-page-store .woocommerce-breadcrumb .woocommerce-breadcrumb {
    padding-left: 0;
    padding-right: 0; }

.page-template-page-store .contact-branches-sec {
  margin-top: 1.875rem; }
  @media (min-width: 768px) {
    .page-template-page-store .contact-branches-sec {
      margin-top: 60px; } }
  @media (min-width: 1200px) {
    .page-template-page-store .contact-branches-sec {
      margin-bottom: 3.75rem; } }

#footer {
  font-size: 0.75rem;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #footer .container-home {
      padding: 0 1.5625rem; } }
  @media (min-width: 768px) {
    #footer {
      font-size: 0.875rem; } }
  #footer .container {
    max-width: 100%; }
  #footer .footer-title {
    font-size: 0.75rem;
    font-weight: 700;
    display: block;
    margin-bottom: 0.75rem; }
    @media (min-width: 768px) {
      #footer .footer-title {
        font-size: 1rem;
        margin-bottom: 0.9375rem; } }
  #footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.75rem; }
    @media (min-width: 768px) {
      #footer ul {
        font-size: 1rem; } }
    #footer ul li {
      margin-bottom: 0.625rem; }
      @media (min-width: 768px) {
        #footer ul li {
          margin-bottom: 0.9375rem; } }
    #footer ul.info-list {
      margin-bottom: 1.25rem; }
      @media (min-width: 768px) {
        #footer ul.info-list {
          margin-bottom: 1.25rem; } }
  #footer a {
    text-decoration: none;
    color: #000; }
  #footer .social-media-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767.98px) {
      #footer .social-media-wrap {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    #footer .social-media-wrap a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0 0.625rem;
      width: 1.875rem;
      height: 1.875rem;
      border-radius: 1.875rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #6ad3d9;
      color: #fff; }
      @media (min-width: 768px) {
        #footer .social-media-wrap a {
          margin-left: 1.375rem;
          margin-right: 0;
          width: 2.125rem;
          height: 2.125rem;
          border-radius: 2.125rem; } }

.footer-top {
  position: relative;
  margin-top: 4.375rem; }
  @media (min-width: 768px) {
    .footer-top {
      background: #fff;
      margin-top: 8.125rem;
      padding-bottom: 2.1875rem; } }
  @media only screen and (min-width: 1700px) {
    .footer-top {
      margin-top: 11.25rem; } }
  .footer-top .footer-curves {
    position: absolute;
    top: -2.8125rem;
    left: -0.5rem;
    right: -0.5rem;
    z-index: -1; }
    @media (min-width: 768px) {
      .footer-top .footer-curves {
        top: -6.25rem;
        left: -2.1875rem;
        right: -2.1875rem; } }
    @media only screen and (min-width: 1700px) {
      .footer-top .footer-curves {
        top: -9.375rem; } }
    .footer-top .footer-curves img {
      width: 100%; }
  @media (max-width: 767.98px) {
    .footer-top .container-home {
      padding: 0 1.375rem; } }

.footer-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .footer-top-inner {
      padding-bottom: 0.9375rem; } }
  .footer-top-inner .footer-about {
    -ms-flex-preferred-size: 35.5%;
        flex-basis: 35.5%;
    max-width: 35.5%;
    padding-left: 14%; }
    @media (max-width: 1199.98px) {
      .footer-top-inner .footer-about {
        padding-left: 50px;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%;
        margin-bottom: 3.125rem; } }
    @media (max-width: 767.98px) {
      .footer-top-inner .footer-about {
        padding-left: 0;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 1.4375rem; } }
    @media (max-width: 767.98px) {
      .footer-top-inner .footer-about {
        text-align: center; } }
    .footer-top-inner .footer-about .footer-logo {
      margin-bottom: 0.9375rem; }
      @media (min-width: 768px) {
        .footer-top-inner .footer-about .footer-logo {
          margin-bottom: 1.25rem; } }
    .footer-top-inner .footer-about .footer-desc {
      margin-bottom: 1.125rem; }
      @media (min-width: 768px) {
        .footer-top-inner .footer-about .footer-desc {
          margin-bottom: 1.6875rem; } }
    @media (max-width: 575.98px) {
      .footer-top-inner .footer-about .social-media-wrap {
        display: none !important; } }
    @media (max-width: 575.98px) {
      .footer-top-inner .footer-about .partners-logo {
        display: block !important; } }
  .footer-top-inner .footer-nav {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
    max-width: 22%;
    padding-left: 3%; }
    @media (max-width: 1199.98px) {
      .footer-top-inner .footer-nav {
        padding-left: 50px;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%;
        margin-bottom: 3.125rem; } }
    @media (max-width: 767.98px) {
      .footer-top-inner .footer-nav {
        padding-left: 0;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%;
        padding-left: 2.5rem;
        margin-bottom: 0; } }
    .footer-top-inner .footer-nav a {
      position: relative; }
      .footer-top-inner .footer-nav a:after {
        content: "";
        position: absolute;
        bottom: -2px;
        height: 1px;
        right: 0;
        width: 100%;
        background: #000;
        -webkit-transition: 0.4s ease opacity, 0.4s ease transform;
        transition: 0.4s ease opacity, 0.4s ease transform;
        opacity: 0;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
                transform-origin: 0 0; }
      .footer-top-inner .footer-nav a:hover:after {
        opacity: 1;
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: 100% 0;
            -ms-transform-origin: 100% 0;
                transform-origin: 100% 0; }
  .footer-top-inner .footer-nav-two {
    -ms-flex-preferred-size: 23.5%;
        flex-basis: 23.5%;
    max-width: 23.5%;
    padding-left: 3%; }
    @media (max-width: 1199.98px) {
      .footer-top-inner .footer-nav-two {
        padding-left: 50px;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%;
        margin-bottom: 0; } }
    @media (max-width: 767.98px) {
      .footer-top-inner .footer-nav-two {
        padding-left: 0;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%;
        padding-right: 2.5rem; } }
  .footer-top-inner .footer-contact-info {
    -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
    max-width: 19%; }
    @media (max-width: 1199.98px) {
      .footer-top-inner .footer-contact-info {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
    @media (max-width: 767.98px) {
      .footer-top-inner .footer-contact-info {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-top: 1.0625rem; } }
    @media (max-width: 575.98px) {
      .footer-top-inner .footer-contact-info .social-media-wrap {
        display: block !important;
        text-align: center;
        margin-bottom: 1.25rem;
        margin-top: 0.9375rem; } }
    @media (max-width: 575.98px) {
      .footer-top-inner .footer-contact-info .partners-logo {
        display: none !important; } }
  .footer-top-inner .footer-payment {
    margin-top: 0.9375rem; }
    @media (min-width: 768px) {
      .footer-top-inner .footer-payment {
        margin-top: 3rem; } }
  @media (max-width: 767.98px) {
    .footer-top-inner .partners-logo,
    .footer-top-inner .footer-payment {
      width: 100%;
      text-align: center; } }

.footer-bottom {
  background: #6ad3d9;
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem; }
  @media (max-width: 1199.98px) {
    .footer-bottom {
      font-size: 0.75rem; } }
  .footer-bottom .container-home {
    background: none; }
  .footer-bottom a {
    color: #fff; }
  .footer-bottom ul li {
    display: inline-block;
    margin-bottom: 0 !important;
    position: relative; }
    .footer-bottom ul li:after {
      content: "";
      display: inline-block;
      height: 15px;
      width: 2px;
      background: #fff;
      margin-right: 0.8125rem;
      margin-left: 0.8125rem;
      vertical-align: middle; }
      @media (max-width: 1199.98px) {
        .footer-bottom ul li:after {
          height: 12px;
          width: 2px;
          margin-right: 0.5rem;
          margin-left: 0.5rem; } }
    .footer-bottom ul li:last-child:after {
      display: none; }
    .footer-bottom ul li a {
      color: #fff !important;
      position: relative; }
      .footer-bottom ul li a:after {
        content: "";
        position: absolute;
        bottom: -2px;
        height: 1px;
        right: 0;
        width: 100%;
        background: #fff;
        -webkit-transition: 0.4s ease opacity, 0.4s ease transform;
        transition: 0.4s ease opacity, 0.4s ease transform;
        opacity: 0;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
                transform-origin: 0 0; }
      .footer-bottom ul li a:hover:after {
        opacity: 1;
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: 100% 0;
            -ms-transform-origin: 100% 0;
                transform-origin: 100% 0; }
  @media (max-width: 1199.98px) {
    .footer-bottom ul {
      margin-bottom: 0.75rem !important; } }
  @media (max-width: 1199.98px) {
    .footer-bottom .footer-copyright {
      margin-bottom: 0.6875rem !important; } }
  @media (min-width: 1200px) {
    .footer-bottom .footer-bottom-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 40px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; } }
  @media (max-width: 1199.98px) {
    .footer-bottom .footer-bottom-wrap {
      padding: 0.625rem 2.0625rem;
      text-align: center; } }
  .footer-bottom .design-dev-info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px !important; }
    @media (max-width: 1199.98px) {
      .footer-bottom .design-dev-info a {
        font-size: 0.75rem !important;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .footer-bottom .design-dev-info a img {
      margin-right: 5px; }
/*# sourceMappingURL=style.css.map */