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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }
}
/*! purgecss start ignore */
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

/*! purgecss end ignore */
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e7e7e7;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e7e7e7;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

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

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/*! purgecss start ignore */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-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 .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #292929;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #292929;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #292929;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #292929;
}

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

/*! purgecss end ignore */
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

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

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

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

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

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

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

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

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

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

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

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

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

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

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
/*
.text-monospace { font-family: $font-family-monospace !important; }

// Alignment

.text-justify  { text-align: justify !important; }
.text-wrap     { white-space: normal !important; }
.text-nowrap   { white-space: nowrap !important; }
.text-truncate { @include text-truncate(); }
*/
.text-left {
  text-align: left !important;
}

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }

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

  .text-xxl-center {
    text-align: center !important;
  }
}
.font-weight-light {
  font-weight: 300 !important;
}

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/** Main **/
@font-face {
  font-family: "Ploni";
  src: url(../fonts/ploni-medium-aaa.woff2);
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Almoni-Tzar";
  src: url(../fonts/almoni-tzar-bold-aaa.woff2);
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Ploni";
  src: url(../fonts/ploni-ultrabold-aaa.woff2);
  font-weight: bold;
  font-display: swap;
}
body, html {
  font-family: "Ploni", sans-serif;
  font-weight: normal;
  color: #292929;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
@media all and (min-width: 576px) {
  body, html {
    font-size: 18px;
  }
}
@media all and (min-width: 768px) {
  body, html {
    font-size: 18px;
  }
}
body.rtl, html.rtl {
  text-align: right;
}

body {
  padding-top: 71px;
}
@media all and (min-width: 1024px) {
  body {
    padding-top: 122px;
  }
}
body.showing-menu-modal, body.showing-cart-modal {
  overflow: hidden;
}

input, select, button, textarea {
  font-family: "Ploni", sans-serif;
}

a {
  color: #292929;
  transition: all 0.5s;
  text-decoration: none;
}
a, a:hover, a:focus, a:active {
  transition: all 0.25s ease-out;
  text-decoration: none;
}

p {
  margin: 0 0 1.5em;
}
p:last-of-type {
  margin: 0;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*! purgecss start ignore */
img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  aspect-ratio: auto;
}

.aligncenter {
  margin: 0 auto 15px;
  display: block;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  margin: 0 20px 20px 0;
}

/*! purgecss end ignore */
.screen-reader-text {
  position: absolute;
  top: -1000em;
}

.screen-reader-text:focus {
  left: 6px;
  top: 7px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f1f1f1;
  color: #0073aa;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.container {
  max-width: 1138px;
  padding-right: 21px;
  padding-left: 21px;
}
@media all and (min-width: 1024px) {
  .container {
    padding-right: 14px;
    padding-left: 14px;
  }
}
.container__small {
  max-width: 713px;
}

.row {
  margin-right: -4px;
  margin-left: -4px;
}
@media all and (min-width: 576px) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media all and (min-width: 768px) {
  .row {
    margin-right: -11px;
    margin-left: -1px;
  }
}
@media all and (min-width: 1024px) {
  .row {
    margin-right: -14px;
    margin-left: -14px;
  }
}

.col-xxl, .col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  padding-left: 4px;
  padding-right: 4px;
}
@media all and (min-width: 576px) {
  .col-xxl, .col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media all and (min-width: 768px) {
  .col-xxl, .col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-left: 11px;
    padding-right: 11px;
  }
}
@media all and (min-width: 1024px) {
  .col-xxl, .col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-left: 14px;
    padding-right: 14px;
  }
}

ul, li {
  margin: 0;
  padding: 0;
}

.ease {
  transition: all 0.25s ease-out;
}

#main.site-main {
  overflow: hidden;
}

/*! purgecss start ignore */
p {
  margin: 0 0 1.5em;
}
p:last-of-type {
  margin: 0;
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
}
.rtl .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  right: auto;
  left: 16px;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  left: 12px;
  top: 100%;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0;
  text-align: center;
  font-size: 0.9em;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ff0000;
}

form input, form select, form textarea {
  /*height: 44px;
  line-height: 42px;
  width: 100%;
  border: 1px solid darken($black, 10);
  border-radius: 8px;
  background: transparent;
  padding: 0 16px;
  font-size: 18px;
  color: $white;
  text-align: right;
  @media all and (min-width: 576px) {
      height: 46px;
      line-height: 44px;
  }
  @media all and (min-width: 768px) {
      height: 50px;
      line-height: 48px;
  }
  @media all and (min-width: 1024px) {
      height: 54px;
      line-height: 52px;
  }
  @media all and (min-width: 1200px) {
      height: 60px;
      line-height: 58px;
  }
  &::placeholder {
      color: $white
  }*/
}
form select {
  background: transparent url(../images/caret.svg) 10px center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 0 0 28px;
}
form select option {
  color: #292929;
}
form .wpcf7-form-control-wrap .checkbox label {
  margin: 0;
}
form .wpcf7-form-control-wrap .checkbox .wpcf7-list-item {
  margin: 0;
}
form .wpcf7-form-control-wrap .checkbox .wpcf7-list-item-label {
  position: relative;
  padding-right: 35px;
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
form .wpcf7-form-control-wrap .checkbox .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background: transparent url(assets/images/checkmark.svg) center center no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-out;
}
form .wpcf7-form-control-wrap .checkbox .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 23px;
  height: 23px;
  border: 1px solid #292929;
  border-radius: 2px;
  transform: translateY(-50%);
}
.product_actions form .wpcf7-form-control-wrap .checkbox .wpcf7-list-item-label:after {
  border-color: #101010;
}
form .wpcf7-form-control-wrap .checkbox input[type=checkbox] {
  position: absolute;
  top: -1em;
  right: -1em;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
form .wpcf7-form-control-wrap .checkbox input[type=checkbox]:checked {
  background: #292929;
}
form .wpcf7-form-control-wrap .checkbox input[type=checkbox]:checked ~ span:before {
  opacity: 1;
  visibility: visible;
}
.product_actions form .wpcf7-form-control-wrap .checkbox input[type=checkbox]:checked ~ span:before, #singleNoPricePopup form .wpcf7-form-control-wrap .checkbox input[type=checkbox]:checked ~ span:before {
  background: transparent url(assets/images/checkmark_dark.svg) center center no-repeat;
}

.product_carousel .swiper-slide, .products .swiper-slide {
  padding: 0;
}
.product_carousel .swiper-button, .products .swiper-button {
  width: 24px;
  height: 48px;
}
.product_carousel .swiper-button-prev svg, .product_carousel .swiper-button-next svg, .products .swiper-button-prev svg, .products .swiper-button-next svg {
  width: 24px;
  height: 48px;
}
.product_carousel .swiper-button-prev:focus, .product_carousel .swiper-button-next:focus, .products .swiper-button-prev:focus, .products .swiper-button-next:focus {
  outline: none;
}
.product_carousel .swiper-button-prev:after, .product_carousel .swiper-button-prev:before, .product_carousel .swiper-button-next:after, .product_carousel .swiper-button-next:before, .products .swiper-button-prev:after, .products .swiper-button-prev:before, .products .swiper-button-next:after, .products .swiper-button-next:before {
  display: none;
}
.product_carousel .swiper-button-prev, .products .swiper-button-prev {
  right: -24px;
  left: auto;
}
.product_carousel .swiper-button-next, .products .swiper-button-next {
  left: -24px;
  right: auto;
}

.modal-backdrop {
  background: black;
}
.modal-backdrop.show {
  opacity: 0.7;
}

.add_to_cart_loader__wrapper {
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 1.25em;
  z-index: 99999;
}
.add_to_cart_loader .logo {
  max-width: 100px;
  margin-bottom: 12px;
  animation-name: heartbeat;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-direction: alternate;
}
@media all and (min-width: 768px) {
  .add_to_cart_loader .logo {
    max-width: 120px;
  }
}

@keyframes heartbeat {
  0% {
    transform: scale(0.85);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.85);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(0.85);
  }
}
/*! purgecss end ignore */
.almoni {
  font-family: "Almoni-Tzar", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

h1, .h1 {
  font-size: 28px;
}
@media all and (min-width: 576px) {
  h1, .h1 {
    font-size: 34px;
  }
}
@media all and (min-width: 768px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media all and (min-width: 1024px) {
  h1, .h1 {
    font-size: 58px;
  }
}
@media all and (min-width: 1200px) {
  h1, .h1 {
    font-size: 64px;
  }
}
@media all and (min-width: 1400px) {
  h1, .h1 {
    font-size: 70px;
  }
}
@media all and (min-width: 1680px) {
  h1, .h1 {
    font-size: 74px;
  }
}

h2, .h2 {
  font-size: 20px;
}
@media all and (min-width: 576px) {
  h2, .h2 {
    font-size: 24px;
  }
}
@media all and (min-width: 768px) {
  h2, .h2 {
    font-size: 28px;
  }
}
@media all and (min-width: 1024px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media all and (min-width: 1200px) {
  h2, .h2 {
    font-size: 36px;
  }
}
@media all and (min-width: 1400px) {
  h2, .h2 {
    font-size: 38px;
  }
}
@media all and (min-width: 1680px) {
  h2, .h2 {
    font-size: 40px;
  }
}

h3, .h3 {
  font-size: 20px;
}
@media all and (min-width: 576px) {
  h3, .h3 {
    font-size: 23px;
  }
}
@media all and (min-width: 768px) {
  h3, .h3 {
    font-size: 25px;
  }
}
@media all and (min-width: 1024px) {
  h3, .h3 {
    font-size: 28px;
  }
}

h4, .h4 {
  font-size: 16px;
}
@media all and (min-width: 576px) {
  h4, .h4 {
    font-size: 18px;
  }
}
@media all and (min-width: 768px) {
  h4, .h4 {
    font-size: 20px;
  }
}
@media all and (min-width: 1024px) {
  h4, .h4 {
    font-size: 22px;
  }
}
@media all and (min-width: 1200px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h5, .h5 {
  font-size: 16px;
}
@media all and (min-width: 768px) {
  h5, .h5 {
    font-size: 18px;
  }
}

h6, .h6 {
  font-size: 14px;
}

.entry ul, .entry ol {
  margin: 0 25px 0 0;
}

input:focus, input:focus-visible {
  outline: #8cbf44 auto 1px;
}

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

.btn {
  display: inline-block;
  border: 0;
  cursor: pointer;
  border-radius: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media all and (min-width: 1200px) {
  .btn {
    padding: 11px 22px;
    font-size: 18px;
    line-height: 1;
  }
}
.btn-green {
  background: #8cbf44;
  color: #fff;
}
.btn-green:hover {
  background: #719b35;
}
.btn-more {
  text-decoration: underline;
  line-height: 1.5;
  font-size: 13px;
}
@media all and (min-width: 768px) {
  .btn-more {
    font-size: 14px;
  }
}
@media all and (min-width: 1024px) {
  .btn-more {
    font-size: 16px;
  }
}
.btn-more:hover {
  text-decoration: underline;
}

.btn,
.button {
  color: #fff;
  border-radius: 50px;
  transition: all 0.5s;
  outline: none;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
  padding: 15px 15px 12px;
  min-width: 111px;
  border: 2px solid transparent;
  text-align: center;
}
@media all and (min-width: 768px) {
  .btn,
.button {
    font-size: 18px;
    padding: 8px 20px 7px;
  }
}
.btn:focus,
.button:focus {
  box-shadow: none;
}
.btn-primary, .btn.single_add_to_cart_button,
.button-primary,
.button.single_add_to_cart_button {
  background-color: #8cbf44;
  border-color: #8cbf44;
}
.btn-primary:hover, .btn.single_add_to_cart_button:hover,
.button-primary:hover,
.button.single_add_to_cart_button:hover {
  background-color: transparent;
  border-color: #dcdcdc;
  color: #292929;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled) .actice, .btn.single_add_to_cart_button:not(:disabled):not(.disabled):active,
.btn.single_add_to_cart_button:not(:disabled):not(.disabled) .actice,
.button-primary:not(:disabled):not(.disabled):active,
.button-primary:not(:disabled):not(.disabled) .actice,
.button.single_add_to_cart_button:not(:disabled):not(.disabled):active,
.button.single_add_to_cart_button:not(:disabled):not(.disabled) .actice {
  color: #fff;
  background-color: #8cbf44;
  border-color: #8cbf44;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled) .actice:focus, .btn.single_add_to_cart_button:not(:disabled):not(.disabled):active:focus,
.btn.single_add_to_cart_button:not(:disabled):not(.disabled) .actice:focus,
.button-primary:not(:disabled):not(.disabled):active:focus,
.button-primary:not(:disabled):not(.disabled) .actice:focus,
.button.single_add_to_cart_button:not(:disabled):not(.disabled):active:focus,
.button.single_add_to_cart_button:not(:disabled):not(.disabled) .actice:focus {
  box-shadow: none;
}
.btn.single_add_to_cart_button,
.button.single_add_to_cart_button {
  padding: 3px 10px 0;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-outline-primary,
.button-outline-primary {
  border-color: #dcdcdc;
  color: #292929;
  background: transparent;
}
.btn-outline-primary:hover,
.button-outline-primary:hover {
  background-color: #292929;
  border-color: #292929;
  color: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled) .actice,
.button-outline-primary:not(:disabled):not(.disabled):active,
.button-outline-primary:not(:disabled):not(.disabled) .actice {
  color: #fff;
  background-color: transparent;
  border-color: #dcdcdc;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled) .actice:focus,
.button-outline-primary:not(:disabled):not(.disabled):active:focus,
.button-outline-primary:not(:disabled):not(.disabled) .actice:focus {
  box-shadow: none;
}
.btn-gray,
.button-gray {
  border: 1px solid #b9b9b9;
  background: #fff;
  color: #292929;
}
.btn-gray:hover,
.button-gray:hover {
  border: 1px solid #292929;
  background: #292929;
  color: #fff;
}

.ltr {
  direction: ltr;
}

.bg-gray {
  background: #f2f2f2;
}

.cover {
  object-fit: cover;
}

.abs_0 {
  left: 0;
  top: 0;
}

input:-webkit-autofill, input:autofill {
  background: #8cbf44;
  color: #fff;
}

.search-btn {
  background: #eeeeee;
  border: 0;
  border-radius: 22px;
  height: 35px;
  line-height: 35px;
  padding: 0 12px;
  font-size: 14px;
  color: #ababab;
  width: 170px;
  text-align: right;
}
@media all and (min-width: 768px) {
  .search-btn {
    height: 37px;
    line-height: 37px;
    padding: 0 14px;
  }
}
@media all and (min-width: 768px) {
  .search-btn {
    font-size: 16px;
    height: 39px;
    line-height: 39px;
    padding: 0 16px;
  }
}
@media all and (min-width: 1024px) {
  .search-btn {
    font-size: 16px;
    height: 41px;
    line-height: 41px;
  }
}
.search-btn svg {
  width: 14px;
  height: auto;
  margin-left: 5px;
}
@media all and (min-width: 576px) {
  .search-btn svg {
    width: 16px;
  }
}
@media all and (min-width: 768px) {
  .search-btn svg {
    width: 18px;
  }
}
@media all and (min-width: 1024px) {
  .search-btn svg {
    width: 20px;
  }
}

#searchModal .modal-dialog {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.admin-bar #searchModal .modal-dialog {
  margin-top: 32px;
}
#searchModal .modal-content {
  border: 0;
  border-radius: 0;
  background: #f6f6f6;
  padding: 15px 0 0;
}
@media all and (min-width: 768px) {
  #searchModal .modal-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media all and (min-width: 1024px) {
  #searchModal .modal-content {
    padding-right: 40px;
    padding-left: 40px;
  }
}
#searchModal .modal-content .container {
  max-width: 1920px;
}
#searchModal .modal-header {
  padding: 0;
  border: 0;
}
#searchModal .modal-header .close {
  padding: 12px;
  margin: 0;
}
#searchModal .modal-body {
  padding: 44px 0;
}

.search__logo {
  width: 56px;
  flex: 0 0 56px;
}
.search__input {
  width: 100%;
  flex: 0 0 100%;
  margin: 0 auto;
  background: #e5e5e5;
  border-radius: 20px;
  border: 2px solid transparent;
  height: 36px;
  line-height: 36px;
  padding: 0 45px;
  font-size: 16px;
  color: #292929;
  outline: none;
}
.search__input:focus {
  outline: none;
  border-color: #292929;
}
@media all and (min-width: 1024px) {
  .search__input {
    width: 655px;
    flex: 0 0 655px;
    height: 40px;
    line-height: 40px;
    padding: 0 55px;
  }
}
.search__input::placeholder {
  color: #ababab;
}
.search__input__wrapper {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 20px;
}
@media all and (min-width: 1024px) {
  .search__input__wrapper {
    flex-grow: 0;
    padding-left: 0;
  }
}
.search__input__wrapper svg {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 18px;
}
@media all and (min-width: 1024px) {
  .search__input__wrapper svg {
    width: 20px;
  }
}
.search__input__wrapper .remove {
  position: absolute;
  left: 15px;
  width: 12px;
  top: 5px;
  cursor: pointer;
}
.search__close {
  background: #e5e5e5;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 0;
  display: block;
}
@media all and (min-width: 1024px) {
  .search__close {
    height: 40px;
    width: 40px;
  }
}
.search__close img {
  display: block;
  width: 13px;
}
@media all and (min-width: 1024px) {
  .search__close img {
    width: 16px;
  }
}
.search__content {
  width: 100%;
  flex: 0 0 100%;
  font-size: 16px;
  font-weight: bold;
  color: #ababab;
  margin-bottom: 15px;
}
@media all and (min-width: 576px) {
  .search__content {
    font-size: 18px;
  }
}
@media all and (min-width: 768px) {
  .search__content {
    font-size: 20px;
  }
}
@media all and (min-width: 1024px) {
  .search__content {
    width: 200px;
    flex: 0 0 200px;
    margin-bottom: 0;
  }
}
.search__content__title {
  font-size: 14px;
  margin: 0 0 10px;
}
@media all and (min-width: 576px) {
  .search__content__title {
    font-size: 15px;
  }
}
@media all and (min-width: 768px) {
  .search__content__title {
    font-size: 16px;
  }
}
.search__content a {
  display: block;
  margin: 12px 0;
  line-height: 1.1;
  color: #ababab;
}
.search__content a b {
  color: #292929;
}
.search__all {
  background: #eeeeee;
  padding: 10px;
  margin: 0 -40px;
}
.search__all a {
  color: #292929;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
}
.search__products .search_product {
  margin-bottom: 30px;
}
@media all and (min-width: 1024px) {
  .search__products .search_product {
    margin-bottom: 0;
  }
}
.search__loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.search__loader .lds-roller {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search__loader .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.search__loader .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #292929;
  margin: -4px 0 0 -4px;
}
.search__loader .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.search__loader .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.search__loader .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.search__loader .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.search__loader .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.search__loader .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.search__loader .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.search__loader .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.search__loader .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.search__loader .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.search__loader .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.search__loader .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.search__loader .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.search__loader .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.search__loader .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.search__loader .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#site-header {
  border-top: 8px solid #8cbf44;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 2px solid #eaeaea;
  z-index: 1039;
}
@media all and (min-width: 1024px) {
  #site-header {
    border-top-width: 9px;
  }
}
.admin-bar #site-header {
  margin-top: 32px;
}

.top_bar {
  height: 41px;
  font-size: 12px;
}
.top_bar img {
  height: 23px;
  width: auto;
  margin-left: 10px;
}
.top_bar__text a {
  border-bottom: 1px solid #292929;
}
.top_bar__text--center {
  letter-spacing: 1.5px;
}
.top_bar__text--center img {
  margin-left: 7px;
}
.top_bar__action a {
  display: block;
}
.header-inner {
  height: 61px;
  background: #fff;
  padding: 0 20px 0 15px;
}
@media all and (min-width: 1024px) {
  .header-inner {
    height: 71px;
    padding: 0 40px;
  }
}
.header-inner.bg-gray {
  background: #f2f2f2;
}
.header-inner .whishlist_btn {
  margin: 0 22px;
}
.header-inner .cart-toggle {
  border: 0;
  padding: 5px;
  margin: 0 0 0 5px;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  order: 1;
}
.header-inner .cart-toggle img {
  width: 24px;
}
@media all and (min-width: 1024px) {
  .header-inner .cart-toggle {
    padding: 0;
    margin: 0;
    order: 9;
  }
  .header-inner .cart-toggle img {
    width: 30px;
  }
}
.header-titles {
  padding-top: 9px;
  padding-bottom: 9px;
}
@media all and (min-width: 1200px) {
  .header-titles {
    width: 271px;
    flex: 0 0 271px;
  }
}
.header-titles__logo {
  margin: 0;
  padding: 0;
}
.header-titles__logo img {
  width: auto;
  display: block;
}
.header-navigation .main-menu li {
  padding: 0 12px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.header-navigation .main-menu li button {
  border: 0;
  background: transparent;
  padding: 5px;
  transform: rotate(0deg);
}
.header-navigation .main-menu li button svg {
  width: 10px;
}
.header-navigation .main-menu li a {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-navigation .main-menu li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: -999em;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  transition: opacity 0.25s ease-out 0.25s;
  display: grid;
  column-count: 6;
  column-gap: 40px;
  justify-content: center;
  grid-template-columns: repeat(6, auto);
}
.header-navigation .main-menu li ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100vh;
  z-index: 1038;
  background: rgba(41, 41, 41, 0.7);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-out;
}
.header-navigation .main-menu li ul li {
  text-align: right;
  display: grid;
  grid-template-rows: 1fr auto;
  break-inside: avoid;
  font-weight: normal;
}
.header-navigation .main-menu li ul li.menu-item-has-children {
  font-weight: bold;
  margin: 0 0 40px;
}
.header-navigation .main-menu li ul li.menu-item-has-children > a {
  color: #292929;
}
.header-navigation .main-menu li ul li a {
  pointer-events: none;
  height: auto;
  margin-bottom: 5px;
  display: block;
  color: #959595;
}
.header-navigation .main-menu li ul ul {
  visibility: visible;
  opacity: 1;
  position: static;
  padding: 0;
  display: block;
  column-count: 1;
  grid-template-columns: repeat(1, 100%);
}
.header-navigation .main-menu li ul ul:before {
  display: none;
}
.header-navigation .main-menu li ul ul li {
  margin: 0;
  padding: 3px 0;
  line-height: 1.4;
  display: block;
}
.header-navigation .main-menu li ul ul li a {
  color: #959595;
  font-weight: normal;
  margin: 0;
}
.header-navigation .main-menu li.hover ul:before, .header-navigation .main-menu li:hover ul:before {
  visibility: visible;
  opacity: 1;
}
.header-navigation .main-menu li.hover ul li a, .header-navigation .main-menu li:hover ul li a {
  pointer-events: auto;
}
.header-navigation .main-menu li.hover > button, .header-navigation .main-menu li:hover > button {
  transform: rotate(-180deg);
}
.header-navigation .main-menu li.hover > ul, .header-navigation .main-menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 2px);
  transition: opacity 0.25s ease-out;
}
.header-navigation .main-menu li.masonry > ul {
  display: block;
  column-count: 6;
  column-gap: 40px;
  grid-template-columns: none;
}
.header-navigation .main-menu > li > ul > li {
  font-weight: bold;
  margin: 0 0 40px;
}
.header-navigation .main-menu > li > ul > li > a {
  color: #292929;
}
.header-navigation .main-menu > li.sale > a {
  color: #8cbf44;
}

.mobile-nav-toggle {
  padding: 5px;
  background: transparent;
  border: 0;
}

.hamburger {
  width: 19px;
  display: block;
  height: 16px;
  position: relative;
  margin-top: 0;
}
.hamburger .line {
  width: 100%;
  height: 2px;
  background: #292929;
  display: block;
  position: absolute;
  transform: rotate(0deg) translate(0, 0);
}
.hamburger .line_1 {
  top: 0;
  left: 0;
}
.hamburger .line_2 {
  top: 7px;
}
.hamburger .line_3 {
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}
.active .hamburger .line {
  width: 110%;
}
.active .hamburger .line_2 {
  opacity: 0;
}
.active .hamburger .line_1, .active .hamburger .line_3 {
  top: 40%;
  left: 0;
  transform: rotate(-45deg);
}
.active .hamburger .line_3 {
  transform: rotate(45deg);
  bottom: 50%;
  top: auto;
}

.menu-modal {
  position: fixed;
  top: 69px;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  display: none;
  height: 100%;
  height: calc(var(--vh, 1vh) * 100 - 69px);
  z-index: 9999;
}
.admin-bar .menu-modal {
  top: 101px;
  height: calc(100% - 32px);
  height: calc(var(--vh, 1vh) * 100 - 32px - 69px);
}
.menu-modal.show-modal {
  display: block;
  visibility: visible;
}
.menu-modal.active {
  opacity: 1;
}
.menu-modal.active .menu-modal-inner {
  transform: translateX(0);
}
.menu-modal-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 214px;
  height: 100%;
  padding: 0;
  transform: translateX(-100%);
  font-size: 14px;
  color: #292929;
  background: #fff;
}
.menu-modal-inner a {
  color: #292929;
  line-height: 1.25;
}
.menu-modal .cat-menu li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 22px;
}
.menu-modal .cat-menu li .icon {
  width: 20px;
  height: 23px;
  position: relative;
  margin-left: 10px;
}
.menu-modal .cat-menu li .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.menu-modal .cat-menu li.myaccount_li {
  font-size: 16px;
  font-weight: normal;
  margin: 13px 0 15px;
}
.menu-modal .cat-menu li.myaccount_li .icon img {
  width: 20px;
}
.menu-modal .cat-menu li .ancestor-wrapper {
  display: flex;
  width: 100%;
}
.menu-modal .cat-menu li .ancestor-wrapper a, .menu-modal .cat-menu li .ancestor-wrapper button {
  display: flex;
  align-items: center;
}
.menu-modal .cat-menu li .ancestor-wrapper a {
  flex: 0 1 100%;
}
.menu-modal .cat-menu li .sub-menu-toggle {
  background: transparent;
  padding: 5px;
  margin: 0;
  transform: rotate(90deg);
  border: 0;
}
.menu-modal .cat-menu li .sub-menu-toggle svg {
  width: 8px;
}
.menu-modal .cat-menu li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: white;
  z-index: 1;
}
.menu-modal .cat-menu li ul h3 {
  font-size: 18px;
  margin: 15px 0;
  padding: 0 22px;
}
.menu-modal .cat-menu li ul .return_to_parent {
  background: transparent;
  padding: 5px 22px;
  display: block;
  border: 0;
  font-size: 14px;
  margin: 13px 0 15px;
}
.menu-modal .cat-menu li ul .return_to_parent svg {
  transform: rotate(-90deg);
  width: 8px;
  margin-left: 9px;
}
.menu-modal .cat-menu li ul li {
  font-size: 16px;
  font-weight: normal;
}
.menu-modal .cat-menu li ul li a {
  color: #959595;
}
.menu-modal .cat-menu li.wishlist_li {
  margin-top: 20px;
  font-size: 14px;
  font-weight: normal;
}
.menu-modal .cat-menu li.wishlist_li a {
  display: flex;
  align-items: center;
}
.menu-modal .cat-menu li.wishlist_li .icon img {
  width: 20px;
}
.menu-modal .menu-pages {
  border-top: 2px solid #e5e5e5;
  margin-top: 10px;
  padding-top: 15px;
}
.menu-modal .menu-pages__title {
  font-weight: bold;
  padding: 0 22px;
  margin-bottom: 5px;
}
.menu-modal .menu-pages ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 22px;
}
.menu-modal .menu-pages ul li .icon {
  width: 20px;
  height: 23px;
  position: relative;
  margin-left: 10px;
}
.menu-modal .menu-pages ul li .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.menu-modal .menu-pages ul.menu-bottom {
  border-top: 2px solid #e5e5e5;
  margin-top: 10px;
  padding-top: 15px;
}
.menu-modal .menu-pages ul.menu-bottom li .icon img {
  height: 23px;
}

.search-btn__mobile {
  background: transparent;
  padding: 5px;
  border: 0;
  margin: 0 5px 0 10px;
  order: 2;
}
.search-btn__mobile svg {
  width: 19px;
}

.footer_top {
  background: #292929;
  color: #fff;
  padding: 45px 0 10px;
}
.footer_top a {
  color: #fff;
}

.credit_cards svg {
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  opacity: 0.8;
}
.credit_cards__mob svg {
  height: 30px;
  margin: 10px 0 0;
  width: 100%;
}

.footer_col {
  font-size: 14px;
  margin-left: 55px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #494949;
}
@media all and (min-width: 768px) {
  .footer_col {
    border-bottom: 0;
    margin-left: 45px;
    min-width: 130px;
    max-width: 155px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.footer_col:first-child {
  border-top: 2px solid #494949;
}
@media all and (min-width: 768px) {
  .footer_col:first-child {
    border-top: 0;
  }
}
.footer_col__title {
  font-weight: bold;
  line-height: 1.35;
  display: flex;
}
.footer_col__title svg {
  width: 12px;
  height: 15px;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .footer_col__title svg {
    display: none;
  }
}
.footer_col__inner {
  margin-top: 5px;
}
@media all and (min-width: 768px) {
  .footer_col__inner {
    display: block !important;
    height: auto !important;
  }
}
.footer_col__inner ul {
  list-style: none;
  padding: 0 0 10px;
  margin: 0;
  position: relative;
}
.footer_col__inner ul li {
  padding: 1px 0;
}
@media all and (min-width: 768px) {
  .footer_col__inner ul li {
    display: none;
  }
  .footer_col__inner ul li:nth-child(-n+5) {
    display: block;
  }
}
.footer_col__inner .arr-container {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-top: 1px solid #fff;
  display: none;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: transparent;
}
@media all and (min-width: 768px) {
  .footer_col__inner .arr-container {
    display: flex;
  }
}
.footer_col__inner .arr-container span.arrow-down {
  display: block;
  margin: 0 auto;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(225deg);
}
.footer_col__inner.show_childs .arr-container {
  padding-top: 10px;
}
.footer_col__inner.show_childs .arr-container .arrow-down {
  transform: rotate(45deg) translateY(-15%);
}
.footer_col__inner.show_childs ul li {
  display: block;
}
.footer_col__last {
  margin-right: auto;
  margin-left: 0;
  border-bottom: 0;
}
.footer_col__last h4 {
  font-size: 14px;
  margin: 0 0 15px;
  line-height: 1.35;
}

.footer_social a + a {
  margin-right: 20px;
}
@media all and (min-width: 768px) {
  .footer_social a + a {
    margin-right: 10px;
  }
}
.footer_social a svg {
  width: 40px;
  height: 40px;
}
@media all and (min-width: 768px) {
  .footer_social a svg {
    width: 32px;
    height: 32px;
  }
}

.footer_bottom {
  background: #292929;
  color: #fff;
  padding: 0 0 25px;
  font-size: 11px;
}
.footer_bottom a {
  color: #fff;
}
.footer_bottom .before {
  height: 2px;
  background: #494949;
  margin-bottom: 25px;
}
.footer_bottom ul {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .footer_bottom ul {
    flex-direction: row;
    margin: 0;
  }
}
.footer_bottom ul li {
  padding: 5px 0;
}
@media all and (min-width: 768px) {
  .footer_bottom ul li {
    margin: 0 20px 0 0;
  }
  .footer_bottom ul li:first-child {
    margin-right: auto;
  }
}

.swiper-container-rtl .btnpn {
  width: 45px;
  height: 45px;
  background-size: contain;
  margin-top: -22px;
  top: 35%;
  background-color: #c9c9c9;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9;
}
.swiper-container-rtl .btnpn:after {
  display: none;
}
.swiper-container-rtl .btnpn.swiper-button-prev {
  background-image: url(../images/right_sk.png);
  right: 18px;
}
.swiper-container-rtl .btnpn.swiper-button-next {
  background-image: url(../images/left_sk.png);
  left: 18px;
}
@media (max-width: 767px) {
  .swiper-container-rtl .btnpn {
    width: 30px;
    height: 30px;
  }
}

.wp-pagenavi {
  width: 100%;
  padding: 20px 30px;
  border-top: 3px solid #e5e5e5;
  border-bottom: 3px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  font-size: 26px;
  margin-bottom: 45px;
}
@media all and (min-width: 768px) {
  .wp-pagenavi {
    font-size: 28px;
    padding: 30px 30px;
  }
}
@media all and (min-width: 1024px) {
  .wp-pagenavi {
    font-size: 30px;
  }
}
@media all and (min-width: 1200px) {
  .wp-pagenavi {
    font-size: 32px;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  height: 22px;
  width: 22px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: transparent;
  background: url(../images/right_arr_black.svg) center center no-repeat;
  background-size: 9px auto;
}
@media all and (min-width: 768px) {
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    background-size: 12px auto;
  }
}
.wp-pagenavi .nextpostslink {
  right: auto;
  left: 0;
  background-image: url(../images/left_arr_black.svg);
}
.wp-pagenavi span.current, .wp-pagenavi a.page {
  padding: 0 8px;
}
@media all and (min-width: 576px) {
  .wp-pagenavi span.current, .wp-pagenavi a.page {
    padding: 0 10px;
  }
}
@media all and (min-width: 768px) {
  .wp-pagenavi span.current, .wp-pagenavi a.page {
    padding: 0 15px;
  }
}
@media all and (min-width: 1024px) {
  .wp-pagenavi span.current, .wp-pagenavi a.page {
    padding: 0 20px;
  }
}
@media all and (min-width: 1200px) {
  .wp-pagenavi span.current, .wp-pagenavi a.page {
    padding: 0 25px;
  }
}
.wp-pagenavi .current {
  font-weight: bold;
}

.wishlist__notlogin {
  padding: 35px 40px 25px;
  background: #f6f6f6;
  font-size: 16px;
}
@media all and (min-width: 768px) {
  .wishlist__notlogin {
    font-size: 18px;
  }
}
.wishlist__notlogin p {
  margin-bottom: 1em;
}
.wishlist__notlogin p:last-of-type {
  margin-bottom: 0;
}
.wishlist__notlogin p.msg {
  margin-top: 1em;
  font-size: 14px;
}
@media all and (min-width: 768px) {
  .wishlist__notlogin p.msg {
    font-size: 16px;
  }
}
.wishlist__notlogin p.msg a {
  font-weight: bold;
  text-decoration: underline;
}
.wishlist__empty a.btn {
  margin-top: 1em;
  height: 40px;
  padding: 3px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
}
@media all and (min-width: 768px) {
  .wishlist__empty a.btn {
    height: 46px;
  }
}

.woocommerce-wishlist .site-main {
  padding: 40px 0;
}
@media all and (min-width: 576px) {
  .woocommerce-wishlist .site-main {
    padding: 60px 0;
  }
}
@media all and (min-width: 768px) {
  .woocommerce-wishlist .site-main {
    padding: 70px 0;
  }
}
@media all and (min-width: 1024px) {
  .woocommerce-wishlist .site-main {
    padding: 80px 0;
  }
}
.woocommerce-wishlist .site-main h1 {
  font-size: 32px;
  margin-bottom: 12px;
}
@media all and (min-width: 576px) {
  .woocommerce-wishlist .site-main h1 {
    font-size: 34px;
    margin-bottom: 14px;
  }
}
@media all and (min-width: 768px) {
  .woocommerce-wishlist .site-main h1 {
    font-size: 36px;
    margin-bottom: 16px;
  }
}
@media all and (min-width: 1024px) {
  .woocommerce-wishlist .site-main h1 {
    font-size: 38px;
    margin-bottom: 18px;
  }
}

/*# sourceMappingURL=main.css.map */
