:root {
  --color-body: #fff;
  --color-text-primary: #212529;
  --color-text-description: #868E96;
  --color-text-light: #B8BDC1;
  --color-text-lighter: #CED4DA;
  --color-info: #E9ECEF;
  --color-info-dark: #DEE2E6;
  --color-info-light: #F1F3F5;
  --color-form-border: #CED4DA;
  --color-form-active-shadow: #ebedf0;
  --color-form-placeholder: #ADB5BD;
  --color-primary: #EF233C;
  --color-primary-dark: #D81D33;
  --color-primary-lighter: #FFF4F6;
  --color-secondary: #3BC9DB;
  --color-secondary-dark: #15AABF;
  --color-secondary-lighter: #E3FAFC;
  --color-success: #12B886;
  --color-success-dark: #099268;
  --color-success-lighter: #E6FCF5;
  --color-danger: #F03E3E;
  --color-danger-dark: #C92A2A;
  --color-danger-light: #FFF5F5;
  --color-warning: #FD7E14;
  --color-warning-dark: #E8590C;
  --color-warning-lighter: #FFF4E6;
  --color-review: #FFD43B;
  --color-review-dark: #FCC419;
  --color-review-lighter: #FFF9DB;
  --color-gradient-1: linear-gradient(45deg, rgb(239, 35, 60) 0%, rgb(244, 113, 3) 100%);
}

:root {
  --theme-primary-font: "Krub", sans-serif;
  --theme-secondary-font: "Krub", sans-serif;
  --theme-font-size: 1rem;
  --theme-font-weight: 400;
  --theme-letter-spacing: -0.03px;
  --theme-container: 1280px;
  --theme-gutter: 15px;
  --theme-theme-radius-xsmall: 6px;
  --theme-theme-radius-small: 8px;
  --theme-theme-radius-base: 12px;
  --theme-theme-radius-large: 18px;
  --theme-form-font-size: 15px;
  --theme-form-font-weight: 500;
  --theme-form-radius: 12px;
  --theme-form-height: 42px;
}

.partdo-tooltip {
  font-family: var(--theme-primary-font);
  font-size: 0.75rem;
  font-weight: 500;
  --bs-tooltip-bg: var(--color-text-primary);
  --bs-tooltip-opacity: 1;
}
.partdo-tooltip.arrow-hide .tooltip-arrow {
  display: none !important;
}
.partdo-tooltip.white {
  --bs-tooltip-color: #212529;
  --bs-tooltip-bg: #fff;
}
.partdo-tooltip.white .tooltip-inner {
  border: 1px solid var(--color-info-light);
  -webkit-box-shadow: 0 4px 6px -1px rgba(33, 37, 41, 0.1), 0 2px 4px -1px rgba(33, 37, 41, 0.06);
          box-shadow: 0 4px 6px -1px rgba(33, 37, 41, 0.1), 0 2px 4px -1px rgba(33, 37, 41, 0.06);
}

.site-close 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;
  font-size: 0.875rem;
  width: 2.125rem;
  height: 2.125rem;
  color: var(--color-text-primary);
  background-color: var(--color-info-light);
  border-radius: var(--theme-theme-radius-small);
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.site-close a:hover {
  background-color: var(--color-info);
}
.site-close a:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.klbth-modal-holder {
  position: fixed;
  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: initial;
  line-height: initial;
  white-space: initial;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  color: var(--color-text-primary);
  cursor: initial;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  z-index: 1050;
}
.klbth-modal-holder .klbth-modal-inner {
  max-width: 36.25rem;
  width: 100%;
  background-color: var(--color-body);
  border-radius: var(--theme-theme-radius-large);
  opacity: 0;
  -webkit-transform: translateY(-0.9375rem);
          transform: translateY(-0.9375rem);
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.klbth-modal-holder .klbth-modal-inner.size--sm {
  max-width: 32.5rem;
}
.klbth-modal-holder .klbth-modal-overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(33, 37, 41, 0.5);
}
.klbth-modal-holder .klbth-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 1.25rem 0.625rem;
}
@media screen and (min-width: 992px) {
  .klbth-modal-holder .klbth-modal-header {
    padding: 1.25rem 1.875rem 0.625rem;
  }
}
.klbth-modal-holder .klbth-modal-header .entry-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}
.klbth-modal-holder .klbth-modal-header .site-close {
  margin-left: auto;
}
.klbth-modal-holder .klbth-modal-body {
  padding: 0.9375rem 1.25rem 0.625rem;
}
@media screen and (min-width: 992px) {
  .klbth-modal-holder .klbth-modal-body {
    padding: 0.9375rem 1.875rem 0.9375rem;
  }
}

.entry-description {
  font-size: 0.875rem;
  line-height: 1.4;
}
.entry-description p {
  line-height: inherit;
}

.service-search-modal img {
  display: inherit;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}
.service-search-modal .form-column {
  margin-bottom: 0.625rem;
}
.service-search-modal .form-column:last-child {
  margin-top: 1.25rem;
}
.service-search-modal .form-column button {
  height: 2.875rem;
}
.service-search-modal .service-description {
  font-size: 0.8125rem;
  text-align: center;
  margin-top: 0.5rem;
  color: var(--color-text-description);
}
.service-search-modal .service-description p {
  margin-bottom: 0.5rem;
}

.site-mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  z-index: 999;
}

.klbth-loader {
  position: absolute;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-bottom-style: solid;
  border-left-style: solid;
  border-radius: 99999px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  -webkit-animation: 0.45s linear 0s infinite normal none running animation-b7n1on;
          animation: 0.45s linear 0s infinite normal none running animation-b7n1on;
}
.klbth-loader.color-primary {
  border-top-color: var(--color-primary);
  border-right-color: var(--color-primary);
}
.klbth-loader.color-secondary {
  border-top-color: var(--color-secondary);
  border-right-color: var(--color-secondary);
}
.klbth-loader.border-xs {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
.klbth-loader.border-sm {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
}
.klbth-loader.border-md {
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.klbth-loader.border-lg {
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
}
.klbth-loader.border-xlg {
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
}
.klbth-loader.size-xs {
  width: 0.75rem;
  height: 0.75rem;
}
.klbth-loader.size-sm {
  width: 1.875rem;
  height: 1.875rem;
}
.klbth-loader.size-md {
  width: 2.5rem;
  height: 2.5rem;
}
.klbth-loader.size-lg {
  width: 3.125rem;
  height: 3.125rem;
}
.klbth-loader.size-xlg {
  width: 3.875rem;
  height: 3.875rem;
}

.entry-media {
  border-radius: var(--theme-theme-radius-base);
  overflow: hidden;
}

.font-xs {
  font-size: 0.75rem;
  line-height: normal;
}

.font-sm {
  font-size: 0.8125rem;
  line-height: normal;
}

.font-md {
  font-size: 0.875rem;
  line-height: normal;
}

.font-lg {
  font-size: 0.875rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .font-lg {
    font-size: 0.9375rem;
    line-height: normal;
  }
}

.font-xlg {
  font-size: 0.875rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .font-xlg {
    font-size: 1rem;
    line-height: 1.375;
  }
}

.font-2xlg {
  font-size: 0.875rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .font-2xlg {
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}

.font-3xlg {
  font-size: 1rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .font-3xlg {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.font-banner-xs {
  font-size: 1.25rem;
  line-height: normal;
}

.font-banner-xsm {
  font-size: 1.25rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .font-banner-xsm {
    font-size: 1.375rem;
    line-height: normal;
  }
}

.font-banner-sm {
  font-size: 1.25rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .font-banner-sm {
    font-size: 1.5rem;
    line-height: normal;
  }
}

.font-banner-md {
  font-size: 1.25rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .font-banner-md {
    font-size: 1.625rem;
    line-height: normal;
  }
}

.font-banner-lg {
  font-size: 1.25rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .font-banner-lg {
    font-size: 1.75rem;
    line-height: normal;
  }
}

.font-banner-xlg {
  font-size: 1.25rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .font-banner-xlg {
    font-size: 1.875rem;
    line-height: normal;
  }
}

.font-banner-2xlg {
  font-size: 1.25rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .font-banner-2xlg {
    font-size: 2rem;
    line-height: normal;
  }
}

.font-large-xs {
  font-size: 1.875rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .font-large-xs {
    font-size: 2.25rem;
    line-height: normal;
  }
}

.font-large-sm {
  font-size: 1.875rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .font-large-sm {
    font-size: 2.625rem;
    line-height: normal;
  }
}

.font-large-md {
  font-size: 1.875rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .font-large-md {
    font-size: 3rem;
    line-height: normal;
  }
}

.font-large-lg {
  font-size: 1.875rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .font-large-lg {
    font-size: 3.5rem;
    line-height: normal;
  }
}

.font-large-xlg {
  font-size: 1.875rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .font-large-xlg {
    font-size: 4.25rem;
    line-height: normal;
  }
}

.font-large-2xlg {
  font-size: 1.875rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .font-large-2xlg {
    font-size: 4.75rem;
    line-height: normal;
  }
}

.weight-100 {
  font-weight: 100;
}

.weight-300 {
  font-weight: 300;
}

.weight-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 500;
}

.weight-600 {
  font-weight: 600;
}

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

.weight-900 {
  font-weight: 900;
}

@media screen and (max-width: 575.98px) {
  .overlay-10-dark-max576::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 575.98px) {
  .overlay-15-dark-max576::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 575.98px) {
  .overlay-20-dark-max576::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 575.98px) {
  .overlay-25-dark-max576::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
  }
}

@media screen and (max-width: 575.98px) {
  .overlay-30-dark-max576::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

@media screen and (max-width: 575.98px) {
  .overlay-35-dark-max576::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
  }
}

@media screen and (max-width: 575.98px) {
  .overlay-40-dark-max576::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@media screen and (min-width: 576px) {
  .overlay-1-dark-min576::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 576px) {
  .overlay-15-dark-min576::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15);
  }
}

@media screen and (min-width: 576px) {
  .overlay-20-dark-min576::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@media screen and (min-width: 576px) {
  .overlay-25-dark-min576::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
  }
}

@media screen and (min-width: 576px) {
  .overlay-30-dark-min576::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

@media screen and (min-width: 576px) {
  .overlay-35-dark-min576::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
  }
}

@media screen and (min-width: 576px) {
  .overlay-40-dark-min576::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@media screen and (max-width: 767.98px) {
  .overlay-10-dark-max768::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 767.98px) {
  .overlay-15-dark-max768::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 767.98px) {
  .overlay-20-dark-max768::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 767.98px) {
  .overlay-25-dark-max768::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
  }
}

@media screen and (max-width: 767.98px) {
  .overlay-30-dark-max768::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

@media screen and (max-width: 767.98px) {
  .overlay-35-dark-max768::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
  }
}

@media screen and (max-width: 767.98px) {
  .overlay-40-dark-max768::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@media screen and (min-width: 768px) {
  .overlay-10-dark-min768::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 768px) {
  .overlay-15-dark-min768::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15);
  }
}

@media screen and (min-width: 768px) {
  .overlay-20-dark-min768::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@media screen and (min-width: 768px) {
  .overlay-25-dark-min768::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
  }
}

@media screen and (min-width: 768px) {
  .overlay-30-dark-min768::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

@media screen and (min-width: 768px) {
  .overlay-35-dark-min768::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
  }
}

@media screen and (min-width: 768px) {
  .overlay-40-dark-min768::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@media screen and (max-width: 991.98px) {
  .overlay-10-dark-max992::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 991.98px) {
  .overlay-15-dark-max992::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 991.98px) {
  .overlay-20-dark-max992::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 991.98px) {
  .overlay-25-dark-max992::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
  }
}

@media screen and (max-width: 991.98px) {
  .overlay-30-dark-max992::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

@media screen and (max-width: 991.98px) {
  .overlay-35-dark-max992::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
  }
}

@media screen and (max-width: 991.98px) {
  .overlay-40-dark-max992::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@media screen and (min-width: 992px) {
  .overlay-10-dark-min992::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 992px) {
  .overlay-15-dark-min992::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15);
  }
}

@media screen and (min-width: 992px) {
  .overlay-20-dark-min992::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@media screen and (min-width: 992px) {
  .overlay-25-dark-min992::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
  }
}

@media screen and (min-width: 992px) {
  .overlay-30-dark-min992::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

@media screen and (min-width: 992px) {
  .overlay-35-dark-min992::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
  }
}

@media screen and (min-width: 992px) {
  .overlay-40-dark-min992::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.link-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.entry-subtitle {
  font-size: 0.8125rem;
  line-height: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .entry-subtitle {
    font-size: 1rem;
    line-height: normal;
  }
}

.entry-content {
  font-size: 0.875rem;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .entry-content {
    font-size: 1rem;
    line-height: normal;
  }
}

.kblth-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
}
.kblth-countdown .separator {
  font-size: 80%;
  font-weight: 600;
  margin: 0 4px;
}
.kblth-countdown .count-item {
  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;
  font-weight: 600;
  width: 1.875rem;
  height: 1.875rem;
  background-color: var(--color-info);
  border-radius: var(--theme-theme-radius-small);
}

.klbth-border.line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid var(--color-info-dark);
}

.banner-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .banner-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  .banner-group .klbth-banner {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .banner-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .banner-group .klbth-banner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .banner-group.no-gutter {
    gap: 0;
  }
  .banner-group.no-gutter .klbth-banner:first-child .entry-media {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .banner-group.no-gutter .klbth-banner:last-child .entry-media {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .banner-group.no-gutter .klbth-banner + .klbth-banner:not(:last-child) .entry-media {
    border-radius: 0;
  }
}

.iconbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.iconbox .iconbox-icon {
  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;
  font-size: 1.75rem;
  line-height: 1;
  color: var(--color-secondary);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  max-width: 2.5rem;
  margin-right: 0.9375rem;
}
.iconbox .iconbox-detail .entry-title {
  font-size: 0.875rem;
  font-weight: 600;
}
.iconbox .iconbox-detail .entry-description {
  font-size: 0.75rem;
  color: var(--color-text-description);
}
.iconbox .iconbox-detail .entry-description p {
  margin-bottom: 0;
}
.iconbox.large .iconbox-icon {
  font-size: 2.875rem;
  -webkit-box-flex: 3.5rem;
      -ms-flex: 3.5rem;
          flex: 3.5rem;
  max-width: 3.5rem;
}
@media screen and (min-width: 768px) {
  .iconbox.large .iconbox-icon {
    -webkit-box-flex: 5.375rem;
        -ms-flex: 5.375rem;
            flex: 5.375rem;
    max-width: 5.375rem;
  }
}
.iconbox.large .iconbox-detail .entry-title {
  font-size: 1rem;
}
.iconbox.large .iconbox-detail .entry-description {
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}

.modal-active .header-topbar, .modal-active .header-sub {
  z-index: 8 !important;
}

.page-container {
  margin-top: 1.5rem;
}
@media screen and (min-width: 992px) {
  .page-container {
    margin-top: 2.625rem;
  }
}

.site-pagination, .woocommerce-pagination {
  margin-top: 1.875rem;
}
@media screen and (min-width: 992px) {
  .site-pagination, .woocommerce-pagination {
    margin-top: 3rem;
  }
}
.site-pagination ul, .woocommerce-pagination ul {
  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-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-pagination ul li > *, .woocommerce-pagination ul li > * {
  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;
  font-size: 0.875rem;
  font-weight: 500;
  width: 2rem;
  height: 2rem;
  color: var(--color-text-primary);
  background-color: var(--color-info-light);
  border-radius: var(--theme-theme-radius-xsmall);
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
@media screen and (min-width: 992px) {
  .site-pagination ul li > *, .woocommerce-pagination ul li > * {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.site-pagination ul li > *:not(.current):hover, .woocommerce-pagination ul li > *:not(.current):hover {
  background-color: var(--color-info);
}
.site-pagination ul li > *.dots, .woocommerce-pagination ul li > *.dots {
  font-size: 1.25rem;
  background-color: transparent !important;
  padding-bottom: 0.625rem;
}
.site-pagination ul li > *.current, .woocommerce-pagination ul li > *.current {
  color: #fff;
  background-color: var(--color-primary);
}
.site-pagination ul li > *.prev, .site-pagination ul li > *.next, .woocommerce-pagination ul li > *.prev, .woocommerce-pagination ul li > *.next {
  font-size: 1.125rem;
  background-color: transparent !important;
}
.site-pagination ul li > *.prev, .woocommerce-pagination ul li > *.prev {
  margin-right: 0.625rem;
}
.site-pagination ul li > *.next, .woocommerce-pagination ul li > *.next {
  margin-left: 0.625rem;
}

.entry-page-header {
  position: relative;
}
.entry-page-header > .container {
  position: relative;
  z-index: 2;
  color: #fff;
}
.entry-page-header .entry-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.entry-page-header .entry-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.entry-page-header .entry-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.entry-page-header .page-header-content {
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 992px) {
  .entry-page-header .page-header-content {
    padding-top: 10rem;
    padding-bottom: 17.5rem;
  }
}
@media screen and (min-width: 992px) {
  .entry-page-header .page-header-content .entry-title {
    font-size: 3.75rem;
  }
}
.entry-page-header .page-header-content .entry-description {
  font-size: 0.875rem;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .entry-page-header .page-header-content .entry-description {
    font-size: 0.9375rem;
    line-height: 1.4375rem;
  }
}
.entry-page-header .page-header-content .entry-description p {
  margin-bottom: 0;
}
.entry-page-header + .white-box {
  position: relative;
  margin-top: -5rem;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .entry-page-header + .white-box::before {
    content: "";
    position: absolute;
    top: -80px;
    left: -80px;
    right: -80px;
    height: 200px;
    background-color: var(--color-body);
    border-top-left-radius: var(--theme-theme-radius-large);
    border-top-right-radius: var(--theme-theme-radius-large);
  }
}
.entry-page-header + .white-box > * {
  position: relative;
  z-index: 1;
}

.head-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .head-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.head-block > span {
  font-size: 2.5rem;
  font-weight: 700;
  color: #F0F2F4;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 992px) {
  .head-block > span {
    font-size: 5.625rem;
    line-height: 6rem;
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
}
.head-block .head-content .entry-title {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .head-block .head-content .entry-title {
    font-size: 2.25rem;
    line-height: normal;
  }
}
.head-block .head-content .entry-subtitle {
  font-size: 0.875rem;
  color: var(--color-text-description);
  margin-bottom: 0.375rem;
}

@media screen and (min-width: 992px) {
  .title-block .entry-title {
    font-size: 2.25rem;
    line-height: normal;
  }
}

.description-block {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: var(--color-text-description);
}

.contact-addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 992px) {
  .contact-addresses {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.contact-addresses .address-item {
  font-size: 0.8125rem;
  line-height: 1.7692307692;
}
@media screen and (min-width: 992px) {
  .contact-addresses .address-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    max-width: 180px;
  }
}
.contact-addresses .address-item > span {
  font-weight: 500;
  color: var(--color-text-light);
}

.contact-iconboxes .iconbox {
  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;
}
.contact-iconboxes .iconbox + .iconbox {
  margin-top: 1.875rem;
}
@media screen and (min-width: 992px) {
  .contact-iconboxes .iconbox + .iconbox {
    margin-top: 2.5rem;
  }
}
.contact-iconboxes .iconbox .icon {
  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;
  font-size: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.375rem;
          flex: 0 0 2.375rem;
  max-width: 2.375rem;
  height: 2.375rem;
  color: var(--color-text-description);
  border: 1px solid var(--color-info-dark);
  border-radius: 50%;
  margin-right: 1.25rem;
}
.contact-iconboxes .iconbox .detail > span {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-text-light);
}
.contact-iconboxes .iconbox .detail > p {
  margin-bottom: 0;
}
.contact-iconboxes .iconbox .detail > p.phone {
  font-size: 1.25rem;
  font-weight: 600;
}
.contact-iconboxes .iconbox .detail > a {
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: underline;
  color: var(--color-danger);
}

.contact-social > span {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--color-text-light);
  margin-bottom: 0.625rem;
}

.contact-form-wrapper .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 0.75rem;
}

.quickview-product {
  border-radius: var(--theme-theme-radius-small);
}
@media screen and (min-width: 992px) {
  .quickview-product {
    border-radius: var(--theme-theme-radius-large);
  }
}
.quickview-product .quickview-product-wrapper {
  position: relative;
  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;
}
.quickview-product .product {
  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%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
@media screen and (min-width: 992px) {
  .quickview-product .product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.quickview-product .product .cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .quickview-product .product .cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 49%;
  }
  .quickview-product .product .cell.product-gallery {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 420px;
            flex: 0 0 420px;
    max-width: 420px;
  }
}
.quickview-product .product .product-gallery {
  position: relative;
}
@media screen and (min-width: 992px) {
  .quickview-product .product .product-title {
    font-size: 2.125rem;
  }
}
.quickview-product .mfp-close {
  background-color: var(--color-info-dark) !important;
}
.quickview-product .mfp-close::before {
  content: "\ea1c";
}
.quickview-product.loaded .klbth-loader {
  opacity: 0;
  visibility: hidden;
}
.quickview-product.loaded .product {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gdpr-content {
  position: fixed;
  width: 100%;
  bottom: 0;
  color: var(--color-body);
  background-color: var(--color-text-primary);
  padding: 0.9375rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  will-change: opacity, transform;
  z-index: 999;
}
.gdpr-content .gdpr-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .gdpr-content .gdpr-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.gdpr-content .gdpr-inner p {
  font-size: 0.8125rem;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .gdpr-content .gdpr-inner p {
    padding-right: 0.625rem;
    margin-bottom: 0;
  }
}
.gdpr-content .gdpr-inner a {
  font-size: 0.875rem;
  height: 2.25rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.categories-holder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
.categories-holder .categories-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 4.25rem;
}
.categories-holder ul {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.categories-holder ul li + li {
  border-top: 1px solid var(--color-info);
}
.categories-holder ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: currentColor;
  text-decoration: none;
  padding: 0.625rem 0.9375rem;
}
.categories-holder ul li a .count {
  font-size: 0.75rem;
  margin-left: auto;
  padding-left: 0.75rem;
  opacity: 0.4;
}

.mobile-bottom-menu {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  color: var(--color-text-description);
  background-color: var(--color-body);
  border-top: 1px solid var(--color-info-dark);
  padding: 0.625rem 1.25rem;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .mobile-bottom-menu {
    display: none;
  }
}
.mobile-bottom-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-bottom-menu ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.mobile-bottom-menu ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.5625rem;
  font-weight: 600;
  text-transform: uppercase;
  color: currentColor;
  text-decoration: none;
}
.mobile-bottom-menu ul li a i {
  font-size: 1.375rem;
}
.mobile-bottom-menu ul li.active > a {
  color: var(--color-primary);
}

.page-not-found {
  text-align: center;
  max-width: 47.9375rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .page-not-found {
    padding-top: 10rem;
    padding-bottom: 6.875rem;
  }
}
.page-not-found .error-image {
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 576px) {
  .page-not-found .error-image {
    max-width: 26.25rem;
    margin-bottom: 2.75rem;
  }
}
.page-not-found .entry-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .page-not-found .entry-subtitle {
    font-size: 2.5rem;
  }
}
.page-not-found .entry-description {
  margin-bottom: 1.875rem;
}

body.categories-active .categories-holder {
  opacity: 1;
  visibility: visible;
}
body.categories-active .mobile-bottom-menu .categories-button::before, body.categories-active .mobile-bottom-menu .categories-button:after {
  content: "";
  position: absolute;
  width: 1.375rem;
  height: 1px;
  top: 1.5rem;
  background-color: currentColor;
}
body.categories-active .mobile-bottom-menu .categories-button::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.categories-active .mobile-bottom-menu .categories-button::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.categories-active .mobile-bottom-menu .categories-button i {
  opacity: 0;
}

@media screen and (min-width: 992px) {
  .top-margin {
    margin-top: -150px;
  }
}

/*------------------------------------ 
    05 - Plugins 
------------------------------------*/
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 10px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 10px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 6px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 6px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
} /* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 1.25rem;
  width: auto;
  max-width: 64rem;
  margin: 1.25rem auto;
  border-radius: getSize(border-radius);
}
@media screen and (min-width: 1024px) {
  .white-popup {
    padding: 2.5rem;
  }
}

.mfp-close {
  font-size: 0;
  opacity: 1 !important;
  background-color: var(--color-desc) !important;
  color: #fff !important;
  top: 0.625rem !important;
  right: 0.625rem !important;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 38px;
}
@media screen and (min-width: 1024px) {
  .mfp-close {
    top: 0.9375rem !important;
    right: 0.9375rem !important;
  }
}

.mfp-close:before {
  font-family: "klbtheme";
  font-size: 15px;
  content: "\e845";
}

/*------------------------------------ 
    06 - Form 
------------------------------------*/
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea, select, .form-control, .form-select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--theme-form-font-size);
  font-weight: var(--theme-form-font-weight);
  width: 100%;
  height: var(--theme-form-height);
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  color: var(--color-text-primary);
  border: 1px solid var(--color-form-border);
  -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
          box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
  border-radius: var(--theme-form-radius);
}
input[type=color]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-form-placeholder);
}
input[type=color]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=week]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-form-placeholder);
}
input[type=color]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-form-placeholder);
}
input[type=color]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-form-placeholder);
}
input[type=color]::placeholder, input[type=date]::placeholder, input[type=datetime-local]::placeholder, input[type=datetime]::placeholder, input[type=email]::placeholder, input[type=month]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=time]::placeholder, input[type=url]::placeholder, input[type=week]::placeholder, textarea::placeholder, select::placeholder, .form-control::placeholder, .form-select::placeholder {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-form-placeholder);
}
input[type=color]:focus, input[type=color]:active, input[type=date]:focus, input[type=date]:active, input[type=datetime-local]:focus, input[type=datetime-local]:active, input[type=datetime]:focus, input[type=datetime]:active, input[type=email]:focus, input[type=email]:active, input[type=month]:focus, input[type=month]:active, input[type=number]:focus, input[type=number]:active, input[type=password]:focus, input[type=password]:active, input[type=search]:focus, input[type=search]:active, input[type=tel]:focus, input[type=tel]:active, input[type=text]:focus, input[type=text]:active, input[type=time]:focus, input[type=time]:active, input[type=url]:focus, input[type=url]:active, input[type=week]:focus, input[type=week]:active, textarea:focus, textarea:active, select:focus, select:active, .form-control:focus, .form-control:active, .form-select:focus, .form-select:active {
  outline: none;
  border-color: var(--color-form-border);
  -webkit-box-shadow: 0 0 0 3px var(--color-form-active-shadow);
          box-shadow: 0 0 0 3px var(--color-form-active-shadow);
}

textarea {
  min-height: 150px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

label {
  font-size: 0.8125rem;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 0.375rem;
}

.select2.select2-container {
  width: 100% !important;
}
.select2 .select2-selection {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: var(--theme-form-height);
  color: var(--color-text-primary);
  border-color: var(--color-form-border);
  -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
          box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
  border-radius: var(--theme-form-radius);
}
.select2 .select2-selection.select2-selection--single.select2-selection--clearable .select2-selection__clear {
  all: unset;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
  margin-right: 2.5rem;
}
.select2 .select2-selection.select2-selection--single .select2-selection__rendered {
  font-size: var(--theme-form-font-size);
  font-weight: var(--theme-form-font-weight);
  padding-left: 0.9375rem;
  padding-right: 1.875rem;
}
.select2 .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-size: 92%;
  line-height: 1;
  color: var(--color-form-placeholder);
}
.select2 .select2-selection.select2-selection--single .select2-selection__arrow {
  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;
  background: transparent url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 9L12 15L18 9' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") calc(100% - 8px) 13px no-repeat;
  background-size: 22px 16px;
  width: 1.875rem;
  height: 100%;
  top: 0;
}
.select2 .select2-selection.select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-dropdown {
  background-color: var(--color-body);
  border-color: var(--color-form-border);
  border-radius: var(--theme-form-radius);
}
.select2-dropdown .select2-search--dropdown {
  padding: 0;
  border-bottom: 1px solid var(--color-form-border);
}
.select2-dropdown .select2-search--dropdown input {
  width: 100%;
  height: 2.375rem;
  padding: 0 0.9375rem;
  border: 0 !important;
  border-radius: 0;
  background-color: var(--color-info-light);
}
.select2-dropdown .select2-search--dropdown input::-webkit-input-placeholder {
  font-weight: 400;
}
.select2-dropdown .select2-search--dropdown input::-moz-placeholder {
  font-weight: 400;
}
.select2-dropdown .select2-search--dropdown input:-ms-input-placeholder {
  font-weight: 400;
}
.select2-dropdown .select2-search--dropdown input::-ms-input-placeholder {
  font-weight: 400;
}
.select2-dropdown .select2-search--dropdown input::placeholder {
  font-weight: 400;
}
.select2-dropdown .select2-search--dropdown input:focus, .select2-dropdown .select2-search--dropdown input:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option {
  font-size: 0.875rem;
  padding: 0.5rem 0.9375rem;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: var(--color-primary);
  background-color: var(--color-primary-lighter);
}

button, .button, input[type=submit], .submit, .btn {
  position: relative;
  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;
  font-family: var(--theme-primary-font);
  font-size: var(--theme-form-font-size);
  font-weight: 600;
  height: var(--theme-form-height);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: var(--theme-form-radius);
}
button:not(.link), .button:not(.link), input[type=submit]:not(.link), .submit:not(.link), .btn:not(.link) {
  color: var(--color-text-primary);
  background-color: var(--color-info);
}
button:not(.link):hover, .button:not(.link):hover, input[type=submit]:not(.link):hover, .submit:not(.link):hover, .btn:not(.link):hover {
  border-color: transparent;
  background-color: var(--color-info-dark);
}
button i, .button i, input[type=submit] i, .submit i, .btn i {
  font-size: 90%;
  margin-left: 0.625rem;
}
button.primary, button.wpcf7-submit, .button.primary, .button.wpcf7-submit, input[type=submit].primary, input[type=submit].wpcf7-submit, .submit.primary, .submit.wpcf7-submit, .btn.primary, .btn.wpcf7-submit {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
button.primary:hover, button.wpcf7-submit:hover, .button.primary:hover, .button.wpcf7-submit:hover, input[type=submit].primary:hover, input[type=submit].wpcf7-submit:hover, .submit.primary:hover, .submit.wpcf7-submit:hover, .btn.primary:hover, .btn.wpcf7-submit:hover {
  background-color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}
button.secondary, .button.secondary, input[type=submit].secondary, .submit.secondary, .btn.secondary {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
button.secondary:hover, .button.secondary:hover, input[type=submit].secondary:hover, .submit.secondary:hover, .btn.secondary:hover {
  background-color: var(--color-secondary-dark);
  border-color: var(--color-secondary-dark);
}
button.success, .button.success, input[type=submit].success, .submit.success, .btn.success {
  color: #fff;
  background-color: var(--color-success);
  border-color: var(--color-success);
}
button.success:hover, .button.success:hover, input[type=submit].success:hover, .submit.success:hover, .btn.success:hover {
  background-color: var(--color-success-dark);
  border-color: var(--color-success-dark);
}
button.danger, .button.danger, input[type=submit].danger, .submit.danger, .btn.danger {
  color: #fff;
  background-color: var(--color-danger);
  border-color: var(--color-danger);
}
button.danger:hover, .button.danger:hover, input[type=submit].danger:hover, .submit.danger:hover, .btn.danger:hover {
  background-color: var(--color-danger-dark);
  border-color: var(--color-danger-dark);
}
button.link, .button.link, input[type=submit].link, .submit.link, .btn.link {
  font-size: 0.8125rem;
  height: auto;
  padding: 0;
  border: 0;
}
button.link i, .button.link i, input[type=submit].link i, .submit.link i, .btn.link i {
  font-size: 0.75rem;
}
button.link:hover, .button.link:hover, input[type=submit].link:hover, .submit.link:hover, .btn.link:hover {
  color: var(--color-primary);
}

label.form-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.form-column {
  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%;
  margin-bottom: 0.9375rem;
}

.color-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.color-radio label {
  position: relative;
  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;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-bottom: 0;
}
.color-radio input {
  display: none;
}
.color-radio input:checked + label {
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 2px var(--color-text-description);
          box-shadow: 0 0 0 2px var(--color-text-description);
}

/*------------------------------------ 
    07 - Theme Menus 
------------------------------------*/
.klbth-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.klbth-menu li {
  white-space: nowrap;
}
.klbth-menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.klbth-menu-wrapper.horizontal .klbth-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.klbth-menu-wrapper.horizontal .klbth-menu .sub-menu {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 100%;
  left: 0;
  list-style: none;
  border-width: 1px;
  border-style: solid;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  pointer-events: none;
  will-change: transform, opacity;
  -webkit-transition: all 0.23s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.23s cubic-bezier(0.28, 0.12, 0.22, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.klbth-menu-wrapper.horizontal .klbth-menu .menu-item-description {
  font-weight: 400;
}
.klbth-menu-wrapper.horizontal .klbth-menu li:not(.mega-menu) {
  position: relative;
}
.klbth-menu-wrapper.horizontal .klbth-menu li.mega-menu {
  position: static;
}
.klbth-menu-wrapper.horizontal .klbth-menu li a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.klbth-menu-wrapper.horizontal .klbth-menu .menu-item-has-children > a::after {
  content: "";
  font-family: "klbtheme";
}
.klbth-menu-wrapper.horizontal .klbth-menu .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.klbth-menu-wrapper.horizontal .klbth-menu > .menu-item-has-children > a::after {
  content: "\e9a2";
  font-size: 75%;
  margin-left: 0.4375rem;
}
.klbth-menu-wrapper.vertical .klbth-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.klbth-menu-wrapper .menu-icon {
  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;
  font-size: 1.125rem;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.625rem;
}

/*------------------------------------ 
    08 - Header 
------------------------------------*/
.site-header {
  position: relative;
}
.site-header a {
  color: inherit;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.site-header.shadow-enable {
  -webkit-box-shadow: 0 2px 3px rgba(33, 37, 41, 0.07);
          box-shadow: 0 2px 3px rgba(33, 37, 41, 0.07);
}
.site-header .header-border {
  position: relative;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #EF233C;
}
.site-header .header-inner {
  position: relative;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-color: inherit;
  width: 100%;
  z-index: 1;
}
.site-header .header-row {
  position: relative;
}
.site-header .header-row.border-top-full {
  border-top-width: 1px;
  border-top-style: solid;
}
.site-header .header-row.border-bottom-full {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.site-header .header-row.border-top-boxed .header-inner {
  border-top-width: 1px;
  border-top-style: solid;
}
.site-header .header-row.border-bottom-boxed .header-inner {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.site-header .klbth-menu-wrapper.topbar {
  height: 100%;
}
.site-header .klbth-menu-wrapper.topbar.shadow-enable .sub-menu {
  -webkit-box-shadow: 0 4px 6px -1px rgba(33, 37, 41, 0.1), 0 2px 4px -1px rgba(33, 37, 41, 0.06);
          box-shadow: 0 4px 6px -1px rgba(33, 37, 41, 0.1), 0 2px 4px -1px rgba(33, 37, 41, 0.06);
}
.site-header .klbth-menu-wrapper.topbar .klbth-menu {
  height: 100%;
}
.site-header .klbth-menu-wrapper.topbar .klbth-menu > li {
  height: 100%;
}
.site-header .klbth-menu-wrapper.topbar .klbth-menu > li + li {
  margin-left: 1.25rem;
}
.site-header .klbth-menu-wrapper.topbar .klbth-menu > li > a {
  font-weight: 500;
  height: 100%;
}
.site-header .klbth-menu-wrapper.topbar .klbth-menu > li > a:hover {
  color: #EF233C;
}
.site-header .klbth-menu-wrapper.topbar .klbth-menu > li:hover > a {
  color: #EF233C;
}
.site-header .klbth-menu-wrapper.topbar .klbth-menu .sub-menu {
  border-color: #E9ECEF;
  background-color: #fff;
  border-radius: var(--theme-theme-radius-small);
  left: -1.3125rem;
  padding: 0.5rem 0;
}
.site-header .klbth-menu-wrapper.topbar .klbth-menu .sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 0.3125rem;
}
.site-header .klbth-menu-wrapper.topbar .klbth-menu .sub-menu li a {
  font-weight: 500;
  width: 100%;
  padding: 0.3125rem 0.9375rem;
  border-radius: var(--theme-theme-radius-small);
}
.site-header .klbth-menu-wrapper.topbar .klbth-menu .sub-menu li a:hover {
  color: #EF233C;
  background-color: #FFF4F6;
}
.site-header .klbth-menu-wrapper.primary {
  height: 100%;
  z-index: 101;
}
.site-header .klbth-menu-wrapper.primary .klbth-menu {
  position: static;
  height: 100%;
}
.site-header .klbth-menu-wrapper.primary .klbth-menu > .menu-item {
  height: 100%;
}
.site-header .klbth-menu-wrapper.primary .klbth-menu > .menu-item > a {
  font-family: "Krub", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #212529;
  height: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.site-header .klbth-menu-wrapper.primary .klbth-menu > .menu-item > a:hover {
  color: #EF233C;
}
.site-header .klbth-menu-wrapper.primary .klbth-menu > .menu-item:hover > a {
  color: #EF233C;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children > a::after {
  position: relative;
  font-size: 80%;
  content: "\e995";
  line-height: 1;
  margin-left: 0.5rem;
  top: -1px;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children:not(.mega-menu) .sub-menu {
  min-width: 13.75rem;
  left: -0.625rem;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children:not(.mega-menu) .sub-menu .menu-item-has-children > a::after {
  content: "\e99e";
  font-size: 85%;
  margin-left: auto;
  top: 0;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children:not(.mega-menu) .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-top: -0.725rem;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children.mega-menu > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 1.5625rem 0.5rem;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children.mega-menu > .sub-menu > .menu-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children.mega-menu > .sub-menu > .menu-item > a {
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 1.25rem;
  pointer-events: none;
  color: #c8cdd3;
  margin-bottom: 0.3125rem;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children.mega-menu > .sub-menu > .menu-item > a::after {
  display: none;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children.mega-menu > .sub-menu > .menu-item > a:hover {
  color: #c8cdd3;
  background-color: transparent;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children.mega-menu > .sub-menu > .menu-item:hover > a {
  color: #c8cdd3;
  background-color: transparent;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children.mega-menu > .sub-menu .sub-menu {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children .sub-menu {
  background-color: #fff;
  border-radius: var(--theme-theme-radius-base);
  border-color: #E9ECEF;
  padding: 0.75rem 0;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children .sub-menu > .menu-item {
  padding: 0 0.5rem;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children .sub-menu .menu-item a {
  font-size: 0.8125rem;
  font-weight: 500;
  width: 100%;
  padding: 0.375rem 0.9375rem;
  border-radius: var(--theme-theme-radius-small);
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children .sub-menu .menu-item a:hover {
  color: #EF233C;
  background-color: #FFF4F6;
}
.site-header .klbth-menu-wrapper.primary .menu-item-has-children .sub-menu .menu-item:hover > a {
  color: #EF233C;
  background-color: #FFF4F6;
}
.site-header .klbth-menu-wrapper.primary.shadow-enable .sub-menu {
  -webkit-box-shadow: 0 20px 25px -5px rgba(33, 37, 41, 0.1), 0 10px 10px -5px rgba(33, 37, 41, 0.04);
          box-shadow: 0 20px 25px -5px rgba(33, 37, 41, 0.1), 0 10px 10px -5px rgba(33, 37, 41, 0.04);
}
.site-header .search-form-wrapper {
  width: 100%;
}
.site-header .search-form-wrapper .search-form {
  position: relative;
}
.site-header .search-form-wrapper .search-form .btn {
  all: unset;
  position: absolute;
  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;
  font-size: 1.5rem;
  color: #212529;
  width: 3.875rem;
  height: 3.125rem;
  top: 0;
  right: 0;
  cursor: pointer;
}
.site-header .search-form-wrapper .search-form .btn i {
  text-shadow: 0 0 0;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.site-header .search-form-wrapper .search-form input {
  height: 3.125rem;
  color: #212529;
  border-color: #CED4DA;
  background-color: #fff;
  padding-left: 1.125rem;
  padding-right: 3.875rem;
}
.site-header .search-form-wrapper .search-form input::-webkit-input-placeholder {
  color: #ADB5BD;
}
.site-header .search-form-wrapper .search-form input::-moz-placeholder {
  color: #ADB5BD;
}
.site-header .search-form-wrapper .search-form input:-ms-input-placeholder {
  color: #ADB5BD;
}
.site-header .search-form-wrapper .search-form input::-ms-input-placeholder {
  color: #ADB5BD;
}
.site-header .search-form-wrapper .search-form input::placeholder {
  color: #ADB5BD;
}
.site-header .search-form-wrapper .search-form input:focus, .site-header .search-form-wrapper .search-form input:active {
  border-color: #EF233C;
  -webkit-box-shadow: 0 0 0 1px #EF233C;
          box-shadow: 0 0 0 1px #EF233C;
}
.site-header .search-form-wrapper .search-form input:focus + .btn, .site-header .search-form-wrapper .search-form input:active + .btn {
  color: #EF233C;
}
.site-header .quick-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.site-header .quick-button + .quick-button {
  margin-left: 0.625rem;
}
.site-header .quick-button > *:not(.header-dropdown-wrapper) {
  position: relative;
  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;
  font-size: 1.5rem;
  line-height: 1;
  color: currentColor;
  min-width: 2.625rem;
  height: 2.625rem;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.site-header .quick-button.toggle-button .quick-button-inner {
  min-width: 2.375rem;
}
.site-header .quick-button.toggle-button .quick-button-inner .quick-icon {
  width: 100%;
}
.site-header .quick-button.custom-button .quick-button-inner {
  width: 2.875rem;
  height: 2.875rem;
}
.site-header .quick-button.custom-button .quick-button-inner .quick-icon {
  width: 2.875rem;
  background-color: #F1F3F5;
  border-radius: var(--theme-theme-radius-base);
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.site-header .quick-button.custom-button:hover .quick-icon {
  background-color: #E9ECEF;
}
.site-header .quick-button.custom-button + .search-form-wrapper {
  margin-left: 0.625rem;
}
.site-header .quick-button .quick-icon {
  position: relative;
  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: 2.625rem;
  height: 100%;
}
.site-header .quick-button .quick-icon + .quick-text {
  margin-left: 0.625rem;
}
.site-header .quick-button .quick-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-header .quick-button .quick-text .count-text {
  display: block;
  font-size: 0.6875rem;
  margin-bottom: 0.375rem;
}
.site-header .quick-button .quick-text .sub-text {
  font-size: 0.75rem;
}
.site-header .quick-button .quick-text .primary-text {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.375rem;
}
.site-header .quick-button .quick-text .price {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
.site-header .quick-button .count {
  position: absolute;
  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;
  font-size: 0.625rem;
  font-weight: 600;
  min-width: 1rem;
  height: 1rem;
  top: 0.25rem;
  right: 0;
  padding: 0 0.125rem;
  color: #fff;
  background-color: #EF233C;
  border-radius: 50%;
}
.site-header .quick-button .count 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;
  width: 100%;
  height: 100%;
  color: currentColor;
  pointer-events: none;
}
.site-header .quick-button .count .wishlist_products_counter_text {
  display: none;
}
.site-header .quick-button .count .wishlist_products_counter_number {
  display: block;
  font-size: 0.625rem;
}
.site-header .quick-button .arrow {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 0.6875rem;
  margin-left: 0.75rem;
  top: 13%;
}
.site-header .quick-button i.klbth-icon-search {
  font-size: 1.75rem;
  line-height: normal;
}
.site-header .quick-button i.klbth-icon-profile-round {
  position: relative;
  font-size: 1.875rem;
  top: 1px;
}
.site-header .quick-button i.klbth-icon-shopping-bag-large {
  font-size: 1.5625rem;
}
.site-header .quick-button i.klbth-icon-heart-round {
  position: relative;
  font-size: 1.8125rem;
  text-shadow: 0 0 0;
  top: -1px;
}
.site-header .quick-button .login-dropdown {
  position: absolute;
  font-size: inherit;
  min-width: 17.5rem;
  max-width: 17.5rem;
  height: auto;
  cursor: inherit;
  top: 100%;
  right: 0;
  background-color: #fff;
  border-radius: var(--theme-theme-radius-base);
  border: 1px solid #E9ECEF;
  -webkit-box-shadow: 0 25px 50px -12px rgba(33, 37, 41, 0.25);
          box-shadow: 0 25px 50px -12px rgba(33, 37, 41, 0.25);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.site-header .quick-button .login-dropdown .login-dropdown-wrapper {
  width: 100%;
  padding: 1.25rem;
  text-align: center;
}
.site-header .quick-button .login-dropdown .login-dropdown-wrapper .login-text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  white-space: initial;
}
.site-header .quick-button .login-dropdown .login-dropdown-wrapper a {
  width: 100%;
}
.site-header .quick-button .login-dropdown .login-dropdown-wrapper .new-customer {
  font-size: 0.875rem;
  margin-top: 0.9375rem;
}
.site-header .quick-button .login-dropdown .login-dropdown-wrapper .new-customer a {
  font-weight: 600;
  text-decoration: underline;
  color: var(--color-secondary);
}
.site-header .quick-button .cart-dropdown {
  position: absolute;
  font-size: inherit;
  min-width: 20rem;
  height: auto;
  cursor: inherit;
  top: 100%;
  right: 0;
  background-color: #fff;
  border-radius: var(--theme-theme-radius-base);
  border: 1px solid #E9ECEF;
  -webkit-box-shadow: 0 25px 50px -12px rgba(33, 37, 41, 0.25);
          box-shadow: 0 25px 50px -12px rgba(33, 37, 41, 0.25);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper {
  width: 100%;
  padding: 1.25rem;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .woocommerce-mini-cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1rem;
  font-weight: 600;
  padding-top: 0.9375rem;
  margin-bottom: 0.875rem;
  border-top: 1px solid var(--color-info);
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .woocommerce-mini-cart__total strong {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text-description);
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .woocommerce-mini-cart__total span {
  font-weight: 700;
  margin-left: auto;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  margin-bottom: 0;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .woocommerce-mini-cart__buttons a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
  height: 2.5rem;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .products {
  max-height: 242px;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .products.ps--active-y {
  padding-right: 0.625rem;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .products .ps__rail-y {
  margin-bottom: 0;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .products .product {
  position: relative;
  margin-bottom: 0.3125rem;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .products .product + .product {
  padding-top: 0.75rem;
  border-top: 1px solid var(--color-info);
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .products .product .thumbnail-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.875rem;
          flex: 0 0 3.875rem;
  max-width: 3.875rem;
  margin-bottom: 0;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .products .product .content-wrapper {
  padding-right: 1.25rem;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .products .product .content-wrapper .product-title {
  white-space: initial;
  margin-bottom: 0.3125rem;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .products .product .content-wrapper .price {
  font-size: 0.875rem;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .products .product .remove_from_cart_button {
  position: absolute;
  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;
  font-size: 0.625rem;
  font-weight: 600;
  text-shadow: 0 0 0;
  width: 1.0625rem;
  height: 1.0625rem;
  border: 1px solid var(--color-info-dark);
  border-radius: 50%;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .products .product .remove_from_cart_button:hover {
  color: #fff;
  background-color: var(--color-danger);
  border-color: transparent;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .klbth-free-shipping {
  padding: 0.9375rem;
  margin-bottom: 0.75rem;
  background-color: var(--color-info-light);
  border-radius: var(--theme-theme-radius-base);
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .klbth-free-shipping .free-shipping-notice {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .klbth-free-shipping .free-shipping-notice .woocommerce-Price-amount {
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 700;
  color: var(--color-danger);
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .klbth-free-shipping .shipping-progress {
  position: relative;
  display: block;
  width: 100%;
  height: 0.25rem;
  background-color: #fff;
  border-radius: 0.9375rem;
}
.site-header .quick-button .cart-dropdown .cart-dropdown-wrapper .klbth-free-shipping .shipping-progress span {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--color-danger);
  border-radius: 0.9375rem;
}
.site-header .quick-button .cart-dropdown .cart-empty {
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.site-header .quick-button .cart-dropdown .cart-empty .empty-icon {
  max-width: 4.125rem;
  margin: auto;
  color: var(--color-info-dark);
}
.site-header .quick-button .cart-dropdown .cart-empty .empty-icon svg {
  width: 100%;
  fill: currentColor;
}
.site-header .quick-button .cart-dropdown .cart-empty .empty-text {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.9375rem;
}
.site-header .quick-button.cart-button:hover .cart-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.site-header .quick-button.login-button:hover .login-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.site-header .dropdown-cats {
  position: relative;
  width: 100%;
}
.site-header .dropdown-cats > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3rem;
  color: #fff;
  background-color: #EF233C;
  border-top-left-radius: 0.875rem;
  border-top-right-radius: 0.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.site-header .dropdown-cats > a::after {
  display: none;
}
.site-header .dropdown-cats > a.show {
  cursor: pointer;
  pointer-events: none;
}
.site-header .dropdown-cats > a .text {
  font-size: 0.9375rem;
  font-weight: 500;
}
.site-header .dropdown-cats > a .icon {
  font-size: 0.8125rem;
  margin-left: auto;
  padding-left: 0.9375rem;
}
.site-header .dropdown-cats .dropdown-menu {
  width: 100%;
  padding: 0.625rem 0;
  border-color: var(--color-info);
  background-color: var(--color-body);
  border-radius: var(--theme-theme-radius-base);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: 1px 2px 5px rgba(134, 142, 150, 0.12);
          box-shadow: 1px 2px 5px rgba(134, 142, 150, 0.12);
  z-index: 9;
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
  font-weight: 500;
  color: currentColor;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu a .menu-icon {
  margin-right: 0.9375rem;
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu a:hover {
  color: var(--color-primary);
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu .sub-menu {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 100%;
  padding: 0.9375rem 0.625rem;
  border: 1px solid var(--color-info);
  background-color: var(--color-body);
  border-radius: var(--theme-theme-radius-base);
  border-top-left-radius: 0;
  -webkit-box-shadow: 1px 2px 5px rgba(134, 142, 150, 0.12);
          box-shadow: 1px 2px 5px rgba(134, 142, 150, 0.12);
  -webkit-transform: translateX(-0.5rem);
          transform: translateX(-0.5rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.23s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.23s cubic-bezier(0.28, 0.12, 0.22, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu .sub-menu a {
  position: relative;
  padding: 0.5rem 1.25rem;
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu .sub-menu a::after {
  font-family: "klbtheme";
  font-size: 0.625rem;
  content: "\e96f";
  color: var(--color-primary);
  margin-left: 0.75rem;
  -webkit-transform: translateX(-0.75rem);
          transform: translateX(-0.75rem);
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu .sub-menu a:hover::after {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu .sub-menu .menu-item-has-title {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.9375rem 1.25rem 0.625rem;
  opacity: 0.3;
  pointer-events: none;
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu > .menu-item {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu > .menu-item > a {
  min-height: 2.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  border-radius: var(--theme-theme-radius-small);
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu > .menu-item > a:hover {
  background-color: var(--color-primary-lighter);
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu > .menu-item > a .badge {
  margin-left: auto;
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu > .menu-item.menu-item-has-children {
  position: static;
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu > .menu-item.menu-item-has-children > a::after {
  font-family: "klbtheme";
  font-size: 75%;
  content: "\e9ab";
  margin-left: auto;
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu > .menu-item.menu-item-has-children:hover > a {
  color: var(--color-primary);
  background-color: var(--color-primary-lighter);
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu > .menu-item.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header .mega-items {
  height: 100%;
}
.site-header .mega-items .mega-item {
  height: 100%;
}
.site-header .mega-items .mega-item > a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Krub", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #212529;
  height: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.site-header .mega-items .mega-item > a::after {
  position: relative;
  font-family: "klbtheme";
  font-size: 75%;
  content: "\e995";
  line-height: 1;
  margin-left: 0.5rem;
}
.site-header .mega-items .mega-item > a .menu-icon {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.site-header .mega-items .mega-item .sub-item {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #E9ECEF;
  border-radius: var(--theme-theme-radius-base);
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  -webkit-box-shadow: 0 20px 25px -5px rgba(33, 37, 41, 0.1), 0 10px 10px -5px rgba(33, 37, 41, 0.04);
          box-shadow: 0 20px 25px -5px rgba(33, 37, 41, 0.1), 0 10px 10px -5px rgba(33, 37, 41, 0.04);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  pointer-events: none;
  will-change: transform, opacity;
  -webkit-transition: all 0.23s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.23s cubic-bezier(0.28, 0.12, 0.22, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 102;
}
.site-header .mega-items .mega-item:hover > a {
  color: #EF233C;
}
.site-header .mega-items .mega-item:hover > .sub-item {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header .notice-button {
  margin-left: auto;
  padding-left: 0.625rem;
}
.site-header .notice-button .notice-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #EF233C;
}
.site-header .notice-button .notice-link .notice-icon {
  margin-right: 0.5rem;
}
.site-header .notice-button .notice-link .notice-text {
  font-family: "Krub", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.site-header .header-notify {
  color: #fff;
  background: linear-gradient(-45deg, #ed1c66, #6a23d5, #23a6d5, #23d5ab, #f03e3e, #e8890c, #e73c7e);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
          animation: gradient 15s ease infinite;
}
.site-header .header-notify .header-inner {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.site-header .header-notify .header-notify-messages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .header-notify .header-notify-messages ul li {
  font-size: 0.8125rem;
  line-height: normal;
}
.site-header .header-notify .header-notify-messages ul li strong {
  font-weight: 600;
}
.site-header .header-notify .header-notify-messages ul li + li {
  margin-left: 0.625rem;
  padding-left: 0.625rem;
  border-left: 1px solid currentColor;
}
.site-header .header-notify .counter-text {
  font-size: 0.8125rem;
  line-height: normal;
  font-weight: 500;
  margin-right: 0.5rem;
}
.site-header .header-notify .klbth-countdown-wrapper .kblth-countdown {
  font-size: 0.8125rem;
  line-height: normal;
}
.site-header .header-notify .klbth-countdown-wrapper .separator {
  margin: 0 2px;
}
.site-header .header-notify .klbth-countdown-wrapper .count-item {
  width: 1.625rem;
  height: 1.5625rem;
  background-color: rgba(0, 0, 0, 0.2);
}
.site-header .header-topbar {
  font-size: 12px;
  color: #212529;
  background-color: #fff;
  border-color: #E9ECEF;
  z-index: 10;
}
.site-header .header-topbar .header-inner {
  height: 42px;
  border-color: #E9ECEF;
}
.site-header .header-topbar .header-inner > .column {
  height: 100%;
}
.site-header .header-topbar .header-notice p {
  font-size: inherit;
  margin-bottom: 0;
}
.site-header .header-topbar .header-notice p span {
  color: #868E96;
}
.site-header .header-topbar .header-notice p strong {
  font-weight: 600;
}
.site-header .header-topbar .header-notice p a {
  font-weight: 600;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.site-header .header-topbar .header-notice p a:hover {
  color: #EF233C;
}
.site-header .header-topbar .header-notice + .header-switcher {
  padding-left: 1.25rem;
  margin-left: 1.25rem;
  border-left: 1px solid #E9ECEF;
}
.site-header .header-topbar .header-switcher {
  height: 100%;
}
.site-header .header-topbar .header-switcher .klbth-menu > li > a {
  font-weight: 600;
}
.site-header .header-topbar .header-switcher .klbth-menu > li:last-child .sub-menu {
  left: auto !important;
  right: -0.9375rem;
}
.site-header .header-topbar .header-switcher .klbth-menu .menu-item-description {
  color: #868E96;
  margin-right: 0.3125rem;
  pointer-events: none;
}
.site-header .header-sub {
  font-size: 12px;
  color: #212529;
  background-color: #fff;
  border-color: #E9ECEF;
  z-index: 10;
}
.site-header .header-sub .header-inner {
  height: 48px;
  border-color: #E9ECEF;
}
.site-header .header-sub .header-inner > .column {
  height: 100%;
}
.site-header .header-sub .klbth-menu-wrapper.primary .klbth-menu > li:first-child > a {
  padding-left: 0.5rem;
}
.site-header .header-sub .klbth-menu-wrapper.primary .klbth-menu > li > a {
  font-size: 0.8125rem;
  line-height: normal;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
}
.site-header .header-sub .header-switcher {
  height: 100%;
}
.site-header .header-sub .header-switcher .klbth-menu > li > a {
  font-weight: 600;
}
.site-header .header-sub .header-switcher .klbth-menu > li:last-child .sub-menu {
  left: auto !important;
  right: -0.9375rem;
}
.site-header .header-sub .header-switcher .klbth-menu .menu-item-description {
  color: #868E96;
  margin-right: 0.3125rem;
  pointer-events: none;
}
.site-header .header-main {
  color: #212529;
  background-color: #fff;
  z-index: 9;
}
.site-header .header-main.spacing {
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-header .header-main.height .header-inner {
  height: 82px;
}
.site-header .header-main.height .header-inner .klbth-menu-wrapper .klbth-menu > li > a {
  height: 82px;
}
.site-header .header-main .site-brand img {
  height: 40px;
}
.site-header .header-main .site-brand + .klbth-menu-wrapper {
  margin-left: 1.875rem;
}
.site-header .header-main .column.center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.site-header .header-main .toggle-button {
  margin-right: 1.25rem;
}
.site-header .header-nav {
  color: #212529;
  background-color: #fff;
  z-index: 8;
}
.site-header .header-nav .column {
  height: 3rem;
}
.site-header .header-nav .column.left:nth-child(1) {
  padding-right: 0.9375rem;
}
.site-header .header-nav .column.left:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-header .header-mobile {
  color: #212529;
  background-color: #fff;
}
.site-header .header-mobile .header-inner {
  height: 3.375rem;
}
.site-header .header-mobile .header-inner .column.center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.site-header .header-mobile .header-inner .quick-button.toggle-button {
  margin-right: 0;
}
.site-header .header-mobile .site-brand img {
  height: 36px;
}
.site-header .header-mobile .site-brand span {
  font-size: 1.75rem;
}
@media screen and (min-width: 992px) {
  .site-header.header-type-2 .quick-button + .quick-button {
    margin-left: 0.3125rem;
  }
}

/*------------------------------------ 
    09 - Drawer 
------------------------------------*/
.site-drawer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #212529;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  will-change: transform;
  z-index: 1001;
}
@media screen and (min-width: 320px) {
  .site-drawer {
    max-width: 21.25rem;
  }
}
.site-drawer-row {
  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;
  padding: 0.625rem 1.25rem;
}
@media screen and (min-width: 576px) {
  .site-drawer-row {
    padding: 0.75rem 1.5rem;
  }
}
.site-drawer-row.site-drawer-header {
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 576px) {
  .site-drawer-row.site-drawer-header {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.site-drawer-row.site-drawer-header .site-close a {
  font-size: 0.8125rem;
  width: 1.875rem;
  height: 1.875rem;
}
.site-drawer-row.site-drawer-body {
  border-top: 1px solid getDrawer(border);
}
.site-drawer-row.site-drawer-footer {
  padding-top: 1.875rem;
}
@media screen and (min-width: 576px) {
  .site-drawer-row.site-drawer-footer {
    padding-top: 2.5rem;
  }
}
.site-drawer a {
  color: currentColor;
}
.site-drawer .site-brand span {
  font-size: 1.875rem;
  font-weight: 700;
}
.site-drawer .site-brand img {
  height: 36px;
}
.site-drawer .drawer-heading {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
  opacity: 0.3;
}
.site-drawer .klbth-menu-wrapper .klbth-menu .menu-item {
  position: relative;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.site-drawer .klbth-menu-wrapper .klbth-menu .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.site-drawer .klbth-menu-wrapper .klbth-menu .menu-item a .badge {
  margin-left: auto;
}
.site-drawer .klbth-menu-wrapper .klbth-menu .menu-item.menu-item-has-title {
  display: none;
}
.site-drawer .klbth-menu-wrapper .klbth-menu .menu-item .menu-dropdown {
  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;
  width: 1.75rem;
  height: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  cursor: pointer;
}
.site-drawer .klbth-menu-wrapper .klbth-menu .menu-item .menu-dropdown svg {
  width: 1rem;
  pointer-events: none;
}
.site-drawer .klbth-menu-wrapper .klbth-menu .menu-item .sub-menu {
  position: relative;
  width: 100%;
  height: 0;
  padding-left: 0.9375rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.site-drawer .klbth-menu-wrapper .klbth-menu .menu-item .sub-menu a {
  font-size: 87.5%;
  font-weight: 500;
  padding-top: 0.325rem;
  padding-bottom: 0.325rem;
}
.site-drawer .klbth-menu-wrapper .klbth-menu > .menu-item + .menu-item {
  border-top: 1px solid #E9ECEF;
}
.site-drawer .klbth-menu-wrapper .klbth-menu > .menu-item > .sub-menu > .menu-item:last-child > a {
  padding-bottom: 0.625rem;
}
.site-drawer .klbth-menu-wrapper + .drawer-heading {
  margin-top: 1.875rem;
}
.site-drawer .drawer-contacts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-drawer .drawer-contacts ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-drawer .drawer-contacts ul li + li {
  margin-top: 1.25rem;
}
.site-drawer .drawer-contacts ul li .contact-icon {
  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;
  font-size: 1.125rem;
  line-height: 1;
  width: 1.25rem;
  margin-right: 0.625rem;
  margin-bottom: 0.1875rem;
}
.site-drawer .drawer-contacts ul li .contact-detail {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.1875rem;
}
.site-drawer .drawer-contacts ul li .contact-description {
  font-size: 0.75rem;
  font-weight: 500;
  width: 100%;
  opacity: 0.5;
}
.site-drawer .site-copyright {
  font-size: 0.75rem;
}
.site-drawer .site-copyright strong {
  font-weight: 600;
}
.site-drawer .site-copyright a {
  font-weight: 500;
  text-decoration: underline;
  color: #EF233C;
}

/*------------------------------------ 
    10 - Modules 
------------------------------------*/
.klbth-module {
  position: relative;
}
.klbth-module.overflow {
  overflow: hidden;
}
.klbth-module-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.klbth-module-header.with-border {
  padding-bottom: 1.125rem;
  border-bottom: 1px solid var(--color-info-dark);
}
.klbth-module-header.align-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;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .klbth-module-header.align-center {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .klbth-module-header.align-center {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .klbth-module-header.align-center .entry-title {
    font-size: 1.5rem;
    line-height: normal;
    margin-bottom: 0.625rem;
  }
}
.klbth-module-header.align-center .entry-description {
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .klbth-module-header.align-center .entry-description {
    font-size: 0.9375rem;
    line-height: normal;
  }
}
.klbth-module-header .entry-title {
  font-size: 1.0625rem;
  line-height: normal;
  font-weight: 600;
  margin-right: 1.25rem;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .klbth-module-header .entry-title {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 991.98px) {
  .klbth-module-header .entry-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.klbth-module-header .klbth-countdown-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575.98px) {
  .klbth-module-header .klbth-countdown-wrapper .countdown-description {
    font-size: 0.6875rem !important;
  }
}
@media screen and (max-width: 991.98px) {
  .klbth-module-header .klbth-countdown-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
.klbth-module-header .klbth-countdown-wrapper .kblth-countdown {
  font-size: 1rem;
  height: 2.25rem;
  color: #fff;
  background: rgb(232, 89, 12);
  background: linear-gradient(45deg, rgb(232, 89, 12) 0%, rgb(240, 62, 62) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8590c",endColorstr="#f03e3e",GradientType=1);
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-right: 0.625rem;
  border-radius: var(--theme-theme-radius-base);
}
.klbth-module-header .klbth-countdown-wrapper .kblth-countdown .separator {
  line-height: 1;
  margin: 0;
}
.klbth-module-header .klbth-countdown-wrapper .kblth-countdown .count-item {
  background-color: transparent;
}
.klbth-module-header .klbth-countdown-wrapper .countdown-description {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-text-light);
  margin-bottom: 0;
}
.klbth-module-header .entry-description {
  width: 100%;
  font-size: 0.8125rem;
  line-height: normal;
  color: var(--color-text-light);
}
@media screen and (min-width: 992px) {
  .klbth-module-header .entry-description {
    width: auto;
  }
}
@media screen and (max-width: 991.98px) {
  .klbth-module-header .entry-description {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0.125rem;
  }
}
.klbth-module-header .entry-description p {
  margin-bottom: 0;
}
.klbth-module-header .btn {
  margin-left: auto;
}
@media screen and (max-width: 991.98px) {
  .klbth-module-header .btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.klbth-module-header .klbt-module-tab-links {
  display: none;
}
@media screen and (min-width: 992px) {
  .klbth-module-header .klbt-module-tab-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.klbth-module-header .klbt-module-tab-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .klbth-module-header .klbt-module-tab-links ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .klbth-module-header .klbt-module-tab-links.style-1 {
    padding-left: 1.25rem;
    border-left: 1px solid var(--color-info-dark);
  }
}
@media screen and (min-width: 992px) {
  .klbth-module-header .klbt-module-tab-links.style-1 li {
    margin-right: 1.875rem;
  }
  .klbth-module-header .klbt-module-tab-links.style-1 li:last-child {
    margin-right: 0;
  }
}
.klbth-module-header .klbt-module-tab-links.style-1 li a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  line-height: normal;
  font-weight: 500;
  height: 1.5625rem;
  color: var(--color-text-description);
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.klbth-module-header .klbt-module-tab-links.style-1 li a:hover {
  color: var(--color-text-primary);
}
.klbth-module-header .klbt-module-tab-links.style-1 li.active a {
  color: var(--color-primary);
}
@media screen and (min-width: 992px) {
  .klbth-module-header .klbt-module-tab-links.style-1 li.active a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -1.1875rem;
    left: 0;
    background-color: currentColor;
  }
}
.klbth-module-header .klbt-module-tab-links.style-2 {
  background-color: var(--color-info-light);
  padding: 3px;
  border-radius: var(--theme-theme-radius-base);
}
@media screen and (min-width: 992px) {
  .klbth-module-header .klbt-module-tab-links.style-2 {
    margin-left: 1.25rem;
  }
}
.klbth-module-header .klbt-module-tab-links.style-2 .tab-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
  line-height: 1.9230769231;
  font-weight: 600;
  color: var(--color-text-primary);
  border-radius: var(--theme-theme-radius-small);
  padding: 0.3125rem 0.75rem;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.klbth-module-header .klbt-module-tab-links.style-2 .tab-link:hover {
  background-color: var(--color-info-dark);
}
@media screen and (min-width: 992px) {
  .klbth-module-header .klbt-module-tab-links.style-2 .tab-item + .tab-item {
    margin-left: 2px;
  }
}
.klbth-module-header .klbt-module-tab-links.style-2 .tab-item.active .tab-link {
  color: #fff;
  background: var(--color-gradient-1);
}
.klbth-module-header.color-danger {
  border-bottom-width: 2px;
  border-bottom-color: var(--color-danger);
}
.klbth-module-header.color-danger .entry-title {
  color: var(--color-danger);
}
@media screen and (max-width: 991.98px) {
  .klbth-module-header.counter-active .entry-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .klbth-module-header.counter-active .btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.klbth-slider-wrapper {
  position: relative;
  min-height: 12.5rem;
}
.klbth-slider-wrapper .klbth-slider-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: opacity 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.klbth-slider-wrapper .klbth-slider {
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: opacity 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.klbth-slider-wrapper.slider-loaded {
  min-height: auto;
}
.klbth-slider-wrapper.slider-loaded .klbth-slider-loader {
  opacity: 0;
  visibility: hidden;
}
.klbth-slider-wrapper.slider-loaded .klbth-slider {
  opacity: 1;
  visibility: visible;
}
.klbth-slider-wrapper .slider-no-radius:not(.klbth-carousel) .entry-media {
  border-radius: 0 !important;
}
.klbth-slider-wrapper .width-full .entry-wrapper {
  max-width: 80rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .klbth-slider-wrapper .width-full .entry-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .klbth-slider-wrapper .width-full .entry-wrapper .badge {
    font-size: 0.8125rem;
    line-height: normal;
    height: 1.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.klbth-slider-wrapper .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  gap: 0.5rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.klbth-slider-wrapper .slick-dots li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.klbth-slider-wrapper .slick-dots li button {
  all: unset;
  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;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  text-indent: -9999px;
  background-color: var(--color-text-lighter);
  -webkit-transition: background-color 0.15s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: background-color 0.15s cubic-bezier(0.28, 0.12, 0.22, 1);
  cursor: pointer;
}
.klbth-slider-wrapper .slick-dots li button:hover {
  background-color: var(--color-text-light);
}
.klbth-slider-wrapper .slick-dots li.slick-active button {
  background-color: var(--color-primary);
}
.klbth-slider-wrapper .slick-arrow {
  all: unset;
  position: absolute;
  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;
  width: 2rem;
  height: 2.375rem;
  top: 50%;
  background-color: var(--color-info);
  border-radius: var(--theme-theme-radius-xsmall);
  z-index: 1;
  cursor: pointer;
}
.klbth-slider-wrapper .slick-arrow.slick-prev {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.klbth-slider-wrapper .slick-arrow.slick-prev svg {
  left: -2px;
}
.klbth-slider-wrapper .slick-arrow.slick-next {
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.klbth-slider-wrapper .slick-arrow.slick-next svg {
  right: -2px;
}
.klbth-slider-wrapper .slick-arrow svg {
  position: relative;
  width: 80%;
  height: 80%;
}
.klbth-slider-wrapper .slick-arrow [stroke-width] {
  stroke-width: 1.2;
}
.klbth-slider-wrapper .klbth-slider.arrow-size-sm .slick-arrow {
  width: 1.5rem;
  height: 1.875rem;
}
.klbth-slider-wrapper .klbth-slider.arrow-size-md .slick-arrow {
  width: 2rem;
  height: 2.375rem;
}
.klbth-slider-wrapper .klbth-slider.arrow-size-lg .slick-arrow {
  width: 2.375rem;
  height: 3.25rem;
  border-radius: var(--theme-theme-radius-base);
}
.klbth-slider-wrapper .klbth-slider.arrow-size-lg .slick-arrow.slick-prev {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.klbth-slider-wrapper .klbth-slider.arrow-size-lg .slick-arrow.slick-next {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.klbth-slider-wrapper .klbth-slider.arrow-size-xlg .slick-arrow {
  width: 2.875rem;
  height: 4.125rem;
  border-radius: var(--theme-theme-radius-base);
}
.klbth-slider-wrapper .klbth-slider.arrow-size-xlg .slick-arrow.slick-prev {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.klbth-slider-wrapper .klbth-slider.arrow-size-xlg .slick-arrow.slick-next {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.klbth-slider-wrapper .klbth-slider.arrows-light .slick-arrow {
  background-color: var(--color-body);
  -webkit-box-shadow: 0 1px 3px 0 rgba(33, 37, 41, 0.1), 0 1px 2px 0 rgba(33, 37, 41, 0.06);
          box-shadow: 0 1px 3px 0 rgba(33, 37, 41, 0.1), 0 1px 2px 0 rgba(33, 37, 41, 0.06);
}
.klbth-slider-wrapper .klbth-slider.arrows-animate .slick-arrow {
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.klbth-slider-wrapper .klbth-slider.arrows-animate .slick-arrow.slick-prev {
  -webkit-transform: translateX(-0.625rem);
          transform: translateX(-0.625rem);
}
.klbth-slider-wrapper .klbth-slider.arrows-animate .slick-arrow.slick-next {
  -webkit-transform: translateX(0.625rem);
          transform: translateX(0.625rem);
}
.klbth-slider-wrapper .klbth-slider.arrows-animate:hover .slick-arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.klbth-slider-wrapper .klbth-slider.dots-style-filled .slick-dots {
  margin-top: -0.875rem;
  margin-bottom: 0.125rem;
  padding: 0.625rem;
  background-color: var(--color-body);
  -webkit-box-shadow: 0 1px 3px 0 rgba(33, 37, 41, 0.1), 0 1px 2px 0 rgba(33, 37, 41, 0.06);
          box-shadow: 0 1px 3px 0 rgba(33, 37, 41, 0.1), 0 1px 2px 0 rgba(33, 37, 41, 0.06);
  border-radius: var(--theme-theme-radius-large);
}
@media screen and (min-width: 992px) {
  .klbth-slider-wrapper .klbth-slider.dots-style-filled .slick-dots {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .klbth-slider-wrapper .klbth-slider.dots-style-filled .slick-dots {
    position: relative;
    z-index: 1;
  }
}
.klbth-slider-wrapper .klbth-slider.dots-style-def .slick-dots {
  margin-top: 1.25rem;
}
@media screen and (min-width: 992px) {
  .klbth-slider-wrapper .klbth-slider.dots-style-def .slick-dots {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .klbth-slider-wrapper .klbth-slider.dots-align-right .slick-dots {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
  }
}
.klbth-slider-wrapper .klbth-slider.dots-align-center .slick-dots {
  position: relative;
  margin-top: -0.875rem;
  margin-bottom: 2px;
  z-index: 2;
}
.klbth-slider-wrapper .klbth-slider.slider-radius .slick-list {
  border-radius: var(--theme-theme-radius-base);
}
.klbth-slider-wrapper .klbth-slider.slider-overflow {
  overflow: hidden;
}
.klbth-slider-wrapper .klbth-slider[data-margin="10"] .slick-list {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
.klbth-slider-wrapper .klbth-slider[data-margin="10"] .slick-list .slider-item {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.klbth-slider-wrapper .klbth-slider[data-margin="20"] .slick-list {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
.klbth-slider-wrapper .klbth-slider[data-margin="20"] .slick-list .slider-item {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .klbth-slider-wrapper .klbth-slider[data-margin="20"] .slick-list {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .klbth-slider-wrapper .klbth-slider[data-margin="20"] .slick-list .slider-item {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.klbth-slider-wrapper .klbth-slider[data-margin="30"] .slick-list {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
.klbth-slider-wrapper .klbth-slider[data-margin="30"] .slick-list .slider-item {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .klbth-slider-wrapper .klbth-slider[data-margin="30"] .slick-list {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .klbth-slider-wrapper .klbth-slider[data-margin="30"] .slick-list .slider-item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.klbth-slider-wrapper .klbth-slider.klbth-carousel .slick-arrow {
  width: 36px;
  height: 44px;
  border-radius: var(--theme-theme-radius-small);
  padding: 0;
}
.klbth-slider-wrapper .klbth-slider.klbth-carousel .slick-arrow.slick-prev {
  left: -1.375rem;
}
.klbth-slider-wrapper .klbth-slider.klbth-carousel .slick-arrow.slick-next {
  right: -1.375rem;
}
.klbth-slider-wrapper .klbth-slider.klbth-carousel.dots-align-def .slick-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  padding-top: 1.25rem;
  border-top: 1px solid var(--color-info);
}
@media screen and (min-width: 992px) {
  .klbth-slider-wrapper .klbth-slider.klbth-carousel.dots-align-def .slick-dots {
    padding-top: 1.875rem;
  }
}
.klbth-slider-wrapper .klbth-slider.klbth-carousel.arrows-light .slick-arrow {
  -webkit-box-shadow: 0 20px 25px -5px rgba(33, 37, 41, 0.1), 0 10px 10px -5px rgba(33, 37, 41, 0.04);
          box-shadow: 0 20px 25px -5px rgba(33, 37, 41, 0.1), 0 10px 10px -5px rgba(33, 37, 41, 0.04);
  border: 1px solid var(--color-info);
}
.klbth-slider-wrapper .klbth-slider.klbth-carousel.arrows-light .slick-arrow:hover {
  background-color: var(--color-info-light);
}

.klbth-banner {
  position: relative;
  overflow: hidden;
}
.klbth-banner .entry-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.klbth-banner .entry-wrapper .entry-inner {
  position: relative;
  max-width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .klbth-banner .entry-wrapper .entry-inner.w-50 {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .klbth-banner .entry-wrapper .entry-inner.w-50 {
    max-width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .klbth-banner .entry-wrapper .entry-inner.w-60 {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .klbth-banner .entry-wrapper .entry-inner.w-60 {
    max-width: 60%;
  }
}
@media screen and (max-width: 767.98px) {
  .klbth-banner .entry-wrapper .entry-inner.w-70 {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .klbth-banner .entry-wrapper .entry-inner.w-70 {
    max-width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .klbth-banner .entry-wrapper .entry-inner.w-80 {
    max-width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .klbth-banner .entry-wrapper .entry-inner.w-90 {
    max-width: 90%;
  }
}
.klbth-banner.style-inner .entry-wrapper {
  padding: 2.5rem 1.875rem;
  z-index: 2;
}
@media screen and (min-width: 420px) {
  .klbth-banner.style-inner .entry-wrapper {
    padding: 3.125rem 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .klbth-banner.style-inner .entry-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 1.875rem;
  }
}
.klbth-banner.style-inner .entry-wrapper:before {
  border-radius: var(--theme-theme-radius-base);
}
.klbth-banner.style-inner .entry-wrapper.container {
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .klbth-banner.style-inner .entry-wrapper.container {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}
.klbth-banner.style-inner .entry-media::before {
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .klbth-banner.style-inner .entry-media {
    position: relative;
  }
}
@media screen and (max-width: 991.98px) {
  .klbth-banner.style-inner .entry-media {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .klbth-banner.style-inner .entry-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.klbth-banner.style-inner .entry-media img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .klbth-banner.style-inner.space-md .entry-wrapper {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .klbth-banner.style-inner.space-lg .entry-wrapper {
    padding: 3.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .klbth-banner.style-inner.space-xlg .entry-wrapper {
    padding: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .klbth-banner.style-inner.space-xlg .entry-wrapper {
    padding: 3.75rem;
  }
}
.klbth-banner.color-scheme-light {
  color: #fff;
}
.klbth-banner.align-top .entry-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.klbth-banner.align-center .entry-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.klbth-banner.align-bottom .entry-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.klbth-banner.justify-start .entry-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.klbth-banner.justify-center .entry-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.klbth-banner.justify-center .entry-wrapper .entry-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.klbth-banner.justify-center .entry-wrapper .entry-footer .price {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.klbth-banner.justify-end .entry-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.klbth-banner.hover-zoom .entry-media img {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.klbth-banner.hover-zoom:hover .entry-media img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.klbth-banner .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (min-width: 992px) {
  .klbth-banner .entry-footer {
    gap: 1.875rem;
    margin-top: 1.25rem;
  }
}
.klbth-banner .entry-footer.horizontal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.klbth-banner .entry-footer.vertical {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.klbth-banner .entry-footer.vertical > * {
  width: 100%;
}
.klbth-banner .entry-footer .btn.link {
  color: currentColor;
}
.klbth-banner .entry-footer.slider-footer .price {
  font-size: 1.625rem;
  line-height: 1.1538461538;
}
.klbth-banner .entry-footer.slider-footer .price del {
  color: currentColor;
  opacity: 0.7;
}
.klbth-banner .entry-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3125rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 992px) {
  .klbth-banner .entry-heading {
    gap: 0.625rem;
  }
}
.klbth-banner .entry-heading > * {
  margin-bottom: 0;
}
.klbth-banner .badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  height: 1.25rem;
  background-color: var(--color-primary);
  border-radius: 1.875rem;
}
.klbth-banner .entry-sale-percentage {
  font-size: 3rem;
  line-height: 1.0833333333;
  font-weight: 600;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .klbth-banner .entry-sale-percentage {
    font-size: 4.125rem;
    line-height: 1.0909090909;
    margin-bottom: 0.9375rem;
  }
}
.klbth-banner .entry-sale-percentage span {
  font-size: 70%;
}
.klbth-banner .entry-small {
  font-size: 0.8125rem;
  font-weight: 600;
}
.klbth-banner .entry-excerpt {
  opacity: 0.7;
}
.klbth-banner .price {
  color: currentColor;
}
.klbth-banner .price ins {
  font-weight: 600;
  color: inherit;
}

.klbth-module-deals .deal-item {
  position: relative;
  padding: 1.25rem;
  border: 1px solid var(--color-info-dark);
  -webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
          box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  border-radius: var(--theme-theme-radius-base);
}
@media screen and (min-width: 992px) {
  .klbth-module-deals .deal-item {
    padding: 2.1875rem;
  }
}
.klbth-module-deals .deal-item:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border: 3px solid var(--color-danger);
  border-radius: var(--theme-theme-radius-base);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.klbth-module-deals .deal-item:hover::before {
  opacity: 1;
}
.klbth-module-deals .deal-item .deal-sale-count {
  position: absolute;
  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;
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 600;
  width: 3.875rem;
  height: 3.875rem;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 2;
  pointer-events: none;
  background-color: var(--color-danger);
  border-top-left-radius: var(--theme-theme-radius-base);
  border-bottom-right-radius: var(--theme-theme-radius-base);
}
.klbth-module-deals .deal-item .product .product-content .product-title {
  font-size: 0.9375rem;
  line-height: 1.5333333333;
}
@media screen and (min-width: 992px) {
  .klbth-module-deals .deal-item .product .product-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .klbth-module-deals .deal-item .product .product-content .thumbnail-wrapper {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5rem;
            flex: 0 0 12.5rem;
    max-width: 12.5rem;
    margin-bottom: 0;
    margin-right: 1.875rem;
  }
  .klbth-module-deals .deal-item .product .product-content .content-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .klbth-module-deals .deal-item .product .product-content .product-title {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.klbth-module-deals .deal-item .product .product-content .price {
  font-size: 1.375rem;
  line-height: normal;
  margin-bottom: 0.9375rem;
}
.klbth-module-deals .deal-item .product .product-content .product-progress {
  height: 0.5rem;
  margin-bottom: 0.625rem;
}
.klbth-module-deals .deal-item .product .product-content .product-progress-count {
  font-size: 0.8125rem;
  line-height: normal;
}
.klbth-module-deals .deal-item .deal-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--color-info);
}
@media screen and (min-width: 992px) {
  .klbth-module-deals .deal-item .deal-counter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .klbth-module-deals .deal-item .deal-counter .cell {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .klbth-module-deals .deal-item .deal-counter .cell:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 1.875rem;
  }
}
.klbth-module-deals .deal-item .deal-counter .entry-title {
  font-size: 1.125rem;
  color: var(--color-danger);
  margin-bottom: 0;
}
.klbth-module-deals .deal-item .deal-counter .entry-description {
  font-size: 0.75rem;
  color: var(--color-text-description);
}
.klbth-module-deals .deal-item .deal-counter .entry-description p {
  margin-bottom: 0;
}
.klbth-module-deals .deal-item .deal-counter .klbth-countdown-wrapper {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .klbth-module-deals .deal-item .deal-counter .klbth-countdown-wrapper {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .klbth-module-deals .deal-item .deal-counter .klbth-countdown-wrapper .kblth-countdown {
    font-size: 1rem;
  }
}
.klbth-module-deals .deal-item .deal-counter .klbth-countdown-wrapper .kblth-countdown .count-item {
  color: #fff;
  background: var(--color-gradient-1);
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 992px) {
  .klbth-module-deals .deal-item .deal-counter .klbth-countdown-wrapper .kblth-countdown .count-item {
    width: 2.25rem;
    height: 2.375rem;
  }
}
.klbth-module-deals .deal-item.red-border::before {
  opacity: 1;
}

.klbth-coupon-banner {
  position: relative;
}
.klbth-coupon-banner a {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1.25rem;
  color: var(--color-danger);
  background-color: var(--color-danger-light);
  border: 1px dashed var(--color-danger);
  border-radius: var(--theme-theme-radius-base);
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .klbth-coupon-banner a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    text-align: inherit;
    padding: 1.25rem 2.5rem;
  }
}
.klbth-coupon-banner.style-1 a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.klbth-coupon-banner.style-1 .coupon-sale {
  font-size: 3.25rem;
  line-height: normal;
  font-weight: 700;
}
.klbth-coupon-banner.style-1 .coupon-sale span {
  font-size: 70%;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .klbth-coupon-banner.style-1 .coupon-sale {
    font-size: 2.875rem;
    line-height: normal;
    margin-right: 2.5rem;
  }
}
.klbth-coupon-banner.style-1 .coupon-title {
  font-size: 1rem;
  line-height: normal;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .klbth-coupon-banner.style-1 .coupon-title {
    font-size: 1.25rem;
    line-height: normal;
  }
}
.klbth-coupon-banner.style-1 .coupon-description {
  font-size: 0.8125rem;
  line-height: normal;
  color: var(--color-text-description);
}
.klbth-coupon-banner.style-1 .coupon-code {
  font-size: 1.375rem;
  line-height: normal;
  font-weight: 700;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .klbth-coupon-banner.style-1 .coupon-code {
    margin-left: auto;
    margin-top: 0;
  }
}
.klbth-coupon-banner.style-1 .sale-overflow {
  position: absolute;
  font-size: 15rem;
  line-height: normal;
  font-weight: 700;
  opacity: 0.1;
  right: 15%;
}
@media screen and (max-width: 991.98px) {
  .klbth-coupon-banner.style-1 .sale-overflow {
    display: none;
  }
}
.klbth-coupon-banner.style-1 .sale-overflow span {
  font-size: 70%;
  font-weight: 600;
}
.klbth-coupon-banner.style-2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.klbth-coupon-banner.style-2 a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.klbth-coupon-banner.style-2 .coupon-title {
  font-size: 1rem;
  line-height: normal;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .klbth-coupon-banner.style-2 .coupon-title {
    font-size: 1.25rem;
    line-height: normal;
  }
}
.klbth-coupon-banner.style-2 .coupon-code {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  height: 2.3125rem;
  padding: 0 0.9375rem;
  color: #fff;
  background-color: var(--color-danger);
  border-radius: 2.5rem;
  margin: 0.9375rem 0;
}
@media screen and (min-width: 992px) {
  .klbth-coupon-banner.style-2 .coupon-code {
    margin: 0 0.9375rem;
  }
}
.klbth-coupon-banner.style-2 .coupon-description {
  font-size: 0.8125rem;
  line-height: normal;
  color: var(--color-text-description);
}

.klbth-module-category-products {
  position: relative;
}
.klbth-module-category-products .klbth-module-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.klbth-module-category-products .klbth-module-wrapper .block-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.klbth-module-category-products.style-1 .klbth-module-wrapper .block-column.banner-column {
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .klbth-module-category-products.style-1 .klbth-module-wrapper {
    border: 1px solid var(--color-info);
    border-radius: var(--theme-theme-radius-base);
    -webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
            box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .banner-column {
    margin-bottom: 0 !important;
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .banner-column .entry-media {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 22.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .banner-column .entry-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .column-item {
    padding: 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid var(--color-info);
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .column-item:nth-child(2n+1) {
    border-right: 1px solid var(--color-info);
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .column-item:nth-child(7), .klbth-module-category-products.style-1 .klbth-module-wrapper .column-item:nth-child(8) {
    border-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .klbth-module-category-products.style-1 .klbth-module-wrapper {
    position: relative;
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .banner-column {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .banner-column .klbth-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .banner-column .klbth-banner .entry-media {
    display: block;
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: var(--theme-theme-radius-base);
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .products-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .column-item {
    border-bottom: 0;
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .column-item:nth-of-type(odd) {
    border-right: 1px solid var(--color-info);
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .column-item:nth-child(-n+4) {
    border-bottom: 1px solid var(--color-info);
  }
  .klbth-module-category-products.style-1 .klbth-module-wrapper .column-item:nth-child(4n+2) {
    border-right: 1px solid var(--color-info);
  }
}
.klbth-module-category-products.style-2 .klbth-module-wrapper .block-column.banner-column {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .klbth-module-category-products.style-2 .klbth-module-wrapper {
    border: 1px solid var(--color-info);
    border-radius: var(--theme-theme-radius-base);
    -webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
            box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .banner-column {
    height: 17.5rem;
    margin-top: 0 !important;
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .banner-column .klbth-banner {
    height: 100%;
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .banner-column .klbth-banner .entry-media {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .banner-column .klbth-banner .entry-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .column-item {
    padding: 1.25rem;
    margin-bottom: 0;
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .column-item:nth-child(2n+1) {
    border-right: 1px solid var(--color-info);
  }
}
@media screen and (min-width: 992px) {
  .klbth-module-category-products.style-2 .klbth-module-wrapper {
    position: relative;
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .banner-column {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    height: auto;
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .banner-column .klbth-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .banner-column .klbth-banner .entry-media {
    display: block;
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--theme-theme-radius-base);
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .products-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .products-column .products {
    height: 100%;
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .column-item:nth-of-type(odd) {
    border-right: 1px solid var(--color-info);
  }
  .klbth-module-category-products.style-2 .klbth-module-wrapper .column-item:nth-child(4n+2) {
    border-right: 1px solid var(--color-info);
  }
}
@media screen and (min-width: 768px) {
  .klbth-module-category-products.style-3 .klbth-module-wrapper {
    border: 1px solid var(--color-info);
    border-radius: var(--theme-theme-radius-base);
    -webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
            box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  }
  .klbth-module-category-products.style-3 .klbth-module-wrapper .banner-column .entry-media {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 22.5rem;
  }
  .klbth-module-category-products.style-3 .klbth-module-wrapper .banner-column .entry-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .klbth-module-category-products.style-3 .klbth-module-wrapper .column-item {
    padding: 1.25rem;
    margin-bottom: 0;
  }
  .klbth-module-category-products.style-3 .klbth-module-wrapper .column-item + .column-item {
    border-left: 1px solid var(--color-info);
  }
}
@media screen and (min-width: 992px) {
  .klbth-module-category-products.style-3 .klbth-module-wrapper {
    position: relative;
  }
  .klbth-module-category-products.style-3 .klbth-module-wrapper .banner-column {
    position: relative;
    min-height: 15rem;
  }
  .klbth-module-category-products.style-3 .klbth-module-wrapper .banner-column .klbth-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .klbth-module-category-products.style-3 .klbth-module-wrapper .banner-column .klbth-banner .entry-media {
    display: block;
    height: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.klbth-module-category-products.style-4 .klbth-module-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .klbth-module-category-products.style-4 .klbth-module-wrapper {
    border: 1px solid var(--color-info);
    border-radius: var(--theme-theme-radius-base);
    -webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
            box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  }
  .klbth-module-category-products.style-4 .klbth-module-wrapper .banner-column .entry-media {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 22.5rem;
  }
  .klbth-module-category-products.style-4 .klbth-module-wrapper .banner-column .entry-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .klbth-module-category-products.style-4 .klbth-module-wrapper .column-item {
    padding: 1.25rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .klbth-module-category-products.style-4 .klbth-module-wrapper {
    position: relative;
  }
  .klbth-module-category-products.style-4 .klbth-module-wrapper .banner-column {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .klbth-module-category-products.style-4 .klbth-module-wrapper .banner-column .klbth-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .klbth-module-category-products.style-4 .klbth-module-wrapper .banner-column .klbth-banner .entry-media {
    display: block;
    height: 100%;
  }
  .klbth-module-category-products.style-4 .klbth-module-wrapper .products-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .klbth-module-category-products.style-4 .klbth-module-wrapper .products-column .products {
    height: 100%;
  }
  .klbth-module-category-products.style-4 .klbth-module-wrapper .products-column .column-item:nth-child(-n+3) {
    border-bottom: 1px solid var(--color-info);
  }
  .klbth-module-category-products.style-4 .klbth-module-wrapper .products-column .column-item:nth-child(3n+2) {
    border-left: 1px solid var(--color-info);
  }
  .klbth-module-category-products.style-4 .klbth-module-wrapper .products-column .column-item:nth-child(3n+3) {
    border-left: 1px solid var(--color-info);
  }
  .klbth-module-category-products.style-4 .klbth-module-wrapper.image-left .klbth-banner .entry-media {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .klbth-module-category-products.style-4 .klbth-module-wrapper.image-right .klbth-banner .entry-media {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.klbth-module-categories {
  position: relative;
}
.klbth-module-categories.style-1 .categories {
  border: 1px solid var(--color-info-dark);
  -webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
          box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  border-radius: var(--theme-theme-radius-base);
}
.klbth-module-categories .categories.grid-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.klbth-module-categories .categories.grid-style .category-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding: 1.25rem;
}
@media screen and (min-width: 992px) {
  .klbth-module-categories .categories.grid-style .category-item + .category-item {
    border-left: 1px solid var(--color-info-dark);
  }
}
.klbth-module-categories .categories.grid-style .category-item .entry-media {
  border: 1px solid var(--color-info);
  margin-bottom: 0.625rem;
}
.klbth-module-categories .categories.grid-style .category-item .entry-media img {
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.klbth-module-categories .categories.grid-style .category-item .category-name {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.klbth-module-categories .categories.grid-style .category-item .counter {
  font-size: 0.75rem;
  color: var(--color-text-description);
}
@media screen and (min-width: 768px) {
  .klbth-module-categories .categories.grid-style.column-3 .category-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333333%;
            flex: 1 0 33.3333333%;
  }
}
@media screen and (min-width: 768px) {
  .klbth-module-categories .categories.grid-style.column-4 .category-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333333%;
            flex: 1 0 33.3333333%;
  }
}
@media screen and (min-width: 992px) {
  .klbth-module-categories .categories.grid-style.column-4 .category-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
  }
}
@media screen and (min-width: 768px) {
  .klbth-module-categories .categories.grid-style.column-5 .category-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333333%;
            flex: 1 0 33.3333333%;
  }
}
@media screen and (min-width: 992px) {
  .klbth-module-categories .categories.grid-style.column-5 .category-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
  }
}
@media screen and (min-width: 768px) {
  .klbth-module-categories .categories.grid-style.column-6 .category-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333333%;
            flex: 1 0 33.3333333%;
  }
}
@media screen and (min-width: 992px) {
  .klbth-module-categories .categories.grid-style.column-6 .category-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 16.6666666%;
            flex: 1 0 16.6666666%;
  }
}
.klbth-module-categories .categories .category-inner {
  color: currentColor;
}
.klbth-module-categories .categories .category-inner:hover .category-name {
  color: var(--color-primary);
}
.klbth-module-categories .categories .category-inner:hover .entry-media img {
  opacity: 0.8;
}
.klbth-module-categories .categories.list-style .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.25rem;
  border: 1px solid var(--color-info-dark);
  -webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
          box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  border-radius: var(--theme-theme-radius-base);
}
@media screen and (min-width: 992px) {
  .klbth-module-categories .categories.list-style .category {
    padding: 1.25rem 1.875rem;
  }
}
.klbth-module-categories .categories.list-style .category .entry-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6rem;
          flex: 0 0 6rem;
  max-width: 6rem;
  border: 1px solid var(--color-info);
  margin-right: 1.25rem;
}
@media screen and (min-width: 992px) {
  .klbth-module-categories .categories.list-style .category .entry-media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.125rem;
            flex: 0 0 8.125rem;
    max-width: 8.125rem;
  }
}
.klbth-module-categories .categories.list-style .category .entry-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.klbth-module-categories .categories.list-style .category .entry-detail .category-name {
  font-size: 0.9375rem;
  font-weight: 600;
}
.klbth-module-categories .categories.list-style .category .entry-detail .sub-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.klbth-module-categories .categories.list-style .category .entry-detail .sub-categories ul li + li {
  margin-top: 2px;
}
.klbth-module-categories .categories.list-style .category .entry-detail .sub-categories ul li a {
  font-size: 0.8125rem;
  line-height: normal;
  color: var(--color-text-description);
  -webkit-transition: all 0.15s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.15s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.klbth-module-categories .categories.list-style .category .entry-detail .sub-categories ul li a:hover {
  color: var(--color-primary);
}
.klbth-module-categories .categories.list-style .category .entry-detail > .btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1.25rem;
  color: var(--color-primary);
}

.klbth-module-testimonial {
  position: relative;
}
@media screen and (min-width: 992px) {
  .klbth-module-testimonial .klbth-module-header.align-center {
    margin-bottom: 5rem;
  }
}
.klbth-module-testimonial.style-1 .slick-list {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.klbth-module-testimonial.style-1 .testimonial {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.klbth-module-testimonial.style-1 .testimonial .testimonial-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.klbth-module-testimonial.style-1 .testimonial .customer-avatar {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.375rem;
          flex: 0 0 5.375rem;
  max-width: 5.375rem;
  height: 5.375rem;
  border-radius: 50%;
  margin-right: 1.25rem;
  overflow: hidden;
}
.klbth-module-testimonial.style-1 .testimonial .customer-detail .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
  font-size: 0.75rem;
  color: var(--color-review);
  margin-bottom: 0.3125rem;
}
.klbth-module-testimonial.style-1 .testimonial .customer-detail .customer-name {
  font-size: 1rem;
  font-weight: 600;
}
.klbth-module-testimonial.style-1 .testimonial .customer-detail .customer-mission {
  display: block;
  font-size: 0.6875rem;
  color: var(--color-text-description);
  margin-top: -2px;
  margin-bottom: 0.3125rem;
}
.klbth-module-testimonial.style-1 .testimonial .customer-detail .customer-description {
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  color: var(--color-text-description);
}

.klbth-module-grid {
  position: relative;
}
.klbth-module-grid .blog-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.klbth-module-grid .blog-posts .post {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 1.25rem;
}
.klbth-module-grid.grid-4 .post .entry-title {
  font-size: 1rem;
}
.klbth-module-grid.grid-4 .post .entry-excerpt {
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
@media screen and (min-width: 768px) {
  .klbth-module-grid.grid-4 .post {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}
@media screen and (min-width: 1024px) {
  .klbth-module-grid.grid-4 .post {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
  }
}
@media screen and (min-width: 768px) {
  .klbth-module-grid.grid-3 .post {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}
@media screen and (min-width: 992px) {
  .klbth-module-grid.grid-3 .post {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333%;
            flex: 1 0 33.3333%;
  }
}

.post .entry-media {
  position: relative;
  margin-bottom: 1.25rem;
}
.post .entry-media .entry-categories {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .post .entry-media .entry-categories {
    top: 0.9375rem;
    left: 0.9375rem;
  }
}
.post .entry-media .entry-categories a {
  color: var(--color-text-primary);
  background-color: var(--color-body);
}
.post .entry-media > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  will-change: opacity;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.post .entry-media > a:hover::before {
  opacity: 1;
}
.post .entry-excerpt {
  font-size: 0.875rem;
  color: var(--color-text-description);
}
.post .entry-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.post .entry-title a {
  color: currentColor;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.post .entry-title a:hover {
  color: var(--color-primary);
}
.post .entry-categories {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
}
.post .entry-categories a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.625rem;
  color: #fff;
  background-color: var(--color-secondary);
  border-radius: 2.5rem;
}
.post .entry-published {
  margin-bottom: 0.375rem;
}
.post .entry-published a {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-text-primary);
}
.post .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem;
}
.post .entry-meta .meta-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.75rem;
}
.post .entry-meta .meta-item > span {
  color: var(--color-text-light);
}
.post .entry-meta .meta-item a {
  font-weight: 500;
  color: currentColor;
}
.post .entry-meta .meta-item a.author span {
  font-style: italic;
  color: var(--color-text-light);
}

.blog-posts .post {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .blog-posts .post {
    margin-bottom: 2.5rem;
  }
  .blog-posts .post:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .blog-posts .post .entry-title {
    font-size: 2.25rem;
    line-height: 1.1666666667;
  }
}
@media screen and (min-width: 992px) {
  .blog-posts .post .entry-excerpt {
    font-size: 1rem;
    line-height: 1.625;
  }
}
.blog-posts .post .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 992px) {
  .blog-posts .post .entry-footer {
    -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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.single-post .entry-header {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 992px) {
  .single-post .entry-header {
    margin-bottom: 1.25rem;
  }
}
.single-post .entry-header .entry-categories {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 992px) {
  .single-post .entry-header .entry-categories {
    margin-bottom: 0.9375rem;
  }
}
.single-post .entry-header .entry-title {
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  .single-post .entry-header .entry-title {
    font-size: 2.375rem;
    line-height: 1.2105263158;
  }
}
.single-post .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .single-post .entry-footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 1.5rem;
  }
}
.single-post .entry-content {
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
@media screen and (min-width: 992px) {
  .single-post .entry-content {
    font-size: 1rem;
    line-height: 1.625;
  }
}
.single-post .entry-content + .entry-footer {
  border-top: 1px solid var(--color-info-dark);
  padding-top: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .single-post .entry-content + .entry-footer {
    margin-top: 1.25rem;
    padding-top: 1.5rem;
    margin-bottom: 1.875rem;
  }
}
.single-post .entry-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 992px) {
  .single-post .entry-tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.single-post .entry-tags > span {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-text-description);
}
.single-post .entry-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-post .entry-tags ul li a {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-text-primary);
  border: 1px solid var(--color-info-dark);
  padding: 0.4375rem 0.75rem;
  border-radius: var(--theme-theme-radius-xsmall);
  -webkit-box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.05);
          box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.05);
}
.single-post .post-author-bio {
  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;
  gap: 0.625rem;
  background-color: #F1F3F5;
  border: 1px solid var(--color-info);
  border-radius: var(--theme-theme-radius-base);
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .single-post .post-author-bio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.single-post .post-author-bio .author-avatar {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.5rem;
          flex: 0 0 7.5rem;
  max-width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .single-post .post-author-bio .author-avatar {
    margin-right: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .single-post .post-author-bio .author-detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.single-post .post-author-bio .author-detail > span {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-text-light);
  margin-bottom: 5px;
}
.single-post .post-author-bio .author-detail .author-name {
  font-size: 1.125rem;
  font-weight: 600;
}
.single-post .post-author-bio .author-detail > p {
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  color: var(--color-text-description);
  margin-bottom: 0;
}
.single-post .post-comments > .entry-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .single-post .post-comments > .entry-title {
    font-size: 1.5rem;
  }
}
.single-post .post-comments .entry-subtitle {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-text-description);
}
.single-post .post-comments .comment-list {
  margin: 0.9375rem 0 0;
  padding: 0.9375rem 0 0;
  list-style: none;
  border-top: 1px solid var(--color-info-dark);
}
@media screen and (min-width: 992px) {
  .single-post .post-comments .comment-list {
    margin: 1.5rem 0 0;
    padding: 1.5rem 0 0;
  }
}
.single-post .post-comments .comment-list .comment-body {
  padding: 1px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .single-post .post-comments .comment-list .comment-body {
    margin-bottom: 3rem;
  }
}
.single-post .post-comments .comment-list .comment-body .comment-meta {
  margin-bottom: 1rem;
}
.single-post .post-comments .comment-list .comment-body .comment-meta .avatar {
  float: left;
  position: relative;
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  margin-right: 1.25rem;
}
@media screen and (min-width: 992px) {
  .single-post .post-comments .comment-list .comment-body .comment-meta .avatar {
    margin-right: 2.5rem;
  }
}
.single-post .post-comments .comment-list .comment-body .comment-meta .comment-author b {
  float: left;
  font-size: 0.875rem;
  font-weight: 600;
}
.single-post .post-comments .comment-list .comment-body .comment-meta .comment-author b a {
  color: currentColor;
}
.single-post .post-comments .comment-list .comment-body .comment-meta .comment-metadata {
  float: left;
  line-height: 1.2;
}
.single-post .post-comments .comment-list .comment-body .comment-meta .comment-metadata a {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-text-light);
  margin-left: 0.9375rem;
}
.single-post .post-comments .comment-list .comment-body .comment-content {
  margin-top: 1.875rem;
  padding-left: 7.25rem;
}
.single-post .post-comments .comment-list .comment-body .comment-content p {
  font-size: 0.8125rem;
  line-height: 1.3125rem;
}
.single-post .post-comments .comment-list .comment-body .reply {
  padding-left: 7.25rem;
}
.single-post .post-comments .comment-list .comment-body .reply a {
  font-size: 0.8125rem;
  font-weight: 600;
  color: currentColor;
}
.single-post .post-comments .comment-list .comment-body .reply a i {
  position: relative;
  font-size: 1.125rem;
  top: 2px;
}
.single-post .post-comments .comment-respond {
  padding-top: 1.875rem;
  border-top: 1px solid var(--color-info-dark);
}
.single-post .post-comments .comment-respond .entry-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .single-post .post-comments .comment-respond .entry-title {
    font-size: 1.5rem;
  }
}
.single-post .post-comments .comment-respond .comment-form {
  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;
  margin-left: -5px;
  margin-right: -5px;
}
.single-post .post-comments .comment-respond .comment-form > p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 992px) {
  .single-post .post-comments .comment-respond .comment-form > p.comment-form-author, .single-post .post-comments .comment-respond .comment-form > p.comment-form-email {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.single-post .post-comments .comment-respond .comment-form > .comment-notes {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-text-description);
}
@media screen and (min-width: 992px) {
  .single-post .post-comments .comment-respond .comment-form input {
    height: 2.875rem;
  }
}
@media screen and (min-width: 992px) {
  .single-post .post-comments .comment-respond .comment-form .form-submit > * {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

.klbth-module {
  position: relative;
}
.klbth-module .logos-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.klbth-module .logos-wrapper .logo-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 0 33.3333%;
          flex: 1 0 33.3333%;
}
.klbth-module .logos-wrapper .logo-item img {
  opacity: 0.5;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.klbth-module .logos-wrapper a:hover img {
  opacity: 1;
}
.klbth-module.grayscale-enable img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.klbth-module.grid-4 .logos-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .klbth-module.grid-4 .logos-wrapper .logo-item {
    max-width: 170px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
  }
}
.klbth-module.grid-5 .logos-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .klbth-module.grid-5 .logos-wrapper .logo-item {
    max-width: 150px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
  }
}
.klbth-module.grid-6 .logos-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .klbth-module.grid-6 .logos-wrapper .logo-item {
    max-width: 130px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 16.6666%;
            flex: 1 0 16.6666%;
  }
}

.search-holder {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.search-holder.active {
  opacity: 1;
  visibility: visible;
}
.search-holder .search-holder-inner {
  position: relative;
  height: 100%;
}
.search-holder .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.search-holder .container .search-holder-item {
  width: 100%;
}
.search-holder .container .search-holder-header {
  text-align: center;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .search-holder .container .search-holder-header {
    margin-bottom: 1.25rem;
  }
}
.search-holder .container .search-holder-header span {
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .search-holder .container .search-holder-header span {
    font-size: 1.5rem;
  }
}
.search-holder .container .search-holder-header .site-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}
@media screen and (min-width: 992px) {
  .search-holder .container .search-holder-header .site-close {
    top: 1.875rem;
    right: 2.5rem;
  }
}
.search-holder .container .search-form {
  position: relative;
}
@media screen and (min-width: 992px) {
  .search-holder .container .search-form input {
    height: 3.5rem;
  }
}
.search-holder .container .search-form button {
  position: absolute;
  font-size: 1.25rem;
  background-color: transparent;
  top: 0;
  right: 0;
}
@media screen and (min-width: 992px) {
  .search-holder .container .search-form button {
    font-size: 1.875rem;
    height: 3.5rem;
  }
}
.search-holder .container .popular-tags {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.8125rem;
  line-height: normal;
  margin-top: 1.25rem;
}
@media screen and (min-width: 992px) {
  .search-holder .container .popular-tags {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.search-holder .container .popular-tags > span {
  position: relative;
  color: var(--color-text-description);
  margin-right: 0.625rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 992px) {
  .search-holder .container .popular-tags > span {
    margin-bottom: 0;
  }
}
.search-holder .container .popular-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-holder .container .popular-tags ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  line-height: normal;
  font-weight: 500;
  height: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: var(--color-text-description);
  background-color: var(--color-info-light);
  border-radius: var(--theme-theme-radius-xsmall);
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.search-holder .container .popular-tags ul li a:hover {
  color: var(--color-text-primary);
  background-color: var(--color-info);
}

.klbth-module-search {
  color: #fff;
  background: var(--color-gradient-1);
  border: 2px solid var(--color-primary);
  border-radius: var(--theme-theme-radius-base);
  -webkit-box-shadow: 0 4px 6px -1px rgba(33, 37, 41, 0.1), 0 2px 4px -1px rgba(33, 37, 41, 0.06);
          box-shadow: 0 4px 6px -1px rgba(33, 37, 41, 0.1), 0 2px 4px -1px rgba(33, 37, 41, 0.06);
  padding: 1.25rem;
}
@media screen and (min-width: 992px) {
  .klbth-module-search {
    padding: 2.5rem;
    border-radius: var(--theme-theme-radius-large);
    border: 3px solid var(--color-primary);
  }
}
.klbth-module-search .module-search-header {
  margin-bottom: 1.875rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.klbth-module-search .service-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .klbth-module-search .service-search-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .klbth-module-search .service-search-form > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .klbth-module-search .service-search-form > *.button-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .klbth-module-search .service-search-form .select2 .select2-selection {
    height: 2.875rem;
  }
  .klbth-module-search .service-search-form .select2 .select2-selection__arrow {
    top: 2px;
    pointer-events: none;
  }
  .klbth-module-search .service-search-form button {
    height: 2.875rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.klbth-module-search .service-search-form button {
  background-color: transparent;
  border: 2px solid #fff;
}
.klbth-module-search .service-search-form button:hover {
  color: var(--color-primary);
  background-color: #fff;
}
.klbth-module-search .service-description {
  font-size: 0.8125rem;
  margin-top: 0.9375rem;
}
.klbth-module-search .service-description p {
  margin-bottom: 0;
}

/*------------------------------------ 
    11 - WooCommerce 


/* FIX: Logo carousel - flex child overflow */
.klbth-module-logos .logos-wrapper {
  overflow: hidden;
}
.klbth-module-logos .klbth-slider-wrapper {
  min-width: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

/* FIX: Deals widget col-md-6 grid layout */
.klbth-module-deals .klbth-module-body > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.klbth-module-deals .klbth-module-body > .row > .col {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .klbth-module-deals .klbth-module-body > .row > .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}
