@charset "UTF-8";
@charset "UTF-8";
/*!*
 **                 _     _                         
 ** __      ___ __ | |   (_)_ __   __ _ _   _  __ _ 
 ** \ \ /\ / / '_ \| |   | | '_ \ / _` | | | |/ _` |
 **  \ V  V /| |_) | |___| | | | | (_| | |_| | (_| |
 **   \_/\_/ | .__/|_____|_|_| |_|\__, |\__,_|\__,_|
 **          |_|                  |___/             
 **
 **        -- wpLingua | WordPress plugin --
 **   Translate and make your website multilingual
 **
 **     https://github.com/julien-jacob/wplingua
 **      https://wordpress.org/plugins/wplingua/
 **              https://wplingua.com/
 **
 **/
.dashicons.wplng-spin {
  animation: wplingua-dashicons-spin 2s infinite;
  animation-timing-function: linear;
}

@keyframes wplingua-dashicons-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wplng-switcher.flags-none .wplng-language img {
  display: none;
}

/*
 * Insert
 */
.wplng-switcher.insert-auto {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  /* Insert Bottom Right */
}
.wplng-switcher.insert-auto.insert-bottom-right {
  right: 20px;
}
.wplng-switcher.insert-auto {
  /* Insert Bottom Left */
}
.wplng-switcher.insert-auto.insert-bottom-left {
  left: 20px;
}
.wplng-switcher.insert-auto {
  /* Insert Bottom Center */
}
.wplng-switcher.insert-auto.insert-bottom-center {
  width: 100%;
  text-align: center;
}
.wplng-switcher.insert-auto.insert-bottom-center .switcher-content {
  display: inline-block;
}

/*
 * Name Format
 */
.wplng-switcher .language-id,
.wplng-switcher .language-name,
.wplng-switcher .language-original {
  display: none;
}
.wplng-switcher.title-name .language-name, .wplng-switcher.title-original .language-original, .wplng-switcher.title-id .language-id {
  display: inline-block;
  line-height: normal;
  vertical-align: super;
  margin-left: 6px;
}
.wplng-switcher .language-id {
  text-transform: uppercase;
}

/*
 * Switcher style
 */
.wplng-switcher.style-list .wplng-language-current, .wplng-switcher.style-block .wplng-language-current {
  display: none;
}
.wplng-switcher.style-list .wplng-languages .wplng-language {
  display: inline-block;
}
.wplng-switcher.style-block .wplng-languages .wplng-language {
  display: block;
}
.wplng-switcher {
  /**
   * Style Dropdown
   **/
}
.wplng-switcher.style-dropdown {
  min-height: 38px;
}
.wplng-switcher.style-dropdown .switcher-content {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9999;
}
.wplng-switcher.style-dropdown .switcher-content .wplng-languages {
  height: 0;
  overflow: hidden;
}
.wplng-switcher.style-dropdown .switcher-content .wplng-languages .wplng-language.current {
  display: none;
}
.wplng-switcher.style-dropdown .switcher-content .wplng-language {
  display: block;
}
.wplng-switcher.style-dropdown .switcher-content .wplng-language-current {
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) center;
  padding-right: 28px;
}
.wplng-switcher.style-dropdown .switcher-content:hover .wplng-languages {
  height: auto;
}
.wplng-switcher.style-dropdown.open-top .switcher-content {
  bottom: 0;
}
.wplng-switcher.style-dropdown.insert-auto .switcher-content {
  position: initial;
}
.wplng-switcher {
  /**
   * Set min height if container witdh not set
   **/
}
.wplng-switcher.title-name, .wplng-switcher.title-original {
  min-width: 180px;
}
.wplng-switcher.title-id {
  min-width: 100px;
}
.wplng-switcher.title-id.flags-none, .wplng-switcher.title-none {
  min-width: 80px;
}

/*
 * Themes Light / Dark
 */
.wplng-switcher.style-dropdown .wplng-language-current {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6l5 5 5-5 2 1-7 7-7-7 2-1z' fill='%231d2327'/%3E%3C/svg%3E");
}
.wplng-switcher.style-dropdown.theme-dark-double-smooth .wplng-language-current, .wplng-switcher.style-dropdown.theme-dark-double-square .wplng-language-current, .wplng-switcher.style-dropdown.theme-dark-simple-smooth .wplng-language-current, .wplng-switcher.style-dropdown.theme-dark-simple-square .wplng-language-current, .wplng-switcher.style-dropdown.theme-blurwhite-double-square .wplng-language-current, .wplng-switcher.style-dropdown.theme-blurwhite-simple-square .wplng-language-current, .wplng-switcher.style-dropdown.theme-blurwhite-double-smooth .wplng-language-current, .wplng-switcher.style-dropdown.theme-blurwhite-simple-smooth .wplng-language-current {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6l5 5 5-5 2 1-7 7-7-7 2-1z' fill='%23fff'/%3E%3C/svg%3E");
}

.wplng-switcher .wplng-languages .wplng-language:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.wplng-switcher.theme-dark-double-smooth .wplng-languages .wplng-language:hover, .wplng-switcher.theme-dark-double-square .wplng-languages .wplng-language:hover, .wplng-switcher.theme-dark-simple-smooth .wplng-languages .wplng-language:hover, .wplng-switcher.theme-dark-simple-square .wplng-languages .wplng-language:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Themes Blur Light Double Square */
.wplng-switcher.theme-blurwhite-double-square .switcher-content {
  backdrop-filter: blur(25px) saturate(100%);
  background: hsla(0, 0%, 100%, 0);
  border: 1px solid white;
  border-radius: 0;
}
.wplng-switcher.theme-blurwhite-double-square .switcher-content .wplng-language {
  border: 1px solid white;
  color: white;
  border-radius: 0;
}

/* Themes Blur Light Simple Square */
.wplng-switcher.theme-blurwhite-simple-square .switcher-content {
  backdrop-filter: blur(25px) saturate(100%);
  background: hsla(0, 0%, 100%, 0);
  border: 1px solid white;
  border-radius: 0;
}
.wplng-switcher.theme-blurwhite-simple-square .switcher-content .wplng-language {
  color: white;
}

/* Themes Blur Dark Double Square */
.wplng-switcher.theme-blurblack-double-square .switcher-content {
  backdrop-filter: blur(25px) saturate(100%);
  background: hsla(0, 0%, 100%, 0);
  border: 1px solid #1d2327;
  border-radius: 0;
}
.wplng-switcher.theme-blurblack-double-square .switcher-content .wplng-language {
  border: 1px solid #1d2327;
  color: #1d2327;
  border-radius: 0;
}

/* Themes Blur Light Double Smooth */
.wplng-switcher.theme-blurwhite-double-smooth .switcher-content {
  backdrop-filter: blur(25px) saturate(100%);
  background: hsla(0, 0%, 100%, 0);
  border: 1px solid white;
  border-radius: 8px;
}
.wplng-switcher.theme-blurwhite-double-smooth .switcher-content .wplng-language {
  border: 1px solid white;
  color: white;
  border-radius: 6px;
}

/* Themes Blur Light Simple Smooth */
.wplng-switcher.theme-blurwhite-simple-smooth .switcher-content {
  backdrop-filter: blur(25px) saturate(100%);
  background: hsla(0, 0%, 100%, 0);
  border: 1px solid white;
  border-radius: 9px;
}
.wplng-switcher.theme-blurwhite-simple-smooth .switcher-content .wplng-language {
  color: white;
  border-radius: 6px;
}

/* Themes Blur Dark Double Smooth */
.wplng-switcher.theme-blurblack-double-smooth .switcher-content {
  backdrop-filter: blur(25px) saturate(100%);
  background: hsla(0, 0%, 100%, 0);
  border: 1px solid #1d2327;
  border-radius: 9px;
}
.wplng-switcher.theme-blurblack-double-smooth .switcher-content .wplng-language {
  border: 1px solid #1d2327;
  color: #1d2327;
  border-radius: 6px;
}

/* Themes Blur Dark Simple Smooth */
.wplng-switcher.theme-blurblack-simple-smooth .switcher-content {
  backdrop-filter: blur(25px) saturate(100%);
  background: hsla(0, 0%, 100%, 0);
  border: 1px solid #1d2327;
  border-radius: 9px;
}
.wplng-switcher.theme-blurblack-simple-smooth .switcher-content .wplng-language {
  color: #1d2327;
  border-radius: 6px;
}

/* Themes Blur Dark Simple Square */
.wplng-switcher.theme-blurblack-simple-square .switcher-content {
  backdrop-filter: blur(25px) saturate(100%);
  background: hsla(0, 0%, 100%, 0);
  border: 1px solid #1d2327;
  border-radius: 0;
}
.wplng-switcher.theme-blurblack-simple-square .switcher-content .wplng-language {
  color: #1d2327;
}

/* Themes Light Double Square */
.wplng-switcher.theme-light-double-square .switcher-content {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
.wplng-switcher.theme-light-double-square .switcher-content .wplng-language {
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #1d2327;
  border-radius: 0;
}

/* Themes Light Simple Square */
.wplng-switcher.theme-light-simple-square .switcher-content {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
.wplng-switcher.theme-light-simple-square .switcher-content .wplng-language {
  color: #1d2327;
}

/* Themes Grey Double Square */
.wplng-switcher.theme-grey-double-square .switcher-content {
  background-color: #f0f0f1;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
.wplng-switcher.theme-grey-double-square .switcher-content .wplng-language {
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #1d2327;
  border-radius: 0;
}

/* Themes Grey Simple Square */
.wplng-switcher.theme-grey-simple-square .switcher-content {
  background-color: #f0f0f1;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
.wplng-switcher.theme-grey-simple-square .switcher-content .wplng-language {
  color: #1d2327;
}

/* Themes Dark Double Square */
.wplng-switcher.theme-dark-double-square .switcher-content {
  background-color: #1d2327;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
}
.wplng-switcher.theme-dark-double-square .switcher-content .wplng-language {
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: white;
  border-radius: 0;
}

/* Themes Light Double Smooth */
.wplng-switcher.theme-light-double-smooth .switcher-content {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 9px;
}
.wplng-switcher.theme-light-double-smooth .switcher-content .wplng-language {
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #1d2327;
  border-radius: 6px;
}

/* Themes Light Simple Smooth */
.wplng-switcher.theme-light-simple-smooth .switcher-content {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 9px;
}
.wplng-switcher.theme-light-simple-smooth .switcher-content .wplng-language {
  color: #1d2327;
  border-radius: 6px;
}

/* Themes Grey Double Smooth */
.wplng-switcher.theme-grey-double-smooth .switcher-content {
  background-color: #f0f0f1;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 9px;
}
.wplng-switcher.theme-grey-double-smooth .switcher-content .wplng-language {
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #1d2327;
  border-radius: 6px;
}

/* Themes Grey Simple Smooth */
.wplng-switcher.theme-grey-simple-smooth .switcher-content {
  background-color: #f0f0f1;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 9px;
}
.wplng-switcher.theme-grey-simple-smooth .switcher-content .wplng-language {
  color: #1d2327;
  border-radius: 6px;
}

/* Themes Dark Double Smooth */
.wplng-switcher.theme-dark-double-smooth .switcher-content {
  background-color: #1d2327;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 9px;
}
.wplng-switcher.theme-dark-double-smooth .switcher-content .wplng-language {
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: white;
  border-radius: 6px;
}

/* Themes Dark Simple Smooth */
.wplng-switcher.theme-dark-simple-smooth .switcher-content {
  background-color: #1d2327;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 9px;
}
.wplng-switcher.theme-dark-simple-smooth .switcher-content .wplng-language {
  color: white;
  border-radius: 6px;
}

/* Themes Dark Simple Square */
.wplng-switcher.theme-dark-simple-square .switcher-content {
  background-color: #1d2327;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
}
.wplng-switcher.theme-dark-simple-square .switcher-content .wplng-language {
  color: white;
}

#wp-admin-bar-wplingua-menu > .ab-item::before {
  content: "\f326";
  top: 2px;
  position: relative;
  transition: color 0.1s ease-in-out;
  color: rgba(240, 246, 252, 0.6);
  position: relative;
  float: left;
  font: normal 20px/1 dashicons;
  speak: never;
  padding: 4px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none !important;
  margin-right: 6px;
}

.wplingua-list #wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-wplingua-menu > .ab-item,
.wplingua-translated #wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-wplingua-menu > .ab-item {
  background: linear-gradient(125deg, #66f4e6 0%, #bcfa99 100%);
  color: #1d2327;
  font-weight: 700;
  border: 2px solid #1d2327;
  box-sizing: border-box;
  border-radius: 6px;
  line-height: 26px;
  transition: all 0.3s;
  opacity: 0.9;
}
.wplingua-list #wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-wplingua-menu > .ab-item::before,
.wplingua-translated #wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-wplingua-menu > .ab-item::before {
  color: #1d2327;
  top: 0;
}
.wplingua-list #wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-wplingua-menu:hover > .ab-item,
.wplingua-translated #wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-wplingua-menu:hover > .ab-item {
  opacity: 1;
}

@keyframes text-loading {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.2;
  }
}
.wplng-in-progress-text {
  animation: text-loading 2s infinite;
  animation-timing-function: linear;
}

@keyframes gradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200% 0;
  }
}
#wplng-in-progress-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 32px;
  line-height: 22px;
  color: #f0f0f1;
  background-color: #1d2327;
  z-index: 1000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
#wplng-in-progress-container #wplng-progress-bar {
  position: absolute;
  bottom: 1px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.25);
  width: 100%;
}
#wplng-in-progress-container #wplng-progress-bar #wplng-progress-bar-value {
  height: 5px;
  background: repeating-linear-gradient(to right, #66f4e6 0%, #E795ED 50%, #66f4e6 100%);
  min-width: 2%;
  background-size: 200% auto;
  background-position: 0 100%;
  animation: gradient 2s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
#wplng-in-progress-container #wplng-in-progress-text-mobile {
  display: none;
}
#wplng-in-progress-container #wplng-in-progress-text-desktop {
  display: inline;
}

@media screen and (max-width: 782px) {
  #wplng-in-progress-container {
    height: 46px;
    line-height: 42px;
  }
  #wplng-in-progress-container #wplng-in-progress-message .wplng-spin {
    position: relative;
    top: 10px;
  }
  #wplng-in-progress-container #wplng-in-progress-text-mobile {
    display: inline;
  }
  #wplng-in-progress-container #wplng-in-progress-text-desktop {
    display: none;
  }
}
#wplng-overloaded-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 32px;
  line-height: 26px;
  color: #f0f0f1;
  background-color: #1d2327;
  z-index: 1000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
#wplng-overloaded-container .dashicons.dashicons-info-outline {
  margin: 5px 2px;
  font-size: 18px;
}
#wplng-overloaded-container #wplng-overloaded-text-mobile {
  display: none;
}
#wplng-overloaded-container #wplng-overloaded-text-desktop {
  display: inline;
}
#wplng-overloaded-container #wplng-overloaded-close {
  float: right;
  margin: 6px;
  cursor: pointer;
}
#wplng-overloaded-container a {
  color: inherit;
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .wplingua-api-overloaded #wpadminbar {
    position: fixed;
  }
}
@media screen and (max-width: 782px) {
  #wplng-overloaded-container {
    height: 46px;
    line-height: 42px;
  }
  #wplng-overloaded-container .dashicons.dashicons-info-outline {
    margin: 12px 2px;
  }
  #wplng-overloaded-container #wplng-overloaded-text-mobile {
    display: inline;
  }
  #wplng-overloaded-container #wplng-overloaded-text-desktop {
    display: none;
  }
  #wplng-overloaded-container #wplng-overloaded-close {
    margin: 12px;
  }
}
/*
 * Language Switcher
 */
.wp-block .wplng-switcher,
.wplng-switcher {
  pointer-events: none;
  position: relative;
}
.wp-block .wplng-switcher .switcher-content,
.wplng-switcher .switcher-content {
  padding: 2px;
  text-align: center;
  pointer-events: auto;
}
.wp-block .wplng-switcher .switcher-content .wplng-language,
.wplng-switcher .switcher-content .wplng-language {
  font-size: 16px;
  line-height: 16px;
  padding: 2px 6px 2px 0;
  margin: 2px;
  text-decoration: none;
  text-align: left;
}
.wp-block .wplng-switcher .switcher-content .wplng-language img,
.wplng-switcher .switcher-content .wplng-language img {
  box-sizing: content-box;
  width: 22px;
  height: 22px;
  margin-left: 6px;
  vertical-align: baseline;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
  display: inline;
  vertical-align: unset;
  border: none;
}
.wp-block .wplng-switcher .switcher-content p,
.wplng-switcher .switcher-content p {
  display: none;
  margin: 0;
  padding: 0;
  height: 0;
  width: 0;
}

a[data-wplng-flag] {
  display: inline-block;
}

.wplingua-menu .wplng-menu-flag {
  max-width: 1.2em;
  max-height: 1.2em;
  margin-right: 0.2em;
  display: inline;
  line-height: 1em;
  vertical-align: sub;
  border: none;
}

.wplng-block-attributes {
  border-top: 1px solid rgb(221, 221, 221);
  margin-top: -1px;
  padding: 16px;
}
.wplng-block-attributes label.components-text.components-input-control__label {
  text-transform: none;
}/*# sourceMappingURL=front.css.map */
.product-detail form.cart.single-ajax button {
    position: relative;
}

.product-detail form.cart.single-ajax button svg {
    color: #fff;
}

.klb-notice-ajax {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100005;
	color: #fff;
    max-width: 400px;
}

@media(max-width:600px){
	.klb-notice-ajax {
		left: 15px;
		right: 15px;
	}	
}

.klb-notice-ajax a.button {
    text-decoration: underline !important;
    padding: 0;
    height: auto;
    margin-top: 5px;
    background-color: transparent !important;
    font-size: 0.875rem;
    letter-spacing: -0.03px;
    font-weight: 600;
	color:#fff !important;
	line-height: 1.5rem !important
}

.klb-notice-ajax .woocommerce-error li,
.klb-notice-ajax .woocommerce-message {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding-right: 3rem;
}

.single-product .klb-notice-ajax .woocommerce-error li,
.single-product .klb-notice-ajax .woocommerce-message  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.klb-notice-ajax ul.woocommerce-error {
    border: none;
    margin: 0;
    background: var(--color-red600);
	position: relative;
	border-radius: 7px;
}

.klb-notice-ajax .woocommerce-message {
    border: none;
    margin: 0;
    background: var(--color-green800);
	position: relative;
	border-radius: 7px;
}

.klb-notice-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.klb-notice-ajax > * + * {
    margin-top: 15px !important;
}

.klb-notice-ajax .woocommerce-message p {
    margin-bottom: 8px;
}

form.single-ajax a.added_to_cart {
    display: none;
}.klb-notice-ajax {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100005;
	color: #fff;
    max-width: 400px;
}

@media(max-width:600px){
	.klb-notice-ajax {
		left: 15px;
		right: 15px;
	}	
}

.klb-notice-ajax a.button {
    text-decoration: underline !important;
    padding: 0;
    height: auto;
    margin-top: 5px;
    background-color: transparent !important;
    font-size: 0.875rem;
    letter-spacing: -0.03px;
    font-weight: 600;
	color:#fff !important;
	line-height: 1.5rem !important;
}

.klb-notice-ajax .woocommerce-error li,
.klb-notice-ajax .woocommerce-message {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 3rem;
}

.single-product .klb-notice-ajax .woocommerce-error li,
.single-product .klb-notice-ajax .woocommerce-message  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
}

.klb-notice-ajax ul.woocommerce-error {
    border: none;
    margin: 0;
    background: var(--color-red600);
	position: relative;
	border-radius: 7px;
}

.klb-notice-ajax .woocommerce-message {
    border: none;
    margin: 0;
    background: var(--color-green800);
	position: relative;
	border-radius: 7px;
}

.klb-notice-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.klb-notice-ajax > * + * {
    margin-top: 15px !important;
}

.klb-notice-ajax .woocommerce-message p {
    margin-bottom: 8px;
}.klbtheme-empty,
.klbtheme-terms + select:not(.klbtheme-select),
.klbtheme-term.klbtheme-disabled:after,
.klbtheme-term.klbtheme-disabled:before {
    display: none !important;
}
.klbtheme-term.klbtheme-disabled {
    opacity: .4;
    cursor: default;
}

.klbtheme-variations {
    margin-bottom: 20px;
}
.variations .klbtheme-variations-items + .klbtheme-variations-items {
    margin-top: 10px;
}

.klbtheme-terms {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	gap: 0.625rem;
}

.klbtheme-term {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    position: relative;
	
}

.klbtheme-type-color .klbtheme-term{
    position: relative;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    cursor: pointer;
}

.klbtheme-type-color .klbtheme-term:first-child {
    margin-left: 0;
}

.klbtheme-type-color span.klbtheme-term.klbtheme-selected:after {
    content: "";
    position: absolute;
    left: -0.25rem;
    right: -0.25rem;
    top: -0.25rem;
    bottom: -0.25rem;
    border: 2px solid var(--color-text);
    border-radius: 50%;
}

.klbtheme-type-image .klbtheme-term {
    height: 42px;
    width: 42px;
}

.klbtheme-type-image .klbtheme-term img {
    width: 100%;
    height: 100%;
    display: block;
}
.klbtheme-type-color .klbtheme-term {
    font-size: 0;
}
.klbtheme-type-button .klbtheme-term {
    font-size: 12px;
}


.klbtheme-type-button span.klbtheme-term {
	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.8125rem;
    font-weight: 500;
    line-height: 1.75rem;
    height: 1.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: calc(var(--theme-radius-form) / 2);
    cursor: pointer;
    border: 1px solid;
    border-color: var(--color-gray300);
}

.klbtheme-type-button span.klbtheme-term.klbtheme-selected {
    color: #FFF;
    border-color: var(--theme-primary-color) !important;
    background-color: var(--theme-primary-color);
}
}

table.variations span.selected-value img {
    display: none;
}

.klbtheme-type-image span.klbtheme-term.klbtheme-selected {
    border: 1px solid var(--color-primary);
}

.single-product-wrapper .product-detail form.cart table.variations .label span.selected-value {
    color: var(--color-text-primary);
    font-weight: bolder;
}


.single-product-wrapper form.cart .variations tr > th {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
	font-weight:400;
}

a.reset_variations {
    color: #021523;
    font-size: 14px;
    vertical-align: top;
    line-height: 37px;
    display: inline-block;
    margin-left: 10px;
}

a.reset_variations:before {
	font-family: "klbtheme";
    font-size: 13px;
    line-height: 1;
    content: "\ec7b";
    margin-right: 3px;
}

.single-product-wrapper .woocommerce-variation-price .price {
    margin-bottom: 0.625rem;
    font-size: 25px;
}.scrollToTop{
	position:fixed;
	right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(264,255,255, 0.9);
    color: #333;
	box-shadow: 0 0 5px rgb(0 0 0 / 17%);
    text-align: center;
    line-height: 50px;
	opacity: 0;
	z-index: 350;
}
.scrollToTop.button-show {
    opacity: 1;
}
.scrollToTop:hover{
	color:#777;
}
.scrollToTop:after {
    display: inline-block;
    font-size: 20px;
    content: "\e879";
    font-family: "klbtheme";
}
@media (max-width: 1024px){
	.scrollToTop{
		bottom:70px;
		right: 12px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		background-color:#fff;
	}
}
@media screen and (min-width: 992px) {
    .single-gallery-1column > * .product-detail-inner {
        position: sticky;
        top: 5rem;
    }
}

.single-gallery-carousel2columns .woocommerce-product-gallery__image {
    background: #f3f3f3;
}

.single-gallery-carousel2columns svg {
    width: 20px;
    color: #4F575E;
}

.single-gallery-carousel2columns ul.flex-direction-nav {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-top: 20px;
}

.single-gallery-carousel2columns .product-checklist {
    display: none;
}

.single-gallery-carousel2columns .woocommerce-product-details__short-description {
    display: none;
}

.single-gallery-1column .woocommerce-product-gallery__image {
    background: #f3f3f3;
}

.single-gallery-1column .woocommerce-product-gallery__image + .woocommerce-product-gallery__image{
    margin-top: 5px;
}

.single-gallery-2columns {
    padding-left: 0 !important;!i;!;
}

.single-gallery-2columns .woocommerce-product-gallery__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.single-gallery-2columns .woocommerce-product-gallery__image {
    background: #f3f3f3;
}

@media screen and (max-width: 600px) {
    .single-gallery-1column .woocommerce-product-gallery__wrapper,
    .single-gallery-2columns .woocommerce-product-gallery__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        width: 100%;
        overflow-x: auto;
    }
	.single-gallery-1column .woocommerce-product-gallery__wrapper > *,
	.single-gallery-2columns .woocommerce-product-gallery__wrapper > * {
	    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
	}
	
	.single-gallery-1column .woocommerce-product-gallery__wrapper::-webkit-scrollbar,
	.single-gallery-2columns .woocommerce-product-gallery__wrapper::-webkit-scrollbar {
		width: 3px;
		height: 4px;
	}

	.single-gallery-1column .woocommerce-product-gallery__wrapper::-webkit-scrollbar-track,
	.single-gallery-2columns .woocommerce-product-gallery__wrapper::-webkit-scrollbar-track {
		background-color: #f6f4f0;
		border-radius: 9px;
	}

	.single-gallery-1column .woocommerce-product-gallery__wrapper::-webkit-scrollbar-thumb,
	.single-gallery-2columns .woocommerce-product-gallery__wrapper::-webkit-scrollbar-thumb {
		background-color: #c1c1c1;
		border-radius: 9px;
	}
}.klb-search-results {
    position: absolute;
    color: var(--color-text);
    background-color: var(--color-background);
    top: calc(100% + 3px);
    left: -0.5rem;
    right: -0.5rem;
    padding: 0.9375rem 0.625rem 0.625rem;
    border-bottom-left-radius: calc(var(--theme-radius-base) + 2px);
    border-bottom-right-radius: calc(var(--theme-radius-base) + 2px);
}

.search-holder-form .klb-search-results {
    max-height: 190px;
    overflow-y: scroll;
}

.klb-search-results::-webkit-scrollbar {
	width: 3px;
}

.klb-search-results::-webkit-scrollbar-track {
	background-color: #f6f4f0;
	border-radius: 9px;
}
.klb-search-results::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
	border-radius: 9px;
}

.klb-search-results ul.list {
    margin: 0;
	padding: 0 0 0.625rem;
	list-style: none;
}

.klb-search-results ul.list li {
    display: flex;
    flex-direction: row;
    padding: 8px;
    align-items: center;
}

.klb-search-results ul.list li.search-more {
    justify-content: center;
}

.klb-search-results ul.list li.search-more a {
    color: var(--color-main-text);
}

.klb-search-results .search-img img {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    max-width: 42px;
    margin-right: 10px;
}

.klb-search-results .search-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.klb-search-results h1.product-title {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
	margin-right: 10px;
}

.klb-search-results h1.product-title a {
    color: var(--color-main-text);
}

.klb-search-results span.price {
    text-align: right;
    font-size: 15px;
    flex-direction: column;
    gap: inherit;
}

.klb-search-results span.price > * {
    display: block;
    margin: 0;
}

.search-loading button i{
	opacity:0;
}

form.search-form .loader-image{
    left: 0;
    right: 0;
    width: 20px !important;
    color: currentColor;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { 
	display: none; 
}

.klb-search-results ul {
	list-style: none;
}.product-badges {
    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;	
}

.product-badges .badge {
    background: #868E96;
}

.badge.style-2{
	border-radius: 1.5rem;
}

.badge.style-3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .875rem;
    width: 2.875rem;
    height: 2.875rem;
    font-size: .875rem !important;
    max-height: none;
    padding: 0;
    border-radius: 50%;
}

.badge + .badge {
    margin-top: 3px;
}.wishlist-button {
	position:relative;
}

a.klbwl-btn:before{
	font-family: "klbtheme";
    font-size: 1.375rem;
    content: "\eb35";
    margin-right: 0.375rem;
}

.products .wishlist-button a {
    font-size: 0;
	color: currentColor;
}

.products a.klbwl-btn:before {
    margin-right: 0;
}

a.klbwl-btn.klbwl-product-in-list:before{
    content: '\ec57' !important;
}

@keyframes klb-wishlist-rotate {
  100% {
    transform: rotate(360deg); } 
}

a.klbwl-btn.klbwl-adding:after,
span.klbwl-removing i:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(161 161 161 / 40%);
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle;
    opacity: 1;
    animation: klb-wishlist-rotate 450ms infinite linear;
}

.products a.klbwl-btn.klbwl-adding:after {
    left: 50%;
    margin-left: -9px;
}

.wishlist-button .klbwl-btn.klbwl-adding:before {
    opacity: 0;
}

.klbwl-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999989;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    font-size: 14px;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    box-sizing: border-box;
}

.klbwl-popup .klbwl-popup-inner {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.klbwl-popup .klbwl-popup-inner .klbwl-popup-content {
    width: 100%;
    max-width: 360px;
    height: auto;
    max-height: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    padding: 40px;
    background-color: #fff;
	text-align: center;
}

.klbwl-popup.klbwl-show {
    opacity: 1;
    visibility: visible;
}

.klbwl-popup.klbwl-show .klbwl-popup-inner .klbwl-popup-content {
    top: 50%;
}

.klbwl-popup-content a.btn {
    width: 100%;
	justify-content: center;
}

.klbwl-popup-content a.btn + a.btn {
    margin-top: 10px;
}

.klbwl-popup-content .klbwl-notice {
    margin-bottom: 10px;
}

td.klbwl-item--remove span {
	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: fantasy;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1;
    width: 1.125rem;
    height: 1.125rem;
    color: #FFF;
    background-color: var(--color-red600);
    border-radius: 50%;
    cursor: pointer;
	position: relative;
}

td.klbwl-item--remove span.klbwl-removing {
    background: none;
}

span.klbwl-removing i:before {
    margin-left: 0;
    margin-top: 0;
    top: 0;
}

td.klbwl-item--image img {
    max-width: 65px;
}

td.klbwl-item--addtocart p {
    margin-bottom: 0;
	white-space: nowrap;
}

td.klbwl-item--addtocart a i {
    display: none;
}

td.klbwl-item--name a {
    color: currentColor;
    font-weight: 500;
}

.klbwl-no-result .cart-empty-page .empty-icon {
    font-size: 7rem;
    margin-bottom: 0;
}

.klbwl-no-result + .klbwl-actions {
    display: none;
}


@media(max-width: 480px){
	.klbwl-list td.klbwl-item--stock,
	.klbwl-list th.product-date,
	.klbwl-list th.product-price,
	.klbwl-list th.product-subtotal,
	.klbwl-list td.klbwl-item--date,
	.klbwl-list td.klbwl-item--price {
	    display: none;
	}
	
	
	.klbwl-list td.klbwl-item--addtocart a.button {
		padding: 5px;
		height: auto;
		font-size: 12px;
	}
	
	.klbwl-list.woocommerce-cart-form table th.product-remove {
	    display: table-cell !important;
	}
}@keyframes klbcp-rotate {
  100% {
    transform: rotate(360deg); } 
}

a.klbcp-adding:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(161 161 161 / 40%);
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle;
    opacity: 1;
    animation: klbcp-rotate 450ms infinite linear;
    left: 50%;
    margin-left: -9px;
}

.klbcp-adding:before {
    opacity: 0;
}

.klbcp-message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999989;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    font-size: 14px;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    box-sizing: border-box;
}

.klbcp-message.klbcp-show {
    opacity: 1;
    visibility: visible;
}

.klbcp-message-inner {
    width: 100%;
    max-width: 360px;
    height: auto;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    padding: 40px;
    background-color: #fff;
    text-align: center;
}

.klbcp-message a.btn {
    justify-content: center;
    margin-top: 10px;
}

.woocommerce-MyAccount-navigation-link--compare a:before {
    font-family: "klbtheme";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    font-size: 120%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\ec85';
    text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
    font-size: 1.25rem;
}


a.klbcp-btn:before {
    font-family: "klbtheme";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    font-size: 120%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\ec85';
    text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
    font-size: 1.25rem;
}

a.klbcp-btn.klbcp-btn-added:before {
    content: '\e8ef';
}

span.klbcp-remove {
	cursor: pointer;
}

.klbcp_table td:first-child {
    border-left: 0;
}

.klbcp_table tr:first-child td {
    border-top: none;
}

.klbcp_table .product-rating {
    display: table-row;
}

.klbcp_table td:last-child {
    border-right: 0;
}

.klbcp_table .product-add_to_cart p {
    margin: 0;
}

.klbcp_table .product-add_to_cart a.button {
    font-size: 0.875rem;
    line-height: 2.1875rem;
    height: 2.1875rem;
    color: #FFF;
    background-color: var(--theme-primary-color);
}

.klbcp_table .product-add_to_cart a.button:hover {
    background-color: rgba(var(--theme-primary-color-RGB), 0.9);
}

.klbcp-list .cart-empty-page .empty-icon {
    font-size: 7rem;
    margin-bottom: 0;
}


table.klbcp_table {
    table-layout: fixed;
    display: table;
    width: 100%;
}

.klbcp-list.compare-page {
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.klbcp_table td.td-label {
    width: 120px;
}

.klbcp_table td:not(.td-label) {
    width: 14.375rem;
}


.single-product-wrapper .product-low-stock {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  min-width: 170px;
  background-color: #F1F3F5;
  border-radius: 12px;
  padding: 6px 8px 6px 14px;
}
@media screen and (max-width: 767.98px) {
  .single-product-wrapper .product-low-stock {
    margin-top: 0.625rem;
  }
}
.single-product-wrapper .product-low-stock .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.125rem;
          flex: 0 0 1.125rem;
  max-width: 1.125rem;
  margin-right: 0.625rem;
}
.single-product-wrapper .product-low-stock .info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.single-product-wrapper .product-low-stock .info span {
  display: block;
  font-size: 0.625rem;
  color: #868e96;
}
.single-product-wrapper .product-low-stock .info p {
  font-size: 0.75rem;
  font-weight: 600;
  color: #f03e3e;
  margin-bottom: 0;
}
.blonwe-product-bottom-popup-cart .product-low-stock {
	display: none;
}

.quickview-product .quickview-product-wrapper .product-low-stock {
    display: none;
}
/*!
 * Bootstrap  v5.3.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text:#0a58ca;--bs-secondary-text:#6c757d;--bs-success-text:#146c43;--bs-info-text:#087990;--bs-warning-text:#997404;--bs-danger-text:#b02a37;--bs-light-text:#6c757d;--bs-dark-text:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#f8f9fa;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#e9ecef;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-2xl:2rem;--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);--bs-box-shadow-lg:0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);--bs-emphasis-color:#000;--bs-form-control-bg:var(--bs-body-bg);--bs-form-control-disabled-bg:var(--bs-secondary-bg);--bs-highlight-bg:#fff3cd;--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}[data-bs-theme=dark]{--bs-body-color:#adb5bd;--bs-body-color-rgb:173,181,189;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#f8f9fa;--bs-emphasis-color-rgb:248,249,250;--bs-secondary-color:rgba(173, 181, 189, 0.75);--bs-secondary-color-rgb:173,181,189;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(173, 181, 189, 0.5);--bs-tertiary-color-rgb:173,181,189;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-emphasis-color:#fff;--bs-primary-text:#6ea8fe;--bs-secondary-text:#dee2e6;--bs-success-text:#75b798;--bs-info-text:#6edff6;--bs-warning-text:#ffda6a;--bs-danger-text:#ea868f;--bs-light-text:#f8f9fa;--bs-dark-text:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#212529;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#495057;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#055160;--bs-warning-border-subtle:#664d03;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:#fff;--bs-link-color:#6ea8fe;--bs-link-hover-color:#9ec5fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:158,197,254;--bs-code-color:#e685b5;--bs-border-color:#495057;--bs-border-color-translucent:rgba(255, 255, 255, 0.15)}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color,inherit)}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-color:var(--bs-body-color);--bs-table-bg:transparent;--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-body-color);--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:var(--bs-body-color);--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:var(--bs-body-color);--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:var(--bs-table-color);vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#bacbe6;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#cbccce;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#bcd0c7;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#badce3;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#e6dbb9;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#dfc2c4;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#dfe0e1;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#373b3e;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);background-color:var(--bs-form-control-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-form-control-bg);border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::-moz-placeholder{color:var(--bs-secondary-color);opacity:1}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-form-control-disabled-bg);opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:var(--bs-secondary-bg)}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:.375rem}.form-control-color::-webkit-color-swatch{border-radius:.375rem}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);background-color:var(--bs-form-control-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-form-control-disabled-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.25rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.5rem}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg:var(--bs-form-control-bg);width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-tertiary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-tertiary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating::before:not(.form-control:disabled){position:absolute;top:var(--bs-border-width);left:var(--bs-border-width);width:calc(100% - (calc(calc(.375em + .1875rem) + calc(.75em + .375rem))));height:1.875em;content:"";background-color:var(--bs-form-control-bg);border-radius:.375rem}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::-moz-placeholder,.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label{color:#6c757d}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:.375rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(var(--bs-border-width) * -1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-success-text)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:var(--bs-success);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:var(--bs-success);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:var(--bs-success)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:var(--bs-success);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:var(--bs-success)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:var(--bs-success-text)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:var(--bs-success-text)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-danger-text)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:var(--bs-danger);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:var(--bs-danger);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:var(--bs-danger)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:var(--bs-danger);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:var(--bs-danger)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:var(--bs-danger-text)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:var(--bs-danger-text)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:#212529;--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:0.375rem;--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:none;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:0.5rem}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:0.25rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:0.375rem;--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(0.375rem - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0)}.dropdown-item:focus,.dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:.375rem}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(var(--bs-border-width) * -1)}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:calc(var(--bs-border-width) * -1)}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link.disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));background:0 0;border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.disabled,.nav-tabs .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius:0.375rem;--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}.nav-pills .nav-link{background:0 0;border:0;border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), 0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), 0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), 0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), 0.15);--bs-navbar-toggler-border-radius:0.375rem;--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .show>.nav-link{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark{--bs-navbar-color:rgba(255, 255, 255, 0.55);--bs-navbar-hover-color:rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb), 0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230a58ca'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-focus-border-color:#86b7fe;--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button::after{--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.active>.page-link,.page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.disabled>.page-link,.page-link.disabled{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width) * -1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:0.5rem}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:0.25rem}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:0.375rem;display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:0.375rem;--bs-alert-link-color:inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color:var(--bs-primary-text);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text)}.alert-success{--bs-alert-color:var(--bs-success-text);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text)}.alert-info{--bs-alert-color:var(--bs-info-text);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text)}.alert-warning{--bs-alert-color:var(--bs-warning-text);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text)}.alert-danger{--bs-alert-color:var(--bs-danger-text);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text)}.alert-light{--bs-alert-color:var(--bs-light-text);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text)}.alert-dark{--bs-alert-color:var(--bs-dark-text);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle)}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle)}.list-group-item-primary.list-group-item-action:active{--bs-list-group-active-color:var(--bs-emphasis-color);--bs-list-group-active-bg:var(--bs-primary-text);--bs-list-group-active-border-color:var(--bs-primary-text)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle)}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle)}.list-group-item-secondary.list-group-item-action:active{--bs-list-group-active-color:var(--bs-emphasis-color);--bs-list-group-active-bg:var(--bs-secondary-text);--bs-list-group-active-border-color:var(--bs-secondary-text)}.list-group-item-success{--bs-list-group-color:var(--bs-success-text);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle)}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle)}.list-group-item-success.list-group-item-action:active{--bs-list-group-active-color:var(--bs-emphasis-color);--bs-list-group-active-bg:var(--bs-success-text);--bs-list-group-active-border-color:var(--bs-success-text)}.list-group-item-info{--bs-list-group-color:var(--bs-info-text);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle)}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle)}.list-group-item-info.list-group-item-action:active{--bs-list-group-active-color:var(--bs-emphasis-color);--bs-list-group-active-bg:var(--bs-info-text);--bs-list-group-active-border-color:var(--bs-info-text)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle)}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle)}.list-group-item-warning.list-group-item-action:active{--bs-list-group-active-color:var(--bs-emphasis-color);--bs-list-group-active-bg:var(--bs-warning-text);--bs-list-group-active-border-color:var(--bs-warning-text)}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle)}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle)}.list-group-item-danger.list-group-item-action:active{--bs-list-group-active-color:var(--bs-emphasis-color);--bs-list-group-active-bg:var(--bs-danger-text);--bs-list-group-active-border-color:var(--bs-danger-text)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle)}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle)}.list-group-item-light.list-group-item-action:active{--bs-list-group-active-color:var(--bs-emphasis-color);--bs-list-group-active-bg:var(--bs-light-text);--bs-list-group-active-border-color:var(--bs-light-text)}.list-group-item-dark{--bs-list-group-color:var(--bs-dark-text);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle)}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle)}.list-group-item-dark.list-group-item-action:active{--bs-list-group-active-color:var(--bs-emphasis-color);--bs-list-group-active-bg:var(--bs-dark-text);--bs-list-group-active-border-color:var(--bs-dark-text)}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;--bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{filter:var(--bs-btn-close-white-filter)}[data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;position:absolute;z-index:var(--bs-toast-zindex);width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color: ;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;z-index:var(--bs-tooltip-zindex);display:block;padding:var(--bs-tooltip-arrow-height);margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color: ;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-top>.popover-arrow::before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-end>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::before{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-start>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark] .carousel .carousel-control-prev-icon{filter:invert(1) grayscale(100)}[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme=dark] .carousel .carousel-caption{color:#000}.spinner-border,.spinner-grow{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media (max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:575.98px){.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}}@media (max-width:575.98px){.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (max-width:767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:767.98px){.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:767.98px){.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:767.98px){.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:767.98px){.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}}@media (max-width:767.98px){.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:991.98px){.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}}@media (max-width:991.98px){.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:1199.98px){.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}}@media (max-width:1199.98px){.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:1399.98px){.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}}@media (max-width:1399.98px){.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y))}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(13,110,253,var(--bs-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(108,117,125,var(--bs-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(25,135,84,var(--bs-bg-opacity,1))!important}.text-bg-info{color:#000!important;background-color:RGBA(13,202,240,var(--bs-bg-opacity,1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(255,193,7,var(--bs-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(220,53,69,var(--bs-bg-opacity,1))!important}.text-bg-light{color:#000!important;background-color:RGBA(248,249,250,var(--bs-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(33,37,41,var(--bs-bg-opacity,1))!important}.link-primary{color:#0d6efd!important}.link-primary:focus,.link-primary:hover{color:#0a58ca!important}.link-secondary{color:#6c757d!important}.link-secondary:focus,.link-secondary:hover{color:#565e64!important}.link-success{color:#198754!important}.link-success:focus,.link-success:hover{color:#146c43!important}.link-info{color:#0dcaf0!important}.link-info:focus,.link-info:hover{color:#3dd5f3!important}.link-warning{color:#ffc107!important}.link-warning:focus,.link-warning:hover{color:#ffcd39!important}.link-danger{color:#dc3545!important}.link-danger:focus,.link-danger:hover{color:#b02a37!important}.link-light{color:#f8f9fa!important}.link-light:focus,.link-light:hover{color:#f9fafb!important}.link-dark{color:#212529!important}.link-dark:focus,.link-dark:hover{color:#1a1e21!important}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-none{-o-object-fit:none!important;object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(var(--bs-body-color-rgb),.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(var(--bs-body-color-rgb),.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(var(--bs-body-color-rgb),.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{--bs-border-width:1px}.border-2{--bs-border-width:2px}.border-3{--bs-border-width:3px}.border-4{--bs-border-width:4px}.border-5{--bs-border-width:5px}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:var(--bs-primary-text)!important}.text-secondary-emphasis{color:var(--bs-secondary-text)!important}.text-success-emphasis{color:var(--bs-success-text)!important}.text-info-emphasis{color:var(--bs-info-text)!important}.text-warning-emphasis{color:var(--bs-warning-text)!important}.text-danger-emphasis{color:var(--bs-danger-text)!important}.text-light-emphasis{color:var(--bs-light-text)!important}.text-dark-emphasis{color:var(--bs-dark-text)!important}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-emphasis{--bs-bg-opacity:1;background-color:rgba(var(--bs-emphasis-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-2xl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-2xl)!important;border-top-right-radius:var(--bs-border-radius-2xl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-2xl)!important;border-bottom-right-radius:var(--bs-border-radius-2xl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-2xl)!important;border-bottom-left-radius:var(--bs-border-radius-2xl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-2xl)!important;border-top-left-radius:var(--bs-border-radius-2xl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-sm-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-sm-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-sm-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-sm-none{-o-object-fit:none!important;object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-sm-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-sm-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-sm-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-sm-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-sm-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-md-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-md-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-md-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-md-none{-o-object-fit:none!important;object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-md-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-md-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-md-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-md-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-md-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-lg-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-lg-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-lg-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-lg-none{-o-object-fit:none!important;object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-lg-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-lg-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-lg-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-lg-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-lg-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xl-none{-o-object-fit:none!important;object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xl-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-xl-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-xl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xl-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xxl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xxl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xxl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xxl-none{-o-object-fit:none!important;object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xxl-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-xxl-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-xxl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xxl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xxl-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map *//*
 * 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 .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* 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 .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* 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 .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .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 .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .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: 11px;
}

.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: 11px;
}

/* 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;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[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;
}/* 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;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-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;
  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;
  box-shadow: none;
  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%;
    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;
  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;
    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;
    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; } }/* ----- storebox component ----- */
.klb-storebox {
  position: relative;
}
.klb-storebox.style-1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: currentColor;
  background-color: var(--color-gray50);
  border-radius: 0.25rem;
  padding: 1.125rem;
}
body[data-color=custom][data-theme=light] .klb-storebox.style-1 a {
  background-color: rgba(var(--color-rgb), 0.06);
}
body[data-color=default] .klb-storebox.style-1 a, body[data-color=custom][data-theme=dark] .klb-storebox.style-1 a {
  background-color: var(--color-gray50);
}
@media screen and (min-width: 992px) {
  .klb-storebox.style-1 a {
    padding: 1.5rem;
  }
}
.klb-storebox.style-1 a .store-detail {
  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: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .klb-storebox.style-1 a .store-detail {
    margin-bottom: 1.875rem;
  }
}
.klb-storebox.style-1 a .store-detail .store-avatar {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
  max-width: 4rem;
  border-radius: 50%;
  margin-right: 0.9375rem;
  overflow: hidden;
}
.klb-storebox.style-1 a .store-detail .store-info .store-name {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.1875rem;
}
.klb-storebox.style-1 a .store-detail .store-info .store-caption {
  font-size: 0.8125rem;
  font-weight: 500;
  opacity: 0.5;
}
.klb-storebox.style-1 a .store-detail .store-info .store-rating {
  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: 1;
  background-color: var(--color-background);
  padding: 0.25rem 0.5rem;
  border-radius: 1.25rem;
  margin-top: 0.4375rem;
}
.klb-storebox.style-1 a .store-detail .store-info .store-rating p {
  margin-bottom: 0;
}
.klb-storebox.style-1 a .store-detail .store-info .store-rating p strong {
  font-weight: 600;
}
.klb-storebox.style-1 a .store-detail .store-info .store-rating i {
  font-size: 0.875rem;
  color: var(--color-yellow600);
  margin-right: 0.25rem;
}
.klb-storebox.style-1 a .store-detail .store-info .store-rating i::before {
  margin: 0;
}
.klb-storebox.style-1 a .store-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.klb-storebox.style-1 a .store-products .column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
@media screen and (min-width: 992px) {
  .klb-storebox.style-1 a .store-products .column:nth-child(1) {
    width: 66%;
  }
  .klb-storebox.style-1 a .store-products .column:nth-child(1) .product-item {
    height: 100%;
  }
  .klb-storebox.style-1 a .store-products .column:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    width: auto;
  }
}
.klb-storebox.style-1 a .store-products .column:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
@media screen and (max-width: 991.98px) {
  .klb-storebox.style-1 a .store-products .column:nth-child(2) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0.25rem;
  }
}
@media screen and (min-width: 992px) {
  .klb-storebox.style-1 a .store-products .column:nth-child(2) {
    gap: 0.25rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.klb-storebox.style-1 a .store-products .column:nth-child(2) .child-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
@media screen and (min-width: 992px) {
  .klb-storebox.style-1 a .store-products .column:nth-child(2) .child-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.klb-storebox.style-1 a .store-products .product-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-background);
  padding: 0.9375rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.klb-storebox.style-1 a .store-products .product-item .product-price {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  left: 0;
  bottom: 0;
  color: #FFF;
  background-color: rgba(27, 31, 34, 0.6);
  padding: 0.1875rem 0.3125rem;
  opacity: 0;
}
.klb-storebox.style-1 a .store-products .product-item .product-price .price {
  font-size: 0.75rem;
  font-weight: 400;
}
body[data-color=custom][data-theme=light] .klb-storebox.style-1 a:hover {
  background-color: rgba(var(--color-rgb), 0.09);
}
body[data-color=default] .klb-storebox.style-1 a:hover, body[data-color=custom][data-theme=dark] .klb-storebox.style-1 a:hover {
  background-color: var(--color-gray100);
}
.klb-storebox.style-1 a:hover .product-item .product-price {
  opacity: 1;
}
.klb-storebox.style-2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: currentColor;
  padding: 1.125rem;
  border-radius: calc(theme(radius-base) / 2);
}
body[data-color=custom][data-theme=light] .klb-storebox.style-2 a {
  background-color: rgba(var(--color-rgb), 0.06);
}
body[data-color=default] .klb-storebox.style-2 a, body[data-color=custom][data-theme=dark] .klb-storebox.style-2 a {
  background-color: var(--color-gray50);
}
.klb-storebox.style-2 a .store-detail {
  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: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .klb-storebox.style-2 a .store-detail {
    margin-bottom: 1.875rem;
  }
}
.klb-storebox.style-2 a .store-detail .store-avatar {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
  max-width: 4rem;
  border-radius: 50%;
  margin-right: 0.9375rem;
  border: 1px solid;
  overflow: hidden;
}
body[data-color=custom][data-theme=light] .klb-storebox.style-2 a .store-detail .store-avatar {
  border-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .klb-storebox.style-2 a .store-detail .store-avatar, body[data-color=custom][data-theme=dark] .klb-storebox.style-2 a .store-detail .store-avatar {
  border-color: var(--color-gray200);
}
.klb-storebox.style-2 a .store-detail .store-info .store-name {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.1875rem;
}
.klb-storebox.style-2 a .store-detail .store-info .store-caption {
  font-size: 0.8125rem;
  font-weight: 500;
  opacity: 0.5;
}
.klb-storebox.style-2 a .store-detail .store-info .store-rating {
  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: 1;
  background-color: var(--color-background);
  padding: 0.25rem 0.5rem;
  border-radius: 1.25rem;
  margin-top: 0.4375rem;
}
.klb-storebox.style-2 a .store-detail .store-info .store-rating p {
  margin-bottom: 0;
}
.klb-storebox.style-2 a .store-detail .store-info .store-rating p strong {
  font-weight: 600;
}
.klb-storebox.style-2 a .store-detail .store-info .store-rating i {
  font-size: 0.875rem;
  color: var(--color-yellow600);
  margin-right: 0.25rem;
}
.klb-storebox.style-2 a .store-detail .store-info .store-rating i::before {
  margin: 0;
}
.klb-storebox.style-2 a .store-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}
.klb-storebox.style-2 a .store-products .column {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 22%;
  padding: 0.375rem;
  border: 1px solid;
  background-color: var(--color-background);
  border-radius: calc(theme(radius-form) / 2);
  overflow: hidden;
}
body[data-color=custom][data-theme=light] .klb-storebox.style-2 a .store-products .column {
  border-color: rgba(var(--color-rgb), 0.09);
}
body[data-color=default] .klb-storebox.style-2 a .store-products .column, body[data-color=custom][data-theme=dark] .klb-storebox.style-2 a .store-products .column {
  border-color: var(--color-gray100);
}
.klb-storebox.style-2 a .store-products .column .product-price {
  position: absolute;
  padding: 0.25rem 0.375rem;
  border-radius: calc(theme(radius-form) / 2);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 0.0625rem;
  opacity: 0;
}
body[data-theme=light] .klb-storebox.style-2 a .store-products .column .product-price {
  background-color: rgba(255, 255, 255, 0.8);
}
body[data-theme=dark] .klb-storebox.style-2 a .store-products .column .product-price {
  background-color: rgba(27, 31, 34, 0.8);
}
.klb-storebox.style-2 a .store-products .column .product-price .price {
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1;
}
.klb-storebox.style-2 a .store-products .column.product-count {
  font-size: 0.875rem;
  font-weight: 600;
  width: auto;
  border: 0;
  background-color: transparent;
}
.klb-storebox.style-2 a:hover .product-price {
  opacity: 1 !important;
}
.klb-storebox.style-3 .store-detail {
  position: relative;
  border: 1px solid var(--color-gray100);
  background-color: var(--color-background);
  border-radius: var(--theme-radius-base);
  overflow: hidden;
}
.klb-storebox.style-3 .store-detail .store-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.klb-storebox.style-3 .store-detail .store-avatar img {
  max-height: 6.25rem;
}
.klb-storebox.style-3 .store-detail .store-info {
  padding: 0.625rem 0.9375rem;
}
.klb-storebox.style-3 .store-detail .store-info a {
  color: currentColor;
}
.klb-storebox.style-3 .store-detail .store-info a .store-name {
  font-weight: 600;
}
.klb-storebox.style-3 .store-detail .store-info a .store-description {
  font-size: 0.8125rem;
  color: var(--color-gray600);
  margin-bottom: 0.9375rem;
}/* ----- Contact form content ----- */
@media screen and (min-width: 992px) {
  .klb-contact-content {
    padding-right: 1.875rem;
  }
}
.klb-contact-content .entry-content {
  margin-bottom: 1.875rem;
}
.klb-contact-content .entry-media {
  position: relative;
  border-radius: theme(radius-base);
  overflow: hidden;
}

/* ----- Address ----- */
.klb-address-detail .address-icon {
  margin-right: 0.625rem;
}
@media screen and (min-width: 992px) {
  .klb-address-detail .address-icon {
    margin-right: 1.25rem;
  }
}
.klb-address-detail .address-icon.number {
  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;
  line-height: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 50%;
  border: 2px solid;
}
@media screen and (min-width: 992px) {
  .klb-address-detail .address-icon.number {
    width: 2.125rem;
    height: 2.125rem;
  }
}
body[data-color=custom][data-theme=light] .klb-address-detail .address-icon.number {
  border-color: rgba(var(--color-rgb), 0.17);
}
body[data-color=default] .klb-address-detail .address-icon.number {
  border-color: var(--color-gray300);
}
body[data-theme=dark] .klb-address-detail .address-icon.number, body[data-color=custom][data-theme=dark] .klb-address-detail .address-icon.number {
  border-color: var(--color-gray400);
}
.klb-address-detail.style-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.klb-address-detail.style-1 .address-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.klb-address-detail.style-1 .address-country {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0;
}
.klb-address-detail.style-1 .address-title {
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
}
.klb-address-detail.style-1 .address {
  font-size: 0.875rem;
}
body[data-color=custom][data-theme=light] .klb-address-detail.style-1 .address {
  color: rgba(var(--color-rgb), 0.55);
}
body[data-theme=dark] .klb-address-detail.style-1 .address, body[data-color=custom][data-theme=dark] .klb-address-detail.style-1 .address {
  color: var(--color-gray600);
}
.klb-address-detail.style-1 .phone {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.klb-address-detail.style-1 .phone a {
  color: currentColor;
}
.klb-address-detail.style-1 .email {
  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.875rem;
  color: var(--color-blue600);
  padding-bottom: 0.0625rem;
}
.klb-address-detail.style-1 .email::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  background-color: currentColor;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.klb-address-detail.style-1 .email:hover::before {
  opacity: 0;
}
.klb-address-detail.style-2 .address-title {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.375rem;
}
body[data-color=custom][data-theme=light] .klb-address-detail.style-2 .address-title {
  color: rgba(var(--color-rgb), 0.4);
}
body[data-color=default] .klb-address-detail.style-2 .address-title {
  color: var(--color-gray500);
}
body[data-theme=dark] .klb-address-detail.style-2 .address-title, body[data-color=custom][data-theme=dark] .klb-address-detail.style-2 .address-title {
  color: var(--color-gray600);
}
.klb-address-detail.style-2 .address, .klb-address-detail.style-2 .content {
  font-size: 0.875rem;
  font-weight: 500;
}
.klb-address-detail.style-2 .phone {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0;
}
.klb-address-detail.style-2 .phone a {
  color: currentColor;
}
@media screen and (min-width: 992px) {
  .klb-address-detail.style-2 .phone {
    font-size: 1.125rem;
  }
}
.klb-address-detail.style-2 .email {
  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.875rem;
  color: var(--color-blue600);
  padding-bottom: 0.0625rem;
}
.klb-address-detail.style-2 .email::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  background-color: currentColor;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.klb-address-detail.style-2 .email:hover::before {
  opacity: 0;
}
.klb-address-detail.style-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.klb-address-detail.style-3 .address-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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.9375rem;
}
.klb-address-detail.style-3 .address-icon i {
  font-size: 1.375rem;
}
.klb-address-detail.style-3 .address-icon i::before {
  width: auto;
  margin: 0;
}
.klb-address-detail.style-3 .address-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding-top: 0.3125rem;
}
.klb-address-detail.style-3 .address-detail .address-title {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}
.klb-address-detail.style-3 .address-detail .address {
  font-size: 0.875rem;
}
.klb-address-detail.style-3 .address-detail .phone {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.klb-address-detail.style-3 .address-detail .phone a {
  color: currentColor;
}
.klb-address-detail.style-3 .address-detail .email {
  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.875rem;
  color: var(--color-blue600);
  padding-bottom: 0.0625rem;
}
.klb-address-detail.style-3 .address-detail .email::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  background-color: currentColor;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.klb-address-detail.style-3 .address-detail .email:hover::before {
  opacity: 0;
}

/* ----- Contact form ----- */
.klb-contact-form .form-header {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .klb-contact-form .form-header {
    margin-bottom: 2.5rem;
  }
}
.klb-contact-form .entry-title {
  margin-bottom: 0.3125rem;
}
.klb-contact-form.style-1 {
  border-top: 1px solid;
  padding-top: 1.25rem;
}
@media screen and (min-width: 992px) {
  .klb-contact-form.style-1 {
    border-top: 0;
    border-left: 1px solid;
    padding-top: 0;
    padding-left: 3.75rem;
  }
}
body[data-color=custom][data-theme=light] .klb-contact-form.style-1 {
  border-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .klb-contact-form.style-1 {
  border-color: var(--color-gray100);
}
body[data-theme=dark] .klb-contact-form.style-1, body[data-color=custom][data-theme=dark] .klb-contact-form.style-1 {
  border-color: var(--color-gray200);
}
.klb-contact-form.style-2 {
  position: relative;
  margin-top: -9.375rem;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .klb-contact-form.style-2::before {
    content: "";
    position: absolute;
    top: -4.375rem;
    bottom: -3.75rem;
    left: -5rem;
    right: -5rem;
    background-color: var(--color-background);
    border-top-left-radius: theme(radius-base);
    border-top-right-radius: theme(radius-base);
    z-index: -1;
  }
}

/* ----- Contact social media ----- */
.klb-contact-social {
  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;
  gap: 0.9375rem;
}
.klb-contact-social > span {
  font-size: 0.8125rem;
}
.klb-contact-social .site-social ul {
  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;
  gap: 0.4375rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.klb-contact-social .site-social ul 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: 2rem;
  height: 2rem;
  border-radius: 50%;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.klb-contact-social .site-social ul a i {
  line-height: 1;
}
.klb-contact-social .site-social ul a i::before {
  width: auto;
  margin: 0;
}/* ----- Single post settings ----- */
.single-post {
  /* post header */
}
.single-post .entry-header {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .single-post .entry-header {
    margin-bottom: 2.5rem;
  }
  .single-post .entry-header .entry-title {
    font-size: 3.25rem;
    margin-bottom: 1.25rem;
  }
}
.single-post .entry-media {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .single-post .entry-media {
    margin-bottom: 2.5rem;
  }
}
.single-post .entry-footer {
  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;
  gap: 0.625rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .single-post .entry-footer {
    margin-top: 1.875rem;
    margin-bottom: 2.5rem;
  }
}
.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-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.single-post .entry-tags > span {
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0.5;
}
.single-post .entry-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-post .entry-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;
  font-weight: 600;
  color: currentColor;
  border: 1px solid;
  border-radius: calc(theme(radius-base) / 2);
  padding: 0.125rem 0.375rem;
}
body[data-color=custom][data-theme=light] .single-post .entry-tags ul li a {
  border-color: rgba(var(--color-rgb), 0.17);
}
body[data-color=custom][data-theme=light] .single-post .entry-tags ul li a:hover {
  background-color: rgba(var(--color-rgb), 0.07);
}
body[data-color=default] .single-post .entry-tags ul li a, body[data-color=custom][data-theme=dark] .single-post .entry-tags ul li a {
  border-color: var(--color-gray300);
}
body[data-color=default] .single-post .entry-tags ul li a:hover, body[data-color=custom][data-theme=dark] .single-post .entry-tags ul li a:hover {
  background-color: var(--color-gray50);
}
.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;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .single-post .post-author-bio {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 2.5rem;
    padding: 2.5rem;
    border-radius: theme(radius-base);
  }
  body[data-color=custom][data-theme=light] .single-post .post-author-bio {
    background-color: rgba(var(--color-rgb), 0.07);
  }
  body[data-color=default] .single-post .post-author-bio, body[data-color=custom][data-theme=dark] .single-post .post-author-bio {
    background-color: var(--color-gray50);
  }
}
.single-post .post-author-bio .author-avatar {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 7.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .single-post .post-author-bio .author-avatar {
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
}
.single-post .post-author-bio .author-avatar a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: theme(radius-base);
}
@media screen and (min-width: 992px) {
  .single-post .post-author-bio .author-detail {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
}
.single-post .post-author-bio .author-detail > span {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
  opacity: 0.5;
}
.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;
  margin-bottom: 0;
}
.single-post .post-comments > .entry-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}
.single-post .post-comments .comment-list {
  margin: 0.9375rem 0 0;
  padding: 0.9375rem 0 0;
  list-style: none;
  border-top: 0.0625rem solid;
}
body[data-color=custom][data-theme=light] .single-post .post-comments .comment-list {
  border-color: rgba(var(--color-rgb), 0.17);
}
body[data-color=default] .single-post .post-comments .comment-list, body[data-color=custom][data-theme=dark] .single-post .post-comments .comment-list {
  border-color: var(--color-gray300);
}
@media screen and (min-width: 992px) {
  .single-post .post-comments .comment-list {
    margin: 1.5625rem 0 0;
    padding: 1.5625rem 0 0;
  }
}
.single-post .post-comments .comment-list .comment-body {
  padding: 0.0625rem;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .single-post .post-comments .comment-list .comment-body {
    margin-bottom: 3.125rem;
  }
}
.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;
  opacity: 0.5;
  color: currentColor;
  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;
}
body[data-color=custom][data-theme=light] .single-post .post-comments .comment-respond {
  border-color: rgba(var(--color-rgb), 0.17);
}
body[data-color=default] .single-post .post-comments .comment-respond, body[data-color=custom][data-theme=dark] .single-post .post-comments .comment-respond {
  border-color: var(--color-gray300);
}
.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: getColor(text-description);
}
@media screen and (min-width: 992px) {
  .single-post .post-comments .comment-respond .comment-form input {
    height: 2.875rem;
    line-height: initial;
  }
}
@media screen and (min-width: 992px) {
  .single-post .post-comments .comment-respond .comment-form .form-submit > * {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}/* ----- Order tracking ----- */
.klb-order-tracking {
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .klb-order-tracking {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.klb-order-tracking .woocommerce-form-track-order > p:not(.form-row) {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .klb-order-tracking .woocommerce-form-track-order > p:not(.form-row) {
    font-size: 0.9375rem;
    margin-bottom: 2.5rem;
  }
}
.klb-order-tracking .woocommerce-form-track-order > p input {
  text-align: center;
  height: 2.875rem;
}
.klb-order-tracking .woocommerce-form-track-order > p button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 2.875rem;
  color: #FFF !important;
  background-color: var(--theme-primary-color) !important;
  border-color: transparent !important;
}
.klb-order-tracking .woocommerce-form-track-order > p button:hover {
  background-color: rgba(var(--theme-primary-color-RGB), 0.9) !important;
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;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{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;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{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;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;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%;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;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;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-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);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-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);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-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);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-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);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;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}


/*------------------------------------------------------------------
[Table of contents]
  01. Root settings
  02. Base styles
  03. Form elements
  04. Components
  05. Header
  06. Modules
  07. Sidebar
  08. Blog Posts
  09. Footer
  10. WooCommerce
-------------------------------------------------------------------*/
/*---------------------------------------------------- 
  01. Root setting
----------------------------------------------------*/
/* ----- Default colors ----- */
:root {
  --color-dark50: #737582;
  --color-dark100: #5B5D67;
  --color-dark200: #42444D;
  --color-dark300: #34353D;
  --color-dark400: #2A2B32;
  --color-dark500: #23242A;
  --color-dark600: #1E1F25;
  --color-dark700: #1A1B20;
  --color-dark800: #151519;
  --color-dark900: #0E0E11;
  --color-red25: #FFF5F5;
  --color-red50: #FFEBEB;
  --color-red100: #FFE0E0;
  --color-red400: #FCA1A1;
  --color-red500: #F66565;
  --color-red600: #E53E3E;
  --color-red700: #C11A1A;
  --color-red800: #9D1515;
  --color-red900: #7B1919;
  --color-redRGB: 229, 62, 62;
  --color-orange25: #FFF7F0;
  --color-orange50: #FFF1E6;
  --color-orange100: #FFECDC;
  --color-orange400: #FFC884;
  --color-orange500: #FFA94D;
  --color-orange600: #FD7E14;
  --color-orange700: #F36507;
  --color-orange800: #E54C10;
  --color-orange900: #B03B0C;
  --color-orangeRGB: 253, 126, 20;
  --color-yellow25: #FFFBF0;
  --color-yellow50: #FFF9E6;
  --color-yellow100: #FFF6DC;
  --color-yellow400: #FFE884;
  --color-yellow500: #FFD952;
  --color-yellow600: #FCC419;
  --color-yellow700: #F5AC05;
  --color-yellow800: #F59F00;
  --color-yellow900: #E67700;
  --color-yellowRGB: 252, 196, 25;
  --color-green25: #F3FCF4;
  --color-green50: #EBFAED;
  --color-green100: #E2F8E6;
  --color-green400: #9DECA9;
  --color-green500: #6FDC81;
  --color-green600: #40C057;
  --color-green700: #2F9E44;
  --color-green800: #29843B;
  --color-green900: #1B5A29;
  --color-greenRGB: 64, 192, 87;
  --color-lime25: #F8FDF2;
  --color-lime50: #F4FCE9;
  --color-lime100: #EFFAE0;
  --color-lime400: #C0EB75;
  --color-lime500: #94D82D;
  --color-lime600: #82C91E;
  --color-lime700: #6DAD15;
  --color-lime800: #578D0C;
  --color-lime900: #436C09;
  --color-limeRGB: 130, 201, 30;
  --color-teal25: #F1FDFA;
  --color-teal50: #E7FDF7;
  --color-teal100: #DDFDF4;
  --color-teal400: #8AEACE;
  --color-teal500: #38D9A9;
  --color-teal600: #12B886;
  --color-teal700: #099268;
  --color-teal800: #077353;
  --color-teal900: #06513B;
  --color-tealRGB: 18, 184, 134;
  --color-cyan25: #F1FCFE;
  --color-cyan50: #E7FBFD;
  --color-cyan100: #DEF9FD;
  --color-cyan400: #76DDEA;
  --color-cyan500: #3BC9DB;
  --color-cyan600: #15AABF;
  --color-cyan700: #0C8599;
  --color-cyan800: #0A697A;
  --color-cyan900: #095562;
  --color-cyanRGB: 21, 170, 191;
  --color-blue25: #F0F8FF;
  --color-blue50: #E5F3FF;
  --color-blue100: #DBEEFF;
  --color-blue400: #74C0FC;
  --color-blue500: #46A3F1;
  --color-blue600: #228BE6;
  --color-blue700: #1971C2;
  --color-blue800: #1767B0;
  --color-blue900: #12528C;
  --color-blueRGB: 34, 139, 230;
  --color-indigo25: #F5F7FF;
  --color-indigo50: #EBEFFF;
  --color-indigo100: #E0E7FF;
  --color-indigo400: #A0B2FD;
  --color-indigo500: #748FFC;
  --color-indigo600: #4C6EF5;
  --color-indigo700: #3959DB;
  --color-indigo800: #3249B9;
  --color-indigo900: #20399D;
  --color-indigoRGB: 76, 110, 245;
  --color-violet25: #F7F5FF;
  --color-violet50: #F0EBFF;
  --color-violet100: #E8E1FE;
  --color-violet400: #B197FC;
  --color-violet500: #9F7FFA;
  --color-violet600: #7950F2;
  --color-violet700: #633CD8;
  --color-violet800: #4D28BD;
  --color-violet900: #301287;
  --color-violetRGB: 121, 80, 242;
  --color-text: #1B1F22;
  --color-background: #fff;
  --color-rgb: 27, 31, 34;
  --color-gray0: #FBFCFD;
  --color-gray25: #F8F9FA;
  --color-gray50: #F1F3F5;
  --color-gray100: #ECEEF0;
  --color-gray200: #E6E8EB;
  --color-gray300: #DFE2E6;
  --color-gray400: #CED4DA;
  --color-gray500: #ADB5BD;
  --color-gray600: #768088;
  --color-gray700: #4F575E;
  --color-gray800: #343A40;
  --color-gray900: #22262A;
  --color-cool0: #FBFCFD;
  --color-cool25: #F7F9FB;
  --color-cool50: #F0F3F6;
  --color-cool100: #EAEEF2;
  --color-cool200: #E4E8ED;
  --color-cool300: #DCE2E9;
  --color-cool400: #C9D4DE;
  --color-cool500: #A5B5C5;
  --color-cool600: #698195;
  --color-cool700: #465867;
  --color-cool800: #2E3A46;
  --color-cool900: #1E262E;
}



/* ----- Theme variables ----- */
:root {
  --theme-body-font: "Inter", sans-serif;
  --theme-body-font-size: 16px;
  --theme-body-font-weight: 400;
  --theme-body-letter-spacing: -0.01em;
  --theme-font-size-sm: 12px;
  --theme-font-size-md: 14px;
  --theme-font-size-lg: 16px;
  --theme-widgets-font-size: 14px;
  --theme-widgets-font-weight: 400;
  --theme-heading-font: "Inter", sans-serif;
  --theme-heading-font-weight: 600;
  --theme-heading-letter-spacing: -0.01em;
  --theme-site-width: 1360px;
  --theme-site-gutters: 15px;
  --theme-radius-base: 10px;
  --theme-radius-form: 8px;
  --theme-category-menu-large-width: 860px;
  --theme-category-menu-medium-width: 760px;
  --theme-category-menu-small-width: 560px;
  --theme-topbar-height: 38px;
  --theme-topbar-font-size: 12px;
  --theme-topbar-font-weight: 500;
  --theme-topbar-submenu-font-size: 12px;
  --theme-topbar-submenu-font-weight: 500;
  --theme-menu-font: "Inter", sans-serif;
  --theme-menu-font-size: 16px;
  --theme-menu-font-weight: 600;
  --theme-submenu-font-size: 14px;
  --theme-sub-menu-font-weight: 400;
  --theme-form-font: "Inter", sans-serif;
  --theme-form-font-size: 15px;
  --theme-form-font-weight: 500;
  --theme-form-letter-spacing: -0.01em;
  --theme-form-border-width: 1px;
  --theme-button-font: "Inter", sans-serif;
  --theme-button-font-size: 15px;
  --theme-button-font-weight: 600;
  --theme-button-letter-spacing: -0.01em;
  --theme-product-name-font-size-desktop: 14px;
  --theme-product-name-font-size-mobile: 13px;
  --theme-product-name-weight: 600;
  --theme-product-price-font: "Inter", sans-serif;
  --theme-product-price-font-size-desktop: 18px;
  --theme-product-price-font-size-mobile: 16px;
  --theme-product-price-weight: 700;
  --theme-primary-color: #ffc21f;
  --theme-primary-color-RGB: 255, 194, 31;
  --theme-secondary-color: #041e42;
  --theme-secondary-color-RGB: 4, 30, 66;
}

/* ----- spacing from class ----- */
@media screen and (min-width: 768px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
}
.mt-0 {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .mt-sm-5 {
    margin-top: 0.3125rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-5 {
    margin-top: 0.3125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-5 {
    margin-top: 0.3125rem !important;
  }
}
.mt-5 {
  margin-top: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-10 {
    margin-top: 0.625rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-10 {
    margin-top: 0.625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-10 {
    margin-top: 0.625rem !important;
  }
}
.mt-10 {
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-15 {
    margin-top: 0.9375rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-15 {
    margin-top: 0.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-15 {
    margin-top: 0.9375rem !important;
  }
}
.mt-15 {
  margin-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-20 {
    margin-top: 1.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-20 {
    margin-top: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-20 {
    margin-top: 1.25rem !important;
  }
}
.mt-20 {
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-25 {
    margin-top: 1.5625rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-25 {
    margin-top: 1.5625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-25 {
    margin-top: 1.5625rem !important;
  }
}
.mt-25 {
  margin-top: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-30 {
    margin-top: 1.875rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-30 {
    margin-top: 1.875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-30 {
    margin-top: 1.875rem !important;
  }
}
.mt-30 {
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-35 {
    margin-top: 2.1875rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-35 {
    margin-top: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-35 {
    margin-top: 2.1875rem !important;
  }
}
.mt-35 {
  margin-top: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-40 {
    margin-top: 2.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-40 {
    margin-top: 2.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-40 {
    margin-top: 2.5rem !important;
  }
}
.mt-40 {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-45 {
    margin-top: 2.8125rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-45 {
    margin-top: 2.8125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-45 {
    margin-top: 2.8125rem !important;
  }
}
.mt-45 {
  margin-top: 2.8125rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-50 {
    margin-top: 3.125rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-50 {
    margin-top: 3.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-50 {
    margin-top: 3.125rem !important;
  }
}
.mt-50 {
  margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-55 {
    margin-top: 3.4375rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-55 {
    margin-top: 3.4375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-55 {
    margin-top: 3.4375rem !important;
  }
}
.mt-55 {
  margin-top: 3.4375rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-60 {
    margin-top: 3.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-60 {
    margin-top: 3.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-60 {
    margin-top: 3.75rem !important;
  }
}
.mt-60 {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-65 {
    margin-top: 4.0625rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-65 {
    margin-top: 4.0625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-65 {
    margin-top: 4.0625rem !important;
  }
}
.mt-65 {
  margin-top: 4.0625rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-70 {
    margin-top: 4.375rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-70 {
    margin-top: 4.375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-70 {
    margin-top: 4.375rem !important;
  }
}
.mt-70 {
  margin-top: 4.375rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-75 {
    margin-top: 4.6875rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-75 {
    margin-top: 4.6875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-75 {
    margin-top: 4.6875rem !important;
  }
}
.mt-75 {
  margin-top: 4.6875rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-80 {
    margin-top: 5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-80 {
    margin-top: 5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-80 {
    margin-top: 5rem !important;
  }
}
.mt-80 {
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-85 {
    margin-top: 5.3125rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-85 {
    margin-top: 5.3125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-85 {
    margin-top: 5.3125rem !important;
  }
}
.mt-85 {
  margin-top: 5.3125rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-90 {
    margin-top: 5.625rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-90 {
    margin-top: 5.625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-90 {
    margin-top: 5.625rem !important;
  }
}
.mt-90 {
  margin-top: 5.625rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-95 {
    margin-top: 5.9375rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-95 {
    margin-top: 5.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-95 {
    margin-top: 5.9375rem !important;
  }
}
.mt-95 {
  margin-top: 5.9375rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-100 {
    margin-top: 6.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-100 {
    margin-top: 6.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-100 {
    margin-top: 6.25rem !important;
  }
}
.mt-100 {
  margin-top: 6.25rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-110 {
    margin-top: 6.875rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-110 {
    margin-top: 6.875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-110 {
    margin-top: 6.875rem !important;
  }
}
.mt-110 {
  margin-top: 6.875rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-120 {
    margin-top: 7.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-120 {
    margin-top: 7.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-120 {
    margin-top: 7.5rem !important;
  }
}
.mt-120 {
  margin-top: 7.5rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-130 {
    margin-top: 8.125rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-130 {
    margin-top: 8.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-130 {
    margin-top: 8.125rem !important;
  }
}
.mt-130 {
  margin-top: 8.125rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-140 {
    margin-top: 8.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-140 {
    margin-top: 8.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-140 {
    margin-top: 8.75rem !important;
  }
}
.mt-140 {
  margin-top: 8.75rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}
.mb-0 {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .mb-sm-5 {
    margin-bottom: 0.3125rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-5 {
    margin-bottom: 0.3125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-5 {
    margin-bottom: 0.3125rem !important;
  }
}
.mb-5 {
  margin-bottom: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-10 {
    margin-bottom: 0.625rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-10 {
    margin-bottom: 0.625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-10 {
    margin-bottom: 0.625rem !important;
  }
}
.mb-10 {
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-15 {
    margin-bottom: 0.9375rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-15 {
    margin-bottom: 0.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-15 {
    margin-bottom: 0.9375rem !important;
  }
}
.mb-15 {
  margin-bottom: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-20 {
    margin-bottom: 1.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-20 {
    margin-bottom: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-20 {
    margin-bottom: 1.25rem !important;
  }
}
.mb-20 {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-25 {
    margin-bottom: 1.5625rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-25 {
    margin-bottom: 1.5625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-25 {
    margin-bottom: 1.5625rem !important;
  }
}
.mb-25 {
  margin-bottom: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-30 {
    margin-bottom: 1.875rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-30 {
    margin-bottom: 1.875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-30 {
    margin-bottom: 1.875rem !important;
  }
}
.mb-30 {
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-35 {
    margin-bottom: 2.1875rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-35 {
    margin-bottom: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-35 {
    margin-bottom: 2.1875rem !important;
  }
}
.mb-35 {
  margin-bottom: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-40 {
    margin-bottom: 2.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-40 {
    margin-bottom: 2.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-40 {
    margin-bottom: 2.5rem !important;
  }
}
.mb-40 {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-45 {
    margin-bottom: 2.8125rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-45 {
    margin-bottom: 2.8125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-45 {
    margin-bottom: 2.8125rem !important;
  }
}
.mb-45 {
  margin-bottom: 2.8125rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-50 {
    margin-bottom: 3.125rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-50 {
    margin-bottom: 3.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-50 {
    margin-bottom: 3.125rem !important;
  }
}
.mb-50 {
  margin-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-55 {
    margin-bottom: 3.4375rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-55 {
    margin-bottom: 3.4375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-55 {
    margin-bottom: 3.4375rem !important;
  }
}
.mb-55 {
  margin-bottom: 3.4375rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-60 {
    margin-bottom: 3.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-60 {
    margin-bottom: 3.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-60 {
    margin-bottom: 3.75rem !important;
  }
}
.mb-60 {
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-65 {
    margin-bottom: 4.0625rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-65 {
    margin-bottom: 4.0625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-65 {
    margin-bottom: 4.0625rem !important;
  }
}
.mb-65 {
  margin-bottom: 4.0625rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-70 {
    margin-bottom: 4.375rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-70 {
    margin-bottom: 4.375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-70 {
    margin-bottom: 4.375rem !important;
  }
}
.mb-70 {
  margin-bottom: 4.375rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-75 {
    margin-bottom: 4.6875rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-75 {
    margin-bottom: 4.6875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-75 {
    margin-bottom: 4.6875rem !important;
  }
}
.mb-75 {
  margin-bottom: 4.6875rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-80 {
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-80 {
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-80 {
    margin-bottom: 5rem !important;
  }
}
.mb-80 {
  margin-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-85 {
    margin-bottom: 5.3125rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-85 {
    margin-bottom: 5.3125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-85 {
    margin-bottom: 5.3125rem !important;
  }
}
.mb-85 {
  margin-bottom: 5.3125rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-90 {
    margin-bottom: 5.625rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-90 {
    margin-bottom: 5.625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-90 {
    margin-bottom: 5.625rem !important;
  }
}
.mb-90 {
  margin-bottom: 5.625rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-95 {
    margin-bottom: 5.9375rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-95 {
    margin-bottom: 5.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-95 {
    margin-bottom: 5.9375rem !important;
  }
}
.mb-95 {
  margin-bottom: 5.9375rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-100 {
    margin-bottom: 6.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-100 {
    margin-bottom: 6.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-100 {
    margin-bottom: 6.25rem !important;
  }
}
.mb-100 {
  margin-bottom: 6.25rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-110 {
    margin-bottom: 6.875rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-110 {
    margin-bottom: 6.875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-110 {
    margin-bottom: 6.875rem !important;
  }
}
.mb-110 {
  margin-bottom: 6.875rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-120 {
    margin-bottom: 7.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-120 {
    margin-bottom: 7.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-120 {
    margin-bottom: 7.5rem !important;
  }
}
.mb-120 {
  margin-bottom: 7.5rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-130 {
    margin-bottom: 8.125rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-130 {
    margin-bottom: 8.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-130 {
    margin-bottom: 8.125rem !important;
  }
}
.mb-130 {
  margin-bottom: 8.125rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-140 {
    margin-bottom: 8.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-140 {
    margin-bottom: 8.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-140 {
    margin-bottom: 8.75rem !important;
  }
}
.mb-140 {
  margin-bottom: 8.75rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-0 {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-0 {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-0 {
    padding-top: 0 !important;
  }
}
.pt-0 {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .pt-sm-5 {
    padding-top: 0.3125rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-5 {
    padding-top: 0.3125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-5 {
    padding-top: 0.3125rem !important;
  }
}
.pt-5 {
  padding-top: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-10 {
    padding-top: 0.625rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-10 {
    padding-top: 0.625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-10 {
    padding-top: 0.625rem !important;
  }
}
.pt-10 {
  padding-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-15 {
    padding-top: 0.9375rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-15 {
    padding-top: 0.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-15 {
    padding-top: 0.9375rem !important;
  }
}
.pt-15 {
  padding-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-20 {
    padding-top: 1.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-20 {
    padding-top: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-20 {
    padding-top: 1.25rem !important;
  }
}
.pt-20 {
  padding-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-25 {
    padding-top: 1.5625rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-25 {
    padding-top: 1.5625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-25 {
    padding-top: 1.5625rem !important;
  }
}
.pt-25 {
  padding-top: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-30 {
    padding-top: 1.875rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-30 {
    padding-top: 1.875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-30 {
    padding-top: 1.875rem !important;
  }
}
.pt-30 {
  padding-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-35 {
    padding-top: 2.1875rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-35 {
    padding-top: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-35 {
    padding-top: 2.1875rem !important;
  }
}
.pt-35 {
  padding-top: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-40 {
    padding-top: 2.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-40 {
    padding-top: 2.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-40 {
    padding-top: 2.5rem !important;
  }
}
.pt-40 {
  padding-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-45 {
    padding-top: 2.8125rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-45 {
    padding-top: 2.8125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-45 {
    padding-top: 2.8125rem !important;
  }
}
.pt-45 {
  padding-top: 2.8125rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-50 {
    padding-top: 3.125rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-50 {
    padding-top: 3.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-50 {
    padding-top: 3.125rem !important;
  }
}
.pt-50 {
  padding-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-55 {
    padding-top: 3.4375rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-55 {
    padding-top: 3.4375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-55 {
    padding-top: 3.4375rem !important;
  }
}
.pt-55 {
  padding-top: 3.4375rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-60 {
    padding-top: 3.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-60 {
    padding-top: 3.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-60 {
    padding-top: 3.75rem !important;
  }
}
.pt-60 {
  padding-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-65 {
    padding-top: 4.0625rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-65 {
    padding-top: 4.0625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-65 {
    padding-top: 4.0625rem !important;
  }
}
.pt-65 {
  padding-top: 4.0625rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-70 {
    padding-top: 4.375rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-70 {
    padding-top: 4.375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-70 {
    padding-top: 4.375rem !important;
  }
}
.pt-70 {
  padding-top: 4.375rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-75 {
    padding-top: 4.6875rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-75 {
    padding-top: 4.6875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-75 {
    padding-top: 4.6875rem !important;
  }
}
.pt-75 {
  padding-top: 4.6875rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-80 {
    padding-top: 5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-80 {
    padding-top: 5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-80 {
    padding-top: 5rem !important;
  }
}
.pt-80 {
  padding-top: 5rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-85 {
    padding-top: 5.3125rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-85 {
    padding-top: 5.3125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-85 {
    padding-top: 5.3125rem !important;
  }
}
.pt-85 {
  padding-top: 5.3125rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-90 {
    padding-top: 5.625rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-90 {
    padding-top: 5.625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-90 {
    padding-top: 5.625rem !important;
  }
}
.pt-90 {
  padding-top: 5.625rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-95 {
    padding-top: 5.9375rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-95 {
    padding-top: 5.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-95 {
    padding-top: 5.9375rem !important;
  }
}
.pt-95 {
  padding-top: 5.9375rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-100 {
    padding-top: 6.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-100 {
    padding-top: 6.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-100 {
    padding-top: 6.25rem !important;
  }
}
.pt-100 {
  padding-top: 6.25rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-110 {
    padding-top: 6.875rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-110 {
    padding-top: 6.875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-110 {
    padding-top: 6.875rem !important;
  }
}
.pt-110 {
  padding-top: 6.875rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-120 {
    padding-top: 7.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-120 {
    padding-top: 7.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-120 {
    padding-top: 7.5rem !important;
  }
}
.pt-120 {
  padding-top: 7.5rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-130 {
    padding-top: 8.125rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-130 {
    padding-top: 8.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-130 {
    padding-top: 8.125rem !important;
  }
}
.pt-130 {
  padding-top: 8.125rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-140 {
    padding-top: 8.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-md-140 {
    padding-top: 8.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-140 {
    padding-top: 8.75rem !important;
  }
}
.pt-140 {
  padding-top: 8.75rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
}
.pb-0 {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .pb-sm-5 {
    padding-bottom: 0.3125rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-5 {
    padding-bottom: 0.3125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-5 {
    padding-bottom: 0.3125rem !important;
  }
}
.pb-5 {
  padding-bottom: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-10 {
    padding-bottom: 0.625rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-10 {
    padding-bottom: 0.625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-10 {
    padding-bottom: 0.625rem !important;
  }
}
.pb-10 {
  padding-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-15 {
    padding-bottom: 0.9375rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-15 {
    padding-bottom: 0.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-15 {
    padding-bottom: 0.9375rem !important;
  }
}
.pb-15 {
  padding-bottom: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-20 {
    padding-bottom: 1.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-20 {
    padding-bottom: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-20 {
    padding-bottom: 1.25rem !important;
  }
}
.pb-20 {
  padding-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-25 {
    padding-bottom: 1.5625rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-25 {
    padding-bottom: 1.5625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-25 {
    padding-bottom: 1.5625rem !important;
  }
}
.pb-25 {
  padding-bottom: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-30 {
    padding-bottom: 1.875rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-30 {
    padding-bottom: 1.875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-30 {
    padding-bottom: 1.875rem !important;
  }
}
.pb-30 {
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-35 {
    padding-bottom: 2.1875rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-35 {
    padding-bottom: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-35 {
    padding-bottom: 2.1875rem !important;
  }
}
.pb-35 {
  padding-bottom: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-40 {
    padding-bottom: 2.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-40 {
    padding-bottom: 2.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-40 {
    padding-bottom: 2.5rem !important;
  }
}
.pb-40 {
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-45 {
    padding-bottom: 2.8125rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-45 {
    padding-bottom: 2.8125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-45 {
    padding-bottom: 2.8125rem !important;
  }
}
.pb-45 {
  padding-bottom: 2.8125rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-50 {
    padding-bottom: 3.125rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-50 {
    padding-bottom: 3.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-50 {
    padding-bottom: 3.125rem !important;
  }
}
.pb-50 {
  padding-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-55 {
    padding-bottom: 3.4375rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-55 {
    padding-bottom: 3.4375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-55 {
    padding-bottom: 3.4375rem !important;
  }
}
.pb-55 {
  padding-bottom: 3.4375rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-60 {
    padding-bottom: 3.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-60 {
    padding-bottom: 3.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-60 {
    padding-bottom: 3.75rem !important;
  }
}
.pb-60 {
  padding-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-65 {
    padding-bottom: 4.0625rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-65 {
    padding-bottom: 4.0625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-65 {
    padding-bottom: 4.0625rem !important;
  }
}
.pb-65 {
  padding-bottom: 4.0625rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-70 {
    padding-bottom: 4.375rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-70 {
    padding-bottom: 4.375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-70 {
    padding-bottom: 4.375rem !important;
  }
}
.pb-70 {
  padding-bottom: 4.375rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-75 {
    padding-bottom: 4.6875rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-75 {
    padding-bottom: 4.6875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-75 {
    padding-bottom: 4.6875rem !important;
  }
}
.pb-75 {
  padding-bottom: 4.6875rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-80 {
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-80 {
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-80 {
    padding-bottom: 5rem !important;
  }
}
.pb-80 {
  padding-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-85 {
    padding-bottom: 5.3125rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-85 {
    padding-bottom: 5.3125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-85 {
    padding-bottom: 5.3125rem !important;
  }
}
.pb-85 {
  padding-bottom: 5.3125rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-90 {
    padding-bottom: 5.625rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-90 {
    padding-bottom: 5.625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-90 {
    padding-bottom: 5.625rem !important;
  }
}
.pb-90 {
  padding-bottom: 5.625rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-95 {
    padding-bottom: 5.9375rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-95 {
    padding-bottom: 5.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-95 {
    padding-bottom: 5.9375rem !important;
  }
}
.pb-95 {
  padding-bottom: 5.9375rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-100 {
    padding-bottom: 6.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-100 {
    padding-bottom: 6.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-100 {
    padding-bottom: 6.25rem !important;
  }
}
.pb-100 {
  padding-bottom: 6.25rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-110 {
    padding-bottom: 6.875rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-110 {
    padding-bottom: 6.875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-110 {
    padding-bottom: 6.875rem !important;
  }
}
.pb-110 {
  padding-bottom: 6.875rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-120 {
    padding-bottom: 7.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-120 {
    padding-bottom: 7.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-120 {
    padding-bottom: 7.5rem !important;
  }
}
.pb-120 {
  padding-bottom: 7.5rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-130 {
    padding-bottom: 8.125rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-130 {
    padding-bottom: 8.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-130 {
    padding-bottom: 8.125rem !important;
  }
}
.pb-130 {
  padding-bottom: 8.125rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-140 {
    padding-bottom: 8.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-md-140 {
    padding-bottom: 8.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lg-140 {
    padding-bottom: 8.75rem !important;
  }
}
.pb-140 {
  padding-bottom: 8.75rem;
}

/*---------------------------------------------------- 
  02. Base styles
----------------------------------------------------*/
/* ----- Body clearfix ----- */
body {
  font-family: var(--theme-body-font);
  font-size: var(--theme-body-font-size);
  font-weight: var(--theme-body-font-weight);
  letter-spacing: var(--theme-body-letter-spacing);
  -webkit-font-feature-settings: "liga" 1, "kern" 1;
          font-feature-settings: "liga" 1, "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  color: var(--color-text);
  background-color: var(--color-background);
}

/* ----- Heading clearfix ----- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--theme-heading-font);
  font-weight: var(--theme-heading-font-weight);
  letter-spacing: var(--theme-heading-letter-spacing);
}

/* ----- text decoration none for a tag ----- */
a {
  text-decoration: none;
}

/* ----- img default settings ----- */
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

/* ----- theme toggled disable transitions ----- */
.theme-toggled[data-theme] * {
  -webkit-transition: none !important;
  transition: none !important;
}
.theme-toggled[data-theme] *::before, .theme-toggled[data-theme] *::after {
  -webkit-transition: none !important;
  transition: none !important;
}

/* ----- custom-top-separator ----- */
.custom-top-separator svg, .custom-bottom-separator svg {
  width: 100%;
  background-size: 100% 100%;
}

/* ----- custom background ----- */
.custom-baby-background {
  position: relative;
}
body[data-theme=light] .custom-baby-background {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, right bottom, right top, from(rgba(255, 255, 255, 0)), to(rgb(241, 246, 248)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(241, 246, 248) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f1f6f8",GradientType=1);
}
.custom-baby-background .custom-top-separator {
  position: absolute;
  width: 100%;
  top: -50px;
  z-index: -1;
}
body[data-theme=light] .custom-baby-background .custom-top-separator {
  color: #f1f6f8;
}
.custom-baby-background .custom-bottom-separator {
  position: absolute;
  width: 100%;
  bottom: -50px;
  z-index: -1;
}
body[data-theme=light] .custom-baby-background .custom-bottom-separator {
  color: #f1f6f8;
}
.custom-baby-background .products .slick-list::before {
  z-index: 1;
}
.custom-baby-background .products .slick-list .slider-item {
  background-color: var(--color-background);
}

.custom-gray-gradient {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, right bottom, right top, from(rgb(255, 255, 255)), to(rgb(247, 249, 251)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(247, 249, 251) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f7f9fb",GradientType=1);
}

@media screen and (min-width: 1280px) {
  .custom-background.padding {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .custom-background.padding {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .custom-background.padding {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
.custom-background-inner {
  border-radius: var(--theme-radius-base);
}
.custom-background.custom-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.custom-background.padding-fix {
  padding: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .custom-background.padding-fix {
    padding: 1.875rem;
  }
}
.custom-background .custom-decorative {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.custom-background .custom-decorative.position-absolute {
  z-index: -1;
}

.glasses-banner-slider {
  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;
  text-align: center;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .glasses-banner-slider {
    -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;
    gap: 2.5rem;
    text-align: inherit;
  }
  .glasses-banner-slider > *.text-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
    width: 58%;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
  .glasses-banner-slider > *.image-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39%;
            flex: 0 0 39%;
    width: 39%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .glasses-banner-slider.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.product-tick .entry-media {
  position: relative;
  max-width: 62.25rem;
  margin-right: auto;
  margin-left: auto;
}
.product-tick .entry-media .ring {
  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;
}
.product-tick .entry-media .ring .ringring {
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 3px solid var(--theme-primary-color);
  -webkit-animation: pulse 2s ease-in-out;
          animation: pulse 2s ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  pointer-events: none;
  opacity: 0;
}
.product-tick .entry-media .ring button {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background-color: var(--theme-primary-color);
}

.entry-video {
  position: relative;
}
.entry-video video {
  width: 100%;
}

.relative {
  position: relative;
}

.entry-decorative {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.text-decoration.position-absolute {
  pointer-events: none;
  z-index: -1;
}
.text-decoration.center {
  right: 0;
  left: 0;
}

.overflow {
  overflow: hidden;
}

.theme-radius {
  border-radius: var(--theme-radius-base);
}

.animation-float-bob-y {
  -webkit-animation: float-bob-y;
          animation: float-bob-y;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.animation-float-bob-x {
  -webkit-animation: float-bob-x;
          animation: float-bob-x;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.left-0 {
  right: 0;
}

.pl-30 {
  padding-right: 1.875rem;
}

@media screen and (min-width: 1024px) {
  .pl-md-60 {
    padding-right: 3.75rem;
  }
}

.feature-product-block.background-image {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Hover Block */
.hover-block {
  position: relative;
}
.hover-block .entry-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--theme-radius-base);
}
.hover-block .entry-media::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgb(36, 40, 45);
  background: -webkit-gradient(linear, right bottom, right top, from(rgba(36, 40, 45, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(36, 40, 45, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#24282d",endColorstr="#ffffff",GradientType=1);
}
.hover-block .entry-content {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.875rem;
  color: #fff;
  z-index: 1;
}
.hover-block .entry-content .entry-header {
  -webkit-transition: all 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}
.hover-block .entry-content .hidden-content {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.875rem;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  opacity: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}
.hover-block .entry-content .hidden-content p {
  margin-bottom: 0;
}

/* Shop block */
.shop-block .entry-title {
  position: relative;
  margin-bottom: 0.9375rem;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .shop-block .entry-title {
    font-size: 4.75rem;
    margin-bottom: -30px;
  }
}
.shop-block .shop-content {
  position: relative;
  margin-top: 1.875rem;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .shop-block .shop-content {
    margin-top: -100px;
    padding-top: 3.125rem;
    padding-right: 5rem;
    padding-left: 5rem;
  }
  .shop-block .shop-content::before {
    content: "";
    position: absolute;
    right: 3.75rem;
    left: 3.75rem;
    top: 0;
    bottom: 0;
    background-color: var(--color-background);
    z-index: -1;
  }
}
.shop-block .shop-content 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;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1.875rem;
}
.shop-block .shop-content ul li {
  font-size: 0.8125rem;
}
.shop-block .shop-content ul li a {
  font-weight: 500;
  color: currentColor;
}
.shop-block .shop-content ul li.address {
  border: 1px solid var(--color-gray200);
  padding: 0.1875rem 0.625rem;
  border-radius: 5.625rem;
}
.shop-block .shop-content ul li.phone {
  font-size: 1rem;
  font-weight: 600;
  color: var(--theme-primary-color);
}
.shop-block.style-2 {
  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;
}
.shop-block.style-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .shop-block.style-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
.shop-block.style-2 .shop-cover {
  position: relative;
  overflow: hidden;
  border-radius: var(--theme-radius-base);
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .shop-block.style-2 .shop-cover {
    margin-bottom: 0;
  }
}
.shop-block.style-2 .shop-content {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  .shop-block.style-2 .shop-content {
    padding-right: 1.25rem;
  }
}
.shop-block.style-2 .shop-content ul {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1.25rem;
  gap: 0.75rem;
}
.shop-block.style-2 .shop-content ul .address {
  padding: 0;
  border: 0;
}

/* max width reset */
.max-width-none {
  max-width: none !important;
}

/* content search */
.content-search .search-form {
  position: relative;
}
.content-search .search-form .search-input {
  height: 2.75rem;
  border-radius: 0.625rem;
  border-color: rgba(var(--color-rgb), 0.03) !important;
  -webkit-box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 36px 28px -7px, rgba(27, 31, 34, 0.04) 0px 17px 17px -7px !important;
          box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 36px 28px -7px, rgba(27, 31, 34, 0.04) 0px 17px 17px -7px !important;
}
.content-search .search-form .search-input::-webkit-input-placeholder {
  font-weight: 400;
}
.content-search .search-form .search-input::-moz-placeholder {
  font-weight: 400;
}
.content-search .search-form .search-input:-ms-input-placeholder {
  font-weight: 400;
}
.content-search .search-form .search-input::-ms-input-placeholder {
  font-weight: 400;
}
.content-search .search-form .search-input::placeholder {
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .content-search .search-form .search-input {
    height: 4.125rem;
    padding-right: 1.25rem;
  }
}
.content-search .search-form button {
  position: absolute;
  height: auto;
  top: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .content-search .search-form button {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

/* sale stamp */
.sale-stamp {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  width: 4.125rem;
  height: 4.125rem;
  border-radius: 50%;
  padding: 0.5rem;
  color: #FFF;
  background-color: var(--theme-primary-color);
}
@media screen and (min-width: 1024px) {
  .sale-stamp {
    width: 5.375rem;
    height: 5.375rem;
  }
}
.sale-stamp::before {
  content: "";
  position: absolute;
  right: 0.125rem;
  left: 0.125rem;
  top: 0.125rem;
  bottom: 0.125rem;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media screen and (min-width: 1024px) {
  .sale-stamp::before {
    right: 0.1875rem;
    left: 0.1875rem;
    top: 0.1875rem;
    bottom: 0.1875rem;
  }
}
.sale-stamp p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 0;
}
.sale-stamp p span {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: 0.1875rem;
  top: 2px;
}
@media screen and (min-width: 1024px) {
  .sale-stamp p {
    font-size: 2rem;
  }
  .sale-stamp p span {
    font-size: 1rem;
    top: 3px;
  }
}

/* custom block area */
.custom-block-area {
  position: relative;
  border-radius: var(--theme-radius-base);
}
.custom-block-area .custom-block-text {
  padding: 1.25rem 1.25rem 0.625rem;
}
@media screen and (min-width: 1024px) {
  .custom-block-area .custom-block-text {
    padding: 2.5rem 2.5rem 1.25rem;
  }
}
.custom-block-area .custom-carousel {
  margin-bottom: -80px;
}
.custom-block-area .custom-carousel .klb-slider {
  max-width: none;
  margin-right: -40px;
  margin-left: -40px;
}
.custom-block-area .custom-carousel .klb-slider .slick-track {
  padding-top: 1.25rem;
}
.custom-block-area .custom-carousel .klb-slider .slider-item {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.custom-block-area .custom-carousel .klb-slider .slider-item a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--theme-radius-base);
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.custom-block-area .custom-carousel .klb-slider .slider-item a:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

/* KLB Player */
.klb-audio-player {
  min-height: 3.125rem;
}
.klb-audio-player .audio-playlist {
  margin-top: 1.875rem;
}
.klb-audio-player .audio-playlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.klb-audio-player .audio-playlist ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.klb-audio-player .audio-playlist ul li .audio-cover {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 3.5rem;
  margin-left: 0.9375rem;
}
.klb-audio-player .audio-playlist ul li .audio-cover::before {
  content: "";
  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-family: "klbtheme";
  font-size: 1.25rem;
  width: 3.125rem;
  height: 3.125rem;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  opacity: 0;
}
.klb-audio-player .audio-playlist ul li .audio-detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.klb-audio-player .audio-playlist ul li .audio-detail .audio-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.klb-audio-player .audio-playlist ul li .audio-detail .audio-time {
  font-size: 0.75rem;
  font-weight: 600;
  margin-right: 0.625rem;
}
.klb-audio-player .audio-playlist ul li.played .audio-cover::before {
  content: "\e987";
  opacity: 1;
}
.klb-audio-player .audio-playlist ul li.paused .audio-cover::before {
  content: "\e99a";
  padding-right: 0.125rem;
  opacity: 1;
}
.klb-audio-player .audio-playlist ul li + li {
  margin-top: 1.25rem;
}

.klb-player {
  font-family: var(--theme-body-font);
  outline: none !important;
}
.klb-player .mejs__controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  background: none;
  background-color: var(--color-text);
  border-radius: var(--theme-radius-base);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 1.25rem;
}
.klb-player .mejs__controls button {
  all: unset;
  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: 100%;
  height: 100%;
  border-radius: var(--theme-radius-base);
  color: currentColor !important;
  background-color: transparent !important;
  cursor: pointer;
}
.klb-player .mejs__controls button::before {
  content: "";
  font-family: "klbtheme";
  font-size: 1rem;
}
.klb-player .mejs__controls button svg {
  display: none;
}
.klb-player .mejs__controls .mejs__playpause-button {
  height: 2.125rem;
}
.klb-player .mejs__controls .mejs__playpause-button button::before {
  content: "\e99a";
  padding-right: 0.125rem;
}
.klb-player .mejs__controls .mejs__playpause-button button:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.klb-player .mejs__controls .mejs__playpause-button.mejs__pause button::before {
  content: "\e987";
}
.klb-player .mejs__controls .mejs__volume-button button::before {
  content: "\ea2c";
}
.klb-player .mejs__controls .mejs__volume-button.mejs__unmute button::before {
  content: "\ea2f";
}
.klb-player .mejs__controls .mejs__time {
  color: currentColor;
}
.klb-player.white .mejs__controls {
  color: var(--color-text);
  background-color: #FFF;
  border-radius: 62.4375rem;
  border: 1px solid var(--color-gray50);
}
.klb-player.white .mejs__controls .mejs__time-rail .mejs__time-current, .klb-player.white .mejs__controls .mejs__time-rail .mejs__time-handle-content {
  background-color: var(--color-gray300);
}
.klb-player.white .mejs__controls .mejs__time-rail .mejs__time-handle-content {
  border-color: var(--theme-primary-color);
}
.klb-player.white .mejs__controls .mejs__time-rail .mejs__time-total {
  background-color: var(--color-gray200);
}

/* icon text list */
.icon-text-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.icon-text-list 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;
}
.icon-text-list li .icon {
  font-size: 1.5rem;
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.875rem;
  height: 1.875rem;
  margin-left: 0.9375rem;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .icon-text-list li .icon {
    font-size: 1.625rem;
    width: 2.375rem;
    height: 2.375rem;
  }
}
.icon-text-list li .icon i::before {
  margin: 0;
}
.icon-text-list li .icon i.klb-organic-icon-energy {
  font-size: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .icon-text-list li .icon i.klb-organic-icon-energy {
    font-size: 1.375rem;
  }
}
.icon-text-list li .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  max-width: 100%;
}
.icon-text-list li .text p {
  margin-bottom: 0;
}
.icon-text-list li + li {
  margin-top: 0.625rem;
}

/* custom product block */
.custom-product-block {
  position: relative;
}
.custom-product-block.small {
  max-width: 15rem;
  margin-right: auto;
  margin-left: auto;
}
.custom-product-block.bordered {
  border: 1px solid var(--color-gray200);
  border-radius: var(--theme-radius-base);
}
.custom-product-block.shadowed {
  -webkit-box-shadow: -4px 4px 0px 0px var(--color-gray100);
          box-shadow: -4px 4px 0px 0px var(--color-gray100);
}

/* quote icon */
.quote-icon {
  display: block;
  font-size: 2.625rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.quote-icon::before {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .quote-icon {
    font-size: 4.75rem;
    line-height: 0.7;
    margin-bottom: 2.5rem;
  }
}

/* Quote block */
.quote-block {
  padding: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .quote-block {
    padding: 4.125rem;
  }
}

/* Whatsapp contact button */
.whatsapp-contact-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  background-color: #25d366;
  padding: 0.75rem 1rem 0.75rem 1.375rem;
  border-radius: var(--theme-radius-base);
}
.whatsapp-contact-button .social-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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: 2rem;
  width: 2.375rem;
  height: 2.375rem;
  margin-left: 0.625rem;
}
.whatsapp-contact-button .social-content .entry-title {
  font-size: 1rem;
  margin-bottom: 0.0625rem;
}
.whatsapp-contact-button .social-content p {
  font-size: 0.8125rem;
  margin-bottom: 0;
}

/* Categories list */
.klb-categories-list {
  background-color: #FFF;
  border: 1px solid var(--color-gray100);
  border-radius: var(--theme-radius-base);
}
.klb-categories-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.klb-categories-list ul li {
  padding: 0.25rem 0.375rem;
}
.klb-categories-list ul li + li {
  border-top: 1px solid var(--color-gray100);
}
.klb-categories-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0.125rem 0.875rem;
  color: var(--color-text);
  border-radius: calc(var(--theme-radius-base) / 2);
}
.klb-categories-list ul li a i {
  font-size: 145%;
  width: 1.375rem;
  margin-left: 0.9375rem;
  color: var(--theme-primary-color);
}
.klb-categories-list ul li a:hover {
  background-color: var(--color-gray50);
}
.klb-categories-list ul li a .badge {
  margin-right: auto;
}

/* Equal Height */
.equal-height {
  height: 100vh;
}

/* text gradients */
.text-gradiend-gray {
  background: -webkit-linear-gradient(-296deg, #fff, #a8a8a8, #fff, #a8a8a8, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradiend-dark {
  background: -webkit-linear-gradient(-296deg, #232323, #959595, #333, #6c6b6b, #1b1b1b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bordered-badge {
  border: 1px solid rgba(var(--color-rgb), 0.3);
  padding: 0.5rem 0.75rem;
}

.bordered-badge-white {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.5rem 0.75rem;
}

/* ----- Theme print settings ----- */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    page-break-inside: avoid;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote,
  table {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
}
/* ----- header text settings ----- */
.klb-title-text {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .klb-title-text {
    margin-bottom: 1.5625rem;
  }
}
.klb-title-text.with-bordered {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid;
}
body[data-color=custom][data-theme=light] .klb-title-text.with-bordered {
  border-color: rgba(var(--color-rgb), 0.12);
}
body[data-color=default] .klb-title-text.with-bordered{
  border-color: var(--color-gray200);
}

/* ----- theme bordered settings ----- */
.bordered-bottom {
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
}
.bordered-bottom-inner .header-inner, .bordered-bottom-inner .footer-inner, .bordered-bottom-inner .bordered-inner {
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
}
.bordered-top {
  border-top-width: 0.0625rem;
  border-top-style: solid;
}
.bordered-top-inner .header-inner, .bordered-top-inner .footer-inner, .bordered-top-inner .bordered-inner {
  border-top-width: 0.0625rem;
  border-top-style: solid;
}
.bordered-bottom.border-dark-10, .bordered-top.border-dark-10 {
  border-color: rgba(27, 31, 34, 0.1) !important;
}
.bordered-bottom.border-light-10, .bordered-top.border-light-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.bordered-bottom.border-theme-10, .bordered-top.border-theme-10 {
  border-color: rgba(var(--color-rgb), 0.1) !important;
}
.bordered-bottom.border-dark-15, .bordered-top.border-dark-15 {
  border-color: rgba(27, 31, 34, 0.15) !important;
}
.bordered-bottom.border-light-15, .bordered-top.border-light-15 {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.bordered-bottom.border-theme-15, .bordered-top.border-theme-15 {
  border-color: rgba(var(--color-rgb), 0.15) !important;
}
.bordered-bottom.border-dark-20, .bordered-top.border-dark-20 {
  border-color: rgba(27, 31, 34, 0.2) !important;
}
.bordered-bottom.border-light-20, .bordered-top.border-light-20 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.bordered-bottom.border-theme-20, .bordered-top.border-theme-20 {
  border-color: rgba(var(--color-rgb), 0.2) !important;
}
.bordered-bottom.border-dark-30, .bordered-top.border-dark-30 {
  border-color: rgba(27, 31, 34, 0.3) !important;
}
.bordered-bottom.border-light-30, .bordered-top.border-light-30 {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.bordered-bottom.border-theme-30, .bordered-top.border-theme-30 {
  border-color: rgba(var(--color-rgb), 0.3) !important;
}
.bordered-bottom.border-dark-40, .bordered-top.border-dark-40 {
  border-color: rgba(27, 31, 34, 0.4) !important;
}
.bordered-bottom.border-light-40, .bordered-top.border-light-40 {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.bordered-bottom.border-theme-40, .bordered-top.border-theme-40 {
  border-color: rgba(var(--color-rgb), 0.4) !important;
}
.bordered-bottom.border-dark-50, .bordered-top.border-dark-50 {
  border-color: rgba(27, 31, 34, 0.5) !important;
}
.bordered-bottom.border-light-50, .bordered-top.border-light-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.bordered-bottom.border-theme-50, .bordered-top.border-theme-50 {
  border-color: rgba(var(--color-rgb), 0.5) !important;
}
.bordered-bottom-inner.border-dark-10 .header-inner, .bordered-bottom-inner.border-dark-10 .footer-inner, .bordered-bottom-inner.border-dark-10 .bordered-inner, .bordered-top-inner.border-dark-10 .header-inner, .bordered-top-inner.border-dark-10 .footer-inner, .bordered-top-inner.border-dark-10 .bordered-inner {
  border-color: rgba(27, 31, 34, 0.1) !important;
}
.bordered-bottom-inner.border-light-10 .header-inner, .bordered-bottom-inner.border-light-10 .footer-inner, .bordered-bottom-inner.border-light-10 .bordered-inner, .bordered-top-inner.border-light-10 .header-inner, .bordered-top-inner.border-light-10 .footer-inner, .bordered-top-inner.border-light-10 .bordered-inner {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.bordered-bottom-inner.border-theme-10 .header-inner, .bordered-bottom-inner.border-theme-10 .footer-inner, .bordered-bottom-inner.border-theme-10 .bordered-inner, .bordered-top-inner.border-theme-10 .header-inner, .bordered-top-inner.border-theme-10 .footer-inner, .bordered-top-inner.border-theme-10 .bordered-inner {
  border-color: rgba(var(--color-rgb), 0.1) !important;
}
.bordered-bottom-inner.border-dark-15 .header-inner, .bordered-bottom-inner.border-dark-15 .footer-inner, .bordered-bottom-inner.border-dark-15 .bordered-inner, .bordered-top-inner.border-dark-15 .header-inner, .bordered-top-inner.border-dark-15 .footer-inner, .bordered-top-inner.border-dark-15 .bordered-inner {
  border-color: rgba(27, 31, 34, 0.15) !important;
}
.bordered-bottom-inner.border-light-15 .header-inner, .bordered-bottom-inner.border-light-15 .footer-inner, .bordered-bottom-inner.border-light-15 .bordered-inner, .bordered-top-inner.border-light-15 .header-inner, .bordered-top-inner.border-light-15 .footer-inner, .bordered-top-inner.border-light-15 .bordered-inner {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.bordered-bottom-inner.border-theme-15 .header-inner, .bordered-bottom-inner.border-theme-15 .footer-inner, .bordered-bottom-inner.border-theme-15 .bordered-inner, .bordered-top-inner.border-theme-15 .header-inner, .bordered-top-inner.border-theme-15 .footer-inner, .bordered-top-inner.border-theme-15 .bordered-inner {
  border-color: rgba(var(--color-rgb), 0.15) !important;
}
.bordered-bottom-inner.border-dark-20 .header-inner, .bordered-bottom-inner.border-dark-20 .footer-inner, .bordered-bottom-inner.border-dark-20 .bordered-inner, .bordered-top-inner.border-dark-20 .header-inner, .bordered-top-inner.border-dark-20 .footer-inner, .bordered-top-inner.border-dark-20 .bordered-inner {
  border-color: rgba(27, 31, 34, 0.2) !important;
}
.bordered-bottom-inner.border-light-20 .header-inner, .bordered-bottom-inner.border-light-20 .footer-inner, .bordered-bottom-inner.border-light-20 .bordered-inner, .bordered-top-inner.border-light-20 .header-inner, .bordered-top-inner.border-light-20 .footer-inner, .bordered-top-inner.border-light-20 .bordered-inner {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.bordered-bottom-inner.border-theme-20 .header-inner, .bordered-bottom-inner.border-theme-20 .footer-inner, .bordered-bottom-inner.border-theme-20 .bordered-inner, .bordered-top-inner.border-theme-20 .header-inner, .bordered-top-inner.border-theme-20 .footer-inner, .bordered-top-inner.border-theme-20 .bordered-inner {
  border-color: rgba(var(--color-rgb), 0.2) !important;
}
.bordered-bottom-inner.border-dark-30 .header-inner, .bordered-bottom-inner.border-dark-30 .footer-inner, .bordered-bottom-inner.border-dark-30 .bordered-inner, .bordered-top-inner.border-dark-30 .header-inner, .bordered-top-inner.border-dark-30 .footer-inner, .bordered-top-inner.border-dark-30 .bordered-inner {
  border-color: rgba(27, 31, 34, 0.3) !important;
}
.bordered-bottom-inner.border-light-30 .header-inner, .bordered-bottom-inner.border-light-30 .footer-inner, .bordered-bottom-inner.border-light-30 .bordered-inner, .bordered-top-inner.border-light-30 .header-inner, .bordered-top-inner.border-light-30 .footer-inner, .bordered-top-inner.border-light-30 .bordered-inner {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.bordered-bottom-inner.border-theme-30 .header-inner, .bordered-bottom-inner.border-theme-30 .footer-inner, .bordered-bottom-inner.border-theme-30 .bordered-inner, .bordered-top-inner.border-theme-30 .header-inner, .bordered-top-inner.border-theme-30 .footer-inner, .bordered-top-inner.border-theme-30 .bordered-inner {
  border-color: rgba(var(--color-rgb), 0.3) !important;
}
.bordered-bottom-inner.border-dark-40 .header-inner, .bordered-bottom-inner.border-dark-40 .footer-inner, .bordered-bottom-inner.border-dark-40 .bordered-inner, .bordered-top-inner.border-dark-40 .header-inner, .bordered-top-inner.border-dark-40 .footer-inner, .bordered-top-inner.border-dark-40 .bordered-inner {
  border-color: rgba(27, 31, 34, 0.4) !important;
}
.bordered-bottom-inner.border-light-40 .header-inner, .bordered-bottom-inner.border-light-40 .footer-inner, .bordered-bottom-inner.border-light-40 .bordered-inner, .bordered-top-inner.border-light-40 .header-inner, .bordered-top-inner.border-light-40 .footer-inner, .bordered-top-inner.border-light-40 .bordered-inner {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.bordered-bottom-inner.border-theme-40 .header-inner, .bordered-bottom-inner.border-theme-40 .footer-inner, .bordered-bottom-inner.border-theme-40 .bordered-inner, .bordered-top-inner.border-theme-40 .header-inner, .bordered-top-inner.border-theme-40 .footer-inner, .bordered-top-inner.border-theme-40 .bordered-inner {
  border-color: rgba(var(--color-rgb), 0.4) !important;
}
.bordered-bottom-inner.border-dark-50 .header-inner, .bordered-bottom-inner.border-dark-50 .footer-inner, .bordered-bottom-inner.border-dark-50 .bordered-inner, .bordered-top-inner.border-dark-50 .header-inner, .bordered-top-inner.border-dark-50 .footer-inner, .bordered-top-inner.border-dark-50 .bordered-inner {
  border-color: rgba(27, 31, 34, 0.5) !important;
}
.bordered-bottom-inner.border-light-50 .header-inner, .bordered-bottom-inner.border-light-50 .footer-inner, .bordered-bottom-inner.border-light-50 .bordered-inner, .bordered-top-inner.border-light-50 .header-inner, .bordered-top-inner.border-light-50 .footer-inner, .bordered-top-inner.border-light-50 .bordered-inner {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.bordered-bottom-inner.border-theme-50 .header-inner, .bordered-bottom-inner.border-theme-50 .footer-inner, .bordered-bottom-inner.border-theme-50 .bordered-inner, .bordered-top-inner.border-theme-50 .header-inner, .bordered-top-inner.border-theme-50 .footer-inner, .bordered-top-inner.border-theme-50 .bordered-inner {
  border-color: rgba(var(--color-rgb), 0.5) !important;
}

/* ----- theme brand default settings ----- */
.site-brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-brand 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;
}
.site-brand a img.light-logo {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

/* ----- scroll settings ----- */
.site-scroll {
  position: relative;
  width: 100%;
  height: 100%;
}
body[data-color=custom][data-theme=light] .site-scroll.ps .ps__rail-x:hover, body[data-color=custom][data-theme=light] .site-scroll.ps .ps__rail-y:hover, body[data-color=custom][data-theme=light] .site-scroll.ps .ps__rail-x:focus, body[data-color=custom][data-theme=light] .site-scroll.ps .ps__rail-y:focus, body[data-color=custom][data-theme=light] .site-scroll.ps .ps__rail-x.ps--clicking, body[data-color=custom][data-theme=light] .site-scroll.ps .ps__rail-y.ps--clicking {
  background-color: rgba(var(--color-rgb), 0.08);
}
body[data-color=default] .site-scroll.ps .ps__rail-x:hover, 
body[data-color=default] .site-scroll.ps .ps__rail-y:hover, 
body[data-color=default] .site-scroll.ps .ps__rail-x:focus, 
body[data-color=default] .site-scroll.ps .ps__rail-y:focus, 
body[data-color=default] .site-scroll.ps .ps__rail-x.ps--clicking, 
body[data-color=default] .site-scroll.ps .ps__rail-y.ps--clicking {
  background-color: var(--color-gray100);
}
.site-scroll .ps__rail-y {
  width: 0.625rem;
}
.site-scroll .ps__thumb-y {
  width: 0.25rem;
}
body[data-color=custom][data-theme=light] .site-scroll .ps__thumb-y {
  background-color: rgba(var(--color-rgb), 0.3);
}
body[data-color=default] .site-scroll .ps__thumb-y {
  background-color: var(--color-gray500);
}
.site-scroll .ps__rail-y:hover > .ps__thumb-y,
.site-scroll .ps__rail-y:focus > .ps__thumb-y,
.site-scroll .ps__rail-y.ps--clicking .ps__thumb-y {
  width: 0.375rem;
}

/* ----- theme overlay ----- */
.site-overlay, .mobile-filter-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #1B1F22;
  opacity: 0;
  visibility: hidden;
  z-index: 90;
}
body.mega-menu-hover .site-overlay, body.mega-menu-hover .mobile-filter-overlay {
  z-index: 10;
  visibility: visible;
}
body[data-theme=light].mega-menu-hover .site-overlay, body[data-theme=light].mega-menu-hover .mobile-filter-overlay {
  opacity: 0.2;
}

/* ----- Link overlay ----- */
.overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 8;
}

/* ----- site close button ----- */
.site-close {
  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: 2.375rem;
  height: 2.375rem;
  cursor: pointer;
  border-radius: var(--theme-radius-base);
  overflow: hidden;
  -webkit-transition: color 0.4s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: color 0.4s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1), color 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1), color 0.4s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-close svg {
  width: 0.875rem;
  fill: currentColor;
}
.site-close i::before {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .site-close {
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
  }
}
.site-close:hover {
  color: var(--theme-primary-color);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* ----- Mega menu items ----- */
.mega-grouped-items {
  position: relative;
  font-family: var(--theme-menu-font);
}
.mega-grouped-items + .mega-grouped-items {
  margin-top: 1.875rem;
}
.mega-grouped-items .mega-grouped-label {
  display: block;
  font-size: var(--theme-menu-font-size);
  font-weight: 600;
  margin-bottom: 1.375rem;
}
.mega-grouped-items .sub-menu-list + .sub-menu-list {
  margin-top: 0.9375rem;
}

/* ----- Menu link hover effects ----- */
.link-effect.style-1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  right: 0;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.link-effect.style-1:hover::before {
  opacity: 1;
}

/* ----- link bordered settings ----- */
.link-decoration, .woocommerce-LostPassword a, .privacy-text a {
  position: relative;
}
.link-decoration::after, .woocommerce-LostPassword a::after, .privacy-text a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  right: 0;
  background-color: currentColor;
  -webkit-transition: opacity 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
[lang=ar] .link-decoration::after, [lang=ar] .woocommerce-LostPassword a::after, [lang=ar] .privacy-text a::after {
  -webkit-transform-origin: right;
          transform-origin: right;
}
.link-decoration:hover::after, .woocommerce-LostPassword a:hover::after, .privacy-text a:hover::after {
  opacity: 0;
}

/* ----- Site loader ----- */
.klb-loader-wrapper {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.klb-loader-wrapper .klb-loader {
  display: inline-block;
  width: 2.375rem;
  height: 2.375rem;
  border-top: 0.125rem solid var(--theme-primary-color);
  border-left: 0.125rem solid var(--theme-primary-color);
  border-bottom-style: solid;
  border-right-style: solid;
  border-radius: 99999px;
  border-bottom-width: 0.125rem;
  border-right-width: 0.125rem;
  border-bottom-color: transparent;
  border-right-color: transparent;
  -webkit-animation: 0.55s cubic-bezier(0, 0, 1, 1) 0s infinite normal none running animation-loader;
          animation: 0.55s cubic-bezier(0, 0, 1, 1) 0s infinite normal none running animation-loader;
}

/* ----- image lazyloading ----- */
.lazyload, .lazyloading {
  width: 100%;
  opacity: 0.3;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* ----- Overlay settings ----- */
.overlay-20::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(27, 31, 34, 0.2);
  z-index: 1;
}

.overlay-25::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(27, 31, 34, 0.25);
  z-index: 1;
}

.overlay-30::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(27, 31, 34, 0.3);
  z-index: 1;
}

.overlay-35::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(27, 31, 34, 0.35);
  z-index: 1;
}

.overlay-40::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(27, 31, 34, 0.4);
  z-index: 1;
}

/* ----- Seperator ----- */
.klb-separator {
  display: block;
  width: 100%;
  height: 0.0625rem;
  border-bottom: 1px solid;
}
body[data-color=custom][data-theme=light] .klb-separator {
  border-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .klb-separator {
  border-color: var(--color-gray200);
}

/* ----- Pagination ----- */
.site-pagination {
  margin-top: 1.25rem;
}
@media screen and (min-width: 992px) {
  .site-pagination {
    margin-top: 2.5rem;
  }
}
.site-pagination .page-numbers {
  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: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-pagination .page-numbers 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: 2.25rem;
  height: 2.25rem;
  color: currentColor;
  border-radius: calc(var(--theme-radius-base) / 2);
}
body[data-color=custom][data-theme=light] .site-pagination .page-numbers li > * {
  background-color: rgba(var(--color-rgb), 0.08);
}
body[data-color=custom][data-theme=light] .site-pagination .page-numbers li > *:hover {
  background-color: rgba(var(--color-rgb), 0.11);
}
body[data-color=default] .site-pagination .page-numbers li > * {
  background-color: var(--color-gray50);
}
body[data-color=default] .site-pagination .page-numbers li > *:hover {
  background-color: var(--color-gray100);
}
.site-pagination .page-numbers li > *.prev, .site-pagination .page-numbers li > *.next {
  font-size: 1.125rem;
  background-color: transparent !important;
}
.site-pagination .page-numbers li > *.dots {
  font-size: 1rem;
  background-color: transparent !important;
}
.site-pagination .page-numbers li > *.current {
  color: #FFF;
  background-color: var(--theme-primary-color) !important;
}

/* ----- Accordion ----- */
.accordion .accordion-item {
  color: var(--color-text);
  background-color: var(--color-background);
}
.accordion .accordion-item .accordion-header button::after {
  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: "klbtheme";
  font-size: 1.125rem;
  font-weight: 300;
  content: "\ea1b";
  background-image: none;
}
.accordion .accordion-item .accordion-body {
  color: var(--color-gray800);
}
.accordion.style-1 {
  border-radius: var(--theme-radius-base);
  border: 1px solid;
}
body[data-color=custom][data-theme=light] .accordion.style-1 {
  border-color: rgba(var(--color-rgb), 0.17);
}
body[data-color=default] .accordion.style-1 {
  border-color: var(--color-gray300);
}
.accordion.style-1 .accordion-item {
  background-color: transparent;
  border: 0;
}
.accordion.style-1 .accordion-item + .accordion-item {
  border-top: 1px solid;
}
body[data-color=custom][data-theme=light] .accordion.style-1 .accordion-item + .accordion-item {
  border-color: rgba(var(--color-rgb), 0.17);
}
body[data-color=default] .accordion.style-1 .accordion-item + .accordion-item {
  border-color: var(--color-gray300);
}
.accordion.style-1 .accordion-item .accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion.style-1 .accordion-item .accordion-header button {
  height: auto;
  line-height: initial;
  background-color: transparent;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion.style-1 .accordion-item .accordion-body {
  padding-top: 0;
}
.accordion.style-2 .accordion-item {
  background-color: transparent;
  border: 0;
}
.accordion.style-2 .accordion-item .accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion.style-2 .accordion-item .accordion-header button {
  height: auto;
  line-height: initial;
  background-color: transparent;
  border-bottom: 1px solid;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 0;
  padding-left: 0;
}
body[data-color=custom][data-theme=light] .accordion.style-2 .accordion-item .accordion-header button {
  border-color: rgba(var(--color-rgb), 0.17);
}
body[data-color=default] .accordion.style-2 .accordion-item .accordion-header button {
  border-color: var(--color-gray300);
}
.accordion.style-2 .accordion-item .accordion-header button:not(.collapsed) {
  border-color: var(--color-text) !important;
}
.accordion.style-2 .accordion-item .accordion-body {
  padding-right: 0;
  padding-left: 0;
}

/* ----- image block settings ----- */
.klb-image-block {
  position: relative;
  overflow: hidden;
  border-radius: var(--theme-radius-base);
}

/* ----- text block settings ----- */
.klb-text-block .number {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1;
}
.klb-text-block.check-style .entry-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.klb-text-block.check-style .entry-title::before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1px;
  background-color: currentColor;
  margin-left: 0.625rem;
}
.klb-text-block.check-style .entry-description {
  padding-right: 2.5rem;
}
@media screen and (min-width: 992px) {
  .klb-text-block.check-style .entry-description {
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .klb-text-block.padding-left-60 {
    padding-right: 3.75rem;
  }
}

/* ----- count block settings ----- */
.klb-count-block .entry-title {
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  .klb-count-block .entry-title {
    font-size: 2rem;
  }
}
.klb-count-block .entry-description {
  font-size: 0.875rem;
}

/* ----- free shipping notice ----- */
.klb-free-shipping {
  position: relative;
}
.klb-free-shipping p {
  font-size: 0.8125rem;
  margin-bottom: 0.625rem;
}
.klb-free-shipping p i {
  font-size: 1.0625rem;
  line-height: 1;
}
.klb-free-shipping p .amount {
  font-weight: 600;
  color: var(--color-red600);
}
.klb-free-shipping .shipping-progress {
  position: relative;
  width: 100%;
  height: 0.375rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
.klb-free-shipping .shipping-progress span {
  position: absolute;
  height: 100%;
  top: 0;
  right: auto;
  border-radius: 0.75rem;
  background-color: var(--color-red600);
}

/* ----- mobile search ----- */
.klb-mobile-search {
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--color-background);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.05s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.05s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.klb-mobile-search .mobile-search-header {
  background-color: var(--theme-primary-color);
  padding: 0.75rem 1.25rem 1.0625rem;
}
.klb-mobile-search .mobile-search-header p {
  font-size: 0.75rem;
  color: #FFF;
  margin-bottom: 0.4375rem;
}
.klb-mobile-search form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.klb-mobile-search form input {
  font-size: 0.875rem;
  padding-right: 2.625rem;
}
.klb-mobile-search form input::-webkit-input-placeholder {
  font-weight: 400;
}
.klb-mobile-search form input::-moz-placeholder {
  font-weight: 400;
}
.klb-mobile-search form input:-ms-input-placeholder {
  font-weight: 400;
}
.klb-mobile-search form input::-ms-input-placeholder {
  font-weight: 400;
}
.klb-mobile-search form input::placeholder {
  font-weight: 400;
}
.klb-mobile-search form 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: 1.25rem;
  width: 2.625rem;
  height: 2.625rem;
  top: 0;
  right: 0;
}
.klb-mobile-search .searh-caption {
  font-size: 0.75rem;
  padding: 0.625rem 1.25rem;
  border-bottom: 0.0625rem solid;
}
body[data-color=custom][data-theme=light] .klb-mobile-search .searh-caption {
  border-color: rgba(var(--color-rgb), 0.2);
}
body[data-color=default] .klb-mobile-search .searh-caption {
  border-color: var(--color-gray200);
}
.klb-mobile-search .searh-caption p {
  margin-bottom: 0;
}
.klb-mobile-search .search-results {
  padding: 0.9375rem 1.25rem;
}
.klb-mobile-search .search-results > * + * {
  margin-top: 1.875rem;
}
.klb-mobile-search .search-results .search-result-keywords > span {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.4375rem;
}
.klb-mobile-search .search-results .search-result-keywords ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
}
.klb-mobile-search .search-results .search-result-keywords 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;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  color: var(--color-text);
  border-radius: calc(var(--theme-radius-form) / 2);
  -webkit-transition: all 0.05s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.05s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-color=custom][data-theme=light] .klb-mobile-search .search-results .search-result-keywords ul li a {
  border: 1px solid rgba(var(--color-rgb), 0.17);
}
body[data-color=default] .klb-mobile-search .search-results .search-result-keywords ul li a{
  border: 1px solid var(--color-gray300);
}
.klb-mobile-search .search-results .search-result-keywords ul li a:hover {
  color: #FFF;
  background-color: var(--theme-primary-color);
  border-color: transparent;
}
.klb-mobile-search .search-results .search-result-products > span {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.9375rem;
}
.klb-mobile-search .search-results .search-result-products .product + .product {
  margin-top: 0.875rem;
  padding-top: 0.875rem;
  border-top: 1px solid;
}
body[data-color=custom][data-theme=light] .klb-mobile-search .search-results .search-result-products .product + .product {
  border-color: rgba(var(--color-rgb), 0.2);
}
body[data-color=default] .klb-mobile-search .search-results .search-result-products .product + .product {
  border-color: var(--color-gray200);
}
.klb-mobile-search .search-results .search-result-products .product .thumbnail-wrapper {
  width: 3rem !important;
}
.klb-mobile-search .search-results .search-result-products .product .content-wrapper .price {
  font-size: 0.875rem !important;
}
.klb-mobile-search .search-results .search-result-products .product .content-wrapper .product_title {
  font-size: 0.8125rem !important;
}
body.mobile-search-active .klb-mobile-search {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ----- mobile categories ----- */
.klb-mobile-categories {
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--color-background);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.05s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.05s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.klb-mobile-categories .categories-header {
  padding: 0.625rem 1.25rem;
  border-bottom: 1px solid;
}
body[data-color=custom][data-theme=light] .klb-mobile-categories .categories-header {
  border-color: rgba(var(--color-rgb), 0.3);
}
body[data-color=default] .klb-mobile-categories .categories-header {
  border-color: var(--color-gray300);
}
.klb-mobile-categories .categories-header p {
  font-size: 0.8125rem;
  margin-bottom: 0;
}
.klb-mobile-categories .categories-body {
  padding: 0.9375rem 1.25rem;
}
.klb-mobile-categories .categories-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.klb-mobile-categories .categories-body ul li + li {
  border-top: 1px solid;
}
body[data-color=custom][data-theme=light] .klb-mobile-categories .categories-body ul li + li {
  border-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .klb-mobile-categories .categories-body ul li + li {
  border-color: var(--color-gray100);
}
.klb-mobile-categories .categories-body ul 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.875rem;
  font-weight: 400;
  -webkit-transition: none;
  transition: none;
  width: 100%;
  color: currentColor;
  height: 2.625rem;
  line-height: 2.5rem;
  padding: 0;
}
.klb-mobile-categories .categories-body ul a i {
  font-size: 145%;
  width: 1.375rem;
  margin-left: 0.9375rem;
}
.klb-mobile-categories .categories-body ul a i::before {
  margin: 0;
}
.klb-mobile-categories .categories-body ul a i.klb-grocery-icon-biscuit {
  position: relative;
  top: 1px;
}
.klb-mobile-categories .categories-body ul .badge {
  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-height: 1.25rem;
  padding: 0.25rem 0.375rem;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 0.1875rem;
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
  margin-right: 0.375rem;
}
.klb-mobile-categories .categories-body ul .count {
  font-size: 0.75rem;
  opacity: 0.5;
  margin-right: auto;
}
body.mobile-categories-active .klb-mobile-categories {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ----- magnific popup ----- */
.mfp-wrap .mfp-close {
  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: 0;
  width: 2.375rem;
  height: 2.375rem;
  top: 0.625rem;
  left: 0.625rem;
  border-radius: 50%;
  background-color: transparent !important;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.mfp-wrap .mfp-close::before {
  font-family: "klbtheme";
  font-size: 1.625rem;
  line-height: 1;
  content: "\ec7b";
}
@media screen and (min-width: 992px) {
  .mfp-wrap .mfp-close {
    top: 0.9375rem;
    left: 0.9375rem;
  }
}
.mfp-wrap .mfp-close:hover {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* ----- comment text ----- */
.klb-comment-text .entry-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}
.klb-comment-text .entry-rating .stars {
  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;
}
.klb-comment-text .entry-rating .stars i {
  color: var(--color-yellow600);
}
.klb-comment-text .entry-rating .stars i::before {
  margin-right: 0;
}
.klb-comment-text .entry-rating > span {
  font-size: 0.8125rem;
}
.klb-comment-text .entry-comment {
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .klb-comment-text .entry-comment {
    font-size: 1rem;
  }
}
.klb-comment-text .enty-author {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .klb-comment-text .enty-author {
    font-size: 0.9375rem;
  }
}

/* ----- Color Schemas for Color Page ----- */
.color-schema-wrapper {
  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%;
  margin-bottom: 2.5rem;
}
.color-schema-wrapper.light {
  margin-bottom: 0.9375rem;
}
.color-schema-wrapper.light + .color-schema-wrapper.light {
  margin-top: 3.125rem;
}
.color-schema-wrapper.dark + .color-schema-wrapper.light {
  padding-top: 2.5rem;
  border-top: 1px solid var(--color-gray400);
}
@media screen and (min-width: 768px) {
  .color-schema-wrapper {
    -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;
    margin-bottom: 5rem;
  }
  .color-schema-wrapper.light {
    margin-bottom: 2.5rem;
  }
  .color-schema-wrapper.dark + .color-schema-wrapper.light {
    padding-top: 5rem;
  }
}
.color-schema-wrapper .color-info {
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .color-schema-wrapper .color-info {
    max-width: 18.75rem;
    margin-left: 2.5rem;
    margin-bottom: 0;
  }
}
.color-schema-wrapper .color-info .color-name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}
.color-schema-wrapper .color-info .color-description {
  font-size: 0.8125rem;
  color: var(--color-gray600);
}
.color-schema-wrapper .color-info .color-description p {
  margin-bottom: 0;
}
.color-schema-wrapper .color-schema {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.0625rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .color-schema-wrapper .color-schema {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
}
.color-schema-wrapper .color-schema > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
  max-width: 100%;
  padding: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .color-schema-wrapper .color-schema > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    width: auto;
  }
}
.color-schema-wrapper .color-schema > * .color {
  min-height: 3.125rem;
}
@media screen and (min-width: 768px) {
  .color-schema-wrapper .color-schema > * .color {
    min-height: 4.375rem;
  }
}

/* ----- Mega menu demo links ----- */
.mega-demo-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  gap: 1.875rem;
}
.mega-demo-links .demo-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(20% - 1.875rem + 0.375rem);
}
.mega-demo-links .demo-item > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: initial;
  width: 100%;
}
.mega-demo-links .demo-item > a::before {
  display: none;
}
.mega-demo-links .demo-item > a * {
  line-height: initial;
}
.mega-demo-links .demo-item > a img {
  margin-bottom: 0.625rem;
  border-radius: var(--theme-radius-base);
  border: 1px solid var(--color-gray200);
}
.mega-demo-links .demo-item > a .demo-content {
  text-align: center;
  width: 100%;
}
.mega-demo-links .demo-item > a .demo-content .entry-title {
  font-size: 1rem;
}
.mega-demo-links .demo-item > a .demo-content p {
  font-size: 0.75rem;
  white-space: initial;
  opacity: 0.6;
}
.mega-demo-links .demo-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  width: 100%;
}
.mega-demo-links .demo-button .btn {
  height: 2.75rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

/* ----- Press box ----- */
.klb-press-comment .press-box {
  text-align: center;
  margin-bottom: 1.875rem;
}
.klb-press-comment .press-box .press-logo {
  position: relative;
  margin-bottom: 1.25rem;
}
.klb-press-comment .press-box .press-logo img {
  max-height: 3.875rem;
}
.klb-press-comment .press-box .press-logo img.light {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  opacity: 0;
}

/* ----- Video box ----- */
.klb-video-box {
  position: relative;
  overflow: hidden;
}
.klb-video-box .klb-video-content {
  position: absolute;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  top: 0;
  right: 0;
}
.klb-video-box .klb-video-content iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.klb-video-box .klb-video-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.klb-video-box .klb-text-content {
  position: relative;
  text-align: center;
  color: #FFF;
  padding: 1.5625rem;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .klb-video-box .klb-text-content {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.klb-video-box .klb-text-content .text-inner {
  max-width: 35rem;
  margin-right: auto;
  margin-left: auto;
}
.klb-video-box .klb-text-content .text-inner .entry-subtitle {
  color: var(--theme-primary-color);
}
.klb-video-box .klb-text-content .text-inner .entry-title {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .klb-video-box .klb-text-content .text-inner .entry-title {
    line-height: 1.1;
    margin-bottom: 1.25rem;
  }
}
.klb-video-box .klb-text-content .text-inner .entry-description {
  max-width: 30rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 992px) {
  .klb-video-box .klb-text-content .text-inner .entry-description {
    font-size: 1.125rem;
  }
}

/* ----- Custom form ----- */
.klb-custom-form {
  position: relative;
  padding: 1.25rem;
  border: 2px solid var(--theme-primary-color);
  border-radius: var(--theme-radius-base);
  -webkit-box-shadow: -5px 5px 0px rgba(var(--theme-primary-color-RGB), 0.1);
          box-shadow: -5px 5px 0px rgba(var(--theme-primary-color-RGB), 0.1);
}
@media screen and (min-width: 992px) {
  .klb-custom-form {
    padding: 1.875rem;
    border-width: 0.1875rem;
  }
}
.klb-custom-form .custom-form-header .entry-title {
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  .klb-custom-form .custom-form-header .entry-title {
    font-size: 1.25rem;
  }
}
.klb-custom-form .custom-form-header .entry-description {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--color-gray600);
}
.klb-custom-form .custom-form-body form .form-column {
  margin-bottom: 0.625rem;
}
.klb-custom-form .custom-form-body form .form-column .select2 .select2-selection {
  height: 2.875rem;
}
.klb-custom-form .custom-form-body form .form-column .select2 .select2-selection.select2-selection--single .select2-selection__arrow {
  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% - (100% - 8px)) 15px no-repeat;
  background-size: 22px 16px;
  width: 1.875rem;
}
.klb-custom-form .custom-form-body form .form-column.button-column button {
  line-height: 2.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 2.875rem;
}

/* ----- Max text block ----- */
.max-text-block {
  max-width: 62rem;
  margin-right: auto;
  margin-left: auto;
}

/* ----- Text notification ----- */
.klb-text-notification {
  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: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.klb-text-notification.background-primary-light {
  background-color: rgba(var(--theme-primary-color-RGB), 0.08) !important;
}
.klb-text-notification p {
  margin-bottom: 0;
}
.klb-text-notification p span {
  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;
  padding: 0.25rem 0.4375rem;
  border-radius: calc(var(--theme-radius-base) / 2);
}

/* ----- Promo box ----- */
.klb-promo-box {
  position: relative;
  border-radius: var(--theme-radius-base);
  overflow: hidden;
}
.klb-promo-box .promo-content {
  padding: 1.25rem;
}
@media screen and (min-width: 992px) {
  .klb-promo-box .promo-content {
    padding: 1.875rem;
  }
}
.klb-promo-box.style-2 .promo-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.klb-promo-box.style-2 .promo-image img {
  width: 70%;
}
.klb-promo-box.style-2 .promo-content {
  padding: 1.25rem;
}

/* ----- Image block ----- */
.image-block .entry-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--theme-radius-base);
}

/* ----- Checklist ----- */
.entry-checklist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.entry-checklist ul li {
  position: relative;
}
.entry-checklist ul li::before {
  font-family: "klbtheme";
  content: "\e8ef";
  color: var(--color-green600);
  margin-left: 0.75rem;
}
.entry-checklist ul li + li {
  margin-top: 0.375rem;
}
.entry-checklist.filled ul li::before {
  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: 1.75rem;
  border-radius: 50%;
  background-color: var(--color-green100);
}
.entry-checklist.filled ul li + li {
  margin-top: 0.625rem;
}

/* Product box banner */
.product-box-banner .product-thumbnail {
  margin-bottom: 1.5625rem;
}
.product-box-banner .product-thumbnail img {
  max-width: 15rem;
  margin-right: auto;
  margin-left: auto;
}
.product-box-banner .product-content .entry-title {
  font-size: 1rem;
  margin-bottom: 0.9375rem;
}
.product-box-banner .product-content .entry-description {
  font-size: 0.875rem;
  color: var(--color-gray600);
  border-top: 1px solid var(--color-gray100);
  padding-top: 0.9375rem;
}
.product-box-banner .product-content .entry-checklist {
  margin-bottom: 1.25rem;
}
.product-box-banner .product-content .button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

/* Empty content */
.empty-content {
  max-width: 22.5rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .empty-content {
    margin-top: 5.625rem;
  }
}
.empty-content svg {
  width: auto;
  height: 3.5rem;
  margin-bottom: 0.9375rem;
}
.empty-content svg .fill-slate-50 {
  fill: var(--color-gray25);
}
.empty-content svg .fill-slate-100 {
  fill: var(--color-gray100);
}
.empty-content svg .stroke-slate-300 {
  stroke: var(--color-gray300);
}
.empty-content .entry-title {
  font-size: 1.375rem;
}
.empty-content .entry-description {
  font-size: 0.9375rem;
  color: var(--color-gray600);
}

/* ----- social media settings ----- */
.site-social ul.social-color a {
  color: #fff;
}
.site-social ul.social-color a.facebook {
  background-color: #1877f2;
}
.site-social ul.social-color a.facebook:hover {
  background-color: #0b5fcc;
}
.site-social ul.social-color a.twitter {
  background-color: #1da1f2;
}
.site-social ul.social-color a.twitter:hover {
  background-color: #0c85d0;
}
.site-social ul.social-color a.twitch {
  background-color: #9146ff;
}
.site-social ul.social-color a.twitch:hover {
  background-color: #7313ff;
}
.site-social ul.social-color a.fivehundredpx {
  background-color: #0099e5;
}
.site-social ul.social-color a.fivehundredpx:hover {
  background-color: #0077b2;
}
.site-social ul.social-color a.airbnb {
  background-color: #fd5c63;
}
.site-social ul.social-color a.airbnb:hover {
  background-color: #fc2a33;
}
.site-social ul.social-color a.amazon {
  background-color: #ff9900;
}
.site-social ul.social-color a.amazon:hover {
  background-color: #cc7a00;
}
.site-social ul.social-color a.behance {
  background-color: #1769ff;
}
.site-social ul.social-color a.behance:hover {
  background-color: #0050e3;
}
.site-social ul.social-color a.blogger {
  background-color: #f57d00;
}
.site-social ul.social-color a.blogger:hover {
  background-color: #c26300;
}
.site-social ul.social-color a.deviantart {
  background-color: #05cc47;
}
.site-social ul.social-color a.deviantart:hover {
  background-color: #049a36;
}
.site-social ul.social-color a.dropbox {
  background-color: #007ee5;
}
.site-social ul.social-color a.dropbox:hover {
  background-color: #0062b2;
}
.site-social ul.social-color a.etsy {
  background-color: #d5641c;
}
.site-social ul.social-color a.etsy:hover {
  background-color: #a84f16;
}
.site-social ul.social-color a.fedex {
  background-color: #4d148c;
}
.site-social ul.social-color a.fedex:hover {
  background-color: #340e5f;
}
.site-social ul.social-color a.flickr {
  background-color: #ff0084;
}
.site-social ul.social-color a.flickr:hover {
  background-color: #cc006a;
}
.site-social ul.social-color a.flipboard {
  background-color: #e12828;
}
.site-social ul.social-color a.flipboard:hover {
  background-color: #bc1a1a;
}
.site-social ul.social-color a.pocket {
  background-color: #ef4056;
}
.site-social ul.social-color a.pocket:hover {
  background-color: #e9132e;
}
.site-social ul.social-color a.google {
  background-color: #4285f4;
}
.site-social ul.social-color a.google:hover {
  background-color: #1266f1;
}
.site-social ul.social-color a.instagram {
  background-color: #fd1d1d;
}
.site-social ul.social-color a.instagram:hover {
  background-color: #e50202;
}
.site-social ul.social-color a.linkedin {
  background-color: #0077b5;
}
.site-social ul.social-color a.linkedin:hover {
  background-color: #005582;
}
.site-social ul.social-color a.medium {
  background-color: #00ab6c;
}
.site-social ul.social-color a.medium:hover {
  background-color: #00784c;
}
.site-social ul.social-color a.odnoklassniki {
  background-color: #ed812b;
}
.site-social ul.social-color a.odnoklassniki:hover {
  background-color: #d36812;
}
.site-social ul.social-color a.paypal {
  background-color: #003087;
}
.site-social ul.social-color a.paypal:hover {
  background-color: #001e54;
}
.site-social ul.social-color a.pinterest {
  background-color: #e60023;
}
.site-social ul.social-color a.pinterest:hover {
  background-color: #b3001b;
}
.site-social ul.social-color a.reddit {
  background-color: #ff4500;
}
.site-social ul.social-color a.reddit:hover {
  background-color: #cc3700;
}
.site-social ul.social-color a.shopify {
  background-color: #96bf48;
}
.site-social ul.social-color a.shopify:hover {
  background-color: #7a9d37;
}
.site-social ul.social-color a.skype {
  background-color: #00aff0;
}
.site-social ul.social-color a.skype:hover {
  background-color: #008abd;
}
.site-social ul.social-color a.slack {
  background-color: #6ecadc;
}
.site-social ul.social-color a.slack:hover {
  background-color: #45bbd2;
}
.site-social ul.social-color a.soundcloud {
  background-color: #ff8800;
}
.site-social ul.social-color a.soundcloud:hover {
  background-color: #cc6d00;
}
.site-social ul.social-color a.spotify {
  background-color: #1db954;
}
.site-social ul.social-color a.spotify:hover {
  background-color: #168d40;
}
.site-social ul.social-color a.stripe {
  background-color: #00afe1;
}
.site-social ul.social-color a.stripe:hover {
  background-color: #0087ae;
}
.site-social ul.social-color a.telegram {
  background-color: #0088cc;
}
.site-social ul.social-color a.telegram:hover {
  background-color: #006699;
}
.site-social ul.social-color a.trello {
  background-color: #0079bf;
}
.site-social ul.social-color a.trello:hover {
  background-color: #00598c;
}
.site-social ul.social-color a.tumblr {
  background-color: #35465c;
}
.site-social ul.social-color a.tumblr:hover {
  background-color: #222d3c;
}
.site-social ul.social-color a.tiktok {
  background-color: #000;
}
.site-social ul.social-color a.tiktok:hover {
  background-color: black;
}
.site-social ul.social-color a.viber {
  background-color: #59267c;
}
.site-social ul.social-color a.viber:hover {
  background-color: #3d1a55;
}
.site-social ul.social-color a.vimeo {
  background-color: #1ab7ea;
}
.site-social ul.social-color a.vimeo:hover {
  background-color: #1295bf;
}
.site-social ul.social-color a.vine {
  background-color: #00b488;
}
.site-social ul.social-color a.vine:hover {
  background-color: #008161;
}
.site-social ul.social-color a.vk {
  background-color: #45668e;
}
.site-social ul.social-color a.vk:hover {
  background-color: #344d6c;
}
.site-social ul.social-color a.whatsapp {
  background-color: #25d366;
}
.site-social ul.social-color a.whatsapp:hover {
  background-color: #1da851;
}
.site-social ul.social-color a.youtube {
  background-color: #ff0000;
}
.site-social ul.social-color a.youtube:hover {
  background-color: #cc0000;
}
.site-social ul.social-color-light a.facebook {
  color: #1877f2;
  background-color: rgba(24, 119, 242, 0.08);
}
.site-social ul.social-color-light a.facebook:hover {
  color: #fff;
  background-color: #1877f2;
}
.site-social ul.social-color-light a.twitter {
  color: #1da1f2;
  background-color: rgba(29, 161, 242, 0.08);
}
.site-social ul.social-color-light a.twitter:hover {
  color: #fff;
  background-color: #1da1f2;
}
.site-social ul.social-color-light a.twitch {
  color: #9146ff;
  background-color: rgba(145, 70, 255, 0.08);
}
.site-social ul.social-color-light a.twitch:hover {
  color: #fff;
  background-color: #9146ff;
}
.site-social ul.social-color-light a.fivehundredpx {
  color: #0099e5;
  background-color: rgba(0, 153, 229, 0.08);
}
.site-social ul.social-color-light a.fivehundredpx:hover {
  color: #fff;
  background-color: #0099e5;
}
.site-social ul.social-color-light a.airbnb {
  color: #fd5c63;
  background-color: rgba(253, 92, 99, 0.08);
}
.site-social ul.social-color-light a.airbnb:hover {
  color: #fff;
  background-color: #fd5c63;
}
.site-social ul.social-color-light a.amazon {
  color: #ff9900;
  background-color: rgba(255, 153, 0, 0.08);
}
.site-social ul.social-color-light a.amazon:hover {
  color: #fff;
  background-color: #ff9900;
}
.site-social ul.social-color-light a.behance {
  color: #1769ff;
  background-color: rgba(23, 105, 255, 0.08);
}
.site-social ul.social-color-light a.behance:hover {
  color: #fff;
  background-color: #1769ff;
}
.site-social ul.social-color-light a.blogger {
  color: #f57d00;
  background-color: rgba(245, 125, 0, 0.08);
}
.site-social ul.social-color-light a.blogger:hover {
  color: #fff;
  background-color: #f57d00;
}
.site-social ul.social-color-light a.deviantart {
  color: #05cc47;
  background-color: rgba(5, 204, 71, 0.08);
}
.site-social ul.social-color-light a.deviantart:hover {
  color: #fff;
  background-color: #05cc47;
}
.site-social ul.social-color-light a.dropbox {
  color: #007ee5;
  background-color: rgba(0, 126, 229, 0.08);
}
.site-social ul.social-color-light a.dropbox:hover {
  color: #fff;
  background-color: #007ee5;
}
.site-social ul.social-color-light a.etsy {
  color: #d5641c;
  background-color: rgba(213, 100, 28, 0.08);
}
.site-social ul.social-color-light a.etsy:hover {
  color: #fff;
  background-color: #d5641c;
}
.site-social ul.social-color-light a.fedex {
  color: #4d148c;
  background-color: rgba(77, 20, 140, 0.08);
}
.site-social ul.social-color-light a.fedex:hover {
  color: #fff;
  background-color: #4d148c;
}
.site-social ul.social-color-light a.flickr {
  color: #ff0084;
  background-color: rgba(255, 0, 132, 0.08);
}
.site-social ul.social-color-light a.flickr:hover {
  color: #fff;
  background-color: #ff0084;
}
.site-social ul.social-color-light a.flipboard {
  color: #e12828;
  background-color: rgba(225, 40, 40, 0.08);
}
.site-social ul.social-color-light a.flipboard:hover {
  color: #fff;
  background-color: #e12828;
}
.site-social ul.social-color-light a.pocket {
  color: #ef4056;
  background-color: rgba(239, 64, 86, 0.08);
}
.site-social ul.social-color-light a.pocket:hover {
  color: #fff;
  background-color: #ef4056;
}
.site-social ul.social-color-light a.google {
  color: #4285f4;
  background-color: rgba(66, 133, 244, 0.08);
}
.site-social ul.social-color-light a.google:hover {
  color: #fff;
  background-color: #4285f4;
}
.site-social ul.social-color-light a.instagram {
  color: #fd1d1d;
  background-color: rgba(253, 29, 29, 0.08);
}
.site-social ul.social-color-light a.instagram:hover {
  color: #fff;
  background-color: #fd1d1d;
}
.site-social ul.social-color-light a.linkedin {
  color: #0077b5;
  background-color: rgba(0, 119, 181, 0.08);
}
.site-social ul.social-color-light a.linkedin:hover {
  color: #fff;
  background-color: #0077b5;
}
.site-social ul.social-color-light a.medium {
  color: #00ab6c;
  background-color: rgba(0, 171, 108, 0.08);
}
.site-social ul.social-color-light a.medium:hover {
  color: #fff;
  background-color: #00ab6c;
}
.site-social ul.social-color-light a.odnoklassniki {
  color: #ed812b;
  background-color: rgba(237, 129, 43, 0.08);
}
.site-social ul.social-color-light a.odnoklassniki:hover {
  color: #fff;
  background-color: #ed812b;
}
.site-social ul.social-color-light a.paypal {
  color: #003087;
  background-color: rgba(0, 48, 135, 0.08);
}
.site-social ul.social-color-light a.paypal:hover {
  color: #fff;
  background-color: #003087;
}
.site-social ul.social-color-light a.pinterest {
  color: #e60023;
  background-color: rgba(230, 0, 35, 0.08);
}
.site-social ul.social-color-light a.pinterest:hover {
  color: #fff;
  background-color: #e60023;
}
.site-social ul.social-color-light a.reddit {
  color: #ff4500;
  background-color: rgba(255, 69, 0, 0.08);
}
.site-social ul.social-color-light a.reddit:hover {
  color: #fff;
  background-color: #ff4500;
}
.site-social ul.social-color-light a.shopify {
  color: #96bf48;
  background-color: rgba(150, 191, 72, 0.08);
}
.site-social ul.social-color-light a.shopify:hover {
  color: #fff;
  background-color: #96bf48;
}
.site-social ul.social-color-light a.skype {
  color: #00aff0;
  background-color: rgba(0, 175, 240, 0.08);
}
.site-social ul.social-color-light a.skype:hover {
  color: #fff;
  background-color: #00aff0;
}
.site-social ul.social-color-light a.slack {
  color: #6ecadc;
  background-color: rgba(110, 202, 220, 0.08);
}
.site-social ul.social-color-light a.slack:hover {
  color: #fff;
  background-color: #6ecadc;
}
.site-social ul.social-color-light a.soundcloud {
  color: #ff8800;
  background-color: rgba(255, 136, 0, 0.08);
}
.site-social ul.social-color-light a.soundcloud:hover {
  color: #fff;
  background-color: #ff8800;
}
.site-social ul.social-color-light a.spotify {
  color: #1db954;
  background-color: rgba(29, 185, 84, 0.08);
}
.site-social ul.social-color-light a.spotify:hover {
  color: #fff;
  background-color: #1db954;
}
.site-social ul.social-color-light a.stripe {
  color: #00afe1;
  background-color: rgba(0, 175, 225, 0.08);
}
.site-social ul.social-color-light a.stripe:hover {
  color: #fff;
  background-color: #00afe1;
}
.site-social ul.social-color-light a.telegram {
  color: #0088cc;
  background-color: rgba(0, 136, 204, 0.08);
}
.site-social ul.social-color-light a.telegram:hover {
  color: #fff;
  background-color: #0088cc;
}
.site-social ul.social-color-light a.trello {
  color: #0079bf;
  background-color: rgba(0, 121, 191, 0.08);
}
.site-social ul.social-color-light a.trello:hover {
  color: #fff;
  background-color: #0079bf;
}
.site-social ul.social-color-light a.tumblr {
  color: #35465c;
  background-color: rgba(53, 70, 92, 0.08);
}
.site-social ul.social-color-light a.tumblr:hover {
  color: #fff;
  background-color: #35465c;
}
.site-social ul.social-color-light a.tiktok {
  color: #000;
  background-color: rgba(0, 0, 0, 0.08);
}
.site-social ul.social-color-light a.tiktok:hover {
  color: #fff;
  background-color: #000;
}
.site-social ul.social-color-light a.viber {
  color: #59267c;
  background-color: rgba(89, 38, 124, 0.08);
}
.site-social ul.social-color-light a.viber:hover {
  color: #fff;
  background-color: #59267c;
}
.site-social ul.social-color-light a.vimeo {
  color: #1ab7ea;
  background-color: rgba(26, 183, 234, 0.08);
}
.site-social ul.social-color-light a.vimeo:hover {
  color: #fff;
  background-color: #1ab7ea;
}
.site-social ul.social-color-light a.vine {
  color: #00b488;
  background-color: rgba(0, 180, 136, 0.08);
}
.site-social ul.social-color-light a.vine:hover {
  color: #fff;
  background-color: #00b488;
}
.site-social ul.social-color-light a.vk {
  color: #45668e;
  background-color: rgba(69, 102, 142, 0.08);
}
.site-social ul.social-color-light a.vk:hover {
  color: #fff;
  background-color: #45668e;
}
.site-social ul.social-color-light a.whatsapp {
  color: #25d366;
  background-color: rgba(37, 211, 102, 0.08);
}
.site-social ul.social-color-light a.whatsapp:hover {
  color: #fff;
  background-color: #25d366;
}
.site-social ul.social-color-light a.youtube {
  color: #ff0000;
  background-color: rgba(255, 0, 0, 0.08);
}
.site-social ul.social-color-light a.youtube:hover {
  color: #fff;
  background-color: #ff0000;
}
.site-social ul.social-color-bordered a.facebook {
  color: #1877f2;
  border: 1px solid #1877f2;
}
.site-social ul.social-color-bordered a.facebook:hover {
  color: #fff;
  background-color: #1877f2;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.twitter {
  color: #1da1f2;
  border: 1px solid #1da1f2;
}
.site-social ul.social-color-bordered a.twitter:hover {
  color: #fff;
  background-color: #1da1f2;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.twitch {
  color: #9146ff;
  border: 1px solid #9146ff;
}
.site-social ul.social-color-bordered a.twitch:hover {
  color: #fff;
  background-color: #9146ff;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.fivehundredpx {
  color: #0099e5;
  border: 1px solid #0099e5;
}
.site-social ul.social-color-bordered a.fivehundredpx:hover {
  color: #fff;
  background-color: #0099e5;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.airbnb {
  color: #fd5c63;
  border: 1px solid #fd5c63;
}
.site-social ul.social-color-bordered a.airbnb:hover {
  color: #fff;
  background-color: #fd5c63;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.amazon {
  color: #ff9900;
  border: 1px solid #ff9900;
}
.site-social ul.social-color-bordered a.amazon:hover {
  color: #fff;
  background-color: #ff9900;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.behance {
  color: #1769ff;
  border: 1px solid #1769ff;
}
.site-social ul.social-color-bordered a.behance:hover {
  color: #fff;
  background-color: #1769ff;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.blogger {
  color: #f57d00;
  border: 1px solid #f57d00;
}
.site-social ul.social-color-bordered a.blogger:hover {
  color: #fff;
  background-color: #f57d00;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.deviantart {
  color: #05cc47;
  border: 1px solid #05cc47;
}
.site-social ul.social-color-bordered a.deviantart:hover {
  color: #fff;
  background-color: #05cc47;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.dropbox {
  color: #007ee5;
  border: 1px solid #007ee5;
}
.site-social ul.social-color-bordered a.dropbox:hover {
  color: #fff;
  background-color: #007ee5;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.etsy {
  color: #d5641c;
  border: 1px solid #d5641c;
}
.site-social ul.social-color-bordered a.etsy:hover {
  color: #fff;
  background-color: #d5641c;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.fedex {
  color: #4d148c;
  border: 1px solid #4d148c;
}
.site-social ul.social-color-bordered a.fedex:hover {
  color: #fff;
  background-color: #4d148c;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.flickr {
  color: #ff0084;
  border: 1px solid #ff0084;
}
.site-social ul.social-color-bordered a.flickr:hover {
  color: #fff;
  background-color: #ff0084;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.flipboard {
  color: #e12828;
  border: 1px solid #e12828;
}
.site-social ul.social-color-bordered a.flipboard:hover {
  color: #fff;
  background-color: #e12828;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.pocket {
  color: #ef4056;
  border: 1px solid #ef4056;
}
.site-social ul.social-color-bordered a.pocket:hover {
  color: #fff;
  background-color: #ef4056;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.google {
  color: #4285f4;
  border: 1px solid #4285f4;
}
.site-social ul.social-color-bordered a.google:hover {
  color: #fff;
  background-color: #4285f4;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.instagram {
  color: #fd1d1d;
  border: 1px solid #fd1d1d;
}
.site-social ul.social-color-bordered a.instagram:hover {
  color: #fff;
  background-color: #fd1d1d;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.linkedin {
  color: #0077b5;
  border: 1px solid #0077b5;
}
.site-social ul.social-color-bordered a.linkedin:hover {
  color: #fff;
  background-color: #0077b5;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.medium {
  color: #00ab6c;
  border: 1px solid #00ab6c;
}
.site-social ul.social-color-bordered a.medium:hover {
  color: #fff;
  background-color: #00ab6c;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.odnoklassniki {
  color: #ed812b;
  border: 1px solid #ed812b;
}
.site-social ul.social-color-bordered a.odnoklassniki:hover {
  color: #fff;
  background-color: #ed812b;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.paypal {
  color: #003087;
  border: 1px solid #003087;
}
.site-social ul.social-color-bordered a.paypal:hover {
  color: #fff;
  background-color: #003087;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.pinterest {
  color: #e60023;
  border: 1px solid #e60023;
}
.site-social ul.social-color-bordered a.pinterest:hover {
  color: #fff;
  background-color: #e60023;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.reddit {
  color: #ff4500;
  border: 1px solid #ff4500;
}
.site-social ul.social-color-bordered a.reddit:hover {
  color: #fff;
  background-color: #ff4500;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.shopify {
  color: #96bf48;
  border: 1px solid #96bf48;
}
.site-social ul.social-color-bordered a.shopify:hover {
  color: #fff;
  background-color: #96bf48;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.skype {
  color: #00aff0;
  border: 1px solid #00aff0;
}
.site-social ul.social-color-bordered a.skype:hover {
  color: #fff;
  background-color: #00aff0;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.slack {
  color: #6ecadc;
  border: 1px solid #6ecadc;
}
.site-social ul.social-color-bordered a.slack:hover {
  color: #fff;
  background-color: #6ecadc;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.soundcloud {
  color: #ff8800;
  border: 1px solid #ff8800;
}
.site-social ul.social-color-bordered a.soundcloud:hover {
  color: #fff;
  background-color: #ff8800;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.spotify {
  color: #1db954;
  border: 1px solid #1db954;
}
.site-social ul.social-color-bordered a.spotify:hover {
  color: #fff;
  background-color: #1db954;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.stripe {
  color: #00afe1;
  border: 1px solid #00afe1;
}
.site-social ul.social-color-bordered a.stripe:hover {
  color: #fff;
  background-color: #00afe1;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.telegram {
  color: #0088cc;
  border: 1px solid #0088cc;
}
.site-social ul.social-color-bordered a.telegram:hover {
  color: #fff;
  background-color: #0088cc;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.trello {
  color: #0079bf;
  border: 1px solid #0079bf;
}
.site-social ul.social-color-bordered a.trello:hover {
  color: #fff;
  background-color: #0079bf;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.tumblr {
  color: #35465c;
  border: 1px solid #35465c;
}
.site-social ul.social-color-bordered a.tumblr:hover {
  color: #fff;
  background-color: #35465c;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.tiktok {
  color: #000;
  border: 1px solid #000;
}
.site-social ul.social-color-bordered a.tiktok:hover {
  color: #fff;
  background-color: #000;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.viber {
  color: #59267c;
  border: 1px solid #59267c;
}
.site-social ul.social-color-bordered a.viber:hover {
  color: #fff;
  background-color: #59267c;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.vimeo {
  color: #1ab7ea;
  border: 1px solid #1ab7ea;
}
.site-social ul.social-color-bordered a.vimeo:hover {
  color: #fff;
  background-color: #1ab7ea;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.vine {
  color: #00b488;
  border: 1px solid #00b488;
}
.site-social ul.social-color-bordered a.vine:hover {
  color: #fff;
  background-color: #00b488;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.vk {
  color: #45668e;
  border: 1px solid #45668e;
}
.site-social ul.social-color-bordered a.vk:hover {
  color: #fff;
  background-color: #45668e;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.whatsapp {
  color: #25d366;
  border: 1px solid #25d366;
}
.site-social ul.social-color-bordered a.whatsapp:hover {
  color: #fff;
  background-color: #25d366;
  border-color: transparent;
}
.site-social ul.social-color-bordered a.youtube {
  color: #ff0000;
  border: 1px solid #ff0000;
}
.site-social ul.social-color-bordered a.youtube:hover {
  color: #fff;
  background-color: #ff0000;
  border-color: transparent;
}
.site-social.for-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-social.for-widget ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.site-social.for-widget ul li + li {
  margin-top: 0.1875rem;
}
.site-social.for-widget 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;
  width: 100%;
  height: 2.5rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  border-radius: calc(var(--theme-radius-base) / 2);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.site-social.for-widget ul li a .social-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;
  width: 1.875rem;
}
.site-social.for-widget ul li a .social-icon i {
  line-height: 1;
}
.site-social.for-widget ul li a .social-icon i::before {
  margin: 0;
}
.site-social.for-widget ul li a .social-label {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 1.25rem;
}

/* ----- Loading keyframe animation ----- */
@-webkit-keyframes animation-loader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes animation-loader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
/* ----- pulse keyframe animation ----- */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}
@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
}
/* ----- page content ----- */
.page-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
.page-content .site-primary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ----- page inner ----- */
.page-inner {
  position: relative;
  margin-top: 1.25rem;
}
@media screen and (min-width: 992px) {
  .page-inner {
    margin-top: 2.5rem;
  }
}

/* ----- content wrapper ----- */
@media screen and (min-width: 1200px) {
  .content-wrapper.sidebar-right:not(.no-sidebar) .primary-column {
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .content-wrapper.sidebar-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .content-wrapper.sidebar-left:not(.no-sidebar) .primary-column {
    padding-right: 1.875rem;
  }
}
.content-wrapper.shop-wrapper .primary-column {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
@media screen and (min-width: 1200px) {
  .content-wrapper.shop-wrapper:not(.no-border) .primary-column::before {
    content: "";
    position: absolute;
    width: 0.0625rem;
    height: 100%;
    top: 0;
  }
  body[data-color=custom][data-theme=light] .content-wrapper.shop-wrapper:not(.no-border) .primary-column::before {
    background-color: rgba(var(--color-rgb), 0.15);
  }
  body[data-color=default] .content-wrapper.shop-wrapper:not(.no-border) .primary-column::before {
    background-color: var(--color-gray200);
  }
}
@media screen and (min-width: 1200px) {
  .content-wrapper.shop-wrapper.sidebar-left:not(.no-border) .primary-column::before {
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .content-wrapper.shop-wrapper.sidebar-left #sidebar {
    width: 18.75rem;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .content-wrapper.shop-wrapper.sidebar-right:not(.no-border) .primary-column::before {
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .content-wrapper.shop-wrapper.sidebar-right #sidebar {
    width: 18.75rem;
    padding-right: 1.875rem;
  }
}

/* ----- page header ----- */
.page-header {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
body[data-color=custom][data-theme=light] .page-header {
  background-color: rgba(var(--color-rgb), 0.08);
}
.page-header-inner {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .page-header-inner {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.page-header .page-header-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.page-header .page-header-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header .entry-subtitle {
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .page-header .entry-subtitle {
    font-size: 0.9375rem;
  }
}
.page-header .entry-title {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .page-header .entry-title {
    font-size: 2.625rem;
  }
  .page-header .entry-title.large {
    font-size: 3.5rem;
  }
}
.page-header .entry-title + .entry-description {
  margin-top: 0.4375rem;
}
.page-header .entry-description {
  font-size: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .page-header .entry-description {
    font-size: 1rem;
  }
}
.page-header .entry-description p {
  margin-bottom: 0;
}
.page-header.centered {
  text-align: center;
}
.page-header.centered .entry-description {
  max-width: 36rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .page-header.large .page-header-inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.page-header.light {
  color: #FFF;
}
.page-header.custom-header-image {
  padding: 0;
}
.page-header.custom-header-image .page-header-image {
  position: relative;
  height: 9.375rem;
}
@media screen and (min-width: 992px) {
  .page-header.custom-header-image .page-header-image {
    height: 28.125rem;
  }
}

/* ----- page container ----- */
@media screen and (min-width: 1024px) {
  .container {
    max-width: var(--theme-site-width);
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .container .row:not(.g-0) {
    margin-right: calc(var(--theme-site-gutters) * -1);
    margin-left: calc(var(--theme-site-gutters) * -1);
  }
  .container .row > * {
    padding-right: var(--theme-site-gutters);
    padding-left: var(--theme-site-gutters);
  }
}
@media screen and (max-width: 1023.98px) {
  .container {
    max-width: 100%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* ----- custom col ----- */
@media screen and (min-width: 1200px) {
  .col-custom-260 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .col-custom-300 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 18.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .col-custom-310 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 19.375rem;
  }
}

@media screen and (min-width: 1200px) {
  .col-custom-320 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20rem;
  }
}

@media screen and (min-width: 1200px) {
  .col-custom-420 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 26.25rem;
  }
}

.max-420 {
  max-width: 26.25rem;
  margin-right: auto;
  margin-left: auto;
}

.max-768 {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.max-920 {
  max-width: 57.5rem;
  margin-right: auto;
  margin-left: auto;
}

.max-w-1200 {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1200px) {
  .col-custom-offset-300 {
    padding-right: 20.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .col-custom-offset-310 {
    padding-right: 21.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .col-custom-offset-320 {
    padding-right: 21.875rem !important;
  }
}

/* ----- Page not fount ----- */
.page-error .page-inner {
  margin-top: 0;
}
.page-error .page-not-found {
  text-align: center;
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .page-error .page-not-found {
    padding-top: 8.75rem;
    padding-bottom: 11.25rem;
  }
}
.page-error .page-not-found img {
  max-width: 26.25rem;
  margin-bottom: 3.75rem;
}
.page-error .page-not-found .entry-title {
  font-size: 2rem;
}
@media screen and (min-width: 992px) {
  .page-error .page-not-found .entry-title {
    font-size: 3.375rem;
  }
}
.page-error .page-not-found .entry-description {
  color: var(--color-gray600);
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .page-error .page-not-found .entry-description {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
}
.page-error .page-not-found .btn {
  height: 2.875rem !important;
  line-height: 2.875rem !important;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

/* ----- store header ----- */
.store-header {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .store-header {
    margin-bottom: 3.75rem;
  }
}
.store-header .store-header-background {
  position: relative;
  overflow: hidden;
  height: 7.5rem;
  background-color: var(--color-gray200);
}
@media screen and (min-width: 992px) {
  .store-header .store-header-background {
    height: 16.25rem;
  }
}
.store-header .store-header-background img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.store-header .store-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
.store-header .store-detail > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.store-header .store-detail .store-info {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .store-header .store-detail .store-info {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    width: auto;
    padding-top: 1.25rem;
  }
}
.store-header .store-detail .store-avatar {
  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: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: 3px solid var(--color-background);
  margin-top: -3.75rem;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .store-header .store-detail .store-avatar {
    width: 8.75rem;
    height: 8.75rem;
    margin-left: 1.875rem;
  }
}
.store-header .store-detail .store-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .store-header .store-detail .store-info-header {
    width: 50%;
  }
}
.store-header .store-detail .store-info-header .store-name {
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  .store-header .store-detail .store-info-header .store-name {
    font-size: 1.25rem;
  }
}
.store-header .store-detail .store-info-header .store-caption {
  display: block;
  font-size: 0.8125rem;
  opacity: 0.5;
  margin-top: -0.3125rem;
  margin-bottom: 0.4375rem;
}
.store-header .store-detail .store-info-header .store-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.8125rem;
  gap: 0.625rem;
  margin-bottom: 0.9375rem;
}
.store-header .store-detail .store-info-header .store-meta .store-total-review {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
}
.store-header .store-detail .store-info-content p {
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .store-header .store-detail .store-info-content p {
    font-size: 0.9375rem;
  }
}

/* ----- Custom container width ----- */
@media screen and (min-width: 1024px) {
  .container-custom-large {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .container-custom-large {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .container-custom-large {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 1360px) {
  .container-custom-large {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media screen and (min-width: 1440px) {
  .container-custom-large {
    padding-right: 6.25rem;
    padding-left: 6.25rem;
  }
}
@media screen and (min-width: 1600px) {
  .container-custom-large {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }
}

/* ----- Device below 992 hide ----- */
@media screen and (max-width: 991.98px) {
  .min-992 {
    display: none !important;
  }
}

/* ----- Device below 1024 hide ----- */
@media screen and (max-width: 1023.98px) {
  .min-1024 {
    display: none !important;
  }
}

/* ----- Device below 1200 hide ----- */
@media screen and (max-width: 1199.98px) {
  .min-1200 {
    display: none !important;
  }
}

/* ----- Device above 992 hide ----- */
@media screen and (min-width: 992px) {
  .max-992 {
    display: none !important;
  }
}

/* ----- Device above 1024 hide ----- */
@media screen and (min-width: 1024px) {
  .max-1024 {
    display: none !important;
  }
}

/* ----- Device above 1200 hide ----- */
@media screen and (min-width: 1200px) {
  .max-1200 {
    display: none !important;
  }
}

/* ----- Theme local fonts ----- */
/**
 * @license
 *
 * Font Family: Satoshi
 * Designed by: Deni Anggara
 * URL: https://www.fontshare.com/fonts/satoshi
 * © 2022 Indian Type Foundry
 *
 * Font Styles:
 * Satoshi Variable(Variable font)
 * Satoshi Variable Italic(Variable font)
 *
*/
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/
@font-face {
  font-family: "Satoshi-Variable";
  src: local("Satoshi-Variable"), url(//mw-prime.com/wp-content/themes/blonwe/assets/fonts/satoshi/Satoshi-Variable.woff2) format("woff2"), url(//mw-prime.com/wp-content/themes/blonwe/assets/fonts/satoshi/Satoshi-Variable.woff) format("woff"), url(//mw-prime.com/wp-content/themes/blonwe/assets/fonts/satoshi/Satoshi-Variable.ttf) format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: local("Satoshi-VariableItalic"), url(//mw-prime.com/wp-content/themes/blonwe/assets/fonts/satoshi/Satoshi-VariableItalic.woff2) format("woff2"), url(//mw-prime.com/wp-content/themes/blonwe/assets/fonts/satoshi/Satoshi-VariableItalic.woff) format("woff"), url(//mw-prime.com/wp-content/themes/blonwe/assets/fonts/satoshi/Satoshi-VariableItalic.ttf) format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
/* ----- Theme typography weight classes ----- */
.weight-100 {
  font-weight: 100 !important;
}

.weight-300 {
  font-weight: 300 !important;
}

.weight-400 {
  font-weight: 400 !important;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-600 {
  font-weight: 600 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

/* ----- Theme typography letter spacing classes ----- */
.letter-spacing-1 {
  letter-spacing: 1px;
}

.font-default {
  font-size: var(--theme-button-font-size) !important;
}

.z-index-1 {
  z-index: 1;
}

.z-index-0 {
  z-index: 0;
}

/* ----- Theme typography font sizes classes ----- */
.font-11 {
  font-size: 0.6875rem !important;
}

.font-12 {
  font-size: 0.75rem !important;
}

.font-13 {
  font-size: 0.8125rem !important;
}

.font-14 {
  font-size: 0.875rem !important;
}

.font-15 {
  font-size: 0.9375rem !important;
}

.font-16 {
  font-size: 1rem !important;
}

.font-18 {
  font-size: 1.125rem !important;
}

.font-20 {
  font-size: 1.25rem !important;
}

.font-24 {
  font-size: 1.5rem !important;
}

.font-26 {
  font-size: 1.625rem !important;
}

.font-28 {
  font-size: 1.75rem !important;
}

.font-30 {
  font-size: 1.875rem !important;
}

.font-32 {
  font-size: 2rem !important;
}

.font-34 {
  font-size: 2.125rem !important;
}

.font-36 {
  font-size: 2.25rem !important;
}

.font-38 {
  font-size: 2.375rem !important;
}

.font-40 {
  font-size: 2.5rem !important;
}

.font-42 {
  font-size: 2.625rem !important;
}

.font-46 {
  font-size: 2.75rem !important;
}

.font-48 {
  font-size: 2.875rem !important;
}

.font-50 {
  font-size: 3.125rem !important;
}

.font-52 {
  font-size: 3.25rem !important;
}

.font-54 {
  font-size: 3.375rem !important;
}

.font-56 {
  font-size: 3.5rem !important;
}

.font-60 {
  font-size: 3.75rem !important;
}

.font-66 {
  font-size: 4.125rem !important;
}

@media screen and (min-width: 768px) {
  .font-sm-13 {
    font-size: 0.8125rem !important;
  }
  .font-sm-14 {
    font-size: 0.875rem !important;
  }
  .font-sm-15 {
    font-size: 0.9375rem !important;
  }
  .font-sm-16 {
    font-size: 1rem !important;
  }
  .font-sm-18 {
    font-size: 1.125rem !important;
  }
  .font-sm-20 {
    font-size: 1.25rem !important;
  }
  .font-sm-24 {
    font-size: 1.5rem !important;
  }
  .font-sm-26 {
    font-size: 1.625rem !important;
  }
  .font-sm-28 {
    font-size: 1.75rem !important;
  }
  .font-sm-30 {
    font-size: 1.875rem !important;
  }
  .font-sm-32 {
    font-size: 2rem !important;
  }
  .font-sm-34 {
    font-size: 2.125rem !important;
  }
  .font-sm-36 {
    font-size: 2.25rem !important;
  }
  .font-sm-38 {
    font-size: 2.375rem !important;
  }
  .font-sm-40 {
    font-size: 2.5rem !important;
  }
  .font-sm-42 {
    font-size: 2.625rem !important;
  }
  .font-sm-46 {
    font-size: 2.75rem !important;
  }
  .font-sm-48 {
    font-size: 2.875rem !important;
  }
  .font-sm-50 {
    font-size: 3.125rem !important;
  }
  .font-sm-52 {
    font-size: 3.25rem !important;
  }
  .font-sm-54 {
    font-size: 3.375rem !important;
  }
  .font-sm-56 {
    font-size: 3.5rem !important;
  }
  .font-sm-60 {
    font-size: 3.75rem !important;
  }
  .font-sm-66 {
    font-size: 4.125rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .font-md-13 {
    font-size: 0.8125rem !important;
  }
  .font-md-14 {
    font-size: 0.875rem !important;
  }
  .font-md-15 {
    font-size: 0.9375rem !important;
  }
  .font-md-16 {
    font-size: 1rem !important;
  }
  .font-md-18 {
    font-size: 1.125rem !important;
  }
  .font-md-20 {
    font-size: 1.25rem !important;
  }
  .font-md-22 {
    font-size: 1.375rem !important;
  }
  .font-md-24 {
    font-size: 1.5rem !important;
  }
  .font-md-26 {
    font-size: 1.625rem !important;
  }
  .font-md-28 {
    font-size: 1.75rem !important;
  }
  .font-md-30 {
    font-size: 1.875rem !important;
  }
  .font-md-32 {
    font-size: 2rem !important;
  }
  .font-md-34 {
    font-size: 2.125rem !important;
  }
  .font-md-36 {
    font-size: 2.25rem !important;
  }
  .font-md-38 {
    font-size: 2.375rem !important;
  }
  .font-md-40 {
    font-size: 2.5rem !important;
  }
  .font-md-42 {
    font-size: 2.625rem !important;
  }
  .font-md-46 {
    font-size: 2.75rem !important;
  }
  .font-md-48 {
    font-size: 2.875rem !important;
  }
  .font-md-50 {
    font-size: 3.125rem !important;
  }
  .font-md-52 {
    font-size: 3.25rem !important;
  }
  .font-md-54 {
    font-size: 3.375rem !important;
  }
  .font-md-56 {
    font-size: 3.5rem !important;
  }
  .font-md-60 {
    font-size: 3.75rem !important;
  }
  .font-md-66 {
    font-size: 4.125rem !important;
  }
  .font-md-76 {
    font-size: 4.75rem !important;
  }
}
/* ----- Theme typography line height classes ----- */
.lh-1 {
  line-height: 1;
}

.lh-1-1 {
  line-height: 1.1;
}

.lh-1-2 {
  line-height: 1.2;
}

.lh-1-3 {
  line-height: 1.3;
}

.lh-1-4 {
  line-height: 1.4;
}

.lh-1-5 {
  line-height: 1.5;
}

.lh-1-6 {
  line-height: 1.6;
}

/* ----- theme text color classes ----- */
.color-gray-light {
  color: var(--color-gray400) !important;
}

.color-gray-500 {
  color: var(--color-gray500) !important;
}

.color-gray {
  color: var(--color-gray600) !important;
}

.color-primary {
  color: var(--theme-primary-color) !important;
}

.color-secondary {
  color: var(--theme-secondary-color) !important;
}

.color-red {
  color: var(--color-red600) !important;
}

.color-violet {
  color: var(--color-violet600) !important;
}

.color-indigo {
  color: var(--color-indigo600) !important;
}

.color-blue {
  color: var(--color-blue600) !important;
}

.color-cyan {
  color: var(--color-cyan600) !important;
}

.color-teal {
  color: var(--color-teal600) !important;
}

.color-green {
  color: var(--color-green600) !important;
}

.color-lime {
  color: var(--color-lime600) !important;
}

.color-yellow {
  color: var(--color-yellow600) !important;
}

.color-orange {
  color: var(--color-orange600) !important;
}

.color-white {
  color: #FFF !important;
}

.color-black {
  color: #1B1F22 !important;
}

body[data-color=custom][data-theme=light] .color-gray {
  color: rgba(var(--color-rgb), 0.45);
}
body[data-color=default] .color-gray{
  color: var(--color-gray500);
}

body[data-color=custom][data-theme=light] .color-dark-gray {
  color: rgba(var(--color-rgb), 0.6);
}
body[data-color=default] .color-dark-gray {
  color: var(--color-gray600);
}

/* ----- theme background color classes ----- */
.background-black {
  background-color: #1B1F22 !important;
}

.background-gray-light {
  background-color: var(--color-gray25) !important;
}

.background-white {
  background-color: #FFF !important;
}

.background-primary {
  color: #FFF !important;
  background-color: var(--theme-primary-color) !important;
}

.background-secondary {
  color: #FFF !important;
  background-color: var(--theme-secondary-color) !important;
}

.background-red {
  color: #FFF !important;
  background-color: var(--color-red600) !important;
}

.background-violet {
  color: #FFF !important;
  background-color: var(--color-violet600) !important;
}

.background-indigo {
  color: #FFF !important;
  background-color: var(--color-indigo600) !important;
}

.background-cyan {
  color: #FFF !important;
  background-color: var(--color-cyan600) !important;
}

.background-teal {
  color: #FFF !important;
  background-color: var(--color-teal600) !important;
}

.background-teal-400 {
  color: #FFF !important;
  background-color: var(--color-teal400) !important;
}

.background-green {
  color: #FFF !important;
  background-color: var(--color-green600) !important;
}

.background-lime {
  color: #FFF !important;
  background-color: var(--color-lime600) !important;
}

.background-yellow {
  color: #1B1F22 !important;
  background-color: var(--color-yellow600) !important;
}

.background-orange {
  color: #FFF !important;
  background-color: var(--color-orange600) !important;
}

/* ----- theme background light color classes ----- */
.background-info-light {
  color: var(--color-gray700) !important;
  background-color: rgba(var(--color-rgb), 0.05) !important;
}

.background-primary-light {
  color: var(--theme-primary-color) !important;
  background-color: rgba(var(--theme-primary-color-RGB), 0.12) !important;
}

.background-secondary-light {
  color: var(--theme-secondary-color) !important;
  background-color: rgba(var(--theme-secondary-color), 0.12) !important;
}

.background-red-light {
  color: var(--color-red700) !important;
  background-color: var(--color-red50) !important;
}

.background-violet-light {
  color: var(--color-violet700) !important;
  background-color: var(--color-violet50) !important;
}

.background-indigo-light {
  color: var(--color-indigo700) !important;
  background-color: var(--color-indigo50) !important;
}

.background-cyan-light {
  color: var(--color-cyan700) !important;
  background-color: var(--color-cyan50) !important;
}

.background-teal-light {
  color: var(--color-teal700) !important;
  background-color: var(--color-teal50) !important;
}

.background-green-light {
  color: var(--color-green700) !important;
  background-color: var(--color-green50) !important;
}

.background-lime-light {
  color: var(--color-lime700) !important;
  background-color: var(--color-lime50) !important;
}

.background-yellow-light {
  color: #1B1F22 !important;
  background-color: var(--color-yellow50) !important;
}

.background-orange-light {
  color: var(--color-orange700) !important;
  background-color: var(--color-orange50) !important;
}

/* Custom colored */
.custom-yellow-light {
  background-color: var(--color-yellow25) !important;
}


/*---------------------------------------------------- 
  03. Form elements
----------------------------------------------------*/
/* ----- form label ----- */
label {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0.8125rem;
  margin-bottom: 0.3125rem;
}
label.woocommerce-form__label-for-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
label.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  margin-left: 0.5rem;
}
label.woocommerce-form-login__rememberme {
  margin-bottom: 0.875rem;
}

/* ----- Input Settings ----- */
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea, select, input.form-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--theme-form-font);
  font-size: var(--theme-form-font-size);
  font-weight: var(--theme-form-font-weight);
  letter-spacing: var(--theme-form-letter-spacing);
  line-height: 42px;
  width: 100%;
  height: 42px;
  border-radius: var(--theme-radius-form);
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -webkit-transition: none;
  transition: none;
  outline: none;
}
input[type=date]::-webkit-input-placeholder, input[type=email]::-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, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input.form-control::-webkit-input-placeholder {
  color: var(--color-gray600);
}
input[type=date]::-moz-placeholder, input[type=email]::-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, textarea::-moz-placeholder, select::-moz-placeholder, input.form-control::-moz-placeholder {
  color: var(--color-gray600);
}
input[type=date]:-ms-input-placeholder, input[type=email]:-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, textarea:-ms-input-placeholder, select:-ms-input-placeholder, input.form-control:-ms-input-placeholder {
  color: var(--color-gray600);
}
input[type=date]::-ms-input-placeholder, input[type=email]::-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, textarea::-ms-input-placeholder, select::-ms-input-placeholder, input.form-control::-ms-input-placeholder {
  color: var(--color-gray600);
}
input[type=date]::placeholder, input[type=email]::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, textarea::placeholder, select::placeholder, input.form-control::placeholder {
  color: var(--color-gray600);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=date]:not(.variation-filled), body[data-color=custom] input[type=date]:not(.variation-filled), body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=email]:not(.variation-filled), body[data-color=custom] input[type=email]:not(.variation-filled), body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=number]:not(.variation-filled), body[data-color=custom] input[type=number]:not(.variation-filled), body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=password]:not(.variation-filled), body[data-color=custom] input[type=password]:not(.variation-filled), body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=search]:not(.variation-filled), body[data-color=custom] input[type=search]:not(.variation-filled), body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=tel]:not(.variation-filled), body[data-color=custom] input[type=tel]:not(.variation-filled), body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=text]:not(.variation-filled), body[data-color=custom] input[type=text]:not(.variation-filled), body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=time]:not(.variation-filled), body[data-color=custom] input[type=time]:not(.variation-filled), body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=url]:not(.variation-filled), body[data-color=custom] input[type=url]:not(.variation-filled), body:not(.input-variation-filled)[data-color=custom][data-theme=light] textarea:not(.variation-filled), body[data-color=custom] textarea:not(.variation-filled), body:not(.input-variation-filled)[data-color=custom][data-theme=light] select:not(.variation-filled), body[data-color=custom] select:not(.variation-filled), body:not(.input-variation-filled)[data-color=custom][data-theme=light] input.form-control:not(.variation-filled), body[data-color=custom] input.form-control:not(.variation-filled) {
  border: var(--theme-form-border-width) solid rgba(var(--color-rgb), 0.17);
  background-color: var(--color-background);
  -webkit-box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
          box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=date]:not(.variation-filled)::-webkit-input-placeholder, body[data-color=custom] input[type=date]:not(.variation-filled)::-webkit-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=email]:not(.variation-filled)::-webkit-input-placeholder, body[data-color=custom] input[type=email]:not(.variation-filled)::-webkit-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=number]:not(.variation-filled)::-webkit-input-placeholder, body[data-color=custom] input[type=number]:not(.variation-filled)::-webkit-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=password]:not(.variation-filled)::-webkit-input-placeholder, body[data-color=custom] input[type=password]:not(.variation-filled)::-webkit-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=search]:not(.variation-filled)::-webkit-input-placeholder, body[data-color=custom] input[type=search]:not(.variation-filled)::-webkit-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=tel]:not(.variation-filled)::-webkit-input-placeholder, body[data-color=custom] input[type=tel]:not(.variation-filled)::-webkit-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=text]:not(.variation-filled)::-webkit-input-placeholder, body[data-color=custom] input[type=text]:not(.variation-filled)::-webkit-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=time]:not(.variation-filled)::-webkit-input-placeholder, body[data-color=custom] input[type=time]:not(.variation-filled)::-webkit-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=url]:not(.variation-filled)::-webkit-input-placeholder, body[data-color=custom] input[type=url]:not(.variation-filled)::-webkit-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] textarea:not(.variation-filled)::-webkit-input-placeholder, body[data-color=custom] textarea:not(.variation-filled)::-webkit-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] select:not(.variation-filled)::-webkit-input-placeholder, body[data-color=custom] select:not(.variation-filled)::-webkit-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input.form-control:not(.variation-filled)::-webkit-input-placeholder, body[data-color=custom] input.form-control:not(.variation-filled)::-webkit-input-placeholder {
  color: rgba(var(--color-rgb), 0.55);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=date]:not(.variation-filled)::-moz-placeholder, body[data-color=custom] input[type=date]:not(.variation-filled)::-moz-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=email]:not(.variation-filled)::-moz-placeholder, body[data-color=custom] input[type=email]:not(.variation-filled)::-moz-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=number]:not(.variation-filled)::-moz-placeholder, body[data-color=custom] input[type=number]:not(.variation-filled)::-moz-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=password]:not(.variation-filled)::-moz-placeholder, body[data-color=custom] input[type=password]:not(.variation-filled)::-moz-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=search]:not(.variation-filled)::-moz-placeholder, body[data-color=custom] input[type=search]:not(.variation-filled)::-moz-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=tel]:not(.variation-filled)::-moz-placeholder, body[data-color=custom] input[type=tel]:not(.variation-filled)::-moz-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=text]:not(.variation-filled)::-moz-placeholder, body[data-color=custom] input[type=text]:not(.variation-filled)::-moz-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=time]:not(.variation-filled)::-moz-placeholder, body[data-color=custom] input[type=time]:not(.variation-filled)::-moz-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=url]:not(.variation-filled)::-moz-placeholder, body[data-color=custom] input[type=url]:not(.variation-filled)::-moz-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] textarea:not(.variation-filled)::-moz-placeholder, body[data-color=custom] textarea:not(.variation-filled)::-moz-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] select:not(.variation-filled)::-moz-placeholder, body[data-color=custom] select:not(.variation-filled)::-moz-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input.form-control:not(.variation-filled)::-moz-placeholder, body[data-color=custom] input.form-control:not(.variation-filled)::-moz-placeholder {
  color: rgba(var(--color-rgb), 0.55);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=date]:not(.variation-filled):-ms-input-placeholder, body[data-color=custom] input[type=date]:not(.variation-filled):-ms-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=email]:not(.variation-filled):-ms-input-placeholder, body[data-color=custom] input[type=email]:not(.variation-filled):-ms-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=number]:not(.variation-filled):-ms-input-placeholder, body[data-color=custom] input[type=number]:not(.variation-filled):-ms-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=password]:not(.variation-filled):-ms-input-placeholder, body[data-color=custom] input[type=password]:not(.variation-filled):-ms-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=search]:not(.variation-filled):-ms-input-placeholder, body[data-color=custom] input[type=search]:not(.variation-filled):-ms-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=tel]:not(.variation-filled):-ms-input-placeholder, body[data-color=custom] input[type=tel]:not(.variation-filled):-ms-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=text]:not(.variation-filled):-ms-input-placeholder, body[data-color=custom] input[type=text]:not(.variation-filled):-ms-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=time]:not(.variation-filled):-ms-input-placeholder, body[data-color=custom] input[type=time]:not(.variation-filled):-ms-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=url]:not(.variation-filled):-ms-input-placeholder, body[data-color=custom] input[type=url]:not(.variation-filled):-ms-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] textarea:not(.variation-filled):-ms-input-placeholder, body[data-color=custom] textarea:not(.variation-filled):-ms-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] select:not(.variation-filled):-ms-input-placeholder, body[data-color=custom] select:not(.variation-filled):-ms-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input.form-control:not(.variation-filled):-ms-input-placeholder, body[data-color=custom] input.form-control:not(.variation-filled):-ms-input-placeholder {
  color: rgba(var(--color-rgb), 0.55);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=date]:not(.variation-filled)::-ms-input-placeholder, body[data-color=custom] input[type=date]:not(.variation-filled)::-ms-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=email]:not(.variation-filled)::-ms-input-placeholder, body[data-color=custom] input[type=email]:not(.variation-filled)::-ms-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=number]:not(.variation-filled)::-ms-input-placeholder, body[data-color=custom] input[type=number]:not(.variation-filled)::-ms-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=password]:not(.variation-filled)::-ms-input-placeholder, body[data-color=custom] input[type=password]:not(.variation-filled)::-ms-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=search]:not(.variation-filled)::-ms-input-placeholder, body[data-color=custom] input[type=search]:not(.variation-filled)::-ms-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=tel]:not(.variation-filled)::-ms-input-placeholder, body[data-color=custom] input[type=tel]:not(.variation-filled)::-ms-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=text]:not(.variation-filled)::-ms-input-placeholder, body[data-color=custom] input[type=text]:not(.variation-filled)::-ms-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=time]:not(.variation-filled)::-ms-input-placeholder, body[data-color=custom] input[type=time]:not(.variation-filled)::-ms-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=url]:not(.variation-filled)::-ms-input-placeholder, body[data-color=custom] input[type=url]:not(.variation-filled)::-ms-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] textarea:not(.variation-filled)::-ms-input-placeholder, body[data-color=custom] textarea:not(.variation-filled)::-ms-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] select:not(.variation-filled)::-ms-input-placeholder, body[data-color=custom] select:not(.variation-filled)::-ms-input-placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input.form-control:not(.variation-filled)::-ms-input-placeholder, body[data-color=custom] input.form-control:not(.variation-filled)::-ms-input-placeholder {
  color: rgba(var(--color-rgb), 0.55);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=date]:not(.variation-filled)::placeholder, body[data-color=custom] input[type=date]:not(.variation-filled)::placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=email]:not(.variation-filled)::placeholder, body[data-color=custom] input[type=email]:not(.variation-filled)::placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=number]:not(.variation-filled)::placeholder, body[data-color=custom] input[type=number]:not(.variation-filled)::placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=password]:not(.variation-filled)::placeholder, body[data-color=custom] input[type=password]:not(.variation-filled)::placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=search]:not(.variation-filled)::placeholder, body[data-color=custom] input[type=search]:not(.variation-filled)::placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=tel]:not(.variation-filled)::placeholder, body[data-color=custom] input[type=tel]:not(.variation-filled)::placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=text]:not(.variation-filled)::placeholder, body[data-color=custom] input[type=text]:not(.variation-filled)::placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=time]:not(.variation-filled)::placeholder, body[data-color=custom] input[type=time]:not(.variation-filled)::placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=url]:not(.variation-filled)::placeholder, body[data-color=custom] input[type=url]:not(.variation-filled)::placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] textarea:not(.variation-filled)::placeholder, body[data-color=custom] textarea:not(.variation-filled)::placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] select:not(.variation-filled)::placeholder, body[data-color=custom] select:not(.variation-filled)::placeholder, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input.form-control:not(.variation-filled)::placeholder, body[data-color=custom] input.form-control:not(.variation-filled)::placeholder {
  color: rgba(var(--color-rgb), 0.55);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=date]:not(.variation-filled):hover, body[data-color=custom] input[type=date]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=email]:not(.variation-filled):hover, body[data-color=custom] input[type=email]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=number]:not(.variation-filled):hover, body[data-color=custom] input[type=number]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=password]:not(.variation-filled):hover, body[data-color=custom] input[type=password]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=search]:not(.variation-filled):hover, body[data-color=custom] input[type=search]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=tel]:not(.variation-filled):hover, body[data-color=custom] input[type=tel]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=text]:not(.variation-filled):hover, body[data-color=custom] input[type=text]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=time]:not(.variation-filled):hover, body[data-color=custom] input[type=time]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=url]:not(.variation-filled):hover, body[data-color=custom] input[type=url]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=custom][data-theme=light] textarea:not(.variation-filled):hover, body[data-color=custom] textarea:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=custom][data-theme=light] select:not(.variation-filled):hover, body[data-color=custom] select:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=custom][data-theme=light] input.form-control:not(.variation-filled):hover, body[data-color=custom] input.form-control:not(.variation-filled):hover {
  border-color: rgba(var(--color-rgb), 0.25);
}
body:not(.input-variation-filled)[data-color=default] input[type=date]:not(.variation-filled), body[data-color=default] input[type=date]:not(.variation-filled), body:not(.input-variation-filled)[data-color=default] input[type=email]:not(.variation-filled), body[data-color=default] input[type=email]:not(.variation-filled), body:not(.input-variation-filled)[data-color=default] input[type=number]:not(.variation-filled), body[data-color=default] input[type=number]:not(.variation-filled), body:not(.input-variation-filled)[data-color=default] input[type=password]:not(.variation-filled), body[data-color=default] input[type=password]:not(.variation-filled), body:not(.input-variation-filled)[data-color=default] input[type=search]:not(.variation-filled), body[data-color=default] input[type=search]:not(.variation-filled), body:not(.input-variation-filled)[data-color=default] input[type=tel]:not(.variation-filled), body[data-color=default] input[type=tel]:not(.variation-filled), body:not(.input-variation-filled)[data-color=default] input[type=text]:not(.variation-filled), body[data-color=default] input[type=text]:not(.variation-filled), body:not(.input-variation-filled)[data-color=default] input[type=time]:not(.variation-filled), body[data-color=default] input[type=time]:not(.variation-filled), body:not(.input-variation-filled)[data-color=default] input[type=url]:not(.variation-filled), body[data-color=default] input[type=url]:not(.variation-filled), body:not(.input-variation-filled)[data-color=default] textarea:not(.variation-filled), body[data-color=default] textarea:not(.variation-filled), body:not(.input-variation-filled)[data-color=default] select:not(.variation-filled), body[data-color=default] select:not(.variation-filled), body:not(.input-variation-filled)[data-color=default] input.form-control:not(.variation-filled), body[data-color=default] input.form-control:not(.variation-filled) {
  border: var(--theme-form-border-width) solid var(--color-gray400);
  background-color: var(--color-background);
  -webkit-box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
          box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
}
body:not(.input-variation-filled)[data-color=default] input[type=date]:not(.variation-filled):hover, body[data-color=default] input[type=date]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=default] input[type=email]:not(.variation-filled):hover, body[data-color=default] input[type=email]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=default] input[type=number]:not(.variation-filled):hover, body[data-color=default] input[type=number]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=default] input[type=password]:not(.variation-filled):hover, body[data-color=default] input[type=password]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=default] input[type=search]:not(.variation-filled):hover, body[data-color=default] input[type=search]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=default] input[type=tel]:not(.variation-filled):hover, body[data-color=default] input[type=tel]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=default] input[type=text]:not(.variation-filled):hover, body[data-color=default] input[type=text]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=default] input[type=time]:not(.variation-filled):hover, body[data-color=default] input[type=time]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=default] input[type=url]:not(.variation-filled):hover, body[data-color=default] input[type=url]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=default] textarea:not(.variation-filled):hover, body[data-color=default] textarea:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=default] select:not(.variation-filled):hover, body[data-color=default] select:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=default] input.form-control:not(.variation-filled):hover, body[data-color=default] input.form-control:not(.variation-filled):hover {
  border-color: var(--color-gray500);
}
body.input-variation-filled[data-color=custom][data-theme=light] input[type=date]:not(.variation-default), body[data-color=custom] input[type=date].variation-filled, body.input-variation-filled[data-color=custom][data-theme=light] input[type=email]:not(.variation-default), body[data-color=custom] input[type=email].variation-filled, body.input-variation-filled[data-color=custom][data-theme=light] input[type=number]:not(.variation-default), body[data-color=custom] input[type=number].variation-filled, body.input-variation-filled[data-color=custom][data-theme=light] input[type=password]:not(.variation-default), body[data-color=custom] input[type=password].variation-filled, body.input-variation-filled[data-color=custom][data-theme=light] input[type=search]:not(.variation-default), body[data-color=custom] input[type=search].variation-filled, body.input-variation-filled[data-color=custom][data-theme=light] input[type=tel]:not(.variation-default), body[data-color=custom] input[type=tel].variation-filled, body.input-variation-filled[data-color=custom][data-theme=light] input[type=text]:not(.variation-default), body[data-color=custom] input[type=text].variation-filled, body.input-variation-filled[data-color=custom][data-theme=light] input[type=time]:not(.variation-default), body[data-color=custom] input[type=time].variation-filled, body.input-variation-filled[data-color=custom][data-theme=light] input[type=url]:not(.variation-default), body[data-color=custom] input[type=url].variation-filled, body.input-variation-filled[data-color=custom][data-theme=light] textarea:not(.variation-default), body[data-color=custom] textarea.variation-filled, body.input-variation-filled[data-color=custom][data-theme=light] select:not(.variation-default), body[data-color=custom] select.variation-filled, body.input-variation-filled[data-color=custom][data-theme=light] input.form-control:not(.variation-default), body[data-color=custom] input.form-control.variation-filled {
  border-color: transparent;
  background-color: rgba(var(--color-rgb), 0.07);
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.input-variation-filled[data-color=custom][data-theme=light] input[type=date]:not(.variation-default)::-webkit-input-placeholder, body[data-color=custom] input[type=date].variation-filled::-webkit-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=email]:not(.variation-default)::-webkit-input-placeholder, body[data-color=custom] input[type=email].variation-filled::-webkit-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=number]:not(.variation-default)::-webkit-input-placeholder, body[data-color=custom] input[type=number].variation-filled::-webkit-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=password]:not(.variation-default)::-webkit-input-placeholder, body[data-color=custom] input[type=password].variation-filled::-webkit-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=search]:not(.variation-default)::-webkit-input-placeholder, body[data-color=custom] input[type=search].variation-filled::-webkit-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=tel]:not(.variation-default)::-webkit-input-placeholder, body[data-color=custom] input[type=tel].variation-filled::-webkit-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=text]:not(.variation-default)::-webkit-input-placeholder, body[data-color=custom] input[type=text].variation-filled::-webkit-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=time]:not(.variation-default)::-webkit-input-placeholder, body[data-color=custom] input[type=time].variation-filled::-webkit-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=url]:not(.variation-default)::-webkit-input-placeholder, body[data-color=custom] input[type=url].variation-filled::-webkit-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] textarea:not(.variation-default)::-webkit-input-placeholder, body[data-color=custom] textarea.variation-filled::-webkit-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] select:not(.variation-default)::-webkit-input-placeholder, body[data-color=custom] select.variation-filled::-webkit-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input.form-control:not(.variation-default)::-webkit-input-placeholder, body[data-color=custom] input.form-control.variation-filled::-webkit-input-placeholder {
  color: rgba(var(--color-rgb), 0.55);
}
body.input-variation-filled[data-color=custom][data-theme=light] input[type=date]:not(.variation-default)::-moz-placeholder, body[data-color=custom] input[type=date].variation-filled::-moz-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=email]:not(.variation-default)::-moz-placeholder, body[data-color=custom] input[type=email].variation-filled::-moz-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=number]:not(.variation-default)::-moz-placeholder, body[data-color=custom] input[type=number].variation-filled::-moz-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=password]:not(.variation-default)::-moz-placeholder, body[data-color=custom] input[type=password].variation-filled::-moz-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=search]:not(.variation-default)::-moz-placeholder, body[data-color=custom] input[type=search].variation-filled::-moz-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=tel]:not(.variation-default)::-moz-placeholder, body[data-color=custom] input[type=tel].variation-filled::-moz-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=text]:not(.variation-default)::-moz-placeholder, body[data-color=custom] input[type=text].variation-filled::-moz-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=time]:not(.variation-default)::-moz-placeholder, body[data-color=custom] input[type=time].variation-filled::-moz-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=url]:not(.variation-default)::-moz-placeholder, body[data-color=custom] input[type=url].variation-filled::-moz-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] textarea:not(.variation-default)::-moz-placeholder, body[data-color=custom] textarea.variation-filled::-moz-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] select:not(.variation-default)::-moz-placeholder, body[data-color=custom] select.variation-filled::-moz-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input.form-control:not(.variation-default)::-moz-placeholder, body[data-color=custom] input.form-control.variation-filled::-moz-placeholder {
  color: rgba(var(--color-rgb), 0.55);
}
body.input-variation-filled[data-color=custom][data-theme=light] input[type=date]:not(.variation-default):-ms-input-placeholder, body[data-color=custom] input[type=date].variation-filled:-ms-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=email]:not(.variation-default):-ms-input-placeholder, body[data-color=custom] input[type=email].variation-filled:-ms-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=number]:not(.variation-default):-ms-input-placeholder, body[data-color=custom] input[type=number].variation-filled:-ms-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=password]:not(.variation-default):-ms-input-placeholder, body[data-color=custom] input[type=password].variation-filled:-ms-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=search]:not(.variation-default):-ms-input-placeholder, body[data-color=custom] input[type=search].variation-filled:-ms-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=tel]:not(.variation-default):-ms-input-placeholder, body[data-color=custom] input[type=tel].variation-filled:-ms-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=text]:not(.variation-default):-ms-input-placeholder, body[data-color=custom] input[type=text].variation-filled:-ms-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=time]:not(.variation-default):-ms-input-placeholder, body[data-color=custom] input[type=time].variation-filled:-ms-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=url]:not(.variation-default):-ms-input-placeholder, body[data-color=custom] input[type=url].variation-filled:-ms-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] textarea:not(.variation-default):-ms-input-placeholder, body[data-color=custom] textarea.variation-filled:-ms-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] select:not(.variation-default):-ms-input-placeholder, body[data-color=custom] select.variation-filled:-ms-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input.form-control:not(.variation-default):-ms-input-placeholder, body[data-color=custom] input.form-control.variation-filled:-ms-input-placeholder {
  color: rgba(var(--color-rgb), 0.55);
}
body.input-variation-filled[data-color=custom][data-theme=light] input[type=date]:not(.variation-default)::-ms-input-placeholder, body[data-color=custom] input[type=date].variation-filled::-ms-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=email]:not(.variation-default)::-ms-input-placeholder, body[data-color=custom] input[type=email].variation-filled::-ms-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=number]:not(.variation-default)::-ms-input-placeholder, body[data-color=custom] input[type=number].variation-filled::-ms-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=password]:not(.variation-default)::-ms-input-placeholder, body[data-color=custom] input[type=password].variation-filled::-ms-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=search]:not(.variation-default)::-ms-input-placeholder, body[data-color=custom] input[type=search].variation-filled::-ms-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=tel]:not(.variation-default)::-ms-input-placeholder, body[data-color=custom] input[type=tel].variation-filled::-ms-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=text]:not(.variation-default)::-ms-input-placeholder, body[data-color=custom] input[type=text].variation-filled::-ms-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=time]:not(.variation-default)::-ms-input-placeholder, body[data-color=custom] input[type=time].variation-filled::-ms-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=url]:not(.variation-default)::-ms-input-placeholder, body[data-color=custom] input[type=url].variation-filled::-ms-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] textarea:not(.variation-default)::-ms-input-placeholder, body[data-color=custom] textarea.variation-filled::-ms-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] select:not(.variation-default)::-ms-input-placeholder, body[data-color=custom] select.variation-filled::-ms-input-placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input.form-control:not(.variation-default)::-ms-input-placeholder, body[data-color=custom] input.form-control.variation-filled::-ms-input-placeholder {
  color: rgba(var(--color-rgb), 0.55);
}
body.input-variation-filled[data-color=custom][data-theme=light] input[type=date]:not(.variation-default)::placeholder, body[data-color=custom] input[type=date].variation-filled::placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=email]:not(.variation-default)::placeholder, body[data-color=custom] input[type=email].variation-filled::placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=number]:not(.variation-default)::placeholder, body[data-color=custom] input[type=number].variation-filled::placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=password]:not(.variation-default)::placeholder, body[data-color=custom] input[type=password].variation-filled::placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=search]:not(.variation-default)::placeholder, body[data-color=custom] input[type=search].variation-filled::placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=tel]:not(.variation-default)::placeholder, body[data-color=custom] input[type=tel].variation-filled::placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=text]:not(.variation-default)::placeholder, body[data-color=custom] input[type=text].variation-filled::placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=time]:not(.variation-default)::placeholder, body[data-color=custom] input[type=time].variation-filled::placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input[type=url]:not(.variation-default)::placeholder, body[data-color=custom] input[type=url].variation-filled::placeholder, body.input-variation-filled[data-color=custom][data-theme=light] textarea:not(.variation-default)::placeholder, body[data-color=custom] textarea.variation-filled::placeholder, body.input-variation-filled[data-color=custom][data-theme=light] select:not(.variation-default)::placeholder, body[data-color=custom] select.variation-filled::placeholder, body.input-variation-filled[data-color=custom][data-theme=light] input.form-control:not(.variation-default)::placeholder, body[data-color=custom] input.form-control.variation-filled::placeholder {
  color: rgba(var(--color-rgb), 0.55);
}
body.input-variation-filled[data-color=custom][data-theme=light] input[type=date]:not(.variation-default):hover, body[data-color=custom] input[type=date].variation-filled:hover, body.input-variation-filled[data-color=custom][data-theme=light] input[type=email]:not(.variation-default):hover, body[data-color=custom] input[type=email].variation-filled:hover, body.input-variation-filled[data-color=custom][data-theme=light] input[type=number]:not(.variation-default):hover, body[data-color=custom] input[type=number].variation-filled:hover, body.input-variation-filled[data-color=custom][data-theme=light] input[type=password]:not(.variation-default):hover, body[data-color=custom] input[type=password].variation-filled:hover, body.input-variation-filled[data-color=custom][data-theme=light] input[type=search]:not(.variation-default):hover, body[data-color=custom] input[type=search].variation-filled:hover, body.input-variation-filled[data-color=custom][data-theme=light] input[type=tel]:not(.variation-default):hover, body[data-color=custom] input[type=tel].variation-filled:hover, body.input-variation-filled[data-color=custom][data-theme=light] input[type=text]:not(.variation-default):hover, body[data-color=custom] input[type=text].variation-filled:hover, body.input-variation-filled[data-color=custom][data-theme=light] input[type=time]:not(.variation-default):hover, body[data-color=custom] input[type=time].variation-filled:hover, body.input-variation-filled[data-color=custom][data-theme=light] input[type=url]:not(.variation-default):hover, body[data-color=custom] input[type=url].variation-filled:hover, body.input-variation-filled[data-color=custom][data-theme=light] textarea:not(.variation-default):hover, body[data-color=custom] textarea.variation-filled:hover, body.input-variation-filled[data-color=custom][data-theme=light] select:not(.variation-default):hover, body[data-color=custom] select.variation-filled:hover, body.input-variation-filled[data-color=custom][data-theme=light] input.form-control:not(.variation-default):hover, body[data-color=custom] input.form-control.variation-filled:hover {
  background-color: rgba(var(--color-rgb), 0.09);
}
body.input-variation-filled[data-color=default] input[type=date]:not(.variation-default), body[data-color=default] input[type=date].variation-filled, body.input-variation-filled[data-color=default] input[type=email]:not(.variation-default), body[data-color=default] input[type=email].variation-filled, body.input-variation-filled[data-color=default] input[type=number]:not(.variation-default), body[data-color=default] input[type=number].variation-filled, body.input-variation-filled[data-color=default] input[type=password]:not(.variation-default), body[data-color=default] input[type=password].variation-filled, body.input-variation-filled[data-color=default] input[type=search]:not(.variation-default), body[data-color=default] input[type=search].variation-filled, body.input-variation-filled[data-color=default] input[type=tel]:not(.variation-default), body[data-color=default] input[type=tel].variation-filled, body.input-variation-filled[data-color=default] input[type=text]:not(.variation-default), body[data-color=default] input[type=text].variation-filled, body.input-variation-filled[data-color=default] input[type=time]:not(.variation-default), body[data-color=default] input[type=time].variation-filled, body.input-variation-filled[data-color=default] input[type=url]:not(.variation-default), body[data-color=default] input[type=url].variation-filled, body.input-variation-filled[data-color=default] textarea:not(.variation-default), body[data-color=default] textarea.variation-filled,  body.input-variation-filled[data-color=default] select:not(.variation-default), body[data-color=default] select.variation-filled, body.input-variation-filled[data-color=default] input.form-control:not(.variation-default), body[data-color=default] input.form-control.variation-filled {
  border-color: transparent;
  background-color: var(--color-gray50);
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.input-variation-filled[data-color=default] input[type=date]:not(.variation-default):hover, body[data-color=default] input[type=date].variation-filled:hover, body.input-variation-filled[data-color=default] input[type=email]:not(.variation-default):hover, body[data-color=default] input[type=email].variation-filled:hover, body.input-variation-filled[data-color=default] input[type=number]:not(.variation-default):hover, body[data-color=default] input[type=number].variation-filled:hover, body.input-variation-filled[data-color=default] input[type=password]:not(.variation-default):hover, body[data-color=default] input[type=password].variation-filled:hover, body.input-variation-filled[data-color=default] input[type=search]:not(.variation-default):hover, body[data-color=default] input[type=search].variation-filled:hover, body.input-variation-filled[data-color=default] input[type=tel]:not(.variation-default):hover, body[data-color=default] input[type=tel].variation-filled:hover, body.input-variation-filled[data-color=default] input[type=text]:not(.variation-default):hover, body[data-color=default] input[type=text].variation-filled:hover, body.input-variation-filled[data-color=default] input[type=time]:not(.variation-default):hover, body[data-color=default] input[type=time].variation-filled:hover, body.input-variation-filled[data-color=default] input[type=url]:not(.variation-default):hover, body[data-color=default] input[type=url].variation-filled:hover, body.input-variation-filled[data-color=default] textarea:not(.variation-default):hover, body[data-color=default] textarea.variation-filled:hover, body.input-variation-filled[data-color=default] select:not(.variation-default):hover, body[data-color=default] select.variation-filled:hover, body.input-variation-filled[data-color=default] input.form-control:not(.variation-default):hover, body[data-color=default] input.form-control.variation-filled:hover {
  background-color: var(--color-gray100);
}
input[type=date]:active, input[type=date]:focus, input[type=email]:active, input[type=email]:focus, input[type=number]:active, input[type=number]:focus, input[type=password]:active, input[type=password]:focus, input[type=search]:active, input[type=search]:focus, input[type=tel]:active, input[type=tel]:focus, input[type=text]:active, input[type=text]:focus, input[type=time]:active, input[type=time]:focus, input[type=url]:active, input[type=url]:focus, textarea:active, textarea:focus, select:active, select:focus, input.form-control:active, input.form-control:focus {
  color: var(--color-text);
  background-color: var(--color-background) !important;
  border-color: var(--theme-primary-color) !important;
  -webkit-box-shadow: 0 0 0 0.0625rem var(--theme-primary-color) !important;
          box-shadow: 0 0 0 0.0625rem var(--theme-primary-color) !important;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/* ----- password input Settings ----- */
.password-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.password-input > input {
  padding-left: 2.375rem;
}
.password-input .show-password-input {
  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;
  color: var(--color-gray600);
  font-size: 1.3125rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  left: 0.3125rem;
}
.password-input .show-password-input::before {
  font-family: "klbtheme";
  content: "\ea5e";
  line-height: 1;
}
.password-input .show-password-input.display-password::before {
  content: "\ec25";
}

textarea {
  line-height: initial;
  min-height: 9.375rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* ----- form select ----- */
select {
  line-height: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff 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>") no-repeat;
  background-position: calc(100% - (100% - 0.1875rem)) 50%;
  background-size: 1.125rem 1.125rem;
  padding-left: 1.625rem !important;
}

/* ----- Button Settings ----- */
button:not(.unset), .button:not(.unset), input[type=button]:not(.unset), input[type=submit]:not(.unset), input[type=reset]:not(.unset), .submit:not(.unset), .btn:not(.unset), .wpcf7-submit:not(.unset) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--theme-button-font);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing);
  line-height: 2.625rem;
  height: 2.625rem;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
  border-radius: var(--theme-radius-form);
  -webkit-transition: color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
button:not(.unset):not(.link), .button:not(.unset):not(.link), input[type=button]:not(.unset):not(.link), input[type=submit]:not(.unset):not(.link), input[type=reset]:not(.unset):not(.link), .submit:not(.unset):not(.link), .btn:not(.unset):not(.link), .wpcf7-submit:not(.unset):not(.link) {
  color: var(--color-text);
  background-color: var(--color-gray200);
  border-color: transparent;
}
button:not(.unset):not(.link):hover, .button:not(.unset):not(.link):hover, input[type=button]:not(.unset):not(.link):hover, input[type=submit]:not(.unset):not(.link):hover, input[type=reset]:not(.unset):not(.link):hover, .submit:not(.unset):not(.link):hover, .btn:not(.unset):not(.link):hover, .wpcf7-submit:not(.unset):not(.link):hover {
  background-color: var(--color-gray300);
}
button:not(.unset).size-lg, .button:not(.unset).size-lg, input[type=button]:not(.unset).size-lg, input[type=submit]:not(.unset).size-lg, input[type=reset]:not(.unset).size-lg, .submit:not(.unset).size-lg, .btn:not(.unset).size-lg, .wpcf7-submit:not(.unset).size-lg {
  height: 2.875rem !important;
  line-height: 2.875rem !important;
}
button:not(.unset).wide, .button:not(.unset).wide, input[type=button]:not(.unset).wide, input[type=submit]:not(.unset).wide, input[type=reset]:not(.unset).wide, .submit:not(.unset).wide, .btn:not(.unset).wide, .wpcf7-submit:not(.unset).wide {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
button:not(.unset).icon-right, .button:not(.unset).icon-right, input[type=button]:not(.unset).icon-right, input[type=submit]:not(.unset).icon-right, input[type=reset]:not(.unset).icon-right, .submit:not(.unset).icon-right, .btn:not(.unset).icon-right, .wpcf7-submit:not(.unset).icon-right {
  line-height: 1;
}
button:not(.unset).icon-right i, .button:not(.unset).icon-right i, input[type=button]:not(.unset).icon-right i, input[type=submit]:not(.unset).icon-right i, input[type=reset]:not(.unset).icon-right i, .submit:not(.unset).icon-right i, .btn:not(.unset).icon-right i, .wpcf7-submit:not(.unset).icon-right i {
  font-size: 1rem;
  margin-right: 0.4375rem;
}
button:not(.unset).icon-left, .button:not(.unset).icon-left, input[type=button]:not(.unset).icon-left, input[type=submit]:not(.unset).icon-left, input[type=reset]:not(.unset).icon-left, .submit:not(.unset).icon-left, .btn:not(.unset).icon-left, .wpcf7-submit:not(.unset).icon-left {
  line-height: 1;
}
button:not(.unset).icon-left i, .button:not(.unset).icon-left i, input[type=button]:not(.unset).icon-left i, input[type=submit]:not(.unset).icon-left i, input[type=reset]:not(.unset).icon-left i, .submit:not(.unset).icon-left i, .btn:not(.unset).icon-left i, .wpcf7-submit:not(.unset).icon-left i {
  font-size: 1.125rem;
  margin-left: 0.4375rem;
}
button:not(.unset).radius-rounded, .button-rounded button:not(.unset), .button:not(.unset).radius-rounded, .button-rounded .button:not(.unset), input[type=button]:not(.unset).radius-rounded, .button-rounded input[type=button]:not(.unset), input[type=submit]:not(.unset).radius-rounded, .button-rounded input[type=submit]:not(.unset), input[type=reset]:not(.unset).radius-rounded, .button-rounded input[type=reset]:not(.unset), .submit:not(.unset).radius-rounded, .button-rounded .submit:not(.unset), .btn:not(.unset).radius-rounded, .button-rounded .btn:not(.unset), .wpcf7-submit:not(.unset).radius-rounded, .button-rounded .wpcf7-submit:not(.unset) {
  border-radius: 3.5rem;
}
button:not(.unset).link, .button:not(.unset).link, input[type=button]:not(.unset).link, input[type=submit]:not(.unset).link, input[type=reset]:not(.unset).link, .submit:not(.unset).link, .btn:not(.unset).link, .wpcf7-submit:not(.unset).link {
  font-size: 0.875rem;
  line-height: normal;
  height: auto;
  padding: 0;
  color: var(--color-text);
}
button:not(.unset).link:hover, .button:not(.unset).link:hover, input[type=button]:not(.unset).link:hover, input[type=submit]:not(.unset).link:hover, input[type=reset]:not(.unset).link:hover, .submit:not(.unset).link:hover, .btn:not(.unset).link:hover, .wpcf7-submit:not(.unset).link:hover {
  color: var(--theme-primary-color);
}
button:not(.unset).link.blue-link, .button:not(.unset).link.blue-link, input[type=button]:not(.unset).link.blue-link, input[type=submit]:not(.unset).link.blue-link, input[type=reset]:not(.unset).link.blue-link, .submit:not(.unset).link.blue-link, .btn:not(.unset).link.blue-link, .wpcf7-submit:not(.unset).link.blue-link {
  color: var(--color-blue600);
}
button:not(.unset).default, .default-button:not(.outline) button:not(.unset), .button:not(.unset).default, .default-button:not(.outline) .button:not(.unset), input[type=button]:not(.unset).default, .default-button:not(.outline) input[type=button]:not(.unset), input[type=submit]:not(.unset).default, .default-button:not(.outline) input[type=submit]:not(.unset), input[type=reset]:not(.unset).default, .default-button:not(.outline) input[type=reset]:not(.unset), .submit:not(.unset).default, .default-button:not(.outline) .submit:not(.unset), .btn:not(.unset).default, .default-button:not(.outline) .btn:not(.unset), .wpcf7-submit:not(.unset).default, .default-button:not(.outline) .wpcf7-submit:not(.unset) {
  background-color: transparent;
  border: 1px solid var(--color-gray400);
  -webkit-box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
          box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
}
button:not(.unset).default:hover, .default-button:not(.outline) button:not(.unset):hover, .button:not(.unset).default:hover, .default-button:not(.outline) .button:not(.unset):hover, input[type=button]:not(.unset).default:hover, .default-button:not(.outline) input[type=button]:not(.unset):hover, input[type=submit]:not(.unset).default:hover, .default-button:not(.outline) input[type=submit]:not(.unset):hover, input[type=reset]:not(.unset).default:hover, .default-button:not(.outline) input[type=reset]:not(.unset):hover, .submit:not(.unset).default:hover, .default-button:not(.outline) .submit:not(.unset):hover, .btn:not(.unset).default:hover, .default-button:not(.outline) .btn:not(.unset):hover, .wpcf7-submit:not(.unset).default:hover, .default-button:not(.outline) .wpcf7-submit:not(.unset):hover {
  background-color: var(--color-gray25);
}
.default-button.outline button:not(.unset), .default-button.outline .button:not(.unset), .default-button.outline input[type=button]:not(.unset), .default-button.outline input[type=submit]:not(.unset), .default-button.outline input[type=reset]:not(.unset), .default-button.outline .submit:not(.unset), .default-button.outline .btn:not(.unset), .default-button.outline .wpcf7-submit:not(.unset) {
  background-color: transparent;
  border: 1px solid var(--color-gray400);
  -webkit-box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
          box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
}
.default-button.outline button:not(.unset):hover, .default-button.outline .button:not(.unset):hover, .default-button.outline input[type=button]:not(.unset):hover, .default-button.outline input[type=submit]:not(.unset):hover, .default-button.outline input[type=reset]:not(.unset):hover, .default-button.outline .submit:not(.unset):hover, .default-button.outline .btn:not(.unset):hover, .default-button.outline .wpcf7-submit:not(.unset):hover {
  background-color: var(--color-gray25);
}
button:not(.unset):disabled, .button:not(.unset):disabled, input[type=button]:not(.unset):disabled, input[type=submit]:not(.unset):disabled, input[type=reset]:not(.unset):disabled, .submit:not(.unset):disabled, .btn:not(.unset):disabled, .wpcf7-submit:not(.unset):disabled {
  opacity: 0.6;
  pointer-events: none;
}
button:not(.unset).light:not(.outline), button:not(.unset).woocommerce-form-login__submit:not(.outline), .light-button:not(.outline) button:not(.unset):not(.outline), .button:not(.unset).light:not(.outline), .button:not(.unset).woocommerce-form-login__submit:not(.outline), .light-button:not(.outline) .button:not(.unset):not(.outline), input[type=button]:not(.unset).light:not(.outline), input[type=button]:not(.unset).woocommerce-form-login__submit:not(.outline), .light-button:not(.outline) input[type=button]:not(.unset):not(.outline), input[type=submit]:not(.unset).light:not(.outline), input[type=submit]:not(.unset).woocommerce-form-login__submit:not(.outline), .light-button:not(.outline) input[type=submit]:not(.unset):not(.outline), input[type=reset]:not(.unset).light:not(.outline), input[type=reset]:not(.unset).woocommerce-form-login__submit:not(.outline), .light-button:not(.outline) input[type=reset]:not(.unset):not(.outline), .submit:not(.unset).light:not(.outline), .submit:not(.unset).woocommerce-form-login__submit:not(.outline), .light-button:not(.outline) .submit:not(.unset):not(.outline), .btn:not(.unset).light:not(.outline), .btn:not(.unset).woocommerce-form-login__submit:not(.outline), .light-button:not(.outline) .btn:not(.unset):not(.outline), .wpcf7-submit:not(.unset).light:not(.outline), .wpcf7-submit:not(.unset).woocommerce-form-login__submit:not(.outline), .light-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline) {
  color: var(--color-text);
  background-color: var(--color-gray100);
  border-color: transparent;
}
button:not(.unset).light:not(.outline):hover, button:not(.unset).woocommerce-form-login__submit:not(.outline):hover, .light-button:not(.outline) button:not(.unset):not(.outline):hover, .button:not(.unset).light:not(.outline):hover, .button:not(.unset).woocommerce-form-login__submit:not(.outline):hover, .light-button:not(.outline) .button:not(.unset):not(.outline):hover, input[type=button]:not(.unset).light:not(.outline):hover, input[type=button]:not(.unset).woocommerce-form-login__submit:not(.outline):hover, .light-button:not(.outline) input[type=button]:not(.unset):not(.outline):hover, input[type=submit]:not(.unset).light:not(.outline):hover, input[type=submit]:not(.unset).woocommerce-form-login__submit:not(.outline):hover, .light-button:not(.outline) input[type=submit]:not(.unset):not(.outline):hover, input[type=reset]:not(.unset).light:not(.outline):hover, input[type=reset]:not(.unset).woocommerce-form-login__submit:not(.outline):hover, .light-button:not(.outline) input[type=reset]:not(.unset):not(.outline):hover, .submit:not(.unset).light:not(.outline):hover, .submit:not(.unset).woocommerce-form-login__submit:not(.outline):hover, .light-button:not(.outline) .submit:not(.unset):not(.outline):hover, .btn:not(.unset).light:not(.outline):hover, .btn:not(.unset).woocommerce-form-login__submit:not(.outline):hover, .light-button:not(.outline) .btn:not(.unset):not(.outline):hover, .wpcf7-submit:not(.unset).light:not(.outline):hover, .wpcf7-submit:not(.unset).woocommerce-form-login__submit:not(.outline):hover, .light-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline):hover {
  background-color: var(--color-gray200);
}
button:not(.unset).light.outline, button:not(.unset).woocommerce-form-login__submit.outline, .light-button:not(.outline) button:not(.unset).outline, .button:not(.unset).light.outline, .button:not(.unset).woocommerce-form-login__submit.outline, .light-button:not(.outline) .button:not(.unset).outline, input[type=button]:not(.unset).light.outline, input[type=button]:not(.unset).woocommerce-form-login__submit.outline, .light-button:not(.outline) input[type=button]:not(.unset).outline, input[type=submit]:not(.unset).light.outline, input[type=submit]:not(.unset).woocommerce-form-login__submit.outline, .light-button:not(.outline) input[type=submit]:not(.unset).outline, input[type=reset]:not(.unset).light.outline, input[type=reset]:not(.unset).woocommerce-form-login__submit.outline, .light-button:not(.outline) input[type=reset]:not(.unset).outline, .submit:not(.unset).light.outline, .submit:not(.unset).woocommerce-form-login__submit.outline, .light-button:not(.outline) .submit:not(.unset).outline, .btn:not(.unset).light.outline, .btn:not(.unset).woocommerce-form-login__submit.outline, .light-button:not(.outline) .btn:not(.unset).outline, .wpcf7-submit:not(.unset).light.outline, .wpcf7-submit:not(.unset).woocommerce-form-login__submit.outline, .light-button:not(.outline) .wpcf7-submit:not(.unset).outline {
  color: var(--theme-primary-color);
  background-color: transparent;
  border: 1px solid var(--color-gray100);
}
button:not(.unset).light.outline:hover, button:not(.unset).woocommerce-form-login__submit.outline:hover, .light-button:not(.outline) button:not(.unset).outline:hover, .button:not(.unset).light.outline:hover, .button:not(.unset).woocommerce-form-login__submit.outline:hover, .light-button:not(.outline) .button:not(.unset).outline:hover, input[type=button]:not(.unset).light.outline:hover, input[type=button]:not(.unset).woocommerce-form-login__submit.outline:hover, .light-button:not(.outline) input[type=button]:not(.unset).outline:hover, input[type=submit]:not(.unset).light.outline:hover, input[type=submit]:not(.unset).woocommerce-form-login__submit.outline:hover, .light-button:not(.outline) input[type=submit]:not(.unset).outline:hover, input[type=reset]:not(.unset).light.outline:hover, input[type=reset]:not(.unset).woocommerce-form-login__submit.outline:hover, .light-button:not(.outline) input[type=reset]:not(.unset).outline:hover, .submit:not(.unset).light.outline:hover, .submit:not(.unset).woocommerce-form-login__submit.outline:hover, .light-button:not(.outline) .submit:not(.unset).outline:hover, .btn:not(.unset).light.outline:hover, .btn:not(.unset).woocommerce-form-login__submit.outline:hover, .light-button:not(.outline) .btn:not(.unset).outline:hover, .wpcf7-submit:not(.unset).light.outline:hover, .wpcf7-submit:not(.unset).woocommerce-form-login__submit.outline:hover, .light-button:not(.outline) .wpcf7-submit:not(.unset).outline:hover {
  color: #FFF;
  background-color: var(--color-gray200);
}
.light-button.outline button:not(.unset), .light-button.outline .button:not(.unset), .light-button.outline input[type=button]:not(.unset), .light-button.outline input[type=submit]:not(.unset), .light-button.outline input[type=reset]:not(.unset), .light-button.outline .submit:not(.unset), .light-button.outline .btn:not(.unset), .light-button.outline .wpcf7-submit:not(.unset) {
  color: var(--color-gray600);
  background-color: transparent;
  border: 1px solid var(--color-gray500);
}
.light-button.outline button:not(.unset):hover, .light-button.outline .button:not(.unset):hover, .light-button.outline input[type=button]:not(.unset):hover, .light-button.outline input[type=submit]:not(.unset):hover, .light-button.outline input[type=reset]:not(.unset):hover, .light-button.outline .submit:not(.unset):hover, .light-button.outline .btn:not(.unset):hover, .light-button.outline .wpcf7-submit:not(.unset):hover {
  color: #FFF;
  background-color: var(--color-gray500);
}
button:not(.unset).info:not(.outline), button:not(.unset).woocommerce-form-login__submit:not(.outline), .info-button:not(.outline) button:not(.unset):not(.outline), .button:not(.unset).info:not(.outline), .button:not(.unset).woocommerce-form-login__submit:not(.outline), .info-button:not(.outline) .button:not(.unset):not(.outline), input[type=button]:not(.unset).info:not(.outline), input[type=button]:not(.unset).woocommerce-form-login__submit:not(.outline), .info-button:not(.outline) input[type=button]:not(.unset):not(.outline), input[type=submit]:not(.unset).info:not(.outline), input[type=submit]:not(.unset).woocommerce-form-login__submit:not(.outline), .info-button:not(.outline) input[type=submit]:not(.unset):not(.outline), input[type=reset]:not(.unset).info:not(.outline), input[type=reset]:not(.unset).woocommerce-form-login__submit:not(.outline), .info-button:not(.outline) input[type=reset]:not(.unset):not(.outline), .submit:not(.unset).info:not(.outline), .submit:not(.unset).woocommerce-form-login__submit:not(.outline), .info-button:not(.outline) .submit:not(.unset):not(.outline), .btn:not(.unset).info:not(.outline), .btn:not(.unset).woocommerce-form-login__submit:not(.outline), .info-button:not(.outline) .btn:not(.unset):not(.outline), .wpcf7-submit:not(.unset).info:not(.outline), .wpcf7-submit:not(.unset).woocommerce-form-login__submit:not(.outline), .info-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline) {
  color: #FFF;
  background-color: var(--color-gray500);
  border-color: transparent;
}
button:not(.unset).info:not(.outline):hover, button:not(.unset).woocommerce-form-login__submit:not(.outline):hover, .info-button:not(.outline) button:not(.unset):not(.outline):hover, .button:not(.unset).info:not(.outline):hover, .button:not(.unset).woocommerce-form-login__submit:not(.outline):hover, .info-button:not(.outline) .button:not(.unset):not(.outline):hover, input[type=button]:not(.unset).info:not(.outline):hover, input[type=button]:not(.unset).woocommerce-form-login__submit:not(.outline):hover, .info-button:not(.outline) input[type=button]:not(.unset):not(.outline):hover, input[type=submit]:not(.unset).info:not(.outline):hover, input[type=submit]:not(.unset).woocommerce-form-login__submit:not(.outline):hover, .info-button:not(.outline) input[type=submit]:not(.unset):not(.outline):hover, input[type=reset]:not(.unset).info:not(.outline):hover, input[type=reset]:not(.unset).woocommerce-form-login__submit:not(.outline):hover, .info-button:not(.outline) input[type=reset]:not(.unset):not(.outline):hover, .submit:not(.unset).info:not(.outline):hover, .submit:not(.unset).woocommerce-form-login__submit:not(.outline):hover, .info-button:not(.outline) .submit:not(.unset):not(.outline):hover, .btn:not(.unset).info:not(.outline):hover, .btn:not(.unset).woocommerce-form-login__submit:not(.outline):hover, .info-button:not(.outline) .btn:not(.unset):not(.outline):hover, .wpcf7-submit:not(.unset).info:not(.outline):hover, .wpcf7-submit:not(.unset).woocommerce-form-login__submit:not(.outline):hover, .info-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline):hover {
  background-color: var(--color-gray600);
}
button:not(.unset).info.outline, button:not(.unset).woocommerce-form-login__submit.outline, .info-button:not(.outline) button:not(.unset).outline, .button:not(.unset).info.outline, .button:not(.unset).woocommerce-form-login__submit.outline, .info-button:not(.outline) .button:not(.unset).outline, input[type=button]:not(.unset).info.outline, input[type=button]:not(.unset).woocommerce-form-login__submit.outline, .info-button:not(.outline) input[type=button]:not(.unset).outline, input[type=submit]:not(.unset).info.outline, input[type=submit]:not(.unset).woocommerce-form-login__submit.outline, .info-button:not(.outline) input[type=submit]:not(.unset).outline, input[type=reset]:not(.unset).info.outline, input[type=reset]:not(.unset).woocommerce-form-login__submit.outline, .info-button:not(.outline) input[type=reset]:not(.unset).outline, .submit:not(.unset).info.outline, .submit:not(.unset).woocommerce-form-login__submit.outline, .info-button:not(.outline) .submit:not(.unset).outline, .btn:not(.unset).info.outline, .btn:not(.unset).woocommerce-form-login__submit.outline, .info-button:not(.outline) .btn:not(.unset).outline, .wpcf7-submit:not(.unset).info.outline, .wpcf7-submit:not(.unset).woocommerce-form-login__submit.outline, .info-button:not(.outline) .wpcf7-submit:not(.unset).outline {
  color: var(--color-text);
  background-color: transparent;
  border: 1px solid var(--color-gray500);
}
button:not(.unset).info.outline:hover, button:not(.unset).woocommerce-form-login__submit.outline:hover, .info-button:not(.outline) button:not(.unset).outline:hover, .button:not(.unset).info.outline:hover, .button:not(.unset).woocommerce-form-login__submit.outline:hover, .info-button:not(.outline) .button:not(.unset).outline:hover, input[type=button]:not(.unset).info.outline:hover, input[type=button]:not(.unset).woocommerce-form-login__submit.outline:hover, .info-button:not(.outline) input[type=button]:not(.unset).outline:hover, input[type=submit]:not(.unset).info.outline:hover, input[type=submit]:not(.unset).woocommerce-form-login__submit.outline:hover, .info-button:not(.outline) input[type=submit]:not(.unset).outline:hover, input[type=reset]:not(.unset).info.outline:hover, input[type=reset]:not(.unset).woocommerce-form-login__submit.outline:hover, .info-button:not(.outline) input[type=reset]:not(.unset).outline:hover, .submit:not(.unset).info.outline:hover, .submit:not(.unset).woocommerce-form-login__submit.outline:hover, .info-button:not(.outline) .submit:not(.unset).outline:hover, .btn:not(.unset).info.outline:hover, .btn:not(.unset).woocommerce-form-login__submit.outline:hover, .info-button:not(.outline) .btn:not(.unset).outline:hover, .wpcf7-submit:not(.unset).info.outline:hover, .wpcf7-submit:not(.unset).woocommerce-form-login__submit.outline:hover, .info-button:not(.outline) .wpcf7-submit:not(.unset).outline:hover {
  color: #FFF;
  background-color: var(--color-gray500);
}
.info-button.outline button:not(.unset), .info-button.outline .button:not(.unset), .info-button.outline input[type=button]:not(.unset), .info-button.outline input[type=submit]:not(.unset), .info-button.outline input[type=reset]:not(.unset), .info-button.outline .submit:not(.unset), .info-button.outline .btn:not(.unset), .info-button.outline .wpcf7-submit:not(.unset) {
  color: var(--color-gray600);
  background-color: transparent;
  border: 1px solid var(--color-gray500);
}
.info-button.outline button:not(.unset):hover, .info-button.outline .button:not(.unset):hover, .info-button.outline input[type=button]:not(.unset):hover, .info-button.outline input[type=submit]:not(.unset):hover, .info-button.outline input[type=reset]:not(.unset):hover, .info-button.outline .submit:not(.unset):hover, .info-button.outline .btn:not(.unset):hover, .info-button.outline .wpcf7-submit:not(.unset):hover {
  color: #FFF;
  background-color: var(--color-gray500);
}
button:not(.unset).primary:not(.outline), button:not(.unset).woocommerce-form-login__submit:not(.outline), button:not(.unset).wpcf7-submit:not(.outline), .primary-button:not(.outline) button:not(.unset):not(.outline), .button:not(.unset).primary:not(.outline), .button:not(.unset).woocommerce-form-login__submit:not(.outline), .button:not(.unset).wpcf7-submit:not(.outline), .primary-button:not(.outline) .button:not(.unset):not(.outline), input[type=button]:not(.unset).primary:not(.outline), input[type=button]:not(.unset).woocommerce-form-login__submit:not(.outline), input[type=button]:not(.unset).wpcf7-submit:not(.outline), .primary-button:not(.outline) input[type=button]:not(.unset):not(.outline), input[type=submit]:not(.unset).primary:not(.outline), input[type=submit]:not(.unset).woocommerce-form-login__submit:not(.outline), input[type=submit]:not(.unset).wpcf7-submit:not(.outline), .primary-button:not(.outline) input[type=submit]:not(.unset):not(.outline), input[type=reset]:not(.unset).primary:not(.outline), input[type=reset]:not(.unset).woocommerce-form-login__submit:not(.outline), input[type=reset]:not(.unset).wpcf7-submit:not(.outline), .primary-button:not(.outline) input[type=reset]:not(.unset):not(.outline), .submit:not(.unset).primary:not(.outline), .submit:not(.unset).woocommerce-form-login__submit:not(.outline), .submit:not(.unset).wpcf7-submit:not(.outline), .primary-button:not(.outline) .submit:not(.unset):not(.outline), .btn:not(.unset).primary:not(.outline), .btn:not(.unset).woocommerce-form-login__submit:not(.outline), .btn:not(.unset).wpcf7-submit:not(.outline), .primary-button:not(.outline) .btn:not(.unset):not(.outline), .wpcf7-submit:not(.unset).primary:not(.outline), .wpcf7-submit:not(.unset).woocommerce-form-login__submit:not(.outline), .wpcf7-submit:not(.unset).wpcf7-submit:not(.outline), .primary-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline) {
  color: #FFF;
  background-color: var(--theme-primary-color);
  border-color: transparent;
}
button:not(.unset).primary:not(.outline):hover, button:not(.unset).woocommerce-form-login__submit:not(.outline):hover, button:not(.unset).wpcf7-submit:not(.outline):hover, .primary-button:not(.outline) button:not(.unset):not(.outline):hover, .button:not(.unset).primary:not(.outline):hover, .button:not(.unset).woocommerce-form-login__submit:not(.outline):hover, .button:not(.unset).wpcf7-submit:not(.outline):hover, .primary-button:not(.outline) .button:not(.unset):not(.outline):hover, input[type=button]:not(.unset).primary:not(.outline):hover, input[type=button]:not(.unset).woocommerce-form-login__submit:not(.outline):hover, input[type=button]:not(.unset).wpcf7-submit:not(.outline):hover, .primary-button:not(.outline) input[type=button]:not(.unset):not(.outline):hover, input[type=submit]:not(.unset).primary:not(.outline):hover, input[type=submit]:not(.unset).woocommerce-form-login__submit:not(.outline):hover, input[type=submit]:not(.unset).wpcf7-submit:not(.outline):hover, .primary-button:not(.outline) input[type=submit]:not(.unset):not(.outline):hover, input[type=reset]:not(.unset).primary:not(.outline):hover, input[type=reset]:not(.unset).woocommerce-form-login__submit:not(.outline):hover, input[type=reset]:not(.unset).wpcf7-submit:not(.outline):hover, .primary-button:not(.outline) input[type=reset]:not(.unset):not(.outline):hover, .submit:not(.unset).primary:not(.outline):hover, .submit:not(.unset).woocommerce-form-login__submit:not(.outline):hover, .submit:not(.unset).wpcf7-submit:not(.outline):hover, .primary-button:not(.outline) .submit:not(.unset):not(.outline):hover, .btn:not(.unset).primary:not(.outline):hover, .btn:not(.unset).woocommerce-form-login__submit:not(.outline):hover, .btn:not(.unset).wpcf7-submit:not(.outline):hover, .primary-button:not(.outline) .btn:not(.unset):not(.outline):hover, .wpcf7-submit:not(.unset).primary:not(.outline):hover, .wpcf7-submit:not(.unset).woocommerce-form-login__submit:not(.outline):hover, .wpcf7-submit:not(.unset).wpcf7-submit:not(.outline):hover, .primary-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline):hover {
  background-color: rgba(var(--theme-primary-color-RGB), 0.9);
}
button:not(.unset).primary.outline, button:not(.unset).woocommerce-form-login__submit.outline, button:not(.unset).wpcf7-submit.outline, .primary-button:not(.outline) button:not(.unset).outline, .button:not(.unset).primary.outline, .button:not(.unset).woocommerce-form-login__submit.outline, .button:not(.unset).wpcf7-submit.outline, .primary-button:not(.outline) .button:not(.unset).outline, input[type=button]:not(.unset).primary.outline, input[type=button]:not(.unset).woocommerce-form-login__submit.outline, input[type=button]:not(.unset).wpcf7-submit.outline, .primary-button:not(.outline) input[type=button]:not(.unset).outline, input[type=submit]:not(.unset).primary.outline, input[type=submit]:not(.unset).woocommerce-form-login__submit.outline, input[type=submit]:not(.unset).wpcf7-submit.outline, .primary-button:not(.outline) input[type=submit]:not(.unset).outline, input[type=reset]:not(.unset).primary.outline, input[type=reset]:not(.unset).woocommerce-form-login__submit.outline, input[type=reset]:not(.unset).wpcf7-submit.outline, .primary-button:not(.outline) input[type=reset]:not(.unset).outline, .submit:not(.unset).primary.outline, .submit:not(.unset).woocommerce-form-login__submit.outline, .submit:not(.unset).wpcf7-submit.outline, .primary-button:not(.outline) .submit:not(.unset).outline, .btn:not(.unset).primary.outline, .btn:not(.unset).woocommerce-form-login__submit.outline, .btn:not(.unset).wpcf7-submit.outline, .primary-button:not(.outline) .btn:not(.unset).outline, .wpcf7-submit:not(.unset).primary.outline, .wpcf7-submit:not(.unset).woocommerce-form-login__submit.outline, .wpcf7-submit:not(.unset).wpcf7-submit.outline, .primary-button:not(.outline) .wpcf7-submit:not(.unset).outline {
  color: var(--theme-primary-color);
  background-color: transparent;
  border: 1px solid var(--theme-primary-color);
}
button:not(.unset).primary.outline:hover, button:not(.unset).woocommerce-form-login__submit.outline:hover, button:not(.unset).wpcf7-submit.outline:hover, .primary-button:not(.outline) button:not(.unset).outline:hover, .button:not(.unset).primary.outline:hover, .button:not(.unset).woocommerce-form-login__submit.outline:hover, .button:not(.unset).wpcf7-submit.outline:hover, .primary-button:not(.outline) .button:not(.unset).outline:hover, input[type=button]:not(.unset).primary.outline:hover, input[type=button]:not(.unset).woocommerce-form-login__submit.outline:hover, input[type=button]:not(.unset).wpcf7-submit.outline:hover, .primary-button:not(.outline) input[type=button]:not(.unset).outline:hover, input[type=submit]:not(.unset).primary.outline:hover, input[type=submit]:not(.unset).woocommerce-form-login__submit.outline:hover, input[type=submit]:not(.unset).wpcf7-submit.outline:hover, .primary-button:not(.outline) input[type=submit]:not(.unset).outline:hover, input[type=reset]:not(.unset).primary.outline:hover, input[type=reset]:not(.unset).woocommerce-form-login__submit.outline:hover, input[type=reset]:not(.unset).wpcf7-submit.outline:hover, .primary-button:not(.outline) input[type=reset]:not(.unset).outline:hover, .submit:not(.unset).primary.outline:hover, .submit:not(.unset).woocommerce-form-login__submit.outline:hover, .submit:not(.unset).wpcf7-submit.outline:hover, .primary-button:not(.outline) .submit:not(.unset).outline:hover, .btn:not(.unset).primary.outline:hover, .btn:not(.unset).woocommerce-form-login__submit.outline:hover, .btn:not(.unset).wpcf7-submit.outline:hover, .primary-button:not(.outline) .btn:not(.unset).outline:hover, .wpcf7-submit:not(.unset).primary.outline:hover, .wpcf7-submit:not(.unset).woocommerce-form-login__submit.outline:hover, .wpcf7-submit:not(.unset).wpcf7-submit.outline:hover, .primary-button:not(.outline) .wpcf7-submit:not(.unset).outline:hover {
  color: #FFF;
  background-color: var(--theme-primary-color);
}
.primary-button.outline button:not(.unset), .primary-button.outline .button:not(.unset), .primary-button.outline input[type=button]:not(.unset), .primary-button.outline input[type=submit]:not(.unset), .primary-button.outline input[type=reset]:not(.unset), .primary-button.outline .submit:not(.unset), .primary-button.outline .btn:not(.unset), .primary-button.outline .wpcf7-submit:not(.unset) {
  color: var(--theme-primary-color);
  background-color: transparent;
  border: 1px solid var(--theme-primary-color);
}
.primary-button.outline button:not(.unset):hover, .primary-button.outline .button:not(.unset):hover, .primary-button.outline input[type=button]:not(.unset):hover, .primary-button.outline input[type=submit]:not(.unset):hover, .primary-button.outline input[type=reset]:not(.unset):hover, .primary-button.outline .submit:not(.unset):hover, .primary-button.outline .btn:not(.unset):hover, .primary-button.outline .wpcf7-submit:not(.unset):hover {
  color: #FFF;
  background-color: var(--theme-primary-color);
}
button:not(.unset).secondary:not(.outline), .secondary-button:not(.outline) button:not(.unset):not(.outline), .button:not(.unset).secondary:not(.outline), .secondary-button:not(.outline) .button:not(.unset):not(.outline), input[type=button]:not(.unset).secondary:not(.outline), .secondary-button:not(.outline) input[type=button]:not(.unset):not(.outline), input[type=submit]:not(.unset).secondary:not(.outline), .secondary-button:not(.outline) input[type=submit]:not(.unset):not(.outline), input[type=reset]:not(.unset).secondary:not(.outline), .secondary-button:not(.outline) input[type=reset]:not(.unset):not(.outline), .submit:not(.unset).secondary:not(.outline), .secondary-button:not(.outline) .submit:not(.unset):not(.outline), .btn:not(.unset).secondary:not(.outline), .secondary-button:not(.outline) .btn:not(.unset):not(.outline), .wpcf7-submit:not(.unset).secondary:not(.outline), .secondary-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline) {
  color: #FFF;
  background-color: var(--theme-secondary-color);
  border-color: transparent;
}
button:not(.unset).secondary:not(.outline):hover, .secondary-button:not(.outline) button:not(.unset):not(.outline):hover, .button:not(.unset).secondary:not(.outline):hover, .secondary-button:not(.outline) .button:not(.unset):not(.outline):hover, input[type=button]:not(.unset).secondary:not(.outline):hover, .secondary-button:not(.outline) input[type=button]:not(.unset):not(.outline):hover, input[type=submit]:not(.unset).secondary:not(.outline):hover, .secondary-button:not(.outline) input[type=submit]:not(.unset):not(.outline):hover, input[type=reset]:not(.unset).secondary:not(.outline):hover, .secondary-button:not(.outline) input[type=reset]:not(.unset):not(.outline):hover, .submit:not(.unset).secondary:not(.outline):hover, .secondary-button:not(.outline) .submit:not(.unset):not(.outline):hover, .btn:not(.unset).secondary:not(.outline):hover, .secondary-button:not(.outline) .btn:not(.unset):not(.outline):hover, .wpcf7-submit:not(.unset).secondary:not(.outline):hover, .secondary-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline):hover {
  background-color: rgba(var(--theme-secondary-color-RGB), 0.9);
}
button:not(.unset).secondary.outline, .secondary-button:not(.outline) button:not(.unset).outline, .button:not(.unset).secondary.outline, .secondary-button:not(.outline) .button:not(.unset).outline, input[type=button]:not(.unset).secondary.outline, .secondary-button:not(.outline) input[type=button]:not(.unset).outline, input[type=submit]:not(.unset).secondary.outline, .secondary-button:not(.outline) input[type=submit]:not(.unset).outline, input[type=reset]:not(.unset).secondary.outline, .secondary-button:not(.outline) input[type=reset]:not(.unset).outline, .submit:not(.unset).secondary.outline, .secondary-button:not(.outline) .submit:not(.unset).outline, .btn:not(.unset).secondary.outline, .secondary-button:not(.outline) .btn:not(.unset).outline, .wpcf7-submit:not(.unset).secondary.outline, .secondary-button:not(.outline) .wpcf7-submit:not(.unset).outline {
  color: var(--theme-secondary-color);
  background-color: transparent;
  border: 1px solid var(--theme-secondary-color);
}
button:not(.unset).secondary.outline:hover, .secondary-button:not(.outline) button:not(.unset).outline:hover, .button:not(.unset).secondary.outline:hover, .secondary-button:not(.outline) .button:not(.unset).outline:hover, input[type=button]:not(.unset).secondary.outline:hover, .secondary-button:not(.outline) input[type=button]:not(.unset).outline:hover, input[type=submit]:not(.unset).secondary.outline:hover, .secondary-button:not(.outline) input[type=submit]:not(.unset).outline:hover, input[type=reset]:not(.unset).secondary.outline:hover, .secondary-button:not(.outline) input[type=reset]:not(.unset).outline:hover, .submit:not(.unset).secondary.outline:hover, .secondary-button:not(.outline) .submit:not(.unset).outline:hover, .btn:not(.unset).secondary.outline:hover, .secondary-button:not(.outline) .btn:not(.unset).outline:hover, .wpcf7-submit:not(.unset).secondary.outline:hover, .secondary-button:not(.outline) .wpcf7-submit:not(.unset).outline:hover {
  color: #FFF;
  background-color: var(--theme-secondary-color);
}
.secondary-button.outline button:not(.unset), .secondary-button.outline .button:not(.unset), .secondary-button.outline input[type=button]:not(.unset), .secondary-button.outline input[type=submit]:not(.unset), .secondary-button.outline input[type=reset]:not(.unset), .secondary-button.outline .submit:not(.unset), .secondary-button.outline .btn:not(.unset), .secondary-button.outline .wpcf7-submit:not(.unset) {
  color: var(--theme-secondary-color);
  background-color: transparent;
  border: 1px solid var(--theme-secondary-color);
}
.secondary-button.outline button:not(.unset):hover, .secondary-button.outline .button:not(.unset):hover, .secondary-button.outline input[type=button]:not(.unset):hover, .secondary-button.outline input[type=submit]:not(.unset):hover, .secondary-button.outline input[type=reset]:not(.unset):hover, .secondary-button.outline .submit:not(.unset):hover, .secondary-button.outline .btn:not(.unset):hover, .secondary-button.outline .wpcf7-submit:not(.unset):hover {
  color: #FFF;
  background-color: var(--theme-secondary-color);
}
button:not(.unset).success:not(.outline), .success-button:not(.outline) button:not(.unset):not(.outline), .button:not(.unset).success:not(.outline), .success-button:not(.outline) .button:not(.unset):not(.outline), input[type=button]:not(.unset).success:not(.outline), .success-button:not(.outline) input[type=button]:not(.unset):not(.outline), input[type=submit]:not(.unset).success:not(.outline), .success-button:not(.outline) input[type=submit]:not(.unset):not(.outline), input[type=reset]:not(.unset).success:not(.outline), .success-button:not(.outline) input[type=reset]:not(.unset):not(.outline), .submit:not(.unset).success:not(.outline), .success-button:not(.outline) .submit:not(.unset):not(.outline), .btn:not(.unset).success:not(.outline), .success-button:not(.outline) .btn:not(.unset):not(.outline), .wpcf7-submit:not(.unset).success:not(.outline), .success-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline) {
  color: #FFF;
  background-color: var(--color-green700);
  border-color: transparent;
}
button:not(.unset).success:not(.outline):hover, .success-button:not(.outline) button:not(.unset):not(.outline):hover, .button:not(.unset).success:not(.outline):hover, .success-button:not(.outline) .button:not(.unset):not(.outline):hover, input[type=button]:not(.unset).success:not(.outline):hover, .success-button:not(.outline) input[type=button]:not(.unset):not(.outline):hover, input[type=submit]:not(.unset).success:not(.outline):hover, .success-button:not(.outline) input[type=submit]:not(.unset):not(.outline):hover, input[type=reset]:not(.unset).success:not(.outline):hover, .success-button:not(.outline) input[type=reset]:not(.unset):not(.outline):hover, .submit:not(.unset).success:not(.outline):hover, .success-button:not(.outline) .submit:not(.unset):not(.outline):hover, .btn:not(.unset).success:not(.outline):hover, .success-button:not(.outline) .btn:not(.unset):not(.outline):hover, .wpcf7-submit:not(.unset).success:not(.outline):hover, .success-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline):hover {
  background-color: var(--color-green800);
}
button:not(.unset).success.outline, .success-button:not(.outline) button:not(.unset).outline, .button:not(.unset).success.outline, .success-button:not(.outline) .button:not(.unset).outline, input[type=button]:not(.unset).success.outline, .success-button:not(.outline) input[type=button]:not(.unset).outline, input[type=submit]:not(.unset).success.outline, .success-button:not(.outline) input[type=submit]:not(.unset).outline, input[type=reset]:not(.unset).success.outline, .success-button:not(.outline) input[type=reset]:not(.unset).outline, .submit:not(.unset).success.outline, .success-button:not(.outline) .submit:not(.unset).outline, .btn:not(.unset).success.outline, .success-button:not(.outline) .btn:not(.unset).outline, .wpcf7-submit:not(.unset).success.outline, .success-button:not(.outline) .wpcf7-submit:not(.unset).outline {
  color: var(--color-green700);
  background-color: transparent;
  border: 1px solid var(--color-green700);
}
button:not(.unset).success.outline:hover, .success-button:not(.outline) button:not(.unset).outline:hover, .button:not(.unset).success.outline:hover, .success-button:not(.outline) .button:not(.unset).outline:hover, input[type=button]:not(.unset).success.outline:hover, .success-button:not(.outline) input[type=button]:not(.unset).outline:hover, input[type=submit]:not(.unset).success.outline:hover, .success-button:not(.outline) input[type=submit]:not(.unset).outline:hover, input[type=reset]:not(.unset).success.outline:hover, .success-button:not(.outline) input[type=reset]:not(.unset).outline:hover, .submit:not(.unset).success.outline:hover, .success-button:not(.outline) .submit:not(.unset).outline:hover, .btn:not(.unset).success.outline:hover, .success-button:not(.outline) .btn:not(.unset).outline:hover, .wpcf7-submit:not(.unset).success.outline:hover, .success-button:not(.outline) .wpcf7-submit:not(.unset).outline:hover {
  color: #FFF;
  background-color: var(--color-green700);
}
button:not(.unset).success-light:not(.outline), .success-button-light:not(.outline) button:not(.unset):not(.outline), .button:not(.unset).success-light:not(.outline), .success-button-light:not(.outline) .button:not(.unset):not(.outline), input[type=button]:not(.unset).success-light:not(.outline), .success-button-light:not(.outline) input[type=button]:not(.unset):not(.outline), input[type=submit]:not(.unset).success-light:not(.outline), .success-button-light:not(.outline) input[type=submit]:not(.unset):not(.outline), input[type=reset]:not(.unset).success-light:not(.outline), .success-button-light:not(.outline) input[type=reset]:not(.unset):not(.outline), .submit:not(.unset).success-light:not(.outline), .success-button-light:not(.outline) .submit:not(.unset):not(.outline), .btn:not(.unset).success-light:not(.outline), .success-button-light:not(.outline) .btn:not(.unset):not(.outline), .wpcf7-submit:not(.unset).success-light:not(.outline), .success-button-light:not(.outline) .wpcf7-submit:not(.unset):not(.outline) {
  color: var(--color-green800);
  background-color: rgba(var(--color-greenRGB), 0.08);
  border: 1px solid rgba(var(--color-greenRGB), 0.2);
}
button:not(.unset).success-light:not(.outline):hover, .success-button-light:not(.outline) button:not(.unset):not(.outline):hover, .button:not(.unset).success-light:not(.outline):hover, .success-button-light:not(.outline) .button:not(.unset):not(.outline):hover, input[type=button]:not(.unset).success-light:not(.outline):hover, .success-button-light:not(.outline) input[type=button]:not(.unset):not(.outline):hover, input[type=submit]:not(.unset).success-light:not(.outline):hover, .success-button-light:not(.outline) input[type=submit]:not(.unset):not(.outline):hover, input[type=reset]:not(.unset).success-light:not(.outline):hover, .success-button-light:not(.outline) input[type=reset]:not(.unset):not(.outline):hover, .submit:not(.unset).success-light:not(.outline):hover, .success-button-light:not(.outline) .submit:not(.unset):not(.outline):hover, .btn:not(.unset).success-light:not(.outline):hover, .success-button-light:not(.outline) .btn:not(.unset):not(.outline):hover, .wpcf7-submit:not(.unset).success-light:not(.outline):hover, .success-button-light:not(.outline) .wpcf7-submit:not(.unset):not(.outline):hover {
  color: #FFF;
  background-color: var(--color-green700);
}
.success-button.outline button:not(.unset), .success-button.outline .button:not(.unset), .success-button.outline input[type=button]:not(.unset), .success-button.outline input[type=submit]:not(.unset), .success-button.outline input[type=reset]:not(.unset), .success-button.outline .submit:not(.unset), .success-button.outline .btn:not(.unset), .success-button.outline .wpcf7-submit:not(.unset) {
  color: var(--color-green700);
  background-color: transparent;
  border: 1px solid var(--color-green700);
}
.success-button.outline button:not(.unset):hover, .success-button.outline .button:not(.unset):hover, .success-button.outline input[type=button]:not(.unset):hover, .success-button.outline input[type=submit]:not(.unset):hover, .success-button.outline input[type=reset]:not(.unset):hover, .success-button.outline .submit:not(.unset):hover, .success-button.outline .btn:not(.unset):hover, .success-button.outline .wpcf7-submit:not(.unset):hover {
  color: #FFF;
  background-color: var(--color-green700);
}
button:not(.unset).danger:not(.outline), .danger-button:not(.outline) button:not(.unset):not(.outline), .button:not(.unset).danger:not(.outline), .danger-button:not(.outline) .button:not(.unset):not(.outline), input[type=button]:not(.unset).danger:not(.outline), .danger-button:not(.outline) input[type=button]:not(.unset):not(.outline), input[type=submit]:not(.unset).danger:not(.outline), .danger-button:not(.outline) input[type=submit]:not(.unset):not(.outline), input[type=reset]:not(.unset).danger:not(.outline), .danger-button:not(.outline) input[type=reset]:not(.unset):not(.outline), .submit:not(.unset).danger:not(.outline), .danger-button:not(.outline) .submit:not(.unset):not(.outline), .btn:not(.unset).danger:not(.outline), .danger-button:not(.outline) .btn:not(.unset):not(.outline), .wpcf7-submit:not(.unset).danger:not(.outline), .danger-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline) {
  color: #FFF;
  background-color: var(--color-red600);
  border-color: transparent;
}
button:not(.unset).danger:not(.outline):hover, .danger-button:not(.outline) button:not(.unset):not(.outline):hover, .button:not(.unset).danger:not(.outline):hover, .danger-button:not(.outline) .button:not(.unset):not(.outline):hover, input[type=button]:not(.unset).danger:not(.outline):hover, .danger-button:not(.outline) input[type=button]:not(.unset):not(.outline):hover, input[type=submit]:not(.unset).danger:not(.outline):hover, .danger-button:not(.outline) input[type=submit]:not(.unset):not(.outline):hover, input[type=reset]:not(.unset).danger:not(.outline):hover, .danger-button:not(.outline) input[type=reset]:not(.unset):not(.outline):hover, .submit:not(.unset).danger:not(.outline):hover, .danger-button:not(.outline) .submit:not(.unset):not(.outline):hover, .btn:not(.unset).danger:not(.outline):hover, .danger-button:not(.outline) .btn:not(.unset):not(.outline):hover, .wpcf7-submit:not(.unset).danger:not(.outline):hover, .danger-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline):hover {
  background-color: rgba(var(--color-redRGB), 0.95);
}
button:not(.unset).danger.outline, .danger-button:not(.outline) button:not(.unset).outline, .button:not(.unset).danger.outline, .danger-button:not(.outline) .button:not(.unset).outline, input[type=button]:not(.unset).danger.outline, .danger-button:not(.outline) input[type=button]:not(.unset).outline, input[type=submit]:not(.unset).danger.outline, .danger-button:not(.outline) input[type=submit]:not(.unset).outline, input[type=reset]:not(.unset).danger.outline, .danger-button:not(.outline) input[type=reset]:not(.unset).outline, .submit:not(.unset).danger.outline, .danger-button:not(.outline) .submit:not(.unset).outline, .btn:not(.unset).danger.outline, .danger-button:not(.outline) .btn:not(.unset).outline, .wpcf7-submit:not(.unset).danger.outline, .danger-button:not(.outline) .wpcf7-submit:not(.unset).outline {
  color: var(--color-red600);
  background-color: transparent;
  border: 1px solid var(--color-red600);
}
button:not(.unset).danger.outline:hover, .danger-button:not(.outline) button:not(.unset).outline:hover, .button:not(.unset).danger.outline:hover, .danger-button:not(.outline) .button:not(.unset).outline:hover, input[type=button]:not(.unset).danger.outline:hover, .danger-button:not(.outline) input[type=button]:not(.unset).outline:hover, input[type=submit]:not(.unset).danger.outline:hover, .danger-button:not(.outline) input[type=submit]:not(.unset).outline:hover, input[type=reset]:not(.unset).danger.outline:hover, .danger-button:not(.outline) input[type=reset]:not(.unset).outline:hover, .submit:not(.unset).danger.outline:hover, .danger-button:not(.outline) .submit:not(.unset).outline:hover, .btn:not(.unset).danger.outline:hover, .danger-button:not(.outline) .btn:not(.unset).outline:hover, .wpcf7-submit:not(.unset).danger.outline:hover, .danger-button:not(.outline) .wpcf7-submit:not(.unset).outline:hover {
  color: #FFF;
  background-color: var(--color-red600);
}
.danger-button.outline button:not(.unset), .danger-button.outline .button:not(.unset), .danger-button.outline input[type=button]:not(.unset), .danger-button.outline input[type=submit]:not(.unset), .danger-button.outline input[type=reset]:not(.unset), .danger-button.outline .submit:not(.unset), .danger-button.outline .btn:not(.unset), .danger-button.outline .wpcf7-submit:not(.unset) {
  color: var(--color-red600);
  background-color: transparent;
  border: 1px solid var(--color-red600);
}
.danger-button.outline button:not(.unset):hover, .danger-button.outline .button:not(.unset):hover, .danger-button.outline input[type=button]:not(.unset):hover, .danger-button.outline input[type=submit]:not(.unset):hover, .danger-button.outline input[type=reset]:not(.unset):hover, .danger-button.outline .submit:not(.unset):hover, .danger-button.outline .btn:not(.unset):hover, .danger-button.outline .wpcf7-submit:not(.unset):hover {
  color: #FFF;
  background-color: var(--color-red600);
}
button:not(.unset).warning:not(.outline), .warning-button:not(.outline) button:not(.unset):not(.outline), .button:not(.unset).warning:not(.outline), .warning-button:not(.outline) .button:not(.unset):not(.outline), input[type=button]:not(.unset).warning:not(.outline), .warning-button:not(.outline) input[type=button]:not(.unset):not(.outline), input[type=submit]:not(.unset).warning:not(.outline), .warning-button:not(.outline) input[type=submit]:not(.unset):not(.outline), input[type=reset]:not(.unset).warning:not(.outline), .warning-button:not(.outline) input[type=reset]:not(.unset):not(.outline), .submit:not(.unset).warning:not(.outline), .warning-button:not(.outline) .submit:not(.unset):not(.outline), .btn:not(.unset).warning:not(.outline), .warning-button:not(.outline) .btn:not(.unset):not(.outline), .wpcf7-submit:not(.unset).warning:not(.outline), .warning-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline) {
  color: #FFF;
  background-color: var(--color-orange600);
  border-color: transparent;
}
button:not(.unset).warning:not(.outline):hover, .warning-button:not(.outline) button:not(.unset):not(.outline):hover, .button:not(.unset).warning:not(.outline):hover, .warning-button:not(.outline) .button:not(.unset):not(.outline):hover, input[type=button]:not(.unset).warning:not(.outline):hover, .warning-button:not(.outline) input[type=button]:not(.unset):not(.outline):hover, input[type=submit]:not(.unset).warning:not(.outline):hover, .warning-button:not(.outline) input[type=submit]:not(.unset):not(.outline):hover, input[type=reset]:not(.unset).warning:not(.outline):hover, .warning-button:not(.outline) input[type=reset]:not(.unset):not(.outline):hover, .submit:not(.unset).warning:not(.outline):hover, .warning-button:not(.outline) .submit:not(.unset):not(.outline):hover, .btn:not(.unset).warning:not(.outline):hover, .warning-button:not(.outline) .btn:not(.unset):not(.outline):hover, .wpcf7-submit:not(.unset).warning:not(.outline):hover, .warning-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline):hover {
  background-color: rgba(var(--color-orangeRGB), 0.95);
}
button:not(.unset).warning.outline, .warning-button:not(.outline) button:not(.unset).outline, .button:not(.unset).warning.outline, .warning-button:not(.outline) .button:not(.unset).outline, input[type=button]:not(.unset).warning.outline, .warning-button:not(.outline) input[type=button]:not(.unset).outline, input[type=submit]:not(.unset).warning.outline, .warning-button:not(.outline) input[type=submit]:not(.unset).outline, input[type=reset]:not(.unset).warning.outline, .warning-button:not(.outline) input[type=reset]:not(.unset).outline, .submit:not(.unset).warning.outline, .warning-button:not(.outline) .submit:not(.unset).outline, .btn:not(.unset).warning.outline, .warning-button:not(.outline) .btn:not(.unset).outline, .wpcf7-submit:not(.unset).warning.outline, .warning-button:not(.outline) .wpcf7-submit:not(.unset).outline {
  color: var(--color-orange600);
  background-color: transparent;
  border: 1px solid var(--color-orange600);
}
button:not(.unset).warning.outline:hover, .warning-button:not(.outline) button:not(.unset).outline:hover, .button:not(.unset).warning.outline:hover, .warning-button:not(.outline) .button:not(.unset).outline:hover, input[type=button]:not(.unset).warning.outline:hover, .warning-button:not(.outline) input[type=button]:not(.unset).outline:hover, input[type=submit]:not(.unset).warning.outline:hover, .warning-button:not(.outline) input[type=submit]:not(.unset).outline:hover, input[type=reset]:not(.unset).warning.outline:hover, .warning-button:not(.outline) input[type=reset]:not(.unset).outline:hover, .submit:not(.unset).warning.outline:hover, .warning-button:not(.outline) .submit:not(.unset).outline:hover, .btn:not(.unset).warning.outline:hover, .warning-button:not(.outline) .btn:not(.unset).outline:hover, .wpcf7-submit:not(.unset).warning.outline:hover, .warning-button:not(.outline) .wpcf7-submit:not(.unset).outline:hover {
  color: #FFF;
  background-color: var(--color-orange600);
}
.warning-button.outline button:not(.unset), .warning-button.outline .button:not(.unset), .warning-button.outline input[type=button]:not(.unset), .warning-button.outline input[type=submit]:not(.unset), .warning-button.outline input[type=reset]:not(.unset), .warning-button.outline .submit:not(.unset), .warning-button.outline .btn:not(.unset), .warning-button.outline .wpcf7-submit:not(.unset) {
  color: var(--color-orange600);
  background-color: transparent;
  border: 1px solid var(--color-orange600);
}
.warning-button.outline button:not(.unset):hover, .warning-button.outline .button:not(.unset):hover, .warning-button.outline input[type=button]:not(.unset):hover, .warning-button.outline input[type=submit]:not(.unset):hover, .warning-button.outline input[type=reset]:not(.unset):hover, .warning-button.outline .submit:not(.unset):hover, .warning-button.outline .btn:not(.unset):hover, .warning-button.outline .wpcf7-submit:not(.unset):hover {
  color: #FFF;
  background-color: var(--color-orange600);
}
button:not(.unset).yellow:not(.outline), .yellow-button:not(.outline) button:not(.unset):not(.outline), .button:not(.unset).yellow:not(.outline), .yellow-button:not(.outline) .button:not(.unset):not(.outline), input[type=button]:not(.unset).yellow:not(.outline), .yellow-button:not(.outline) input[type=button]:not(.unset):not(.outline), input[type=submit]:not(.unset).yellow:not(.outline), .yellow-button:not(.outline) input[type=submit]:not(.unset):not(.outline), input[type=reset]:not(.unset).yellow:not(.outline), .yellow-button:not(.outline) input[type=reset]:not(.unset):not(.outline), .submit:not(.unset).yellow:not(.outline), .yellow-button:not(.outline) .submit:not(.unset):not(.outline), .btn:not(.unset).yellow:not(.outline), .yellow-button:not(.outline) .btn:not(.unset):not(.outline), .wpcf7-submit:not(.unset).yellow:not(.outline), .yellow-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline) {
  color: #1B1F22;
  background-color: var(--color-yellow600);
  border-color: transparent;
}
button:not(.unset).yellow:not(.outline):hover, .yellow-button:not(.outline) button:not(.unset):not(.outline):hover, .button:not(.unset).yellow:not(.outline):hover, .yellow-button:not(.outline) .button:not(.unset):not(.outline):hover, input[type=button]:not(.unset).yellow:not(.outline):hover, .yellow-button:not(.outline) input[type=button]:not(.unset):not(.outline):hover, input[type=submit]:not(.unset).yellow:not(.outline):hover, .yellow-button:not(.outline) input[type=submit]:not(.unset):not(.outline):hover, input[type=reset]:not(.unset).yellow:not(.outline):hover, .yellow-button:not(.outline) input[type=reset]:not(.unset):not(.outline):hover, .submit:not(.unset).yellow:not(.outline):hover, .yellow-button:not(.outline) .submit:not(.unset):not(.outline):hover, .btn:not(.unset).yellow:not(.outline):hover, .yellow-button:not(.outline) .btn:not(.unset):not(.outline):hover, .wpcf7-submit:not(.unset).yellow:not(.outline):hover, .yellow-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline):hover {
  background-color: rgba(var(--color-yellowRGB), 0.95);
}
button:not(.unset).yellow.outline, .yellow-button:not(.outline) button:not(.unset).outline, .button:not(.unset).yellow.outline, .yellow-button:not(.outline) .button:not(.unset).outline, input[type=button]:not(.unset).yellow.outline, .yellow-button:not(.outline) input[type=button]:not(.unset).outline, input[type=submit]:not(.unset).yellow.outline, .yellow-button:not(.outline) input[type=submit]:not(.unset).outline, input[type=reset]:not(.unset).yellow.outline, .yellow-button:not(.outline) input[type=reset]:not(.unset).outline, .submit:not(.unset).yellow.outline, .yellow-button:not(.outline) .submit:not(.unset).outline, .btn:not(.unset).yellow.outline, .yellow-button:not(.outline) .btn:not(.unset).outline, .wpcf7-submit:not(.unset).yellow.outline, .yellow-button:not(.outline) .wpcf7-submit:not(.unset).outline {
  color: var(--color-yellow600);
  background-color: transparent;
  border: 1px solid var(--color-yellow600);
}
button:not(.unset).yellow.outline:hover, .yellow-button:not(.outline) button:not(.unset).outline:hover, .button:not(.unset).yellow.outline:hover, .yellow-button:not(.outline) .button:not(.unset).outline:hover, input[type=button]:not(.unset).yellow.outline:hover, .yellow-button:not(.outline) input[type=button]:not(.unset).outline:hover, input[type=submit]:not(.unset).yellow.outline:hover, .yellow-button:not(.outline) input[type=submit]:not(.unset).outline:hover, input[type=reset]:not(.unset).yellow.outline:hover, .yellow-button:not(.outline) input[type=reset]:not(.unset).outline:hover, .submit:not(.unset).yellow.outline:hover, .yellow-button:not(.outline) .submit:not(.unset).outline:hover, .btn:not(.unset).yellow.outline:hover, .yellow-button:not(.outline) .btn:not(.unset).outline:hover, .wpcf7-submit:not(.unset).yellow.outline:hover, .yellow-button:not(.outline) .wpcf7-submit:not(.unset).outline:hover {
  color: #FFF;
  background-color: var(--color-yellow600);
}
.yellow-button.outline button:not(.unset), .yellow-button.outline .button:not(.unset), .yellow-button.outline input[type=button]:not(.unset), .yellow-button.outline input[type=submit]:not(.unset), .yellow-button.outline input[type=reset]:not(.unset), .yellow-button.outline .submit:not(.unset), .yellow-button.outline .btn:not(.unset), .yellow-button.outline .wpcf7-submit:not(.unset) {
  color: var(--color-yellow600);
  background-color: transparent;
  border: 1px solid var(--color-yellow600);
}
.yellow-button.outline button:not(.unset):hover, .yellow-button.outline .button:not(.unset):hover, .yellow-button.outline input[type=button]:not(.unset):hover, .yellow-button.outline input[type=submit]:not(.unset):hover, .yellow-button.outline input[type=reset]:not(.unset):hover, .yellow-button.outline .submit:not(.unset):hover, .yellow-button.outline .btn:not(.unset):hover, .yellow-button.outline .wpcf7-submit:not(.unset):hover {
  color: #1B1F22;
  background-color: var(--color-yellow600);
}
button:not(.unset).blue:not(.outline), .blue-button:not(.outline) button:not(.unset):not(.outline), .button:not(.unset).blue:not(.outline), .blue-button:not(.outline) .button:not(.unset):not(.outline), input[type=button]:not(.unset).blue:not(.outline), .blue-button:not(.outline) input[type=button]:not(.unset):not(.outline), input[type=submit]:not(.unset).blue:not(.outline), .blue-button:not(.outline) input[type=submit]:not(.unset):not(.outline), input[type=reset]:not(.unset).blue:not(.outline), .blue-button:not(.outline) input[type=reset]:not(.unset):not(.outline), .submit:not(.unset).blue:not(.outline), .blue-button:not(.outline) .submit:not(.unset):not(.outline), .btn:not(.unset).blue:not(.outline), .blue-button:not(.outline) .btn:not(.unset):not(.outline), .wpcf7-submit:not(.unset).blue:not(.outline), .blue-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline) {
  color: #FFF;
  background-color: var(--color-blue600);
  border-color: transparent;
}
button:not(.unset).blue:not(.outline):hover, .blue-button:not(.outline) button:not(.unset):not(.outline):hover, .button:not(.unset).blue:not(.outline):hover, .blue-button:not(.outline) .button:not(.unset):not(.outline):hover, input[type=button]:not(.unset).blue:not(.outline):hover, .blue-button:not(.outline) input[type=button]:not(.unset):not(.outline):hover, input[type=submit]:not(.unset).blue:not(.outline):hover, .blue-button:not(.outline) input[type=submit]:not(.unset):not(.outline):hover, input[type=reset]:not(.unset).blue:not(.outline):hover, .blue-button:not(.outline) input[type=reset]:not(.unset):not(.outline):hover, .submit:not(.unset).blue:not(.outline):hover, .blue-button:not(.outline) .submit:not(.unset):not(.outline):hover, .btn:not(.unset).blue:not(.outline):hover, .blue-button:not(.outline) .btn:not(.unset):not(.outline):hover, .wpcf7-submit:not(.unset).blue:not(.outline):hover, .blue-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline):hover {
  background-color: rgba(var(--color-blueRGB), 0.95);
}
button:not(.unset).blue.outline, .blue-button:not(.outline) button:not(.unset).outline, .button:not(.unset).blue.outline, .blue-button:not(.outline) .button:not(.unset).outline, input[type=button]:not(.unset).blue.outline, .blue-button:not(.outline) input[type=button]:not(.unset).outline, input[type=submit]:not(.unset).blue.outline, .blue-button:not(.outline) input[type=submit]:not(.unset).outline, input[type=reset]:not(.unset).blue.outline, .blue-button:not(.outline) input[type=reset]:not(.unset).outline, .submit:not(.unset).blue.outline, .blue-button:not(.outline) .submit:not(.unset).outline, .btn:not(.unset).blue.outline, .blue-button:not(.outline) .btn:not(.unset).outline, .wpcf7-submit:not(.unset).blue.outline, .blue-button:not(.outline) .wpcf7-submit:not(.unset).outline {
  color: var(--color-blue600);
  background-color: transparent;
  border: 1px solid var(--color-blue600);
}
button:not(.unset).blue.outline:hover, .blue-button:not(.outline) button:not(.unset).outline:hover, .button:not(.unset).blue.outline:hover, .blue-button:not(.outline) .button:not(.unset).outline:hover, input[type=button]:not(.unset).blue.outline:hover, .blue-button:not(.outline) input[type=button]:not(.unset).outline:hover, input[type=submit]:not(.unset).blue.outline:hover, .blue-button:not(.outline) input[type=submit]:not(.unset).outline:hover, input[type=reset]:not(.unset).blue.outline:hover, .blue-button:not(.outline) input[type=reset]:not(.unset).outline:hover, .submit:not(.unset).blue.outline:hover, .blue-button:not(.outline) .submit:not(.unset).outline:hover, .btn:not(.unset).blue.outline:hover, .blue-button:not(.outline) .btn:not(.unset).outline:hover, .wpcf7-submit:not(.unset).blue.outline:hover, .blue-button:not(.outline) .wpcf7-submit:not(.unset).outline:hover {
  color: #FFF;
  background-color: var(--color-blue600);
}
.blue-button.outline button:not(.unset), .blue-button.outline .button:not(.unset), .blue-button.outline input[type=button]:not(.unset), .blue-button.outline input[type=submit]:not(.unset), .blue-button.outline input[type=reset]:not(.unset), .blue-button.outline .submit:not(.unset), .blue-button.outline .btn:not(.unset), .blue-button.outline .wpcf7-submit:not(.unset) {
  color: var(--color-blue600);
  background-color: transparent;
  border: 1px solid var(--color-blue600);
}
.blue-button.outline button:not(.unset):hover, .blue-button.outline .button:not(.unset):hover, .blue-button.outline input[type=button]:not(.unset):hover, .blue-button.outline input[type=submit]:not(.unset):hover, .blue-button.outline input[type=reset]:not(.unset):hover, .blue-button.outline .submit:not(.unset):hover, .blue-button.outline .btn:not(.unset):hover, .blue-button.outline .wpcf7-submit:not(.unset):hover {
  color: #FFF;
  background-color: var(--color-blue600);
}
button:not(.unset).cyan:not(.outline), .cyan-button:not(.outline) button:not(.unset):not(.outline), .button:not(.unset).cyan:not(.outline), .cyan-button:not(.outline) .button:not(.unset):not(.outline), input[type=button]:not(.unset).cyan:not(.outline), .cyan-button:not(.outline) input[type=button]:not(.unset):not(.outline), input[type=submit]:not(.unset).cyan:not(.outline), .cyan-button:not(.outline) input[type=submit]:not(.unset):not(.outline), input[type=reset]:not(.unset).cyan:not(.outline), .cyan-button:not(.outline) input[type=reset]:not(.unset):not(.outline), .submit:not(.unset).cyan:not(.outline), .cyan-button:not(.outline) .submit:not(.unset):not(.outline), .btn:not(.unset).cyan:not(.outline), .cyan-button:not(.outline) .btn:not(.unset):not(.outline), .wpcf7-submit:not(.unset).cyan:not(.outline), .cyan-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline) {
  color: #FFF;
  background-color: var(--color-cyan600);
  border-color: transparent;
}
button:not(.unset).cyan:not(.outline):hover, .cyan-button:not(.outline) button:not(.unset):not(.outline):hover, .button:not(.unset).cyan:not(.outline):hover, .cyan-button:not(.outline) .button:not(.unset):not(.outline):hover, input[type=button]:not(.unset).cyan:not(.outline):hover, .cyan-button:not(.outline) input[type=button]:not(.unset):not(.outline):hover, input[type=submit]:not(.unset).cyan:not(.outline):hover, .cyan-button:not(.outline) input[type=submit]:not(.unset):not(.outline):hover, input[type=reset]:not(.unset).cyan:not(.outline):hover, .cyan-button:not(.outline) input[type=reset]:not(.unset):not(.outline):hover, .submit:not(.unset).cyan:not(.outline):hover, .cyan-button:not(.outline) .submit:not(.unset):not(.outline):hover, .btn:not(.unset).cyan:not(.outline):hover, .cyan-button:not(.outline) .btn:not(.unset):not(.outline):hover, .wpcf7-submit:not(.unset).cyan:not(.outline):hover, .cyan-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline):hover {
  background-color: rgba(var(--color-cyanRGB), 0.95);
}
button:not(.unset).cyan.outline, .cyan-button:not(.outline) button:not(.unset).outline, .button:not(.unset).cyan.outline, .cyan-button:not(.outline) .button:not(.unset).outline, input[type=button]:not(.unset).cyan.outline, .cyan-button:not(.outline) input[type=button]:not(.unset).outline, input[type=submit]:not(.unset).cyan.outline, .cyan-button:not(.outline) input[type=submit]:not(.unset).outline, input[type=reset]:not(.unset).cyan.outline, .cyan-button:not(.outline) input[type=reset]:not(.unset).outline, .submit:not(.unset).cyan.outline, .cyan-button:not(.outline) .submit:not(.unset).outline, .btn:not(.unset).cyan.outline, .cyan-button:not(.outline) .btn:not(.unset).outline, .wpcf7-submit:not(.unset).cyan.outline, .cyan-button:not(.outline) .wpcf7-submit:not(.unset).outline {
  color: var(--color-cyan600);
  background-color: transparent;
  border: 1px solid var(--color-cyan600);
}
button:not(.unset).cyan.outline:hover, .cyan-button:not(.outline) button:not(.unset).outline:hover, .button:not(.unset).cyan.outline:hover, .cyan-button:not(.outline) .button:not(.unset).outline:hover, input[type=button]:not(.unset).cyan.outline:hover, .cyan-button:not(.outline) input[type=button]:not(.unset).outline:hover, input[type=submit]:not(.unset).cyan.outline:hover, .cyan-button:not(.outline) input[type=submit]:not(.unset).outline:hover, input[type=reset]:not(.unset).cyan.outline:hover, .cyan-button:not(.outline) input[type=reset]:not(.unset).outline:hover, .submit:not(.unset).cyan.outline:hover, .cyan-button:not(.outline) .submit:not(.unset).outline:hover, .btn:not(.unset).cyan.outline:hover, .cyan-button:not(.outline) .btn:not(.unset).outline:hover, .wpcf7-submit:not(.unset).cyan.outline:hover, .cyan-button:not(.outline) .wpcf7-submit:not(.unset).outline:hover {
  color: #FFF;
  background-color: var(--color-cyan600);
}
.cyan-button.outline button:not(.unset), .cyan-button.outline .button:not(.unset), .cyan-button.outline input[type=button]:not(.unset), .cyan-button.outline input[type=submit]:not(.unset), .cyan-button.outline input[type=reset]:not(.unset), .cyan-button.outline .submit:not(.unset), .cyan-button.outline .btn:not(.unset), .cyan-button.outline .wpcf7-submit:not(.unset) {
  color: var(--color-cyan600);
  background-color: transparent;
  border: 1px solid var(--color-cyan600);
}
.cyan-button.outline button:not(.unset):hover, .cyan-button.outline .button:not(.unset):hover, .cyan-button.outline input[type=button]:not(.unset):hover, .cyan-button.outline input[type=submit]:not(.unset):hover, .cyan-button.outline input[type=reset]:not(.unset):hover, .cyan-button.outline .submit:not(.unset):hover, .cyan-button.outline .btn:not(.unset):hover, .cyan-button.outline .wpcf7-submit:not(.unset):hover {
  color: #FFF;
  background-color: var(--color-cyan600);
}
button:not(.unset).violet:not(.outline), .violet-button:not(.outline) button:not(.unset):not(.outline), .button:not(.unset).violet:not(.outline), .violet-button:not(.outline) .button:not(.unset):not(.outline), input[type=button]:not(.unset).violet:not(.outline), .violet-button:not(.outline) input[type=button]:not(.unset):not(.outline), input[type=submit]:not(.unset).violet:not(.outline), .violet-button:not(.outline) input[type=submit]:not(.unset):not(.outline), input[type=reset]:not(.unset).violet:not(.outline), .violet-button:not(.outline) input[type=reset]:not(.unset):not(.outline), .submit:not(.unset).violet:not(.outline), .violet-button:not(.outline) .submit:not(.unset):not(.outline), .btn:not(.unset).violet:not(.outline), .violet-button:not(.outline) .btn:not(.unset):not(.outline), .wpcf7-submit:not(.unset).violet:not(.outline), .violet-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline) {
  color: #FFF;
  background-color: var(--color-violet600);
  border-color: transparent;
}
button:not(.unset).violet:not(.outline):hover, .violet-button:not(.outline) button:not(.unset):not(.outline):hover, .button:not(.unset).violet:not(.outline):hover, .violet-button:not(.outline) .button:not(.unset):not(.outline):hover, input[type=button]:not(.unset).violet:not(.outline):hover, .violet-button:not(.outline) input[type=button]:not(.unset):not(.outline):hover, input[type=submit]:not(.unset).violet:not(.outline):hover, .violet-button:not(.outline) input[type=submit]:not(.unset):not(.outline):hover, input[type=reset]:not(.unset).violet:not(.outline):hover, .violet-button:not(.outline) input[type=reset]:not(.unset):not(.outline):hover, .submit:not(.unset).violet:not(.outline):hover, .violet-button:not(.outline) .submit:not(.unset):not(.outline):hover, .btn:not(.unset).violet:not(.outline):hover, .violet-button:not(.outline) .btn:not(.unset):not(.outline):hover, .wpcf7-submit:not(.unset).violet:not(.outline):hover, .violet-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline):hover {
  background-color: rgba(var(--color-violetRGB), 0.95);
}
button:not(.unset).violet.outline, .violet-button:not(.outline) button:not(.unset).outline, .button:not(.unset).violet.outline, .violet-button:not(.outline) .button:not(.unset).outline, input[type=button]:not(.unset).violet.outline, .violet-button:not(.outline) input[type=button]:not(.unset).outline, input[type=submit]:not(.unset).violet.outline, .violet-button:not(.outline) input[type=submit]:not(.unset).outline, input[type=reset]:not(.unset).violet.outline, .violet-button:not(.outline) input[type=reset]:not(.unset).outline, .submit:not(.unset).violet.outline, .violet-button:not(.outline) .submit:not(.unset).outline, .btn:not(.unset).violet.outline, .violet-button:not(.outline) .btn:not(.unset).outline, .wpcf7-submit:not(.unset).violet.outline, .violet-button:not(.outline) .wpcf7-submit:not(.unset).outline {
  color: var(--color-violet600);
  background-color: transparent;
  border: 1px solid var(--color-violet600);
}
button:not(.unset).violet.outline:hover, .violet-button:not(.outline) button:not(.unset).outline:hover, .button:not(.unset).violet.outline:hover, .violet-button:not(.outline) .button:not(.unset).outline:hover, input[type=button]:not(.unset).violet.outline:hover, .violet-button:not(.outline) input[type=button]:not(.unset).outline:hover, input[type=submit]:not(.unset).violet.outline:hover, .violet-button:not(.outline) input[type=submit]:not(.unset).outline:hover, input[type=reset]:not(.unset).violet.outline:hover, .violet-button:not(.outline) input[type=reset]:not(.unset).outline:hover, .submit:not(.unset).violet.outline:hover, .violet-button:not(.outline) .submit:not(.unset).outline:hover, .btn:not(.unset).violet.outline:hover, .violet-button:not(.outline) .btn:not(.unset).outline:hover, .wpcf7-submit:not(.unset).violet.outline:hover, .violet-button:not(.outline) .wpcf7-submit:not(.unset).outline:hover {
  color: #FFF;
  background-color: var(--color-violet600);
}
.violet-button.outline button:not(.unset), .violet-button.outline .button:not(.unset), .violet-button.outline input[type=button]:not(.unset), .violet-button.outline input[type=submit]:not(.unset), .violet-button.outline input[type=reset]:not(.unset), .violet-button.outline .submit:not(.unset), .violet-button.outline .btn:not(.unset), .violet-button.outline .wpcf7-submit:not(.unset) {
  color: var(--color-violet600);
  background-color: transparent;
  border: 1px solid var(--color-violet600);
}
.violet-button.outline button:not(.unset):hover, .violet-button.outline .button:not(.unset):hover, .violet-button.outline input[type=button]:not(.unset):hover, .violet-button.outline input[type=submit]:not(.unset):hover, .violet-button.outline input[type=reset]:not(.unset):hover, .violet-button.outline .submit:not(.unset):hover, .violet-button.outline .btn:not(.unset):hover, .violet-button.outline .wpcf7-submit:not(.unset):hover {
  color: #FFF;
  background-color: var(--color-violet600);
}
button:not(.unset).black:not(.outline), .black-button:not(.outline) button:not(.unset):not(.outline), .button:not(.unset).black:not(.outline), .black-button:not(.outline) .button:not(.unset):not(.outline), input[type=button]:not(.unset).black:not(.outline), .black-button:not(.outline) input[type=button]:not(.unset):not(.outline), input[type=submit]:not(.unset).black:not(.outline), .black-button:not(.outline) input[type=submit]:not(.unset):not(.outline), input[type=reset]:not(.unset).black:not(.outline), .black-button:not(.outline) input[type=reset]:not(.unset):not(.outline), .submit:not(.unset).black:not(.outline), .black-button:not(.outline) .submit:not(.unset):not(.outline), .btn:not(.unset).black:not(.outline), .black-button:not(.outline) .btn:not(.unset):not(.outline), .wpcf7-submit:not(.unset).black:not(.outline), .black-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline) {
  color: #FFF;
  background-color: #1B1F22;
  border-color: transparent;
}
button:not(.unset).black:not(.outline):hover, .black-button:not(.outline) button:not(.unset):not(.outline):hover, .button:not(.unset).black:not(.outline):hover, .black-button:not(.outline) .button:not(.unset):not(.outline):hover, input[type=button]:not(.unset).black:not(.outline):hover, .black-button:not(.outline) input[type=button]:not(.unset):not(.outline):hover, input[type=submit]:not(.unset).black:not(.outline):hover, .black-button:not(.outline) input[type=submit]:not(.unset):not(.outline):hover, input[type=reset]:not(.unset).black:not(.outline):hover, .black-button:not(.outline) input[type=reset]:not(.unset):not(.outline):hover, .submit:not(.unset).black:not(.outline):hover, .black-button:not(.outline) .submit:not(.unset):not(.outline):hover, .btn:not(.unset).black:not(.outline):hover, .black-button:not(.outline) .btn:not(.unset):not(.outline):hover, .wpcf7-submit:not(.unset).black:not(.outline):hover, .black-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline):hover {
  background-color: rgba(27, 31, 34, 0.95);
}
button:not(.unset).black.outline, .black-button:not(.outline) button:not(.unset).outline, .button:not(.unset).black.outline, .black-button:not(.outline) .button:not(.unset).outline, input[type=button]:not(.unset).black.outline, .black-button:not(.outline) input[type=button]:not(.unset).outline, input[type=submit]:not(.unset).black.outline, .black-button:not(.outline) input[type=submit]:not(.unset).outline, input[type=reset]:not(.unset).black.outline, .black-button:not(.outline) input[type=reset]:not(.unset).outline, .submit:not(.unset).black.outline, .black-button:not(.outline) .submit:not(.unset).outline, .btn:not(.unset).black.outline, .black-button:not(.outline) .btn:not(.unset).outline, .wpcf7-submit:not(.unset).black.outline, .black-button:not(.outline) .wpcf7-submit:not(.unset).outline {
  color: #1B1F22;
  background-color: transparent;
  border: 1px solid #1B1F22;
}
button:not(.unset).black.outline:hover, .black-button:not(.outline) button:not(.unset).outline:hover, .button:not(.unset).black.outline:hover, .black-button:not(.outline) .button:not(.unset).outline:hover, input[type=button]:not(.unset).black.outline:hover, .black-button:not(.outline) input[type=button]:not(.unset).outline:hover, input[type=submit]:not(.unset).black.outline:hover, .black-button:not(.outline) input[type=submit]:not(.unset).outline:hover, input[type=reset]:not(.unset).black.outline:hover, .black-button:not(.outline) input[type=reset]:not(.unset).outline:hover, .submit:not(.unset).black.outline:hover, .black-button:not(.outline) .submit:not(.unset).outline:hover, .btn:not(.unset).black.outline:hover, .black-button:not(.outline) .btn:not(.unset).outline:hover, .wpcf7-submit:not(.unset).black.outline:hover, .black-button:not(.outline) .wpcf7-submit:not(.unset).outline:hover {
  color: #FFF;
  background-color: #1B1F22;
}
.black-button.outline button:not(.unset), .black-button.outline .button:not(.unset), .black-button.outline input[type=button]:not(.unset), .black-button.outline input[type=submit]:not(.unset), .black-button.outline input[type=reset]:not(.unset), .black-button.outline .submit:not(.unset), .black-button.outline .btn:not(.unset), .black-button.outline .wpcf7-submit:not(.unset) {
  color: #1B1F22;
  background-color: transparent;
  border: 1px solid #1B1F22;
}
.black-button.outline button:not(.unset):hover, .black-button.outline .button:not(.unset):hover, .black-button.outline input[type=button]:not(.unset):hover, .black-button.outline input[type=submit]:not(.unset):hover, .black-button.outline input[type=reset]:not(.unset):hover, .black-button.outline .submit:not(.unset):hover, .black-button.outline .btn:not(.unset):hover, .black-button.outline .wpcf7-submit:not(.unset):hover {
  color: #FFF;
  background-color: #1B1F22;
}
button:not(.unset).white:not(.outline), .black-button:not(.outline) button:not(.unset):not(.outline), .button:not(.unset).white:not(.outline), .black-button:not(.outline) .button:not(.unset):not(.outline), input[type=button]:not(.unset).white:not(.outline), .black-button:not(.outline) input[type=button]:not(.unset):not(.outline), input[type=submit]:not(.unset).white:not(.outline), .black-button:not(.outline) input[type=submit]:not(.unset):not(.outline), input[type=reset]:not(.unset).white:not(.outline), .black-button:not(.outline) input[type=reset]:not(.unset):not(.outline), .submit:not(.unset).white:not(.outline), .black-button:not(.outline) .submit:not(.unset):not(.outline), .btn:not(.unset).white:not(.outline), .black-button:not(.outline) .btn:not(.unset):not(.outline), .wpcf7-submit:not(.unset).white:not(.outline), .black-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline) {
  color: #1B1F22;
  background-color: #FFF;
  border-color: transparent;
}
button:not(.unset).white:not(.outline):hover, .black-button:not(.outline) button:not(.unset):not(.outline):hover, .button:not(.unset).white:not(.outline):hover, .black-button:not(.outline) .button:not(.unset):not(.outline):hover, input[type=button]:not(.unset).white:not(.outline):hover, .black-button:not(.outline) input[type=button]:not(.unset):not(.outline):hover, input[type=submit]:not(.unset).white:not(.outline):hover, .black-button:not(.outline) input[type=submit]:not(.unset):not(.outline):hover, input[type=reset]:not(.unset).white:not(.outline):hover, .black-button:not(.outline) input[type=reset]:not(.unset):not(.outline):hover, .submit:not(.unset).white:not(.outline):hover, .black-button:not(.outline) .submit:not(.unset):not(.outline):hover, .btn:not(.unset).white:not(.outline):hover, .black-button:not(.outline) .btn:not(.unset):not(.outline):hover, .wpcf7-submit:not(.unset).white:not(.outline):hover, .black-button:not(.outline) .wpcf7-submit:not(.unset):not(.outline):hover {
  background-color: rgba(27, 31, 34, 0.95);
}
button:not(.unset).white.outline, .black-button:not(.outline) button:not(.unset).outline, .button:not(.unset).white.outline, .black-button:not(.outline) .button:not(.unset).outline, input[type=button]:not(.unset).white.outline, .black-button:not(.outline) input[type=button]:not(.unset).outline, input[type=submit]:not(.unset).white.outline, .black-button:not(.outline) input[type=submit]:not(.unset).outline, input[type=reset]:not(.unset).white.outline, .black-button:not(.outline) input[type=reset]:not(.unset).outline, .submit:not(.unset).white.outline, .black-button:not(.outline) .submit:not(.unset).outline, .btn:not(.unset).white.outline, .black-button:not(.outline) .btn:not(.unset).outline, .wpcf7-submit:not(.unset).white.outline, .black-button:not(.outline) .wpcf7-submit:not(.unset).outline {
  color: #FFF;
  background-color: transparent;
  border: 1px solid #FFF;
}
button:not(.unset).white.outline:hover, .black-button:not(.outline) button:not(.unset).outline:hover, .button:not(.unset).white.outline:hover, .black-button:not(.outline) .button:not(.unset).outline:hover, input[type=button]:not(.unset).white.outline:hover, .black-button:not(.outline) input[type=button]:not(.unset).outline:hover, input[type=submit]:not(.unset).white.outline:hover, .black-button:not(.outline) input[type=submit]:not(.unset).outline:hover, input[type=reset]:not(.unset).white.outline:hover, .black-button:not(.outline) input[type=reset]:not(.unset).outline:hover, .submit:not(.unset).white.outline:hover, .black-button:not(.outline) .submit:not(.unset).outline:hover, .btn:not(.unset).white.outline:hover, .black-button:not(.outline) .btn:not(.unset).outline:hover, .wpcf7-submit:not(.unset).white.outline:hover, .black-button:not(.outline) .wpcf7-submit:not(.unset).outline:hover {
  color: #1B1F22;
  background-color: #FFF;
}
.white-button.outline button:not(.unset), .white-button.outline .button:not(.unset), .white-button.outline input[type=button]:not(.unset), .white-button.outline input[type=submit]:not(.unset), .white-button.outline input[type=reset]:not(.unset), .white-button.outline .submit:not(.unset), .white-button.outline .btn:not(.unset), .white-button.outline .wpcf7-submit:not(.unset) {
  color: #FFF;
  background-color: transparent;
  border: 1px solid #FFF;
}
.white-button.outline button:not(.unset):hover, .white-button.outline .button:not(.unset):hover, .white-button.outline input[type=button]:not(.unset):hover, .white-button.outline input[type=submit]:not(.unset):hover, .white-button.outline input[type=reset]:not(.unset):hover, .white-button.outline .submit:not(.unset):hover, .white-button.outline .btn:not(.unset):hover, .white-button.outline .wpcf7-submit:not(.unset):hover {
  color: #1B1F22;
  background-color: #FFF;
}
button.unset, .button.unset, input[type=button].unset, input[type=submit].unset, input[type=reset].unset, .submit.unset, .btn.unset, .wpcf7-submit.unset {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 0;
}

/* ----- Checkbox Settings ----- */
input[type=checkbox], .woocommerce-form__input-checkbox {
  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: 1.0625rem;
  height: 1.0625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}
input[type=checkbox]::after, .woocommerce-form__input-checkbox::after {
  content: "";
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 0.25rem;
}
body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=checkbox]:not(.variation-filled)::after, body[data-color=custom] input[type=checkbox]:not(.variation-filled)::after, body:not(.input-variation-filled)[data-color=custom][data-theme=light] .woocommerce-form__input-checkbox:not(.variation-filled)::after, body[data-color=custom] .woocommerce-form__input-checkbox:not(.variation-filled)::after {
  border: var(--theme-form-border-width) solid rgba(var(--color-rgb), 0.17);
  background-color: var(--color-background);
  -webkit-box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
          box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=checkbox]:not(.variation-filled):hover::after, body[data-color=custom] input[type=checkbox]:not(.variation-filled):hover::after, body:not(.input-variation-filled)[data-color=custom][data-theme=light] .woocommerce-form__input-checkbox:not(.variation-filled):hover::after, body[data-color=custom] .woocommerce-form__input-checkbox:not(.variation-filled):hover::after {
  border-color: rgba(var(--color-rgb), 0.25);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=light] input[type=checkbox]:not(.variation-filled):checked::after, body[data-color=custom] input[type=checkbox]:not(.variation-filled):checked::after, body:not(.input-variation-filled)[data-color=custom][data-theme=light] .woocommerce-form__input-checkbox:not(.variation-filled):checked::after, body[data-color=custom] .woocommerce-form__input-checkbox:not(.variation-filled):checked::after {
  border-color: var(--theme-primary-color);
  background-color: var(--theme-primary-color);
}
body:not(.input-variation-filled)[data-color=default] input[type=checkbox]:not(.variation-filled)::after, 
body[data-color=default] input[type=checkbox]:not(.variation-filled)::after, 
body:not(.input-variation-filled)[data-color=default] .woocommerce-form__input-checkbox:not(.variation-filled)::after, 
body[data-color=default] .woocommerce-form__input-checkbox:not(.variation-filled)::after {
  border: var(--theme-form-border-width) solid var(--color-gray400);
  background-color: var(--color-background);
  -webkit-box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
          box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
}
body:not(.input-variation-filled)[data-color=default] input[type=checkbox]:not(.variation-filled):hover::after, body[data-color=default] input[type=checkbox]:not(.variation-filled):hover::after, body:not(.input-variation-filled)[data-color=default] .woocommerce-form__input-checkbox:not(.variation-filled):hover::after, body[data-color=default] .woocommerce-form__input-checkbox:not(.variation-filled):hover::after {
  border-color: var(--color-gray500);
}
body:not(.input-variation-filled)[data-color=default] input[type=checkbox]:not(.variation-filled):checked::after, body[data-color=default] input[type=checkbox]:not(.variation-filled):checked::after, body:not(.input-variation-filled)[data-color=default] .woocommerce-form__input-checkbox:not(.variation-filled):checked::after, body[data-color=default] .woocommerce-form__input-checkbox:not(.variation-filled):checked::after {
  border-color: var(--theme-primary-color);
  background-color: var(--theme-primary-color);
}
body.input-variation-filled[data-color=custom][data-theme=light] input[type=checkbox]:not(.variation-default)::after, body[data-color=custom] input[type=checkbox].variation-filled::after, body.input-variation-filled[data-color=custom][data-theme=light] .woocommerce-form__input-checkbox:not(.variation-default)::after, body[data-color=custom] .woocommerce-form__input-checkbox.variation-filled::after {
  border-color: transparent;
  background-color: rgba(var(--color-rgb), 0.07);
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.input-variation-filled[data-color=custom][data-theme=light] input[type=checkbox]:not(.variation-default):hover::after, body[data-color=custom] input[type=checkbox].variation-filled:hover::after, body.input-variation-filled[data-color=custom][data-theme=light] .woocommerce-form__input-checkbox:not(.variation-default):hover::after, body[data-color=custom] .woocommerce-form__input-checkbox.variation-filled:hover::after {
  background-color: rgba(var(--color-rgb), 0.09);
}
body.input-variation-filled[data-color=custom][data-theme=light] input[type=checkbox]:not(.variation-default):checked::after, body[data-color=custom] input[type=checkbox].variation-filled:checked::after, body.input-variation-filled[data-color=custom][data-theme=light] .woocommerce-form__input-checkbox:not(.variation-default):checked::after, body[data-color=custom] .woocommerce-form__input-checkbox.variation-filled:checked::after {
  background-color: var(--theme-primary-color);
}
body.input-variation-filled[data-color=default] input[type=checkbox]:not(.variation-default)::after, body[data-color=default] input[type=checkbox].variation-filled::after, body.input-variation-filled[data-color=default] .woocommerce-form__input-checkbox:not(.variation-default)::after, body[data-color=default] .woocommerce-form__input-checkbox.variation-filled::after {
  border-color: transparent;
  background-color: var(--color-gray50);
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.input-variation-filled[data-color=default] input[type=checkbox]:not(.variation-default):hover::after, body[data-color=default] input[type=checkbox].variation-filled:hover::after, body.input-variation-filled[data-color=default] .woocommerce-form__input-checkbox:not(.variation-default):hover::after, body[data-color=default] .woocommerce-form__input-checkbox.variation-filled:hover::after {
  background-color: var(--color-gray100);
}
body.input-variation-filled[data-color=default] input[type=checkbox]:not(.variation-default):checked::after, body[data-color=default] input[type=checkbox].variation-filled:checked::after, body.input-variation-filled[data-color=default] .woocommerce-form__input-checkbox:not(.variation-default):checked::after, body[data-color=default] .woocommerce-form__input-checkbox.variation-filled:checked::after {
  background-color: var(--theme-primary-color);
}
input[type=checkbox]:checked::before, .woocommerce-form__input-checkbox:checked::before {
  content: "\e8ef";
  font-family: "klbtheme";
  position: absolute;
  font-size: 0.8125rem;
  color: #FFF;
}

/* ----- Select2 Settings ----- */
.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: 42px;
  border-radius: var(--theme-radius-form);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=light] .select2 .select2-selection:not(.variation-filled), body[data-color=custom] .select2 .select2-selection:not(.variation-filled) {
  border: var(--theme-form-border-width) solid rgba(var(--color-rgb), 0.17);
  background-color: var(--color-background);
  -webkit-box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
          box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=light] .select2 .select2-selection:not(.variation-filled)::-webkit-input-placeholder, body[data-color=custom] .select2 .select2-selection:not(.variation-filled)::-webkit-input-placeholder {
  color: rgba(var(--color-rgb), 0.55);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=light] .select2 .select2-selection:not(.variation-filled)::-moz-placeholder, body[data-color=custom] .select2 .select2-selection:not(.variation-filled)::-moz-placeholder {
  color: rgba(var(--color-rgb), 0.55);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=light] .select2 .select2-selection:not(.variation-filled):-ms-input-placeholder, body[data-color=custom] .select2 .select2-selection:not(.variation-filled):-ms-input-placeholder {
  color: rgba(var(--color-rgb), 0.55);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=light] .select2 .select2-selection:not(.variation-filled)::-ms-input-placeholder, body[data-color=custom] .select2 .select2-selection:not(.variation-filled)::-ms-input-placeholder {
  color: rgba(var(--color-rgb), 0.55);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=light] .select2 .select2-selection:not(.variation-filled)::placeholder, body[data-color=custom] .select2 .select2-selection:not(.variation-filled)::placeholder {
  color: rgba(var(--color-rgb), 0.55);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=light] .select2 .select2-selection:not(.variation-filled):hover, body[data-color=custom] .select2 .select2-selection:not(.variation-filled):hover {
  border-color: rgba(var(--color-rgb), 0.25);
}
body:not(.input-variation-filled)[data-color=default] .select2 .select2-selection:not(.variation-filled), body[data-color=default] .select2 .select2-selection:not(.variation-filled) {
  border: var(--theme-form-border-width) solid var(--color-gray400);
  background-color: var(--color-background);
  -webkit-box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
          box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
}
body:not(.input-variation-filled)[data-color=default] .select2 .select2-selection:not(.variation-filled):hover, body[data-color=default] .select2 .select2-selection:not(.variation-filled):hover {
  border-color: var(--color-gray500);
}
body.input-variation-filled[data-color=custom][data-theme=light] .select2 .select2-selection:not(.variation-default), body[data-color=custom] .select2 .select2-selection.variation-filled {
  border-color: transparent;
  background-color: rgba(var(--color-rgb), 0.07);
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.input-variation-filled[data-color=custom][data-theme=light] .select2 .select2-selection:not(.variation-default)::-webkit-input-placeholder, body[data-color=custom] .select2 .select2-selection.variation-filled::-webkit-input-placeholder {
  color: rgba(var(--color-rgb), 0.55);
}
body.input-variation-filled[data-color=custom][data-theme=light] .select2 .select2-selection:not(.variation-default)::-moz-placeholder, body[data-color=custom] .select2 .select2-selection.variation-filled::-moz-placeholder {
  color: rgba(var(--color-rgb), 0.55);
}
body.input-variation-filled[data-color=custom][data-theme=light] .select2 .select2-selection:not(.variation-default):-ms-input-placeholder, body[data-color=custom] .select2 .select2-selection.variation-filled:-ms-input-placeholder {
  color: rgba(var(--color-rgb), 0.55);
}
body.input-variation-filled[data-color=custom][data-theme=light] .select2 .select2-selection:not(.variation-default)::-ms-input-placeholder, body[data-color=custom] .select2 .select2-selection.variation-filled::-ms-input-placeholder {
  color: rgba(var(--color-rgb), 0.55);
}
body.input-variation-filled[data-color=custom][data-theme=light] .select2 .select2-selection:not(.variation-default)::placeholder, body[data-color=custom] .select2 .select2-selection.variation-filled::placeholder {
  color: rgba(var(--color-rgb), 0.55);
}
body.input-variation-filled[data-color=custom][data-theme=light] .select2 .select2-selection:not(.variation-default):hover, body[data-color=custom] .select2 .select2-selection.variation-filled:hover {
  background-color: rgba(var(--color-rgb), 0.09);
}
body.input-variation-filled[data-color=default] .select2 .select2-selection:not(.variation-default), body[data-color=default] .select2 .select2-selection.variation-filled {
  border-color: transparent;
  background-color: var(--color-gray50);
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.input-variation-filled[data-color=default] .select2 .select2-selection:not(.variation-default):hover, 
body[data-color=default] .select2 .select2-selection.variation-filled:hover {
  background-color: var(--color-gray100);
}
.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-right: auto;
  margin-left: 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);
  line-height: 42px;
  padding-right: 0.9375rem;
  padding-left: 1.875rem;
}
.select2 .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-size: 92%;
  line-height: 1;
  color: var(--color-gray600);
}
.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% - (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-background);
  border-color: var(--color-gray400);
  border-radius: var(--theme-radius-form);
}
.select2-dropdown .select2-search--dropdown {
  padding: 0;
  border-bottom: var(--theme-form-border-width) solid var(--color-gray400);
}
.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-background);
}
.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(--theme-primary-color);
  background-color: rgba(var(--theme-primary-color-RGB), 0.05);
}

/* ----- wpcf7-form settings ----- */
.wpcf7-form input[type=date], .wpcf7-form input[type=email], .wpcf7-form input[type=number], .wpcf7-form input[type=password], .wpcf7-form input[type=search], .wpcf7-form input[type=tel], .wpcf7-form input[type=text], .wpcf7-form input[type=time], .wpcf7-form input[type=url], .wpcf7-form select, .wpcf7-form input.form-control {
  height: 2.875rem;
}
.wpcf7-form .wpcf7-submit {
  height: 2.875rem !important;
}

/*---------------------------------------------------- 
  04. Components
----------------------------------------------------*/
/* ----- Tooltip component settings ----- */
.klb-tooltip {
  font-family: var(--theme-body-font);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: var(--theme-body-letter-spacing);
  --bs-tooltip-bg: var(--color-gray100);
  --bs-tooltip-opacity: 1;
  --bs-tooltip-padding-y: 0.3125rem;
  --bs-tooltip-padding-x: 0.625rem;
  --bs-tooltip-border-radius: calc(var(--theme-radius-base) / 2);
}
.klb-tooltip.white {
  --bs-tooltip-color: var(--color-text);
  --bs-tooltip-bg: var(--color-background);
}
.klb-tooltip.white .tooltip-arrow::after {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
  bottom: 0;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  z-index: -1;
}
.klb-tooltip.white .tooltip-inner {
  border: 1px solid var(--color-gray100);
  -webkit-box-shadow: hsla(206deg, 22%, 7%, 0.4) 0px 10px 38px -10px, hsla(206deg, 22%, 7%, 0.25) 0px 10px 20px -15px;
          box-shadow: hsla(206deg, 22%, 7%, 0.4) 0px 10px 38px -10px, hsla(206deg, 22%, 7%, 0.25) 0px 10px 20px -15px;
}
.klb-tooltip[data-popper-placement=bottom].white .tooltip-arrow::after {
  border-bottom-color: var(--color-gray300);
}
.klb-tooltip[data-popper-placement=left].white .tooltip-arrow::after {
  border-right-color: var(--color-gray300);
}

.ring-tooltip {
  font-family: var(--theme-body-font);
  font-size: 0.8125rem;
  font-weight: 500;
  --bs-tooltip-bg: var(--theme-primary-color);
  --bs-tooltip-opacity: 1;
  --bs-tooltip-border-radius: calc(var(--theme-radius-base) / 2);
}

/* ----- Badge component settings ----- */
.badge {
  --bs-badge-padding-x: 0.4375rem;
  --bs-badge-padding-y: 0.3125rem;
  --bs-badge-border-radius: 0.1875rem;
  --bs-badge-font-size: 0.75rem;
  --bs-badge-font-weight: 600;
  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;
  min-height: 1.25rem;
  background-color: var(--color-gray400);
}

/* ----- Theme menu settings ----- */
.klb-menu-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.klb-menu-nav.horizontal > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.0625rem;
     -moz-column-gap: 1.0625rem;
          column-gap: 1.0625rem;
}
.klb-menu-nav.horizontal li {
  white-space: nowrap;
}
.klb-menu-nav.horizontal .menu-item-has-children > a {
  position: relative;
}
.klb-menu-nav.horizontal .menu-item-has-children > a::after {
  font-family: "klbtheme";
  font-size: 88%;
  content: "\ea1b";
  margin-right: 0.4375rem;
}
.klb-menu-nav.horizontal .menu-item-has-children:not(.mega-menu) {
  position: relative;
}
.klb-menu-nav.horizontal a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.klb-menu-nav.horizontal a i {
  font-size: 128%;
  margin-left: 0.4375rem;
  line-height: 1;
}
.klb-menu-nav.horizontal a i::before {
  margin: 0;
}
.klb-menu-nav.horizontal .sub-menu {
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  color: var(--color-text);
  border: 1px solid transparent;
  border-radius: var(--theme-radius-base);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-transition: opacity 0.1s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.1s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.1s cubic-bezier(0.42, 0, 0.58, 1), transform 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.1s cubic-bezier(0.42, 0, 0.58, 1), transform 0.15s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  z-index: 10;
}
.klb-menu-nav.horizontal .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.klb-menu-nav.horizontal.color-scheme-white .sub-menu {
  background-color: #FFF;
}
.klb-menu-nav.horizontal.color-scheme-white.border-gray .sub-menu {
  border-color: var(--color-gray100);
}
.klb-menu-nav.horizontal.color-scheme-white.border-gray-light .sub-menu {
  border-color: var(--color-gray25);
}
.klb-menu-nav.horizontal.color-scheme-white.border-dark .sub-menu {
  border-color: #1B1F22;
}
.klb-menu-nav.horizontal.color-scheme-white .bordered-columns > * + * {
  border-right: 1px solid var(--color-gray100);
  padding-right: 2.5rem;
}
.klb-menu-nav.horizontal.color-scheme-custom .bordered-columns > * + * {
  border-right: 1px solid rgba(var(--color-rgb), 0.1);
  padding-right: 2.5rem;
}
.klb-menu-nav.horizontal.sub-shadow-xs .sub-menu {
  -webkit-box-shadow: rgba(27, 31, 34, 0.03) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 1px 2px;
          box-shadow: rgba(27, 31, 34, 0.03) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 1px 2px;
}
.klb-menu-nav.horizontal.sub-shadow-sm .sub-menu {
  -webkit-box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 10px 15px -5px, rgba(27, 31, 34, 0.04) 0px 7px 7px -5px;
          box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 10px 15px -5px, rgba(27, 31, 34, 0.04) 0px 7px 7px -5px;
}
.klb-menu-nav.horizontal.sub-shadow-md .sub-menu {
  -webkit-box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 20px 25px -5px, rgba(27, 31, 34, 0.04) 0px 10px 10px -5px;
          box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 20px 25px -5px, rgba(27, 31, 34, 0.04) 0px 10px 10px -5px;
}
.klb-menu-nav.horizontal.sub-shadow-lg .sub-menu {
  -webkit-box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 28px 23px -7px, rgba(27, 31, 34, 0.04) 0px 12px 12px -7px;
          box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 28px 23px -7px, rgba(27, 31, 34, 0.04) 0px 12px 12px -7px;
}
.klb-menu-nav.horizontal.triangle-enable.color-scheme-white .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.5rem solid #FFF;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  margin-bottom: 0rem;
  top: -0.4375rem;
  right: 1.125rem;
  z-index: 1;
}
.klb-menu-nav.horizontal.triangle-enable.color-scheme-white .sub-menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.5rem solid var(--color-gray300);
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  margin-bottom: 0rem;
  top: -0.5rem;
  right: 1.125rem;
}
.klb-menu-nav.horizontal.triangle-enable.color-scheme-white.border-gray-light .sub-menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.5rem solid var(--color-gray50);
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  margin-bottom: 0rem;
  top: -0.5rem;
  right: 1.125rem;
}
.klb-menu-nav.horizontal.triangle-enable.color-scheme-white.border-dark .sub-menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.5rem solid #1B1F22;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  margin-bottom: 0rem;
  top: -0.5rem;
  right: 1.125rem;
}

/* ----- Theme modal settings ----- */
.klb-modal-root {
  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;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 1000;
}
.klb-modal-root .klb-modal-inner {
  position: relative;
  white-space: nowrap;
  background-color: #FFF;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.klb-modal-root .klb-modal-inner .klb-modal-header {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .klb-modal-root .klb-modal-inner .klb-modal-header {
    margin-bottom: 2.5rem;
  }
}
.klb-modal-root .klb-modal-inner .klb-modal-header .entry-title {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 576px) {
  .klb-modal-root .klb-modal-inner .klb-modal-header .entry-title {
    font-size: 1.625rem;
  }
}
.klb-modal-root .klb-modal-inner .klb-modal-header .site-close {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
}
.klb-modal-root .klb-modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #1B1F22;
  opacity: 0.2;
}
.klb-modal-root:not(.authentication-modal) {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.klb-modal-root.default-modal .klb-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 1.25rem 0.625rem;
}
.klb-modal-root.default-modal .klb-modal-header .entry-title {
  font-size: 1.375rem;
  margin-bottom: 0;
}
.klb-modal-root.default-modal .klb-modal-header .site-close {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  top: 0;
  left: 0;
}
.klb-modal-root.default-modal .klb-modal-inner {
  min-width: 17.5rem;
  border-radius: var(--theme-radius-base);
}
.klb-modal-root.authentication-modal {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 576px) {
  .klb-modal-root.authentication-modal {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 576px) {
  .klb-modal-root.authentication-modal .klb-modal-inner {
    border-radius: var(--theme-radius-base);
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .klb-modal-root.authentication-modal .klb-modal-inner {
    display: grid;
    grid-template-columns: 29.125rem auto;
  }
}
.klb-modal-root.authentication-modal .authentication-modal-banner {
  position: relative;
}
.klb-modal-root.authentication-modal .authentication-modal-banner 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 38.75rem;
}
.klb-modal-root.authentication-modal .authentication-modal-banner a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.klb-modal-root.authentication-modal .klb-authentication-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  padding-top: 2.5rem;
}
@media screen and (min-width: 576px) {
  .klb-modal-root.authentication-modal .klb-authentication-modal {
    max-width: 30rem;
  }
}
@media screen and (min-width: 768px) {
  .klb-modal-root.authentication-modal .klb-authentication-modal {
    max-width: 32.875rem;
  }
}
@media screen and (min-width: 992px) {
  .klb-modal-root.authentication-modal .klb-authentication-modal {
    padding-top: 3.125rem;
  }
}
.klb-modal-root.authentication-modal .klb-authentication-modal .klb-modal-header {
  text-align: center;
}
.klb-modal-root.authentication-modal .klb-authentication-modal .klb-authentication-form {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
@media screen and (min-width: 576px) {
  .klb-modal-root.authentication-modal .klb-authentication-modal .klb-authentication-form {
    padding-right: 4.375rem;
    padding-left: 4.375rem;
  }
}
.klb-modal-root.authentication-modal .klb-authentication-modal .klb-authentication-tab {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  color: var(--color-gray500);
  margin-top: 1.875rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-top: 1px solid var(--color-gray200);
}
@media screen and (min-width: 992px) {
  .klb-modal-root.authentication-modal .klb-authentication-modal .klb-authentication-tab {
    margin-top: auto;
  }
}
.klb-modal-root.authentication-modal .klb-authentication-modal .klb-authentication-tab p {
  margin-bottom: 0;
}
.klb-modal-root.authentication-modal .klb-authentication-modal .klb-authentication-tab a {
  color: var(--color-blue600);
}

.klb-modal-root.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.klb-modal-root.is-active .klb-modal-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ----- Coupon Modal settings ----- */
.klb-coupon-modal.white-popup {
  position: relative;
  max-width: 51.25rem;
  background-color: var(--color-background);
  padding: 1.25rem;
  border-radius: var(--theme-radius-base);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .klb-coupon-modal.white-popup {
    padding: 2.1875rem;
  }
}
.klb-coupon-modal .klb-coupon-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.klb-coupon-modal .klb-coupon-inner .store-thumbnail {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12.5rem;
  height: 8.125rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-radius: var(--theme-radius-base);
  margin-left: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .klb-coupon-modal .klb-coupon-inner .store-thumbnail {
    margin-left: 1.875rem;
  }
}
.klb-coupon-modal .klb-coupon-inner .store-thumbnail img {
  max-height: 5.625rem;
}
.klb-coupon-modal .klb-coupon-inner .store-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.klb-coupon-modal .klb-coupon-inner .store-content .store-name {
  font-size: 1.375rem;
  font-weight: 700;
}
.klb-coupon-modal .klb-coupon-inner .store-content .store-name strong {
  color: var(--color-red600);
}
.klb-coupon-modal .klb-coupon-inner .store-content .entry-description {
  font-size: 0.9375rem;
  color: var(--color-gray600);
}
.klb-coupon-modal .klb-coupon-inner .store-content .coupon-code {
  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;
  border-top: 1px solid var(--color-gray100);
  padding-top: 1.25rem;
}
.klb-coupon-modal .klb-coupon-inner .store-content .coupon-code .entry-title {
  font-size: 0.9375rem;
  width: 100%;
  margin-bottom: 0.1875rem;
}
.klb-coupon-modal .klb-coupon-inner .store-content .coupon-code p {
  font-size: 0.875rem;
  color: var(--color-gray500);
}
.klb-coupon-modal .klb-coupon-inner .store-content .coupon-code .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.0625rem;
  font-weight: 700;
  height: 2.5rem;
  color: var(--theme-primary-color);
  padding-right: 1.125rem;
  padding-left: 1.125rem;
  border: 2px dashed var(--theme-primary-color);
  border-radius: calc(var(--theme-radius-base) / 2);
  background-color: rgba(var(--theme-primary-color-RGB), 0.05);
  cursor: pointer;
}

/* ----- dropdown settings ----- */
.dropdown-menu {
  --bs-dropdown-min-width: 18.75rem;
  --bs-dropdown-padding-x: 1rem;
  --bs-dropdown-padding-y: 1rem;
  --bs-dropdown-font-size: 0.875rem;
  --bs-dropdown-border-color: var(--color-gray100);
  --bs-dropdown-border-radius: var(--theme-radius-base);
  --bs-dropdown-color: var(--color-text);
  --bs-dropdown-bg: var(--color-background);
  display: block;
}
body[data-color=custom][data-theme=light] .dropdown-menu {
  --bs-dropdown-bg: transparent;
  --bs-dropdown-border-color: rgba(var(--color-rgb), 0.1);
}
.dropdown-menu:not(.custom-dropdown-menu) {
  -webkit-box-shadow: rgba(27, 31, 34, 0.03) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 1px 2px;
          box-shadow: rgba(27, 31, 34, 0.03) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 1px 2px;
}
.dropdown-menu:not(.custom-dropdown-menu)::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.59375rem solid var(--color-background);
  border-right: 0.59375rem solid transparent;
  border-left: 0.59375rem solid transparent;
  margin-bottom: 0rem;
  top: -0.4375rem;
  right: 1.5rem;
  z-index: 1;
}
.dropdown-menu:not(.custom-dropdown-menu)::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.59375rem solid var(--color-gray300);
  border-right: 0.59375rem solid transparent;
  border-left: 0.59375rem solid transparent;
  margin-bottom: 0rem;
  top: -0.5rem;
  right: 1.5rem;
}
.dropdown-menu.custom-dropdown-menu {
  all: unset;
  position: absolute;
  min-width: var(--bs-dropdown-min-width);
  padding-top: 0.5625rem;
  top: 100%;
  right: -0.75rem;
}
.dropdown-menu.custom-dropdown-menu .custom-dropdown-body {
  font-family: var(--theme-body-font);
  font-size: var(--bs-dropdown-font-size);
  font-weight: 400;
  line-height: 1.5;
  padding: 1rem;
  color: var(--bs-dropdown-color);
  background-color: var(--bs-dropdown-bg);
  border: 1px solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  -webkit-box-shadow: rgba(27, 31, 34, 0.03) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 1px 2px;
          box-shadow: rgba(27, 31, 34, 0.03) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 1px 2px;
}
body[data-color=custom][data-theme=light] .dropdown-menu.custom-dropdown-menu .custom-dropdown-body {
  --bs-dropdown-bg: var(--color-background);
}
.dropdown-menu.custom-dropdown-menu .custom-dropdown-body::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.59375rem solid var(--color-background);
  border-right: 0.59375rem solid transparent;
  border-left: 0.59375rem solid transparent;
  margin-bottom: 0rem;
  top: 0.0625rem;
  right: 1.5rem;
  z-index: 1;
}
.dropdown-menu.custom-dropdown-menu .custom-dropdown-body::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.59375rem solid var(--color-gray300);
  border-right: 0.59375rem solid transparent;
  border-left: 0.59375rem solid transparent;
  margin-bottom: 0rem;
  top: 0;
  right: 1.5rem;
}

/* ----- custom dropdown settings ----- */
.custom-dropdown {
  position: relative;
}
.custom-dropdown .custom-dropdown-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: opacity 0.1s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.1s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.1s cubic-bezier(0.42, 0, 0.58, 1), transform 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.1s cubic-bezier(0.42, 0, 0.58, 1), transform 0.15s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.15s cubic-bezier(0.42, 0, 0.58, 1);
}
.custom-dropdown[data-placement=center] .custom-dropdown-menu {
  right: -50%;
}
.custom-dropdown[data-placement=center] .custom-dropdown-menu .custom-dropdown-body::before, .custom-dropdown[data-placement=center] .custom-dropdown-menu .custom-dropdown-body::after {
  right: 50%;
  margin-right: -0.5625rem;
}
.custom-dropdown[data-placement=right] .custom-dropdown-menu {
  right: auto;
  left: -0.75rem;
}
.custom-dropdown[data-placement=right] .custom-dropdown-menu .custom-dropdown-body::before, .custom-dropdown[data-placement=right] .custom-dropdown-menu .custom-dropdown-body::after {
  right: auto;
  left: 1.3125rem;
}
.custom-dropdown:hover .custom-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translate(0);
          transform: translate(0);
}

/* ----- Site drawer settings ----- */
.site-drawer {
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 1000;
}
@media screen and (min-width: 320px) {
  .site-drawer {
    width: 21.25rem;
  }
}
.site-drawer .drawer-row {
  position: relative;
  padding: 1.25rem;
}
@media screen and (min-width: 992px) {
  .site-drawer .drawer-row {
    padding: 1.25rem 1.5625rem;
  }
}
.site-drawer .drawer-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(var(--color-rgb), 0.1);
}
.site-drawer .site-brand a {
  color: currentColor;
}
.site-drawer .site-brand a .brand-text {
  font-size: 1.625rem;
  font-weight: 600;
}
.site-drawer .site-brand a img {
  height: 2.1875rem;
}
.site-drawer .drawer-heading {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.3;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.site-drawer .drawer-menu .klb-menu {
  padding: 0;
}
.site-drawer .drawer-menu .klb-menu li {
  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 .drawer-menu .klb-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  font-weight: 500;
  max-height: 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: currentColor;
}
.site-drawer .drawer-menu .klb-menu li a i {
  font-size: 126%;
  line-height: 1;
  max-width: 1.75rem;
  margin-left: 0.9375rem;
}
.site-drawer .drawer-menu .klb-menu li a i::before {
  margin: 0;
}
.site-drawer .drawer-menu .klb-menu li a .badge {
  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-height: 1.25rem;
  padding: 0.25rem 0.375rem;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 0.1875rem;
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
  margin-right: 0.375rem;
}
.site-drawer .drawer-menu .klb-menu li a .count {
  font-size: 0.6875rem;
  margin-right: auto;
}
.site-drawer .drawer-menu .klb-menu li .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: 2rem;
  height: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  cursor: pointer;
}
.site-drawer .drawer-menu .klb-menu li .menu-dropdown svg {
  width: 1.25rem;
  pointer-events: none;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.site-drawer .drawer-menu .klb-menu li .sub-menu {
  position: relative;
  width: 100%;
  height: 0;
  padding-right: 0.9375rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.site-drawer .drawer-menu .klb-menu li .sub-menu li a {
  font-size: 0.875rem;
  font-weight: 400;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.site-drawer .drawer-menu .klb-menu li:not(.menu-item-has-children) .badge {
  margin-right: auto;
}
.site-drawer .drawer-menu .klb-menu li.active > .menu-dropdown svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.site-drawer .drawer-menu.drawer-category .klb-menu > li > a {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.site-drawer .drawer-menu.drawer-category .klb-menu > li.menu-item-object-product_cat + .menu-item-custom {
  border-top: 1px solid rgba(var(--color-rgb), 0.1);
  margin-top: 0.625rem;
  padding-top: 0.625rem;
}
.site-drawer .drawer-menu.drawer-secondary .klb-menu li a {
  font-size: 0.8125rem;
  line-height: 1;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
.site-drawer .drawer-menu.drawer-secondary .klb-menu li a i {
  font-size: 140%;
}
.site-drawer .drawer-menu + .drawer-heading {
  margin-top: 1.25rem;
}
@media screen and (min-width: 992px) {
  .site-drawer .drawer-menu + .drawer-heading {
    margin-top: 2.5rem;
  }
}
.site-drawer .drawer-contact .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-drawer .drawer-contact .contact-item .contact-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.125rem;
}
.site-drawer .drawer-contact .contact-item .contact-header i {
  font-size: 1.25rem;
  width: 1.375rem;
  margin-left: 0.625rem;
}
.site-drawer .drawer-contact .contact-item .contact-header i::before {
  margin: 0;
}
.site-drawer .drawer-contact .contact-item .contact-header .contact-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.site-drawer .drawer-contact .contact-item .contact-header .contact-title a {
  color: currentColor;
}
.site-drawer .drawer-contact .contact-item .contact-description {
  font-size: 0.8125rem;
  opacity: 0.8;
}
.site-drawer .drawer-contact .contact-item .contact-description p {
  margin-bottom: 0;
}
.site-drawer .drawer-contact .contact-item + .contact-item {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid;
}
.site-drawer .site-copyright {
  font-size: 0.75rem;
  font-weight: 500;
}
.site-drawer .site-copyright a {
  font-weight: 500;
  color: var(--theme-primary-color);
}
.site-drawer.color-layout-theme {
  color: var(--color-text);
  background-color: var(--color-background);
}
.site-drawer.color-layout-theme .drawer-contact .contact-item + .contact-item {
  border-color: rgba(var(--color-rgb), 0.1);
}
.site-drawer.color-layout-white {
  color: #1B1F22;
  background-color: #FFF;
}
.site-drawer.color-layout-white .drawer-contact .contact-item + .contact-item {
  border-color: var(--color-gray100);
}
.site-drawer.color-layout-black {
  color: #FFF;
  background-color: var(--color-dark600);
}

/* ----- Banner component settings ----- */
.klb-banner {
  position: relative;
}
.klb-banner.w-50 {
  width: 100% !important;
}
.klb-banner.inner-style {
  overflow: hidden;
  border-radius: var(--theme-radius-base);
}
.klb-banner.inner-style .entry-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.75rem 1.875rem;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .klb-banner.inner-style .entry-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    padding: 1.5625rem;
  }
}
.klb-banner.inner-style .entry-wrapper .entry-inner {
  width: 90%;
}
.klb-banner.inner-style .entry-media {
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .klb-banner.inner-style .entry-media {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
  }
  .klb-banner.inner-style .entry-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .klb-banner.inner-style .entry-media video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.klb-banner.inner-style .entry-media.overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.klb-banner.inner-style .entry-media .image-decoration {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45%;
  height: 100%;
}
.klb-banner.inner-style .entry-media .image-decoration svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991.98px) {
  .klb-banner.inner-style .entry-media .image-decoration {
    display: none;
  }
}
.klb-banner.inner-style.align-top .entry-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.klb-banner.inner-style.align-center .entry-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.klb-banner.inner-style.align-bottom .entry-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.klb-banner.inner-style.justify-start .entry-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.klb-banner.inner-style.justify-center .entry-wrapper, .klb-banner.inner-style.justify-center .entry-footer, .klb-banner.inner-style.justify-center .entry-heading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.klb-banner.inner-style.justify-center .entry-excerpt {
  margin-right: auto;
  margin-left: auto;
}
.klb-banner.inner-style.justify-center.align-center .entry-wrapper, .klb-banner.inner-style.justify-center.align-bottom .entry-wrapper {
  text-align: center;
}
.klb-banner.inner-style.justify-end .entry-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  .klb-banner.inner-style.strech .entry-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.75rem 1.875rem;
    z-index: 1;
  }
  .klb-banner.inner-style.strech .entry-wrapper .entry-inner {
    width: 90%;
  }
  .klb-banner.inner-style.strech .entry-media {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
  }
  .klb-banner.inner-style.strech .entry-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 992px) {
  .klb-banner.inner-style.space-30 .entry-wrapper {
    padding: 1.875rem;
  }
  .klb-banner.inner-style.space-40 .entry-wrapper {
    padding: 2.5rem;
  }
  .klb-banner.inner-style.space-50 .entry-wrapper {
    padding: 3.125rem;
  }
  .klb-banner.inner-style.space-60 .entry-wrapper {
    padding: 3.75rem;
  }
}
@media screen and (min-width: 992px) {
  .klb-banner.inner-style.w-50 .entry-inner {
    width: 50%;
  }
  .klb-banner.inner-style.w-60 .entry-inner {
    width: 60%;
  }
  .klb-banner.inner-style.w-70 .entry-inner {
    width: 70%;
  }
  .klb-banner.inner-style.w-80 .entry-inner {
    width: 80%;
  }
  .klb-banner.inner-style.w-90 .entry-inner {
    width: 90%;
  }
  .klb-banner.inner-style.w-100 .entry-inner {
    width: 100%;
  }
}
.klb-banner.outer-style .entry-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--theme-radius-base);
}
@media screen and (max-width: 1023.98px) {
  .klb-banner.outer-style .entry-media {
    margin-bottom: 1.25rem;
  }
}
.klb-banner.outer-style .entry-media .media-content {
  position: absolute;
  width: 100%;
  height: 40%;
  top: 0;
  right: 0;
  padding: 1.25rem;
}
.klb-banner.outer-style .entry-media .media-content::before {
  position: absolute;
  content: "";
  width: 100%;
  top: -30px;
  bottom: 0;
  right: 0;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, right bottom, right top, from(rgba(255, 255, 255, 0)), to(rgba(36, 40, 45, 0.5)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(36, 40, 45, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#24282d",GradientType=1);
}
.klb-banner.outer-style .entry-media .media-content .entry-title {
  position: relative;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 0;
  z-index: 1;
}
.klb-banner.outer-style .entry-wrapper {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .klb-banner.outer-style .entry-wrapper {
    position: relative;
    margin-top: -50px;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    z-index: 1;
  }
  .klb-banner.outer-style .entry-wrapper .entry-inner {
    background-color: var(--color-background);
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}
.klb-banner.outer-style .entry-heading, .klb-banner.outer-style .entry-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.klb-banner.outer-style:hover .entry-inner {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.klb-banner.light .entry-wrapper {
  color: #FFF;
}
.klb-banner.light .entry-wrapper .btn.link {
  color: #FFF;
}
.klb-banner.dark .entry-wrapper {
  color: #1B1F22;
}
.klb-banner.grid-style {
  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;
}
.klb-banner.grid-style .entry-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .klb-banner.grid-style .entry-media {
    width: 50%;
    margin-bottom: 0;
  }
}
.klb-banner.grid-style .entry-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
@media screen and (min-width: 1024px) {
  .klb-banner.grid-style:not(.image-right) .entry-media {
    margin-left: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .klb-banner.grid-style.image-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .klb-banner.grid-style.image-right .entry-media {
    margin-right: 3.75rem;
  }
}
.klb-banner.grid-style.full-width {
  max-width: var(--theme-site-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--theme-site-gutters);
  padding-left: var(--theme-site-gutters);
}
@media screen and (min-width: 1024px) {
  .klb-banner.grid-style.full-width {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.klb-banner .entry-heading {
  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: 0.625rem;
}
@media screen and (min-width: 768px) {
  .klb-banner .entry-heading {
    margin-bottom: 0.9375rem;
  }
}
.klb-banner .entry-body {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .klb-banner .entry-body {
    margin-bottom: 1.875rem;
  }
}
.klb-banner .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.klb-banner .entry-footer .btn {
  font-size: 0.8125rem;
  height: 2.375rem;
}
.klb-banner .entry-footer .btn.default.outline {
  color: currentColor;
}
.klb-banner .entry-footer .btn.icon-right {
  padding-left: 0.875rem;
}
.klb-banner .entry-footer .btn + .price {
  margin-right: 0.9375rem;
}
.klb-banner .entry-subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0;
}
.klb-banner .entry-subtitle + .entry-discount {
  margin-right: 0.875rem;
}
.klb-banner .entry-count-text {
  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.875rem;
  font-weight: 500;
  line-height: 1;
}
.klb-banner .entry-count-text span {
  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;
  background-color: var(--color-background);
  padding: 0.25rem 0.375rem;
  margin-left: 0.375rem;
  border-radius: 2.875rem;
}
.klb-banner .entry-title {
  font-size: 1.375rem;
  font-weight: 600;
}
.klb-banner .entry-excerpt {
  font-size: 0.875rem;
  max-width: 26.25rem;
}
.klb-banner .entry-excerpt:not(.not-opacity) p {
  opacity: 0.7;
}
.klb-banner .entry-excerpt.large {
  max-width: 40rem;
}
.klb-banner .entry-discount {
  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: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  padding: 0.1875rem 0.5rem;
  border-radius: 0.25rem;
}
.klb-banner .entry-discount::before {
  content: "";
  position: absolute;
  right: -0.4375rem;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent var(--color-red600);
  border-style: solid;
  border-width: 0.4375rem 0 0.4375rem 0.4375rem;
}
@media screen and (min-width: 768px) {
  .klb-banner .entry-discount {
    font-size: 1rem;
    border-radius: 0.375rem;
  }
}
.klb-banner .sub-categories {
  margin-top: 1.25rem;
}
.klb-banner .sub-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.klb-banner .sub-categories ul li + li {
  margin-top: 0.125rem;
}
.klb-banner .sub-categories ul li a {
  font-size: 0.875rem;
  color: currentColor;
}
.klb-banner .price {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
}
.klb-banner .price del {
  opacity: 0.5;
}
.klb-banner .price ins {
  font-size: 1.625rem;
  font-weight: 700;
  text-decoration: none;
  margin-right: 0.3125rem;
}
.klb-banner .price.filled {
  font-size: 1.125rem !important;
  font-weight: 700;
  color: #fff;
  background-color: var(--color-green600);
  padding: 0.375rem 0.5rem;
  border-radius: var(--theme-radius-base);
}
@media screen and (min-width: 768px) {
  .klb-banner.small-size .entry-heading {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .klb-banner.small-size .entry-body {
    margin-bottom: 1.25rem;
  }
}
.klb-banner.small-size .entry-footer .btn:not(.link) {
  font-size: 0.8125rem;
  line-height: 2.1875rem;
  height: 2.1875rem;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
}
.klb-banner.small-size .entry-footer .btn:not(.link).icon-right {
  padding-left: 0.625rem;
}
@media screen and (max-width: 575.98px) {
  .klb-banner.small-size .entry-footer .btn:not(.link) {
    font-size: 0.75rem;
    line-height: 1.875rem;
    height: 1.875rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.klb-banner.small-size .entry-footer .banner-price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.625rem;
  line-height: 1;
}
.klb-banner.small-size .entry-footer .banner-price .price-label {
  font-size: 75%;
  margin-left: 0.375rem;
  opacity: 0.7;
}
.klb-banner.small-size .entry-footer .banner-price .price {
  font-size: inherit;
}
.klb-banner.small-size .entry-footer .banner-price.size-sm {
  font-size: 1.25rem;
}
.klb-banner.small-size .entry-footer .banner-price.bolded .price {
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .klb-banner.for-slider .entry-inner {
    width: 90% !important;
  }
}
@media screen and (max-width: 991.98px) {
  .klb-banner.for-slider .entry-inner {
    width: 60% !important;
  }
}
@media screen and (max-width: 575.98px) {
  .klb-banner.for-slider .entry-inner {
    width: 90% !important;
  }
}
.klb-banner.for-slider .entry-title {
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .klb-banner.for-slider .entry-title {
    margin-bottom: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .klb-banner.for-slider .entry-subtitle {
    font-size: 1rem;
    line-height: 1;
  }
}
.klb-banner.for-slider .entry-footer .btn {
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .klb-banner.for-slider.inner-style.space-50 .entry-wrapper {
    padding: 3.125rem 3.75rem;
  }
  .klb-banner.for-slider.inner-style.space-60 .entry-wrapper {
    padding: 3.75rem 4.375rem;
  }
  .klb-banner.for-slider.inner-style.space-60.align-start .entry-wrapper {
    padding: 4.375rem;
  }
}
@media screen and (max-width: 991.98px) {
  .klb-banner.banner-text .banner-column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .klb-banner.banner-text .banner-column + .banner-column {
    margin-top: 0.625rem;
  }
}
.klb-banner.banner-text .entry-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.klb-banner.banner-text .entry-wrapper .banner-column {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 992px) {
  .klb-banner.banner-text .entry-wrapper .banner-column:nth-child(1), .klb-banner.banner-text .entry-wrapper .banner-column:nth-child(3) {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.klb-banner.banner-text .entry-wrapper .text-wrapper {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .klb-banner.banner-text .entry-wrapper .text-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.klb-banner.banner-text .entry-wrapper .text-wrapper .entry-title {
  font-size: 1.25rem;
  margin-bottom: 0.3125rem;
}
.klb-banner.banner-text .entry-wrapper .text-wrapper .entry-caption {
  font-size: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .klb-banner.banner-text .entry-wrapper .text-wrapper .entry-caption {
    font-size: 1rem;
  }
}
.klb-banner.banner-text .entry-wrapper .text-wrapper .entry-caption p {
  margin-bottom: 0;
}
.klb-banner.banner-text .entry-wrapper .simple-image {
  max-width: 23.75rem;
}
@media screen and (min-width: 1200px) {
  .klb-banner.custom-height .entry-media {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .klb-banner.custom-height .entry-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .klb-banner.custom-height .entry-media video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1199.98px) {
  .klb-banner.custom-height {
    height: auto !important;
  }
}

.klb-banner-box {
  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;
}
.klb-banner-box .column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .klb-banner-box .column {
    width: 50%;
  }
}
.klb-banner-box .banner-box-image img {
  width: 100%;
}
.klb-banner-box .banner-box-content {
  text-align: center;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .klb-banner-box .banner-box-content {
    padding: 3.75rem;
  }
}
.klb-banner-box .banner-box-content .text-inner {
  max-width: 28.75rem;
  margin-right: auto;
  margin-left: auto;
}
.klb-banner-box .banner-box-content .text-inner .entry-subtitle {
  color: var(--theme-primary-color);
}
@media screen and (min-width: 768px) {
  .klb-banner-box .banner-box-content .text-inner .entry-title {
    margin-bottom: 1.25rem;
  }
}
.klb-banner-box .banner-box-content .text-inner .entry-description {
  margin-bottom: 2.5rem;
}

/* ----- Slider component settings ----- */
.klb-slider-wrapper {
  position: relative;
  z-index: 1;
}
.klb-slider-wrapper .klb-loader-wrapper {
  will-change: opacity;
  -webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.klb-slider-wrapper .klb-slider {
  opacity: 0;
  visibility: hidden;
  will-change: contents;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.klb-slider-wrapper .klb-slider.carousel-style {
  max-height: 18.75rem;
}
.klb-slider-wrapper .klb-slider.slider-style {
  max-height: 34.375rem;
}
.klb-slider-wrapper .klb-slider > .slick-list > .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.klb-slider-wrapper .klb-slider > .slick-list > .slick-track .slick-slide {
  height: auto;
  white-space: initial;
}
.klb-slider-wrapper.slider-loaded .klb-loader-wrapper {
  opacity: 0;
  visibility: hidden;
}
.klb-slider-wrapper.slider-loaded .klb-slider.slick-initialized {
  max-height: none !important;
  opacity: 1;
  visibility: visible;
}
.klb-slider-wrapper .klb-slider.slider-spaced {
  margin-right: -0.125rem;
  margin-left: -0.125rem;
}
.klb-slider-wrapper .klb-slider.slider-spaced .slider-item {
  padding-right: 0.125rem;
  padding-left: 0.125rem;
}
.klb-slider-wrapper .slick-nav {
  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;
  top: 50%;
  padding: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.15s cubic-bezier(0.42, 0, 0.58, 1), color 0.15s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.15s cubic-bezier(0.42, 0, 0.58, 1), border-color 0.15s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.15s cubic-bezier(0.42, 0, 0.58, 1), color 0.15s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.15s cubic-bezier(0.42, 0, 0.58, 1), border-color 0.15s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.15s cubic-bezier(0.42, 0, 0.58, 1), color 0.15s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.15s cubic-bezier(0.42, 0, 0.58, 1), border-color 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.15s cubic-bezier(0.42, 0, 0.58, 1), color 0.15s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.15s cubic-bezier(0.42, 0, 0.58, 1), border-color 0.15s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 1;
}
.klb-slider-wrapper .slick-nav.slick-next {
  right: auto;
  left: 0;
}
.klb-slider-wrapper .slick-nav.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.klb-slider-wrapper .slick-nav svg {
  fill: currentColor;
}
.klb-slider-wrapper .klb-slider .slick-nav {
  width: 2.375rem;
  height: 4.25rem;
  color: currentColor;
  background-color: transparent;
}
.klb-slider-wrapper .klb-slider .slick-nav svg {
  width: 130%;
  height: 130%;
}
.klb-slider-wrapper .klb-slider .slick-nav:hover {
  background-color: transparent;
}
.klb-slider-wrapper .klb-slider.hidden-arrows:not(.zoom-effect) .slick-nav {
  opacity: 0;
}
.klb-slider-wrapper .klb-slider.hidden-arrows:not(.zoom-effect) .slick-nav.slick-prev {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.klb-slider-wrapper .klb-slider.hidden-arrows:not(.zoom-effect) .slick-nav.slick-next {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.klb-slider-wrapper .klb-slider.hidden-arrows:not(.zoom-effect):hover .slick-nav {
  opacity: 1;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
.klb-slider-wrapper .klb-slider.hidden-arrows.zoom-effect .slick-nav {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
.klb-slider-wrapper .klb-slider.hidden-arrows.zoom-effect:hover .slick-nav {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.klb-slider-wrapper .klb-slider.slider-style .slick-nav.slick-prev {
  right: 0.9375rem;
}
.klb-slider-wrapper .klb-slider.slider-style .slick-nav.slick-next {
  left: 0.9375rem;
}
.klb-slider-wrapper .klb-slider.arrows-white-shadow .slick-nav {
  color: #1B1F22;
  background-color: #FFF;
  border: 1px solid;
  -webkit-box-shadow: 0 1px 3px 0 rgba(27, 31, 34, 0.08), 0 1px 2px 0 rgba(27, 31, 34, 0.04);
          box-shadow: 0 1px 3px 0 rgba(27, 31, 34, 0.08), 0 1px 2px 0 rgba(27, 31, 34, 0.04);
}
body[data-color=custom][data-theme=light] .klb-slider-wrapper .klb-slider.arrows-white-shadow .slick-nav {
  border-color: rgba(var(--color-rgb), 0.05);
}
body[data-color=default] .klb-slider-wrapper .klb-slider.arrows-white-shadow .slick-nav {
  border-color: var(--color-gray50);
}
.klb-slider-wrapper .klb-slider.arrows-white-border .slick-nav {
  border: 1px solid;
}
body[data-color=custom][data-theme=light] .klb-slider-wrapper .klb-slider.arrows-white-border .slick-nav {
  color: #1B1F22;
  background-color: #FFF;
  border-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .klb-slider-wrapper .klb-slider.arrows-white-border .slick-nav {
  color: #1B1F22;
  background-color: #FFF;
  border-color: var(--color-gray300);
}
.klb-slider-wrapper .klb-slider.arrows-white-opacity .slick-nav {
  color: #1B1F22;
  background-color: rgba(255, 255, 255, 0.25);
}
.klb-slider-wrapper .klb-slider.arrows-white-opacity .slick-nav:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
.klb-slider-wrapper .klb-slider.arrows-theme .slick-nav {
  color: var(--color-text);
  background-color: var(--color-background);
  border: 1px solid rgba(var(--color-rgb), 0.1);
}
.klb-slider-wrapper .klb-slider.arrows-theme .slick-nav:hover {
  background-color: var(--theme-primary-color);
  border-color: transparent;
}
.klb-slider-wrapper .klb-slider.arrows-dark .slick-nav {
  color: #FFF;
  background-color: rgba(27, 31, 34, 0.25);
}
.klb-slider-wrapper .klb-slider.arrows-dark .slick-nav:hover {
  background-color: rgba(27, 31, 34, 0.35);
}
.klb-slider-wrapper .klb-slider.arrows-style-1 .slick-nav {
  width: 2rem;
  height: 4.25rem;
  border-radius: calc(var(--theme-radius-base) / 2);
}
.klb-slider-wrapper .klb-slider.arrows-style-1 .slick-nav svg {
  width: 56%;
  height: auto;
}
.klb-slider-wrapper .klb-slider.arrows-style-1 .slick-nav svg > * {
  stroke-width: 2.5;
}
.klb-slider-wrapper .klb-slider.arrows-style-1.carousel-style .slick-nav.slick-prev {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.klb-slider-wrapper .klb-slider.arrows-style-1.carousel-style .slick-nav.slick-next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.klb-slider-wrapper .klb-slider.arrows-style-2 .slick-nav {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.klb-slider-wrapper .klb-slider.arrows-style-2 .slick-nav svg {
  width: 0.875rem;
  height: auto;
}
.klb-slider-wrapper .klb-slider.arrows-style-2 .slick-nav svg > * {
  stroke-width: 2;
}
.klb-slider-wrapper .klb-slider.arrows-style-2 .slick-nav.slick-prev svg {
  position: relative;
  right: -0.0625rem;
}
.klb-slider-wrapper .klb-slider.arrows-style-2 .slick-nav.slick-next svg {
  position: relative;
  left: -0.0625rem;
}
.klb-slider-wrapper .klb-slider.arrows-style-2.carousel-style .slick-nav.slick-prev {
  right: -1.25rem;
}
.klb-slider-wrapper .klb-slider.arrows-style-2.carousel-style .slick-nav.slick-next {
  left: -1.25rem;
}
.klb-slider-wrapper .klb-slider.arrows-style-2.slider-style .slick-nav {
  width: 3rem;
  height: 3rem;
}
.klb-slider-wrapper .klb-slider.arrows-style-2.slider-style .slick-nav svg {
  width: 1.125rem;
}
.klb-slider-wrapper .klb-slider.arrows-style-2.slider-style:not(.full-width) .slick-nav.slick-prev {
  right: -1.5rem;
}
.klb-slider-wrapper .klb-slider.arrows-style-2.slider-style:not(.full-width) .slick-nav.slick-next {
  left: -1.5rem;
}
.klb-slider-wrapper .slick-dots {
  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: 0.375rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .klb-slider-wrapper .slick-dots {
    margin: 1.875rem 0 0;
  }
}
.klb-slider-wrapper .slick-dots li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  line-height: 0;
}
.klb-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;
  font-size: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
body[data-color=custom][data-theme=light] .klb-slider-wrapper .slick-dots li button {
  background-color: rgba(var(--color-rgb), 0.2);
}
body[data-color=custom][data-theme=light] .klb-slider-wrapper .slick-dots li button:hover {
  background-color: rgba(var(--color-rgb), 0.3);
}
body[data-color=default] .klb-slider-wrapper .slick-dots li button {
  background-color: var(--color-gray300);
}
body[data-color=default] .klb-slider-wrapper .slick-dots li button:hover {
  background-color: var(--color-gray400);
}
.klb-slider-wrapper .slick-dots li.slick-active > button {
  background-color: var(--theme-primary-color) !important;
}
.klb-slider-wrapper .klb-slider.dots-style-2 .slick-dots {
  gap: 0.5625rem;
}
.klb-slider-wrapper .klb-slider.dots-style-2 .slick-dots li.slick-active button {
  border: 1px solid var(--theme-primary-color);
  -webkit-box-shadow: 0 0 0 2px var(--theme-primary-color);
          box-shadow: 0 0 0 2px var(--theme-primary-color);
  background-color: transparent !important;
}
@media screen and (min-width: 768px) {
  .klb-slider-wrapper .klb-slider.slider-style .slick-dots {
    position: absolute;
    bottom: 1.875rem;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    background-color: rgba(27, 31, 34, 0.3);
    padding: 0.375rem 0.5rem;
    border-radius: 1.25rem;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .klb-slider-wrapper .klb-slider.slider-style.dots-style-1 .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .klb-slider-wrapper .klb-slider.slider-style.dots-style-1 .slick-dots li button:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .klb-slider-wrapper .klb-slider.slider-style.dots-style-1 .slick-dots li.slick-active > button {
    background-color: white !important;
  }
}
.klb-slider-wrapper .klb-slider.gutter-2 .slick-track {
  margin-right: -0.125rem;
  margin-left: -0.125rem;
}
.klb-slider-wrapper .klb-slider.gutter-2 .slick-track .slider-item {
  padding-right: 0.125rem;
  padding-left: 0.125rem;
}
.klb-slider-wrapper .klb-slider.gutter-5 .slick-list {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
.klb-slider-wrapper .klb-slider.gutter-5 .slick-list .slider-item {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
.klb-slider-wrapper .klb-slider.gutter-10 .slick-list {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.klb-slider-wrapper .klb-slider.gutter-10 .slick-list .slider-item {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.klb-slider-wrapper .klb-slider.gutter-15 .slick-list {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.klb-slider-wrapper .klb-slider.gutter-15 .slick-list .slider-item {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.klb-slider-wrapper .klb-slider.gutter-25 .slick-list {
  margin-right: -1.5625rem;
  margin-left: -1.5625rem;
}
.klb-slider-wrapper .klb-slider.gutter-25 .slick-list .slider-item {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
.klb-slider-wrapper .klb-slider.full-width {
  margin-right: 0;
  margin-left: 0;
}
.klb-slider-wrapper .klb-slider.full-width .slider-item {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 1200px) {
  .klb-slider-wrapper .klb-slider.full-width .slick-nav.slick-prev {
    right: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .klb-slider-wrapper .klb-slider.full-width .slick-nav.slick-next {
    left: 1.875rem;
  }
}
.klb-slider-wrapper .klb-slider.full-width .klb-banner {
  border-radius: 0;
}
@media screen and (min-width: 1200px) {
  .klb-slider-wrapper .klb-slider.full-width .klb-banner.align-center .entry-inner {
    position: relative;
    top: -2.5rem;
  }
}
.klb-slider-wrapper .klb-slider.full-width .klb-banner .entry-wrapper {
  max-width: calc(var(--theme-site-width) - 5rem);
  margin-right: auto;
  margin-left: auto;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .klb-slider-wrapper .klb-slider.full-width .klb-banner .entry-wrapper.col-custom-offset-300 {
    padding-right: 23.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .klb-slider-wrapper .klb-slider.full-width .klb-banner .entry-wrapper.col-custom-offset-310 {
    padding-right: 23.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .klb-slider-wrapper .klb-slider.full-width .klb-banner .entry-wrapper.col-custom-offset-320 {
    padding-right: 24.375rem !important;
  }
}
.klb-slider-wrapper.visible-slider .slick-list {
  overflow: visible;
}
@media screen and (max-width: 1023.98px) {
  .klb-slider-wrapper .klb-slider.column-style .slider-item {
    height: auto !important;
    padding-bottom: 1.875rem;
  }
}
.klb-slider-wrapper .klb-slider.column-style .klb-banner {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .klb-slider-wrapper .klb-slider.column-style .klb-banner {
    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;
  }
}
.klb-slider-wrapper .klb-slider.column-style .entry-extra-image {
  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;
  top: 0;
  bottom: 0;
  left: 43%;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 1023.98px) {
  .klb-slider-wrapper .klb-slider.column-style .entry-extra-image {
    display: none;
  }
}
.klb-slider-wrapper .klb-slider.column-style .entry-extra-image img {
  height: 100%;
}
.klb-slider-wrapper .klb-slider.column-style .entry-media {
  position: relative;
  height: 30vh;
}
@media screen and (min-width: 1024px) {
  .klb-slider-wrapper .klb-slider.column-style .entry-media {
    position: absolute;
    max-width: 46%;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
  }
}
.klb-slider-wrapper .klb-slider.column-style .entry-media img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.klb-slider-wrapper .klb-slider.column-style .btn {
  font-size: var(--theme-button-font-size);
}
.klb-slider-wrapper .klb-slider.column-style .entry-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5625rem;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .klb-slider-wrapper .klb-slider.column-style .entry-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    padding-top: 0;
  }
}
.klb-slider-wrapper .klb-slider.column-style .entry-wrapper .entry-inner {
  width: 100%;
  max-width: none !important;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .klb-slider-wrapper .klb-slider.column-style .entry-wrapper .entry-inner {
    max-width: 45% !important;
    padding-right: 0;
    padding-left: 0;
  }
}
.klb-slider-wrapper .klb-slider.column-style .entry-wrapper .entry-inner .entry-footer .btn {
  height: 2.875rem;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
.klb-slider-wrapper .klb-slider.column-style.watch-slider .entry-extra-image {
  left: 45.4%;
}
@media screen and (min-width: 1024px) {
  .klb-slider-wrapper .klb-slider.column-style.watch-slider .entry-media {
    max-width: 44%;
  }
}
.klb-slider-wrapper .klb-slider.column-style.watch-slider .entry-wrapper .entry-inner {
  max-width: 44%;
  margin-left: -20px;
}
.klb-slider-wrapper .klb-slider.column-style.animate .entry-media > span {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-color: var(--color-gray25);
  z-index: 1;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0, 0.55, 1);
  transition: all 0.25s cubic-bezier(0.45, 0, 0.55, 1);
}
.klb-slider-wrapper .klb-slider.column-style.animate .entry-inner {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0, 0.55, 1);
  transition: all 0.25s cubic-bezier(0.45, 0, 0.55, 1);
}
.klb-slider-wrapper .klb-slider.column-style.animate .entry-extra-image {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0, 0.55, 1);
  transition: all 0.25s cubic-bezier(0.45, 0, 0.55, 1);
}
.klb-slider-wrapper .klb-slider.column-style.animate .animation-out .entry-inner {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
}
.klb-slider-wrapper .klb-slider.column-style.animate .animation-out .entry-extra-image {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}
.klb-slider-wrapper .klb-slider.column-style.animate .animation-out .entry-media > span {
  bottom: 0;
}
.klb-slider-wrapper .klb-slider.column-style.animate .animation-in .entry-inner, .klb-slider-wrapper .klb-slider.column-style.animate .animation-in .entry-extra-image {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: all 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.klb-slider-wrapper .klb-slider.column-style.animate .animation-in .entry-extra-image {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.klb-slider-wrapper .klb-slider.column-style.animate .animation-in .entry-media > span {
  top: 0;
  height: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
  transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
}

/* ----- countdown component ----- */
.klb-countdown-wrapper {
  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;
}
.klb-countdown-wrapper .klb-countdown {
  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.875rem;
  font-weight: 600;
  line-height: 1;
}
.klb-countdown-wrapper .klb-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;
  text-align: center;
  min-width: 1.875rem;
  height: 1.5625rem;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  margin-right: 0.1875rem;
  border: 1px solid;
  border-radius: calc(var(--theme-radius-base) / 2);
}
.klb-countdown-wrapper .klb-countdown .count-item .count {
  width: 1.1875rem;
}
.klb-countdown-wrapper .klb-countdown .count-item .count-label {
  font-size: 85%;
  font-weight: 400;
  margin-right: 0.25rem;
}
.klb-countdown-wrapper .klb-countdown .count-item + span {
  margin-right: 0.1875rem;
}
.klb-countdown-wrapper .klb-countdown.not-labelled .count-label {
  display: none;
}
.klb-countdown-wrapper .klb-countdown.separate-second .sep-h, .klb-countdown-wrapper .klb-countdown.separate-second .sep-m {
  display: none;
}
.klb-countdown-wrapper .klb-countdown.size-xs {
  font-size: 0.75rem;
}
.klb-countdown-wrapper .klb-countdown.size-xs .count-item {
  width: 1.875rem;
  height: 1.5rem;
  line-height: 1.625rem;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.klb-countdown-wrapper .klb-countdown.size-xs .count-item .count-label {
  font-size: 80%;
}
.klb-countdown-wrapper .klb-countdown.size-xs .count-item:first-child {
  margin-right: 0;
}
.klb-countdown-wrapper .klb-countdown.size-md {
  font-size: 1rem;
}
.klb-countdown-wrapper .klb-countdown.size-md .count-item {
  height: 1.875rem;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.klb-countdown-wrapper .klb-countdown.size-md .count-item .count {
  width: 1.4375rem;
}
.klb-countdown-wrapper .klb-countdown.size-md .count-item .count-label {
  font-size: 80%;
}
.klb-countdown-wrapper .klb-countdown.size-lg {
  font-size: 1.125rem;
}
.klb-countdown-wrapper .klb-countdown.size-lg .count-item {
  height: 2.125rem;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.klb-countdown-wrapper .klb-countdown.size-lg .count-item .count {
  width: 1.5625rem;
}
.klb-countdown-wrapper .klb-countdown.size-lg .count-item .count-label {
  position: relative;
  font-size: 80%;
  line-height: 2.125rem;
  top: 1px;
}
.klb-countdown-wrapper .klb-countdown.filled > span {
  opacity: 0.4;
}
.klb-countdown-wrapper .klb-countdown.filled .count-item {
  border-color: transparent;
  background-color: var(--color-gray100);
}
body[data-color=custom][data-theme=light] .klb-countdown-wrapper .klb-countdown.filled .count-item {
  background-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .klb-countdown-wrapper .klb-countdown.filled .count-item {
  background-color: var(--color-gray200);
}
.klb-countdown-wrapper .klb-countdown.filled.red .count-item {
  color: #FFF !important;
  background-color: var(--color-red600) !important;
}
.klb-countdown-wrapper .klb-countdown.filled.red .count-item .count-label {
  opacity: 0.6;
}
.klb-countdown-wrapper .klb-countdown.opacity-white .count-item {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.25) !important;
  border-color: transparent;
}
.klb-countdown-wrapper .klb-countdown.opacity-black .count-item {
  color: #1B1F22;
  background-color: rgba(27, 31, 34, 0.1) !important;
  border-color: transparent;
}
.klb-countdown-wrapper .klb-countdown.opacity-primary .count-item {
  color: var(--theme-primary-color);
  background-color: rgba(var(--theme-primary-color-RGB), 0.12) !important;
  border-color: transparent;
}
.klb-countdown-wrapper .klb-countdown.style-minimal {
  gap: 0.9375rem;
}
.klb-countdown-wrapper .klb-countdown.style-minimal .count-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 0;
  height: auto;
  border: 0;
}
@media screen and (min-width: 1024px) {
  .klb-countdown-wrapper .klb-countdown.style-minimal .count-item .count {
    font-size: 2.75rem;
    width: 3.125rem;
  }
}
.klb-countdown-wrapper .klb-countdown.style-minimal .count-item .count-label {
  font-size: 0.625rem;
  text-transform: uppercase;
  line-height: 1.8;
  margin-right: 0;
  opacity: 0.5;
}
.klb-countdown-wrapper .klb-countdown.style-minimal .count-item + span {
  display: none;
}
.klb-countdown-wrapper .klb-countdown.style-mini .count-item {
  border: 0;
  height: auto;
}

/* ----- Theme notification settings ----- */
.top-notification {
  position: relative;
  text-align: center;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  color: #FFF;
  background-repeat: no-repeat;
  background-color: #004798;
  background-size: cover;
  z-index: 11;
}
.top-notification .container {
  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) {
  .top-notification .container {
    -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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.top-notification p {
  margin-bottom: 0;
}
.top-notification p img {
  position: relative;
  max-width: 1.5rem;
  margin-left: 0.4375rem;
  top: -1px;
}
.top-notification .klb-countdown-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 992px) {
  .top-notification .klb-countdown-wrapper {
    margin-right: 0.625rem;
    margin-top: 0;
  }
}
.top-notification .klb-countdown-wrapper .klb-countdown > *:nth-child(2), .top-notification .klb-countdown-wrapper .klb-countdown > *:nth-child(4) {
  display: none;
}
.top-notification .klb-countdown-wrapper .klb-countdown > span {
  margin-right: 0.25rem;
}
.top-notification .klb-countdown-wrapper .klb-countdown .count-item {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  margin-right: 0.25rem;
}
.top-notification .klb-countdown-wrapper .klb-countdown .count-item .count-label {
  opacity: 0.5;
}

/* ----- Theme iconlist settings ----- */
.klb-iconlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  white-space: nowrap;
  list-style: none;
  width: 100%;
  overflow-x: scroll;
  margin: 0;
  padding: 0 0 0.3125rem;
}
@media screen and (min-width: 1200px) {
  .klb-iconlist ul {
    white-space: normal;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    overflow: visible;
    padding: 0;
  }
}
.klb-iconlist ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.klb-iconlist ul li .icon {
  font-size: 1.375rem;
  margin-left: 0.5rem;
}
.klb-iconlist ul li .icon i {
  line-height: 1;
}
.klb-iconlist ul li .icon i::before {
  margin: 0;
}
.klb-iconlist ul li .icon i.klb-ecommerce-icon-like {
  font-size: 1.25rem;
}
.klb-iconlist ul li .text p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

/* ----- Categories component ----- */
.klb-category-block.style-1 {
  position: relative;
  border-radius: var(--theme-radius-base);
}
body[data-color=custom][data-theme=light] .klb-category-block.style-1 {
  background-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .klb-category-block.style-1 {
  background-color: var(--color-gray100);
}
.klb-category-block.style-1 a {
  color: currentColor;
}
.klb-category-block.style-1 .category-detail {
  padding: 1.25rem 1.25rem 1.5625rem;
}
@media screen and (min-width: 992px) {
  .klb-category-block.style-1 .category-detail {
    padding: 1.5625rem 1.5625rem 1.875rem;
  }
}
.klb-category-block.style-1 .category-detail .entry-title {
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .klb-category-block.style-1 .category-detail .entry-title {
    font-size: 0.9375rem;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.klb-category-block.style-1 .category-detail > ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
}
.klb-category-block.style-1 .category-detail > ul li a {
  position: relative;
  display: inline-block;
  font-size: 0.75rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.klb-category-block.style-1 .category-detail > ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  right: 0;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.klb-category-block.style-1 .category-detail > ul li a:hover::before {
  opacity: 1;
}
.klb-category-block.style-1 .category-thumbnail img {
  height: 4.125rem;
  margin-right: auto;
  margin-left: auto;
}
.klb-category-block.style-2 {
  position: relative;
  text-align: center;
}
.klb-category-block.style-2 .category-thumbnail {
  margin-bottom: 0.625rem;
  padding: 1.25rem 1.25rem 0;
}
@media screen and (min-width: 1024px) {
  .klb-category-block.style-2 .category-thumbnail {
    padding: 1.5625rem 1.5625rem 0;
  }
}
.klb-category-block.style-2 .category-detail .entry-title {
  font-size: 0.9375rem;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.klb-category-block.style-2 .category-detail .category-count {
  font-size: 0.75rem;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.2s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
.klb-category-block.style-2:hover .category-detail .entry-title {
  color: var(--theme-primary-color);
}
.klb-category-block.style-2:hover .category-detail .category-count {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.klb-category-block.style-2.small .category-detail .entry-title {
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
}
.klb-category-block.style-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.klb-category-block.style-3 .category-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 35%;
  margin-left: 1.25rem;
}
.klb-category-block.style-3 .category-detail .entry-title {
  font-size: 0.9375rem;
  margin-bottom: 0;
}
.klb-category-block.style-3 .category-detail .category-count {
  font-size: 0.75rem;
  opacity: 0.4;
}
.klb-category-block.style-3 .category-detail .sub-categories {
  list-style: none;
  margin: 0.5rem 0 0.75rem;
  padding: 0;
}
.klb-category-block.style-3 .category-detail .sub-categories li a {
  position: relative;
  font-size: 0.8125rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  color: var(--color-gray700);
}
.klb-category-block.style-3 .category-detail .sub-categories li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  right: 0;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.klb-category-block.style-3 .category-detail .sub-categories li a:hover::before {
  opacity: 1;
}
.klb-category-block.style-3 .category-detail .btn {
  font-size: 0.8125rem;
}
.klb-category-block.style-4 {
  position: relative;
}
.klb-category-block.style-4 .entry-title {
  font-size: 1rem;
  text-align: center;
  margin-top: 0.625rem;
}
.klb-category-block.style-4 .category-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;
  padding: 0.375rem 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  background-color: var(--color-background);
  top: 0.625rem;
  left: 0.625rem;
  border-radius: var(--theme-radius-base);
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.klb-category-block.style-4:hover .category-count {
  opacity: 1;
}
.klb-category-block.style-5 {
  position: relative;
}
.klb-category-block.style-5 .category-detail {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0.9375rem;
}
.klb-category-block.style-5 .entry-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--theme-body-font);
  font-size: 0.8125rem;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0.625rem;
  background-color: var(--color-background);
  border: 1px solid var(--color-text);
  padding: 0.3125rem 0.625rem;
}
.klb-category-block.style-5:hover .category-count {
  opacity: 1;
}
.klb-category-block.style-6 {
  position: relative;
  text-align: center;
}
.klb-category-block.style-6 .category-thumbnail {
  margin-bottom: 0.625rem;
  background-color: var(--color-gray50);
  border-radius: 0.1875rem;
}
.klb-category-block.style-6 .category-detail .entry-title {
  font-size: 1rem;
  margin-bottom: 0.1875rem;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.klb-category-block.style-6 .category-detail .category-count {
  font-size: 0.75rem;
  color: var(--color-gray600);
}
.klb-category-block.style-6:hover .category-detail .entry-title {
  color: var(--theme-primary-color);
}
.klb-category-block.style-7 {
  position: relative;
  text-align: center;
}
.klb-category-block.style-7 .category-thumbnail {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-bottom: 0.625rem;
  border-radius: 0.1875rem;
}
.klb-category-block.style-7 .category-detail .entry-title {
  font-size: 0.875rem;
  margin-bottom: 0.1875rem;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.klb-category-block.style-7 .category-detail .category-count {
  font-size: 0.75rem;
  color: var(--color-gray600);
}
.klb-category-block.style-7:hover .category-detail .entry-title {
  color: var(--theme-primary-color);
}
.klb-category-block.style-8 {
  position: relative;
  border: 1px solid var(--color-gray300);
  overflow: hidden;
  border-radius: var(--theme-radius-base);
}
.klb-category-block.style-8 .category-detail {
  padding: 1.25rem;
}
.klb-category-block.style-8 .category-detail > img {
  max-height: 4.125rem;
  margin-right: auto;
  margin-left: auto;
}
.klb-category-block.style-8 .category-detail .category-count {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  opacity: 0.6;
}
.klb-category-block.style-9 {
  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;
  -webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.klb-category-block.style-9 .category-thumbnail svg {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .klb-category-block.style-9 .category-thumbnail svg {
    height: auto;
  }
}
.klb-category-block.style-9 .category-detail {
  position: absolute;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.klb-category-block.style-9 .category-detail .entry-title {
  font-size: 1.375rem;
  margin-bottom: 0;
}
.klb-category-block.style-9 .category-detail .entry-title span {
  display: block;
  width: 100%;
}
.klb-category-block.style-9:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.klb-category-block .rounded {
  position: relative;
  border-radius: 50% !important;
  overflow: hidden;
}

/* Category parent */
.category-bordered.slick-slider .slick-list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 0px);
  border: 0.0625rem solid;
  border-radius: var(--theme-radius-base);
  pointer-events: none;
}
body[data-color=custom][data-theme=light] .category-bordered.slick-slider .slick-list::before {
  border-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .category-bordered.slick-slider .slick-list::before {
  border-color: var(--color-gray200);
}
.category-bordered.slick-slider .slick-list .slider-item {
  position: relative;
}
.category-bordered.slick-slider .slick-list .slider-item:not(.slick-current)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
}
body[data-color=custom][data-theme=light] .category-bordered.slick-slider .slick-list .slider-item:not(.slick-current)::after {
  background-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .category-bordered.slick-slider .slick-list .slider-item:not(.slick-current)::after {
  background-color: var(--color-gray200);
}
.category-bordered.slick-slider .slick-list .klb-category-block {
  padding-bottom: 1.25rem;
}

/* ----- coupon settings ----- */
.klb-coupon-banner .klb-coupon-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: var(--theme-radius-base);
  padding: 0.9375rem;
}
.klb-coupon-banner .klb-coupon-inner .entry-title {
  font-size: 1.25rem;
}
.klb-coupon-banner .klb-coupon-inner .entry-title strong {
  font-weight: 700;
  text-decoration: underline;
}
.klb-coupon-banner .klb-coupon-inner p {
  font-size: 0.875rem;
}
.klb-coupon-banner .klb-coupon-inner .klb-coupon-code {
  font-size: 0.9375rem;
  font-weight: 600;
}
.klb-coupon-banner.red .klb-coupon-inner {
  color: #FFF;
  background-color: var(--color-red600);
}
.klb-coupon-banner.red-light .klb-coupon-inner {
  color: var(--color-red600);
  background-color: var(--color-red50);
}
.klb-coupon-banner.red-light .klb-coupon-inner p {
  color: var(--color-red700);
}
.klb-coupon-banner.yellow-light .klb-coupon-inner {
  color: var(--color-text);
  background-color: var(--color-yellow50);
}
.klb-coupon-banner.yellow-light .klb-coupon-inner p {
  color: var(--color-text);
}
.klb-coupon-banner.style-1 .klb-coupon-inner {
  -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;
  row-gap: 0.625rem;
}
@media screen and (min-width: 992px) {
  .klb-coupon-banner.style-1 .klb-coupon-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    line-height: 1;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.klb-coupon-banner.style-1 .klb-coupon-inner .entry-title {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .klb-coupon-banner.style-1 .klb-coupon-inner .entry-title {
    font-size: 1.125rem;
    text-align: initial;
    margin-bottom: 0;
  }
}
.klb-coupon-banner.style-1 .klb-coupon-inner p {
  margin-bottom: 0;
}
.klb-coupon-banner.style-1 .klb-coupon-inner .klb-coupon-code {
  font-size: 1rem;
  border: 1px dashed;
  padding: 0.4375rem 0.75rem;
  border-radius: calc(var(--theme-radius-base) / 2);
}

/*---------------------------------------------------- 
  05. Header
----------------------------------------------------*/
/* ----- Header global settings ----- */
.site-header:not(.transparent) {
  position: relative;
  z-index: 11;
}
[data-theme=light] .site-header:not(.transparent) .color-scheme-dark {
  color: #1B1F22;
}
.site-header:not(.transparent) .color-scheme-light {
  color: #FFF;
}
.site-header:not(.transparent) .color-scheme-theme {
  color: var(--color-text);
}
.site-header:not(.transparent) .color-layout-white {
  background-color: #FFF;
}
.site-header:not(.transparent) .color-layout-white.stuck {
  -webkit-box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
          box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
}
.site-header:not(.transparent) .color-layout-white.stuck .header-inner {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.site-header:not(.transparent) .color-layout-white.stuck::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  background-color: currentColor;
  opacity: 0.1;
}
.site-header:not(.transparent) .color-layout-black {
  background-color: #1B1F22;
}
.site-header:not(.transparent) .color-layout-black .header-decorator {
  color: #1B1F22;
}
.site-header:not(.transparent) .color-layout-red {
  background-color: var(--color-red600);
}
.site-header:not(.transparent) .color-layout-red .header-decorator {
  color: var(--color-red600);
}
.site-header:not(.transparent) .color-layout-theme {
  background-color: var(--color-background);
}
.site-header:not(.transparent) .color-layout-primary {
  background-color: var(--theme-primary-color);
}
.site-header:not(.transparent) .color-layout-primary .header-decorator {
  color: var(--theme-primary-color);
}
.site-header:not(.transparent) .color-layout-secondary {
  background-color: var(--theme-secondary-color);
}
.site-header:not(.transparent) .color-layout-secondary .header-decorator {
  color: var(--theme-secondary-color);
}
.site-header:not(.transparent) .color-layout-custom.green-light {
  background-color: #e5f3ef;
}
.site-header:not(.transparent) .color-layout-custom.green-light .header-decorator {
  color: #e5f3ef;
}
.site-header:not(.transparent) .color-layout-custom.dark-blue {
  background-color: #031424;
}
.site-header:not(.transparent) .color-layout-custom.dark-blue .header-decorator {
  color: #031424;
}
.site-header:not(.transparent) .color-layout-custom.brown {
  background-color: #3a2a2f;
}
.site-header:not(.transparent) .color-layout-custom.brown .header-decorator {
  color: #3a2a2f;
}
.site-header:not(.transparent) .color-layout-custom.brown-dark {
  background-color: #3a2a2f;
}
.site-header:not(.transparent) .color-layout-custom.brown-dark .header-decorator {
  color: #3a2a2f;
}
.site-header:not(.transparent) .color-layout-custom.auto-part {
  background-color: #132530;
}
.site-header:not(.transparent) .color-layout-custom.auto-part .header-decorator {
  color: #132530;
}
.site-header:not(.transparent) .color-layout-custom.medical {
  background-color: #05bbf2;
}
.site-header:not(.transparent) .color-layout-custom.medical .header-decorator {
  color: #05bbf2;
}
.site-header:not(.transparent) .color-layout-custom.jewellery {
  background-color: #faf5ea;
}
.site-header:not(.transparent) .color-layout-custom.baby {
  background-color: #ddf1eb;
}
.site-header:not(.transparent) .color-layout-custom.baby-1 {
  color: #fff;
  background-color: #00cae7;
}
.site-header:not(.transparent) .color-layout-custom.wine-menu {
  background-color: #fff4f6;
}
.site-header:not(.transparent) .color-layout-custom.book-dark {
  color: #fff;
  background-color: #1a2a4e;
}
.site-header:not(.transparent) .color-layout-custom.toys {
  color: #fff;
  background-color: #ec073c;
}
.site-header:not(.transparent) .color-layout-custom.garden-nav {
  background-color: #f8f5ec;
}
.site-header:not(.transparent) .detail-secondary .header-search-form .search-form button, .site-header:not(.transparent) .detail-secondary .header-action .action-icon .action-count {
  background-color: var(--theme-secondary-color) !important;
}
.site-header:not(.transparent) .detail-secondary .header-search-form.is-searchable form button {
  background-color: var(--theme-primary-color) !important;
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 1024px) {
  .site-header.header-transparent-desktop {
    position: absolute;
    width: 100%;
  }
  .site-header.header-transparent-desktop .header-topbar {
    color: #fff !important;
    background-color: transparent !important;
  }
  .site-header.header-transparent-desktop .header-main:not(.stuck) {
    color: #fff !important;
    background-color: transparent !important;
  }
  .site-header.header-transparent-desktop .header-main:not(.stuck) .site-brand .dark-logo {
    opacity: 0;
  }
  .site-header.header-transparent-desktop .header-main:not(.stuck) .site-brand .light-logo {
    opacity: 1;
  }
  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input::-webkit-input-placeholder {
    color: #FFF;
  }
  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input::-moz-placeholder {
    color: #FFF;
  }
  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:-ms-input-placeholder {
    color: #FFF;
  }
  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input::-ms-input-placeholder {
    color: #FFF;
  }
  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input::placeholder {
    color: #FFF;
  }
  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:active, .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:focus {
    color: var(--color-text);
  }
  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:active::-webkit-input-placeholder, .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:focus::-webkit-input-placeholder {
    color: var(--color-gray600);
  }
  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:active::-moz-placeholder, .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:focus::-moz-placeholder {
    color: var(--color-gray600);
  }
  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:active:-ms-input-placeholder, .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:focus:-ms-input-placeholder {
    color: var(--color-gray600);
  }
  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:active::-ms-input-placeholder, .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:focus::-ms-input-placeholder {
    color: var(--color-gray600);
  }
  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:active::placeholder, .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:focus::placeholder {
    color: var(--color-gray600);
  }
  .site-header.header-transparent-desktop .border-bottom:not(.stuck) {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
  }
}
.site-header .header-decorator {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  right: 0;
}
.site-header .bordered-bottom-dark {
  border-bottom: 2px solid #1B1F22 !important;
}
.site-header .header-row {
  background-repeat: no-repeat;
  background-size: cover;
}
.site-header .header-row.stuck {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}
.site-header .header-inner > .col + * {
  padding-right: 0.9375rem;
}
.site-header .header-inner > .col > * + * {
  margin-right: 0.9375rem;
}
.site-header .header-search-form {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
}
.site-header .header-search-form::before {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #1B1F22;
  opacity: 0;
  visibility: hidden;
}
.site-header .header-search-form .search-form {
  position: relative;
}
.site-header .header-search-form .search-form::before {
  position: absolute;
  content: "";
  right: -0.5rem;
  left: -0.5rem;
  bottom: -0.5rem;
  top: -0.5rem;
  background-color: var(--color-background);
  border-top-right-radius: calc(var(--theme-radius-base) + 2px);
  border-top-left-radius: calc(var(--theme-radius-base) + 2px);
  opacity: 0;
  visibility: hidden;
}
.site-header .header-search-form .search-form input {
  position: relative;
  font-weight: 500;
  color: var(--color-text);
  padding-left: 3rem !important;
}
@media screen and (min-width: 768px) {
  .site-header .header-search-form .search-form input {
    font-size: 0.9375rem;
    line-height: 3rem;
    height: 3rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.site-header .header-search-form .search-form input::-webkit-input-placeholder {
  font-weight: 400;
}
.site-header .header-search-form .search-form input::-moz-placeholder {
  font-weight: 400;
}
.site-header .header-search-form .search-form input:-ms-input-placeholder {
  font-weight: 400;
}
.site-header .header-search-form .search-form input::-ms-input-placeholder {
  font-weight: 400;
}
.site-header .header-search-form .search-form input::placeholder {
  font-weight: 400;
}
.site-header .header-search-form .search-form button {
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
  min-width: 3rem;
  height: 100%;
  top: 0;
  left: 0;
  color: currentColor;
  border-top-left-radius: var(--theme-radius-form);
  border-bottom-left-radius: var(--theme-radius-form);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 0.1875rem;
  padding-left: 0.1875rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.site-header .header-search-form .search-form button i {
  position: relative;
}
.site-header .header-search-form .search-form button i::before {
  margin: 0;
}
.site-header .header-search-form .search-form.form-style-primary input {
  background-color: transparent;
  border-color: var(--theme-primary-color);
  -webkit-box-shadow: 0 0 0 0.0625rem var(--theme-primary-color) !important;
          box-shadow: 0 0 0 0.0625rem var(--theme-primary-color) !important;
}
.site-header .header-search-form .search-form.form-style-primary input:hover {
  background-color: transparent;
}
.site-header .header-search-form .search-form.form-style-primary button {
  color: #FFF;
  background-color: var(--theme-primary-color);
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.site-header .header-search-form .search-form.form-style-white-primary input {
  background-color: #FFF;
  border-color: var(--theme-primary-color);
  -webkit-box-shadow: 0 0 0 0.0625rem var(--theme-primary-color) !important;
          box-shadow: 0 0 0 0.0625rem var(--theme-primary-color) !important;
}
.site-header .header-search-form .search-form.form-style-white-primary input:hover {
  background-color: #FFF;
  border-color: var(--theme-primary-color);
  -webkit-box-shadow: 0 0 0 0.0625rem var(--theme-primary-color) !important;
          box-shadow: 0 0 0 0.0625rem var(--theme-primary-color) !important;
}
.site-header .header-search-form .search-form.form-style-white-primary button {
  color: #FFF;
  background-color: var(--theme-primary-color);
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.site-header .header-search-form .search-form.form-style-white-custom-organic input {
  background-color: #FFF;
  border-color: var(--theme-primary-color);
  -webkit-box-shadow: 0 0 0 0.0625rem #296601 !important;
          box-shadow: 0 0 0 0.0625rem #296601 !important;
}
.site-header .header-search-form .search-form.form-style-white-custom-organic input:hover {
  background-color: #FFF;
  border-color: var(--theme-primary-color);
  -webkit-box-shadow: 0 0 0 0.0625rem #296601 !important;
          box-shadow: 0 0 0 0.0625rem #296601 !important;
}
.site-header .header-search-form .search-form.form-style-white-custom-organic button {
  color: #FFF;
  background-color: #296601;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.site-header .header-search-form .search-form .input-search-addon {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  border-left: 1px solid;
  z-index: 1;
}
body[data-color=custom][data-theme=light] .site-header .header-search-form .search-form .input-search-addon {
  border-color: rgba(var(--color-rgb), 0.25);
}
body[data-color=default] .site-header .header-search-form .search-form .input-search-addon {
  border-color: var(--color-gray300);
}
.site-header .header-search-form .search-form .input-search-addon .selected-value {
  position: fixed;
  font-family: var(--theme-form-font);
  font-size: var(--theme-form-font-size);
  font-weight: var(--theme-form-font-weight);
  letter-spacing: var(--theme-form-letter-spacing);
  padding-right: 0.75rem;
  padding-left: 1.875rem;
  right: -10000px;
  visibility: hidden;
  opacity: 0;
}
.site-header .header-search-form .search-form .input-search-addon .form-select {
  font-size: 0.875rem;
  height: 100%;
  color: var(--color-text);
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  outline: none;
}
.site-header .header-search-form .header-search-results {
  position: absolute;
  color: var(--color-text);
  background-color: var(--color-background);
  top: calc(100% + 3px);
  right: -0.5rem;
  left: -0.5rem;
  padding: 0.9375rem 0.625rem 0.625rem;
  border-bottom-right-radius: calc(var(--theme-radius-base) + 2px);
  border-bottom-left-radius: calc(var(--theme-radius-base) + 2px);
  opacity: 0;
  visibility: hidden;
}
.site-header .header-search-form .header-search-results .search-results-heading {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-gray500);
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 0.5rem;
}
.site-header .header-search-form .header-search-results ul {
  margin: 0;
  padding: 0 0 0.625rem;
  list-style: none;
}
.site-header .header-search-form .header-search-results ul.tag-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.25rem;
  padding-right: 0.625rem;
  padding-right: 0.625rem;
}
.site-header .header-search-form .header-search-results ul.tag-style li {
  margin: 0.25rem;
}
.site-header .header-search-form .header-search-results ul.tag-style 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.8125rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-radius: calc(var(--theme-radius-form) / 2);
  -webkit-transition: all 0.05s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.05s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-color=custom][data-theme=light] .site-header .header-search-form .header-search-results ul.tag-style li a {
  border: 1px solid rgba(var(--color-rgb), 0.17);
}
body[data-color=default] .site-header .header-search-form .header-search-results ul.tag-style li a {
  border: 1px solid var(--color-gray300);
}
.site-header .header-search-form .header-search-results ul.tag-style li a:hover {
  color: #FFF;
  background-color: var(--theme-primary-color);
  border-color: transparent;
}
.site-header .header-search-form .header-search-results ul.list-style {
  margin-top: -0.5rem;
}
.site-header .header-search-form .header-search-results ul.list-style li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: calc(var(--theme-radius-base) / 2);
}
.site-header .header-search-form .header-search-results ul.list-style li a .count {
  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;
  opacity: 0.5;
  margin-right: auto;
}
.site-header .header-search-form .header-search-results ul.list-style li a .count i {
  font-size: 0.875rem;
  margin-left: 0.3125rem;
  line-height: 1;
}
.site-header .header-search-form .header-search-results ul.list-style li a .count i::before {
  margin: 0;
}
body[data-color=custom][data-theme=light] .site-header .header-search-form .header-search-results ul.list-style li a:hover {
  background-color: rgba(var(--color-rgb), 0.07);
}
body[data-color=default] .site-header .header-search-form .header-search-results ul.list-style li a:hover {
  background-color: var(--color-gray50);
}
.site-header .header-search-form .header-search-results ul + .search-results-heading {
  margin-top: 0.625rem;
}
.site-header .header-search-form .header-search-results.grid-style.style-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-header .header-search-form .header-search-results.grid-style.style-1 .column {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding: 0.9375rem 0.9375rem 1.25rem;
}
.site-header .header-search-form .header-search-results.grid-style.style-1 .column.keywords-column {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 15rem;
  padding-top: 0;
  padding-right: 0.625rem;
}
.site-header .header-search-form .header-search-results.grid-style.style-1 .column.keywords-column::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}
body[data-color=custom][data-theme=light] .site-header .header-search-form .header-search-results.grid-style.style-1 .column.keywords-column::before {
  background-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .site-header .header-search-form .header-search-results.grid-style.style-1 .column.keywords-column::before {
  background-color: var(--color-gray100);
}
.site-header .header-search-form .header-search-results.grid-style.style-1 .column.keywords-column ul li + li {
  border-top: 1px solid;
}
body[data-color=custom][data-theme=light] .site-header .header-search-form .header-search-results.grid-style.style-1 .column.keywords-column ul li + li {
  border-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .site-header .header-search-form .header-search-results.grid-style.style-1 .column.keywords-column ul li + li {
  border-color: var(--color-gray100);
}
.site-header .header-search-form .header-search-results.grid-style.style-1 .column.keywords-column ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.site-header .header-search-form .header-search-results.grid-style.style-1 .column.products.grid-style {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.25rem;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
.site-header .header-search-form .header-search-results.grid-style.style-1 .column.products.grid-style::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}
body[data-color=custom][data-theme=light] .site-header .header-search-form .header-search-results.grid-style.style-1 .column.products.grid-style::before {
  background-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .site-header .header-search-form .header-search-results.grid-style.style-1 .column.products.grid-style::before {
  background-color: var(--color-gray100);
}
.site-header .header-search-form .header-search-results.grid-style.style-1 .column.products.grid-style .product-title {
  font-size: 0.9375rem;
}
.site-header .header-search-form .header-search-results.grid-style.style-1 .column.products.list-style {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-header .header-search-form .header-search-results.grid-style.style-1 .column.products.list-style .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-header .header-search-form .header-search-results.grid-style.style-1 .column.products.list-style .product + .product {
  margin-top: 1.875rem;
}
.site-header .header-search-form .header-search-results.grid-style.style-1 .column.products.list-style .product .thumbnail-wrapper {
  width: 4.125rem;
}
.site-header .header-search-form .header-search-results.grid-style.style-1 .column.products.list-style .product .price {
  font-size: 0.9375rem;
}
.site-header .header-search-form .header-search-results.grid-style.style-1 .column.products.list-style .product .product-title {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.site-header .header-search-form.is-searchable::before {
  opacity: 0.2;
  visibility: visible;
}
.site-header .header-search-form.is-searchable .search-form::before {
  opacity: 1;
  visibility: visible;
}
.site-header .header-search-form.is-searchable .header-search-results {
  opacity: 1;
  visibility: visible;
}
.site-header .site-brand .brand-text {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (min-width: 992px) {
  .site-header .site-brand .brand-text {
    font-size: 2.25rem;
  }
}
.site-header .site-brand img {
  height: 2.625rem;
}
.site-header .header-notify {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .header-notify i {
  font-size: 128%;
  margin-left: 0.4375rem;
  line-height: 1;
}
.site-header .header-notify i::before {
  margin: 0;
}
.site-header .header-notify p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  margin-bottom: 0;
}
.site-header .header-notify p strong {
  display: inline-block;
  font-weight: 600;
}
.site-header .header-notify p a {
  font-weight: 600;
  margin-right: 0.1875rem;
}
.site-header .header-notify.link-filled p a {
  padding: 0.0625rem 0.5625rem;
  margin-right: 0.125rem;
  margin-left: 0.125rem;
  border-radius: 1.75rem;
  background-color: var(--color-gray100);
}
.site-header .header-notify.icon-large i {
  font-size: 145%;
  margin-left: 0.625rem;
}
.site-header .header-notify.location-text strong {
  display: inline-block;
  max-width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-header .custom-button {
  height: 100%;
}
.site-header .custom-button > 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;
  height: 100%;
  line-height: 0;
  margin-bottom: 0;
}
.site-header .custom-button > a i {
  font-size: 128%;
  margin-left: 0.625rem;
  line-height: 1;
}
.site-header .custom-button > a i::before {
  margin: 0;
}
.site-header .custom-button > a.has-dropdown::after {
  font-family: "klbtheme";
  font-size: 88%;
  content: "\ea1b";
  margin-right: 0.625rem;
}
.site-header .custom-button .sub-menu {
  position: absolute;
  height: auto;
  width: 100%;
  right: 0;
  top: 100%;
  color: var(--color-text);
  padding-top: 1.5625rem;
  padding-bottom: 3.75rem;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-transition: opacity 0.1s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.1s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.1s cubic-bezier(0.42, 0, 0.58, 1), transform 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.1s cubic-bezier(0.42, 0, 0.58, 1), transform 0.15s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.15s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-header .custom-button .sub-menu .mega-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
}
.site-header .custom-button .sub-menu .mega-header .entry-title {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.site-header .custom-button .sub-menu .mega-header .entry-description {
  margin-right: 0.9375rem;
}
.site-header .custom-button .sub-menu .mega-header .entry-description p {
  font-size: 0.875rem;
  margin-bottom: 0;
  opacity: 0.6;
}
.site-header .custom-button .sub-menu .products {
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
.site-header .custom-button .sub-menu .products .product {
  position: relative;
}
.site-header .custom-button .sub-menu .products .product::after {
  content: "";
  position: absolute;
  width: 0.0625rem;
  height: 100%;
  top: 0;
  right: -1.875rem;
  background-color: currentColor;
}
body[data-color=custom][data-theme=light] .site-header .custom-button .sub-menu .products .product::after {
  background-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .site-header .custom-button .sub-menu .products .product::after {
  background-color: var(--color-gray200);
}
.site-header .custom-button .sub-menu .products .product:first-child::after {
  display: none;
}
.site-header .custom-button .sub-menu .products .product .price {
  line-height: initial;
}
.site-header .custom-button:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header .custom-link > 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;
  height: 100%;
  line-height: 0;
  margin-bottom: 0;
}
.site-header .custom-link > a i {
  font-size: 128%;
  margin-left: 0.625rem;
  line-height: 1;
}
.site-header .custom-link > a i::before {
  margin: 0;
}
.site-header .theme-toggle .theme-mode-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.site-header .theme-toggle .theme-mode-toggle .toggle-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: 0.8125rem;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 0.375rem;
}
.site-header .theme-toggle .theme-mode-toggle .toggle-icon i {
  line-height: 1;
}
.site-header .theme-toggle .theme-mode-toggle .toggle-icon i::before {
  margin: 0;
}
.site-header .theme-toggle .theme-mode-toggle .toggle-text {
  font-weight: 500;
  margin-right: 0.4375rem;
}
.site-header .theme-toggle .theme-mode-toggle .toggle-text .light-theme {
  display: none;
}
.site-header .header-action > *:not(.dropdown-menu) {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 2.375rem;
  height: 2.375rem;
}
.site-header .header-action .action-icon {
  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: 2.375rem;
  height: 100%;
}
.site-header .header-action .action-icon i {
  font-size: 1.625rem;
  line-height: 1;
}
.site-header .header-action .action-icon i::before {
  margin: 0;
}
.site-header .header-action .action-icon i.klb-icon-user-big {
  font-size: 1.5rem;
}
.site-header .header-action .action-icon i.klb-icon-italic-shop, .site-header .header-action .action-icon i.klb-icon-hearth-wide, .site-header .header-action .action-icon i.klb-icon-user-cut {
  font-size: 1.75rem;
}

.site-header .header-action .action-icon .action-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: 500;
  line-height: 1.0625rem;
  min-width: 1.0625rem;
  padding-right: 0.0625rem;
  padding-left: 0.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  top: 0.125rem;
  left: -0.125rem;
  color: #FFF;
  background-color: var(--theme-primary-color);
}
.site-header .header-action .action-text {
  line-height: 1.3;
}
.site-header .header-action .action-text > span {
  display: block;
  font-size: 0.6875rem;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.4;
}
.site-header .header-action .action-text p {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0;
}
.site-header .header-action.row-style .action-text {
  margin-right: 0.625rem;
}
.site-header .header-action.column-style > *:not(.dropdown-menu) {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.site-header .header-action.column-style > *:not(.dropdown-menu) .action-icon {
  height: 2.375rem;
  top: -0.1875rem;
}
.site-header .header-action.column-style > *:not(.dropdown-menu) .action-text {
  margin-top: -0.125rem;
}
.site-header .header-action.column-style > *:not(.dropdown-menu) .action-text p {
  font-size: 0.8125rem;
}
.site-header .header-action.column-style + .column-style {
  margin-right: 1.75rem;
}

.site-header .header-action.cart-button .custom-dropdown-menu {
  z-index: 10;
}
.site-header .header-action.cart-button .custom-dropdown-body .cart-empty {
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.site-header .header-action.cart-button .custom-dropdown-body .cart-empty .empty-icon {
  margin-bottom: 1.25rem;
}
.site-header .header-action.cart-button .custom-dropdown-body .cart-empty .empty-icon svg {
  width: 4.75rem;
  height: 4.75rem;
  fill: var(--color-gray200);
}
.site-header .header-action.cart-button .custom-dropdown-body .cart-empty .empty-text {
  font-size: 0.875rem;
  font-weight: 500;
}
.site-header .header-action.cart-button .custom-dropdown-body .cart-discount {
  font-size: 0.75rem;
  text-align: center;
  border-top: 1px dashed var(--color-gray200);
  padding-top: 0.9375rem;
  margin-top: 0.9375rem;
}
.site-header .header-action.cart-button .custom-dropdown-body .cart-discount p {
  margin-bottom: 0;
}
.site-header .header-action.cart-button .custom-dropdown-body .cart-discount p strong {
  font-weight: 600;
  text-decoration: underline;
}
.site-header .header-action.cart-button .cart-not-empty {
  position: relative;
}
.site-header .header-action.cart-button .cart-not-empty .site-scroll.ps--active-y .remove_from_cart_button {
  margin-left: 0.5rem;
}
.site-header .header-action.cart-button .cart-not-empty .products {
  max-height: 15rem;
}
.site-header .header-action.cart-button .cart-not-empty .products .product + .product {
  margin-top: 0.625rem;
  padding-top: 0.9375rem;
  border-top: 1px solid;
}
body[data-color=custom][data-theme=light] .site-header .header-action.cart-button .cart-not-empty .products .product + .product {
  border-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .site-header .header-action.cart-button .cart-not-empty .products .product + .product {
  border-color: var(--color-gray100);
}
.site-header .header-action.cart-button .cart-not-empty .products .product .thumbnail-wrapper {
  width: 3rem;
}
.site-header .header-action.cart-button .cart-not-empty .products .product .product-title {
  font-size: 0.8125rem;
  margin-bottom: 0.3125rem;
}
.site-header .header-action.cart-button .cart-not-empty .products .product .price {
  font-size: 0.875rem;
}
.site-header .header-action.cart-button .cart-not-empty .products .product .price .woocommerce-Price-amount {
  color: var(--color-red600);
}
.site-header .header-action.cart-button .cart-not-empty .products .product .content-wrapper {
  padding-left: 0.3125rem;
}
.site-header .header-action.cart-button .cart-not-empty .products .product .remove_from_cart_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  font-size: 1rem;
  text-shadow: 0 0 0;
  margin-top: -0.1875rem;
}
.site-header .header-action.cart-button .cart-not-empty .woocommerce-mini-cart__total {
  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;
  font-size: 0.875rem;
  padding-top: 0.625rem;
  margin-bottom: 0.625rem;
  border-top: 1px solid;
}
body[data-color=custom][data-theme=light] .site-header .header-action.cart-button .cart-not-empty .woocommerce-mini-cart__total {
  border-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .site-header .header-action.cart-button .cart-not-empty .woocommerce-mini-cart__total {
  border-color: var(--color-gray100);
}
.site-header .header-action.cart-button .cart-not-empty .woocommerce-mini-cart__total strong {
  font-weight: 500;
}
.site-header .header-action.cart-button .cart-not-empty .woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-red600);
}
.site-header .header-action.cart-button .cart-not-empty .klb-free-shipping {
  margin-bottom: 0.75rem;
  padding: 0.5rem 0.75rem;
  border-radius: calc(var(--theme-radius-base) / 2);
  background-color: var(--color-red25);
}
.site-header .header-action.cart-button .cart-not-empty .klb-free-shipping .shipping-progress {
  background-color: var(--color-red100);
}
.site-header .header-action.cart-button .cart-not-empty .klb-free-shipping .shipping-notice {
  font-size: 0.8125rem;
}
.site-header .header-action.cart-button .cart-not-empty .klb-free-shipping .shipping-notice i {
  display: none;
}
.site-header .header-action.cart-button .cart-not-empty .woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
.site-header .header-action.cart-button .cart-not-empty .woocommerce-mini-cart__buttons > * {
  font-size: 0.8125rem;
  height: 2.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.site-header .header-action.custom-toggle .action-link {
  height: 3rem;
  border: 1px solid var(--color-gray300);
  padding-right: 0.3125rem;
  padding-left: 0.75rem;
  border-radius: var(--theme-radius-base);
}
.site-header .header-action.custom-toggle .action-icon i {
  font-size: 1.5rem;
}
.site-header .header-action.custom-toggle.filled .action-link {
  border-radius: 0.125rem;
  border-color: transparent;
}
.site-header .header-action.custom-toggle.filled.light .action-link {
  background-color: rgba(255, 255, 255, 0.1);
}
.site-header .header-action.custom-toggle.filled.light .action-link:hover {
  background-color: rgba(255, 255, 255, 0.14);
}
.site-header .header-action.custom-toggle.filled.dark .action-link {
  background-color: rgba(27, 31, 34, 0.1);
}
.site-header .header-action.custom-toggle.filled.dark .action-link:hover {
  background-color: rgba(27, 31, 34, 0.14);
}
.site-header .header-action.search-holder .search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 16.25rem;
  height: auto;
}
.site-header .header-action.search-holder .search-form .search-input {
  height: 2.75rem;
}
.site-header .header-action.search-holder .search-form .search-input::-webkit-input-placeholder {
  font-weight: 400 !important;
}
.site-header .header-action.search-holder .search-form .search-input::-moz-placeholder {
  font-weight: 400 !important;
}
.site-header .header-action.search-holder .search-form .search-input:-ms-input-placeholder {
  font-weight: 400 !important;
}
.site-header .header-action.search-holder .search-form .search-input::-ms-input-placeholder {
  font-weight: 400 !important;
}
.site-header .header-action.search-holder .search-form .search-input::placeholder {
  font-weight: 400 !important;
}
.site-header .header-action.search-holder .search-form button {
  position: absolute;
  font-size: 1.375rem;
  top: 0;
  left: 0;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0.3125rem;
  color: currentColor;
  background-color: transparent;
}
.site-header .header-action.search-holder .search-form button:hover {
  background-color: transparent;
}

/* ----- Header topbar settings ----- */
.header-topbar {
  font-size: var(--theme-topbar-font-size);
  font-weight: var(--theme-topbar-font-weight);
}
.header-topbar a {
  color: currentColor;
  outline: none;
  -webkit-transition: color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.header-topbar .header-inner {
  height: var(--theme-topbar-height);
}
.header-topbar .header-inner > * {
  height: 100%;
}
.header-topbar .klb-menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-topbar .klb-menu-nav .klb-menu-prefix {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  margin-left: 0.625rem;
  opacity: 0.4;
}
.header-topbar .klb-menu-nav .klb-menu-prefix i {
  font-size: 128%;
  margin-left: 0.4375rem;
  line-height: 1;
  opacity: 1;
}
.header-topbar .klb-menu-nav .klb-menu-prefix i::before {
  margin: 0;
}
.header-topbar .klb-menu-nav .klb-menu > li > a {
  height: var(--theme-topbar-height);
  line-height: var(--theme-topbar-height);
}
.header-topbar .klb-menu-nav .klb-menu > li .sub-menu {
  right: -1.375rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.header-topbar .klb-menu-nav .klb-menu > li .sub-menu .menu-item a {
  font-size: var(--theme-topbar-submenu-font-size);
  font-weight: var(--theme-topbar-submenu-font-weight);
  width: 100%;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  line-height: initial;
}
.header-topbar .klb-menu-nav + .klb-menu-nav::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 0.0625rem;
  height: 0.9375rem;
  background-color: currentColor;
  margin-left: 1.0625rem;
  opacity: 0.2;
}
.header-topbar .theme-toggle {
  margin-right: 1.25rem;
}
.header-topbar .header-notify .link-filled {
  padding: 0.0625rem 0.5625rem;
  margin-right: 0.125rem;
  margin-left: 0.125rem;
  border-radius: 1.75rem;
}
.header-topbar .header-notify + .klb-menu-nav {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-topbar .header-notify + .klb-menu-nav::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 0.0625rem;
  height: 0.9375rem;
  background-color: currentColor;
  margin-left: 1.0625rem;
  opacity: 0.2;
}
.header-topbar .custom-button > * {
  font-weight: 400;
}
.header-topbar .custom-button > * .badge {
  font-size: 0.75rem;
  font-weight: 500;
  color: currentColor;
  max-height: 1.5625rem;
  margin-left: 0.25rem;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
.header-topbar.color-scheme-custom {
  color: #1B1F22;
  background-color: #FFF;
}
[data-color=default][data-theme=light] .header-topbar:not(.color-layout-black) .theme-mode-toggle .header-light-background, [data-color=default][data-theme=light] .header-topbar:not(.color-layout-black) .custom-button-link .header-light-background {
  background-color: var(--color-cool50);
}
[data-color=custom][data-theme=light] .header-topbar:not(.color-layout-black) .theme-mode-toggle .header-light-background, [data-color=custom][data-theme=light] .header-topbar:not(.color-layout-black) .custom-button-link .header-light-background {
  background-color: rgba(27, 31, 34, 0.07);
}
[data-color=default][data-theme=light] .header-topbar:not(.color-layout-black) .theme-mode-toggle:hover .header-light-background, [data-color=default][data-theme=light] .header-topbar:not(.color-layout-black) .theme-mode-toggle:hover .custom-button-link, [data-color=default][data-theme=light] .header-topbar:not(.color-layout-black) .custom-button-link:hover .header-light-background, [data-color=default][data-theme=light] .header-topbar:not(.color-layout-black) .custom-button-link:hover .custom-button-link {
  background-color: var(--color-cool100);
}
[data-color=custom][data-theme=light] .header-topbar:not(.color-layout-black) .theme-mode-toggle:hover .header-light-background, [data-color=custom][data-theme=light] .header-topbar:not(.color-layout-black) .theme-mode-toggle:hover .custom-button-link, [data-color=custom][data-theme=light] .header-topbar:not(.color-layout-black) .custom-button-link:hover .header-light-background, [data-color=custom][data-theme=light] .header-topbar:not(.color-layout-black) .custom-button-link:hover .custom-button-link {
  background-color: rgba(27, 31, 34, 0.1);
}
.header-topbar.color-layout-primary .theme-mode-toggle .header-light-background, .header-topbar.color-layout-primary .custom-button-link .header-light-background, .header-topbar.color-layout-black .theme-mode-toggle .header-light-background, .header-topbar.color-layout-black .custom-button-link .header-light-background {
  background-color: rgba(255, 255, 255, 0.12) !important;
}
.header-topbar.color-layout-primary .theme-mode-toggle:hover .header-light-background, .header-topbar.color-layout-primary .theme-mode-toggle:hover .custom-button-link, .header-topbar.color-layout-primary .custom-button-link:hover .header-light-background, .header-topbar.color-layout-primary .custom-button-link:hover .custom-button-link, .header-topbar.color-layout-black .theme-mode-toggle:hover .header-light-background, .header-topbar.color-layout-black .theme-mode-toggle:hover .custom-button-link, .header-topbar.color-layout-black .custom-button-link:hover .header-light-background, .header-topbar.color-layout-black .custom-button-link:hover .custom-button-link {
  background-color: rgba(255, 255, 255, 0.18) !important;
}
.header-topbar.color-layout-primary .header-notify.link-filled p a, .header-topbar.color-layout-black .header-notify.link-filled p a {
  background-color: rgba(255, 255, 255, 0.2);
}
.header-topbar.color-layout-custom.green-light .theme-mode-toggle .header-light-background, .header-topbar.color-layout-custom.green-light .custom-button-link .header-light-background {
  background-color: rgba(var(--theme-primary-color-RGB), 0.12) !important;
}
.header-topbar.color-layout-custom.green-light .theme-mode-toggle:hover .header-light-background, .header-topbar.color-layout-custom.green-light .theme-mode-toggle:hover .custom-button-link, .header-topbar.color-layout-custom.green-light .custom-button-link:hover .header-light-background, .header-topbar.color-layout-custom.green-light .custom-button-link:hover .custom-button-link {
  background-color: rgba(var(--theme-primary-color-RGB), 0.16) !important;
}
.header-topbar.color-layout-custom.green-light .header-notify.link-filled p a {
  background-color: rgba(var(--theme-primary-color-RGB), 0.12) !important;
}
.header-topbar.color-layout-custom.dark-blue .theme-mode-toggle .header-light-background, .header-topbar.color-layout-custom.dark-blue .custom-button-link .header-light-background {
  background-color: rgba(255, 255, 255, 0.12) !important;
}
.header-topbar.color-layout-custom.dark-blue .theme-mode-toggle:hover .header-light-background, .header-topbar.color-layout-custom.dark-blue .theme-mode-toggle:hover .custom-button-link, .header-topbar.color-layout-custom.dark-blue .custom-button-link:hover .header-light-background, .header-topbar.color-layout-custom.dark-blue .custom-button-link:hover .custom-button-link {
  background-color: rgba(255, 255, 255, 0.16) !important;
}
.header-topbar.color-layout-custom.dark-blue .header-notify.link-filled p a {
  background-color: rgba(255, 255, 255, 0.12) !important;
}
.header-topbar.color-layout-custom.brown-dark .theme-mode-toggle .header-light-background, .header-topbar.color-layout-custom.brown-dark .custom-button-link .header-light-background, .header-topbar.color-layout-custom.auto-part .theme-mode-toggle .header-light-background, .header-topbar.color-layout-custom.auto-part .custom-button-link .header-light-background, .header-topbar.color-layout-custom.primary .theme-mode-toggle .header-light-background, .header-topbar.color-layout-custom.primary .custom-button-link .header-light-background {
  background-color: rgba(255, 255, 255, 0.12) !important;
}
.header-topbar.color-layout-custom.brown-dark .theme-mode-toggle:hover .header-light-background, .header-topbar.color-layout-custom.brown-dark .theme-mode-toggle:hover .custom-button-link, .header-topbar.color-layout-custom.brown-dark .custom-button-link:hover .header-light-background, .header-topbar.color-layout-custom.brown-dark .custom-button-link:hover .custom-button-link, .header-topbar.color-layout-custom.auto-part .theme-mode-toggle:hover .header-light-background, .header-topbar.color-layout-custom.auto-part .theme-mode-toggle:hover .custom-button-link, .header-topbar.color-layout-custom.auto-part .custom-button-link:hover .header-light-background, .header-topbar.color-layout-custom.auto-part .custom-button-link:hover .custom-button-link, .header-topbar.color-layout-custom.primary .theme-mode-toggle:hover .header-light-background, .header-topbar.color-layout-custom.primary .theme-mode-toggle:hover .custom-button-link, .header-topbar.color-layout-custom.primary .custom-button-link:hover .header-light-background, .header-topbar.color-layout-custom.primary .custom-button-link:hover .custom-button-link {
  background-color: rgba(255, 255, 255, 0.16) !important;
}
.header-topbar.color-layout-custom.brown-dark .header-notify.link-filled p a, .header-topbar.color-layout-custom.auto-part .header-notify.link-filled p a, .header-topbar.color-layout-custom.primary .header-notify.link-filled p a {
  background-color: rgba(255, 255, 255, 0.12) !important;
}
.header-topbar.color-layout-custom.medical .theme-mode-toggle .header-light-background, .header-topbar.color-layout-custom.medical .custom-button-link .header-light-background {
  background-color: rgba(27, 31, 34, 0.12) !important;
}
.header-topbar.color-layout-custom.medical .theme-mode-toggle:hover .header-light-background, .header-topbar.color-layout-custom.medical .theme-mode-toggle:hover .custom-button-link, .header-topbar.color-layout-custom.medical .custom-button-link:hover .header-light-background, .header-topbar.color-layout-custom.medical .custom-button-link:hover .custom-button-link {
  background-color: rgba(27, 31, 34, 0.16) !important;
}
.header-topbar.color-layout-custom.medical .header-notify.link-filled p a {
  background-color: rgba(27, 31, 34, 0.12) !important;
}
.header-topbar.color-layout-custom.baby .theme-mode-toggle .header-light-background, .header-topbar.color-layout-custom.baby .custom-button-link .header-light-background {
  background-color: rgba(27, 31, 34, 0.1) !important;
}
.header-topbar.color-layout-custom.baby .theme-mode-toggle:hover .header-light-background, .header-topbar.color-layout-custom.baby .theme-mode-toggle:hover .custom-button-link, .header-topbar.color-layout-custom.baby .custom-button-link:hover .header-light-background, .header-topbar.color-layout-custom.baby .custom-button-link:hover .custom-button-link {
  background-color: rgba(27, 31, 34, 0.16) !important;
}
.header-topbar.color-layout-custom.baby .header-notify.link-filled p a {
  background-color: rgba(27, 31, 34, 0.1) !important;
}
.header-topbar.color-layout-custom.baby-1 .theme-mode-toggle .header-light-background, .header-topbar.color-layout-custom.baby-1 .custom-button-link .header-light-background {
  background-color: rgba(27, 31, 34, 0.1) !important;
}
.header-topbar.color-layout-custom.baby-1 .theme-mode-toggle:hover .header-light-background, .header-topbar.color-layout-custom.baby-1 .theme-mode-toggle:hover .custom-button-link, .header-topbar.color-layout-custom.baby-1 .custom-button-link:hover .header-light-background, .header-topbar.color-layout-custom.baby-1 .custom-button-link:hover .custom-button-link {
  background-color: rgba(27, 31, 34, 0.16) !important;
}
.header-topbar.color-layout-custom.baby-1 .header-notify.link-filled p a {
  background-color: rgba(27, 31, 34, 0.1) !important;
}

/* ----- Header main settings ----- */
.header-main a {
  color: currentColor;
  -webkit-transition: color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.header-main .header-inner {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .header-main .header-inner > .col + .col {
    padding-right: 2.1875rem;
  }
  .header-main .header-inner > .col + .col.center {
    padding-right: 2.5rem;
  }
}
.header-main.color-scheme-custom {
  color: #1B1F22;
  background-color: #FFF;
}
.header-main.color-layout-primary .header-action .action-icon .action-count {
  color: var(--theme-primary-color);
  background-color: var(--theme-secondary-color);
}
.header-main.color-layout-primary .header-search-form .form-style-light .search-input {
  background-color: #FFF;
}
.header-main.color-layout-primary .header-search-form .form-style-light button {
  color: #1B1F22;
}
.header-main.color-layout-primary .header-search-form.is-searchable .form-style-light button {
  color: #1B1F22;
}

/* ----- Header bottom settings ----- */
.header-bottom a {
  color: currentColor;
  -webkit-transition: color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.header-bottom .header-inner {
  height: 3rem;
}
.header-bottom .header-inner > * {
  height: 100%;
}
.header-bottom .header-inner > * + * {
  padding-right: 1.875rem !important;
}
.header-bottom .dropdown-categories {
  width: 100%;
  height: 100%;
}
.header-bottom .dropdown-categories::before {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #1B1F22;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.header-bottom .dropdown-categories > 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: var(--theme-menu-font);
  font-size: var(--theme-menu-font-size);
  font-weight: var(--theme-menu-font-weight);
  line-height: 0;
  width: 100%;
  height: 100%;
  padding-left: 1.125rem;
}
.header-bottom .dropdown-categories > a::after {
  position: relative;
  font-family: "klbtheme";
  font-size: 84%;
  content: "\ea1b";
  border: 0;
  top: 0.0625rem;
  margin-right: auto;
  text-shadow: 0 0 0;
}
.header-bottom .dropdown-categories > a .dropdown-menu-text {
  position: relative;
  z-index: 1;
}
.header-bottom .dropdown-categories > a .dropdown-menu-icon {
  position: relative;
  font-size: 1.375rem;
  margin-left: 0.9375rem;
  z-index: 1;
}
.header-bottom .dropdown-categories > a .dropdown-menu-icon i {
  line-height: 1;
}
.header-bottom .dropdown-categories > a .dropdown-menu-icon i::before {
  margin: 0;
}
.header-bottom .dropdown-categories > a[data-status=show] {
  pointer-events: none;
}
.header-bottom .dropdown-categories > a[data-status=show] + .dropdown-menu {
  display: block;
}
.header-bottom .dropdown-categories > a:not(.unset) {
  padding-right: 0.9375rem;
}
.header-bottom .dropdown-categories > a.default::before {
  content: "";
  position: absolute;
  width: 100%;
  top: -0.0625rem;
  bottom: 0;
  right: 0;
  border-top-right-radius: var(--theme-radius-base);
  border-top-left-radius: var(--theme-radius-base);
  border: 1px solid;
  border-bottom: 0;
}
.header-bottom .dropdown-categories > a.gray::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  border-top-right-radius: var(--theme-radius-base);
  border-top-left-radius: var(--theme-radius-base);
  background-color: var(--color-gray50);
}
.header-bottom .dropdown-categories > a.primary::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  border-top-right-radius: var(--theme-radius-base);
  border-top-left-radius: var(--theme-radius-base);
  background-color: var(--theme-primary-color);
}
.header-bottom .dropdown-categories .dropdown-menu {
  --bs-dropdown-zindex: 0;
  width: 100%;
  min-width: auto;
  color: currentColor;
  background-color: var(--color-background);
  padding: 0;
}
.header-bottom .dropdown-categories .dropdown-menu::before, .header-bottom .dropdown-categories .dropdown-menu::after {
  display: none;
}
.header-bottom .dropdown-categories .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-bottom .dropdown-categories .dropdown-menu ul a {
  position: relative;
  font-family: var(--theme-menu-font);
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-transition: none;
  transition: none;
}
.header-bottom .dropdown-categories .dropdown-menu ul a i {
  font-size: 145%;
  width: 1.375rem;
  margin-left: 0.9375rem;
}
.header-bottom .dropdown-categories .dropdown-menu ul a i::before {
  margin: 0;
}
.header-bottom .dropdown-categories .dropdown-menu ul a i.klb-grocery-icon-biscuit {
  position: relative;
  top: 1px;
}
.header-bottom .dropdown-categories .dropdown-menu ul .badge {
  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-height: 1.25rem;
  padding: 0.25rem 0.375rem;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 0.1875rem;
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
  margin-right: 0.375rem;
}
.header-bottom .dropdown-categories .dropdown-menu > ul {
  padding: 0.625rem 0;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.menu-item-has-children > a::after {
  font-family: "klbtheme";
  font-size: 92%;
  content: "\ea1d";
  margin-right: auto;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0.125rem 0.875rem;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li > .sub-menu {
  position: absolute;
  width: 100%;
  height: auto;
  min-height: calc(100% + 0.0625rem);
  background-color: var(--color-background);
  top: 0;
  right: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li > .sub-menu > li {
  line-height: 1;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li > .sub-menu > li + li {
  margin-top: 0.5rem;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li > .sub-menu > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li > .sub-menu > li > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  right: 0;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li > .sub-menu > li > a:hover::before {
  opacity: 1;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li > .sub-menu .sub-menu-list li {
  line-height: 1;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li > .sub-menu .sub-menu-list li + li {
  margin-top: 0.5rem;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li > .sub-menu .sub-menu-list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li > .sub-menu .sub-menu-list li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  right: 0;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li > .sub-menu .sub-menu-list li a:hover::before {
  opacity: 1;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.has-image > .sub-menu {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li:not(.mega-menu) > .sub-menu {
  padding: 1.75rem 1.875rem;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu {
  background-position: bottom left;
  background-clip: border-box;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu.width-small {
    width: var(--theme-category-menu-small-width);
  }
}
@media screen and (min-width: 1024px) {
  .header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu.width-medium {
    width: var(--theme-category-menu-medium-width);
  }
}
@media screen and (min-width: 1024px) {
  .header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu.width-large {
    width: var(--theme-category-menu-large-width);
  }
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .col > * + * {
  margin-right: 0;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .col.col-banner {
  max-width: 20rem;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .col.col-banner .dropdown-banner {
  display: block;
  width: 100%;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .col.col-banner .dropdown-banner .klb-banner {
  position: relative;
  border-radius: 0;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .col.col-banner .dropdown-banner .klb-banner .overlay-link {
  position: absolute !important;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .col.bordered-column {
  position: relative;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .col.bordered-column::before {
  content: "";
  position: absolute;
}
body[data-color=custom][data-theme=light] .header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .col.bordered-column::before {
  background-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .col.bordered-column::before {
  background-color: var(--color-gray100);
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .col.bordered-column.left::before {
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .col.bordered-column.top::before {
  width: 100%;
  height: 1px;
  top: 0;
  right: 0;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu > .row {
  height: 100%;
  margin: 0;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu > .row > .col:not(.is-expanded) {
  padding: 1.875rem 1.875rem;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu > .row > .col.is-expanded {
  padding-right: 0;
  padding-left: 0;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .mega-grouped-items + .mega-grouped-items {
  margin-top: 3.125rem;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .category-products-wrapper .products.list-style .product-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .category-products-wrapper .products.list-style .product-inner .thumbnail-wrapper {
  width: 5.125rem;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .category-products-wrapper .products.list-style .product-inner .content-wrapper .price {
  font-size: 1rem;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .category-products-wrapper .products.list-style .product-inner .content-wrapper .product-title {
  font-size: 0.875rem;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .category-products-wrapper .products.list-style .product-inner .content-wrapper .product-title a {
  font-weight: 600 !important;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .category-products-wrapper .products.grid-style {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .category-products-wrapper .products.grid-style .product {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .category-products-wrapper .products.grid-style .product + .product::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -0.3125rem;
}
body[data-color=custom][data-theme=light] .header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .category-products-wrapper .products.grid-style .product + .product::before {
  background-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .category-products-wrapper .products.grid-style .product + .product::before {
  background-color: var(--color-gray100);
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .category-products-wrapper .products.grid-style .product-inner .content-wrapper .price {
  font-size: 0.9375rem;
  margin-bottom: 0.1875rem;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .category-products-wrapper .products.grid-style .product-inner .content-wrapper .product-title {
  margin-bottom: 0;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .category-products-wrapper .products.grid-style .product-inner .content-wrapper .product-title a {
  font-weight: 600 !important;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li.menu-item-custom .badge {
  margin-right: auto;
}
.header-bottom .dropdown-categories .dropdown-menu > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header-bottom .dropdown-categories .dropdown-menu.colored-icons .menu-item-object-product_cat > a > i {
  color: var(--theme-primary-color);
}
.header-bottom .dropdown-categories .dropdown-menu:not(.colored-icons) .menu-item-object-product_cat > a > i {
  color: var(--color-gray600);
}
.header-bottom .dropdown-categories .dropdown-menu.style-1 {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.header-bottom .dropdown-categories .dropdown-menu.style-1 > ul > li.menu-item-object-product_cat + .menu-item-custom {
  margin-top: 0.625rem;
  padding-top: 0.625rem;
}
body[data-color=custom] .header-bottom .dropdown-categories .dropdown-menu.style-1 > ul > li.menu-item-object-product_cat + .menu-item-custom {
  border-top: 1px solid rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .header-bottom .dropdown-categories .dropdown-menu.style-1 > ul > li.menu-item-object-product_cat + .menu-item-custom {
  border-top: 1px solid var(--color-gray300);
}
.header-bottom .dropdown-categories .dropdown-menu.style-1 > ul > li > a {
  border-radius: calc(var(--theme-radius-base) / 2);
}
body[data-color=custom] .header-bottom .dropdown-categories .dropdown-menu.style-1 > ul > li:hover > a {
  background-color: rgba(var(--color-rgb), 0.05);
}
body[data-color=default] .header-bottom .dropdown-categories .dropdown-menu.style-1 > ul > li:hover > a {
  background-color: var(--color-gray50);
}
.header-bottom .dropdown-categories .dropdown-menu.style-2 {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
body[data-color=custom] .header-bottom .dropdown-categories .dropdown-menu.style-2 {
  border-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .header-bottom .dropdown-categories .dropdown-menu.style-2 {
  border-color: var(--color-gray200);
}
body[data-color=custom] .header-bottom .dropdown-categories .dropdown-menu.style-2 > ul > li + li {
  border-top: 1px solid rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .header-bottom .dropdown-categories .dropdown-menu.style-2 > ul > li + li {
  border-top: 1px solid var(--color-gray100);
}
.header-bottom .dropdown-categories .dropdown-menu.style-2 > ul > li > a {
  height: 2.75rem;
}
.header-bottom .dropdown-categories .dropdown-menu.primary-border {
  border-color: var(--theme-primary-color) !important;
}
body.mega-menu-hover .header-bottom .dropdown-categories .dropdown-menu {
  pointer-events: none;
  opacity: 0.5;
  z-index: -1;
}
.header-bottom .dropdown-categories .dropdown-menu:hover {
  z-index: 10;
}
.header-bottom .custom-button > 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: var(--theme-menu-font);
  font-size: var(--theme-menu-font-size);
  font-weight: var(--theme-menu-font-weight);
  line-height: 0;
  height: 100%;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.header-bottom .custom-link {
  margin-right: auto !important;
}
.header-bottom .custom-link > a {
  font-family: var(--theme-menu-font);
  font-size: var(--theme-menu-font-size);
  font-weight: var(--theme-menu-font-weight);
  line-height: 0;
  height: 100%;
}
.header-bottom.category-menu-hover {
  z-index: 11;
}
.header-bottom.category-menu-hover .dropdown-categories > a {
  z-index: 11;
}
.header-bottom.category-menu-hover .dropdown-categories::before {
  opacity: 0.2;
  visibility: visible;
}
.header-bottom.category-menu-hover .dropdown-categories .dropdown-menu {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.header-bottom.color-scheme-custom {
  color: #1B1F22;
  background-color: #FFF;
}
.header-bottom.bordered-inner .header-inner {
  border-right: 1px solid;
  border-left: 1px solid;
}
.header-bottom:not(.color-layout-black) .dropdown-categories > a.default::before {
  background-color: var(--color-background);
}
[data-color=default][data-theme=light] .header-bottom:not(.color-layout-black) .dropdown-categories > a.default::before {
  border-color: var(--color-gray300);
}
[data-color=custom][data-theme=light] .header-bottom:not(.color-layout-black) .dropdown-categories > a.default::before {
  border-color: rgba(var(--color-rgb), 0.2);
}
.header-bottom:not(.color-layout-black) .dropdown-categories .dropdown-menu #category-menu a {
  color: var(--color-text);
}
[data-color=default][data-theme=light] .header-bottom:not(.color-layout-black) .dropdown-categories .dropdown-menu.style-1 {
  border-color: var(--color-gray300);
}
[data-color=custom][data-theme=light] .header-bottom:not(.color-layout-black) .dropdown-categories .dropdown-menu.style-1 {
  border-color: rgba(var(--color-rgb), 0.2);
}
.header-bottom:not(.color-layout-black) .dropdown-categories .dropdown-menu.style-1 #category-menu > li > .sub-menu {
  border: 1px solid;
  border-bottom-left-radius: var(--theme-radius-base);
}
[data-color=default][data-theme=light] .header-bottom:not(.color-layout-black) .dropdown-categories .dropdown-menu.style-1 #category-menu > li > .sub-menu {
  border-color: var(--color-gray300);
}
[data-color=custom][data-theme=light] .header-bottom:not(.color-layout-black) .dropdown-categories .dropdown-menu.style-1 #category-menu > li > .sub-menu {
  border-color: rgba(var(--color-rgb), 0.2);
}
[data-color=default][data-theme=light] .header-bottom:not(.color-layout-black) .dropdown-categories .dropdown-menu.style-2 {
  border-color: var(--color-gray300);
}
[data-color=custom][data-theme=light] .header-bottom:not(.color-layout-black) .dropdown-categories .dropdown-menu.style-2 {
  border-color: rgba(var(--color-rgb), 0.2);
}
.header-bottom:not(.color-layout-black) .dropdown-categories .dropdown-menu.style-2 #category-menu > li > .sub-menu {
  border: 1px solid;
  border-bottom-left-radius: var(--theme-radius-base);
}
[data-color=default][data-theme=light] .header-bottom:not(.color-layout-black) .dropdown-categories .dropdown-menu.style-2 #category-menu > li > .sub-menu {
  border-color: var(--color-gray300);
}
[data-color=custom][data-theme=light] .header-bottom:not(.color-layout-black) .dropdown-categories .dropdown-menu.style-2 #category-menu > li > .sub-menu {
  border-color: rgba(var(--color-rgb), 0.2);
}

/* ----- Header primary menu settings ----- */
.klb-menu-nav.primary-menu {
  height: 100%;
}
.klb-menu-nav.primary-menu .klb-menu {
  height: 100%;
}
.klb-menu-nav.primary-menu .klb-menu > .menu-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-left: 0.1875rem;
}
.klb-menu-nav.primary-menu .klb-menu > .menu-item:last-child {
  margin-left: 0;
}
.klb-menu-nav.primary-menu .klb-menu > .menu-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: var(--theme-menu-font);
  font-size: var(--theme-menu-font-size);
  font-weight: var(--theme-menu-font-weight);
  line-height: 0;
  height: 100%;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.klb-menu-nav.primary-menu .klb-menu > .menu-item > a::after {
  font-size: 84%;
  margin-right: 0.625rem;
  text-shadow: 0 0 0;
}
.klb-menu-nav.primary-menu .klb-menu > .menu-item:not(.mega-menu) .sub-menu {
  min-width: 13.125rem;
  padding: 0.9375rem 0;
  right: -1.25rem;
}
.klb-menu-nav.primary-menu .klb-menu > .menu-item:not(.mega-menu) .sub-menu li + li {
  margin-top: 0;
}
.klb-menu-nav.primary-menu .klb-menu > .menu-item:not(.mega-menu) .sub-menu li.menu-item-has-children > a::after {
  font-size: 80%;
  content: "\ea1d";
  margin-right: auto;
  margin-left: -0.75rem;
  top: 0.0625rem;
}
.klb-menu-nav.primary-menu .klb-menu > .menu-item:not(.mega-menu) .sub-menu li a {
  width: 100%;
  padding-right: 1.625rem;
  padding-left: 1.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  line-height: initial;
}
.klb-menu-nav.primary-menu .klb-menu > .menu-item:not(.mega-menu) .sub-menu li .sub-menu {
  top: 0;
  right: 100%;
  margin-top: -1rem;
}
.klb-menu-nav.primary-menu .klb-menu .sub-menu li + li {
  margin-top: 0.625rem;
}
.klb-menu-nav.primary-menu .klb-menu .sub-menu li > a {
  font-size: var(--theme-submenu-font-size);
  font-weight: var(--theme-sub-menu-font-weight);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.klb-menu-nav.primary-menu .klb-menu .sub-menu .menu-item-label {
  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;
  line-height: inherit;
  padding: 0.25rem 0.4375rem;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 0.1875rem;
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
  margin-right: 0.375rem;
}
.klb-menu-nav.primary-menu .klb-menu .sub-menu .menu-item-label.hot {
  color: #FFF;
  background-color: var(--color-red500);
}
.klb-menu-nav.primary-menu .klb-menu .sub-menu .menu-item-label.new {
  color: #FFF;
  background-color: var(--color-green600);
}
.klb-menu-nav.primary-menu .klb-menu .mega-menu > .sub-menu {
  width: 100%;
}
.klb-menu-nav.primary-menu .klb-menu .mega-menu > .sub-menu a {
  position: relative;
}
.klb-menu-nav.primary-menu .klb-menu .mega-menu > .sub-menu a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  right: 0;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.klb-menu-nav.primary-menu .klb-menu .mega-menu > .sub-menu a:hover::before {
  opacity: 1;
}
.klb-menu-nav.primary-menu .klb-menu .mega-menu > .sub-menu .sub-menu {
  all: unset;
}
.klb-menu-nav.primary-menu .klb-menu .mega-menu > .sub-menu .sub-menu::before, .klb-menu-nav.primary-menu .klb-menu .mega-menu > .sub-menu .sub-menu::after {
  display: none !important;
}
.klb-menu-nav.primary-menu .klb-menu .mega-menu.mega-menu-boxed > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: calc(var(--theme-site-width) - 5rem);
  right: 0;
  left: 0;
  padding-top: 2.375rem;
  padding-bottom: 2.875rem;
  padding-right: 2.625rem;
  padding-left: 2.625rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-right: auto;
  margin-left: auto;
}
.klb-menu-nav.primary-menu .klb-menu .mega-menu.mega-menu-boxed > .sub-menu > li {
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
}
.klb-menu-nav.primary-menu .klb-menu .mega-menu.mega-menu-boxed > .sub-menu > li > a {
  font-size: var(--theme-menu-font-size);
  font-weight: 600;
  padding: 0;
  margin-bottom: 1.375rem;
  pointer-events: none;
}
.klb-menu-nav.primary-menu .klb-menu .mega-menu.mega-menu-boxed > .sub-menu > li > a::after {
  display: none;
}
.klb-menu-nav.primary-menu .klb-menu .mega-menu.mega-menu-wide > .mega-menu-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.klb-menu-nav.primary-menu .klb-menu .mega-menu.mega-menu-wide .mega-menu-inner {
  line-height: 1;
}
.klb-menu-nav.primary-menu.triangle-enable.color-scheme-white .klb-menu > .menu-item .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.59375rem solid #FFF;
  border-right: 0.59375rem solid transparent;
  border-left: 0.59375rem solid transparent;
  margin-bottom: 0rem;
  top: -0.5625rem;
  right: var(--triangleLeft, 1.4375rem);
  z-index: 1;
}
.klb-menu-nav.primary-menu.triangle-enable.color-scheme-white .klb-menu > .menu-item .sub-menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.59375rem solid var(--color-gray300);
  border-right: 0.59375rem solid transparent;
  border-left: 0.59375rem solid transparent;
  margin-bottom: 0rem;
  top: -0.625rem;
  right: var(--triangleLeft, 1.4375rem);
}
.klb-menu-nav.primary-menu.triangle-enable.color-scheme-white .klb-menu > .menu-item:not(.mega-menu) .sub-menu .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.59375rem solid #FFF;
  border-bottom: 0.59375rem solid transparent;
  border-top: 0.59375rem solid transparent;
  margin-right: -1.1875rem;
  top: 1.3125rem;
  right: 0.0625rem;
  z-index: 1;
}
.klb-menu-nav.primary-menu.triangle-enable.color-scheme-white .klb-menu > .menu-item:not(.mega-menu) .sub-menu .sub-menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.59375rem solid var(--color-gray300);
  border-bottom: 0.59375rem solid transparent;
  border-top: 0.59375rem solid transparent;
  margin-right: -1.1875rem;
  top: 1.3125rem;
  right: 0;
}
.klb-menu-nav.primary-menu.triangle-enable.color-scheme-white.border-gray-light .klb-menu > .menu-item .sub-menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.59375rem solid var(--color-gray50);
  border-right: 0.59375rem solid transparent;
  border-left: 0.59375rem solid transparent;
  margin-bottom: 0rem;
}
.klb-menu-nav.primary-menu.triangle-enable.color-scheme-white.border-dark .klb-menu > .menu-item .sub-menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.59375rem solid #1B1F22;
  border-right: 0.59375rem solid transparent;
  border-left: 0.59375rem solid transparent;
  margin-bottom: 0rem;
}
.klb-menu-nav.primary-menu.menu-seperate .klb-menu {
  gap: 0;
}
.klb-menu-nav.primary-menu.menu-seperate .klb-menu > .menu-item {
  margin-left: 0;
}
.klb-menu-nav.primary-menu.menu-seperate .klb-menu > .menu-item + .menu-item {
  border-right: 1px solid rgba(var(--color-rgb), 0.15);
}
.klb-menu-nav.primary-menu.menu-seperate .klb-menu > .menu-item > a {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
.klb-menu-nav.primary-menu.menu-seperate .klb-menu > .menu-item:not(.mega-menu) > .sub-menu {
  right: 0;
}

/* ----- Header mobile settings ----- */
.header-mobile:not(.transparent) {
  position: relative;
}
.header-mobile a {
  color: currentColor;
  outline: none;
  -webkit-transition: color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.header-mobile .header-inner {
  height: 3.5rem;
}
.header-mobile .site-brand img {
  height: 2.25rem;
}
.header-mobile .header-action.toggle-button i {
  font-size: 1.5rem;
}
.header-mobile .header-action.cart-button .action-text {
  display: none;
}

/* ----- mobile bottom menu settings ----- */
.klb-mobile-bottom {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 0.625rem 1.25rem 0.5rem;
  background-color: #FFF;
  border-top: 0.0625rem solid var(--color-gray100);
  -webkit-box-shadow: 0 0 10px -4px rgba(27, 31, 34, 0.3);
          box-shadow: 0 0 10px -4px rgba(27, 31, 34, 0.3);
  border-top-right-radius: 1.375rem;
  border-top-left-radius: 1.375rem;
  z-index: 999;
}
@media screen and (min-width: 769px) {
  .klb-mobile-bottom {
    display: none;
  }
}
.klb-mobile-bottom .mobile-menu ul {
  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;
  margin: 0;
  padding: 0.3125rem 0;
  list-style: none;
}
.klb-mobile-bottom .mobile-menu 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  color: var(--color-text);
}
.klb-mobile-bottom .mobile-menu ul li a i {
  position: relative;
  height: 1.75rem;
  font-size: 1.75rem;
  margin-bottom: 0.3125rem;
}
.klb-mobile-bottom .mobile-menu ul li a span {
  position: relative;
  text-transform: capitalize;
  font-size: 0.75rem;
  opacity: 0.5;
}
.klb-mobile-bottom .mobile-menu ul li a.active i::before {
  content: "\ec7b";
}

/*---------------------------------------------------- 
  06. Modules
----------------------------------------------------*/
/* ----- module header settings ----- */
.klb-module {
  position: relative;
}
.klb-module .module-header {
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .klb-module .module-header {
    margin-bottom: 1.25rem;
  }
}
.klb-module .module-header-inner {
  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;
}
.klb-module .module-header-inner .column.button-column {
  margin-right: auto;
}
@media screen and (max-width: 575.98px) {
  .klb-module .module-header-inner .column.sub-column {
    width: 100%;
    margin-top: 0.3125rem;
  }
}
.klb-module .module-header .entry-subtitle {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-gray600);
}
.klb-module .module-header .entry-subtitle:not(.primary) {
  opacity: 0.8;
}
.klb-module .module-header .entry-subtitle.primary {
  color: var(--theme-primary-color);
}
.klb-module .module-header .entry-subtitle.thin {
  font-weight: 400;
}
.klb-module .module-header .entry-title {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
}
.klb-module .module-header .entry-title.bolded {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .klb-module .module-header .entry-title {
    font-size: 1.25rem;
  }
  .klb-module .module-header .entry-title.medium-size {
    font-size: 1.5rem;
  }
  .klb-module .module-header .entry-title.large-size {
    font-size: 1.625rem;
  }
}
.klb-module .module-header .entry-excerpt {
  font-size: 0.875rem;
  color: var(--color-gray600);
  margin-top: 0.5rem;
}
.klb-module .module-header .entry-excerpt p {
  opacity: 0.7;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .klb-module .module-header .module-header-tab {
    margin-right: 2.5rem;
  }
}
.klb-module .module-header .module-header-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.klb-module .module-header .module-header-tab ul li a {
  font-size: 0.9375rem;
  font-weight: 500;
  color: currentColor;
}
@media screen and (max-width: 767.98px) {
  .klb-module .module-header .module-header-tab.style-1 {
    margin-top: 0.1875rem;
  }
}
.klb-module .module-header .module-header-tab.style-1 ul {
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 0.625rem;
}
.klb-module .module-header .module-header-tab.style-1 ul li a {
  position: relative;
  opacity: 0.5;
}
.klb-module .module-header .module-header-tab.style-1 ul li a:hover {
  opacity: 0.7;
}
.klb-module .module-header .module-header-tab.style-1 ul li.active > a {
  opacity: 1;
}
.klb-module .module-header .module-header-tab.style-1 ul li.active > a::before {
  position: absolute;
  content: "";
  right: -0.625rem;
  left: -0.625rem;
  top: -0.375rem;
  bottom: -0.375rem;
  background-color: currentColor;
  border-radius: 2.25rem;
  opacity: 0.08;
}
@media screen and (max-width: 767.98px) {
  .klb-module .module-header .module-header-tab.style-1 ul li.active:first-child {
    margin-right: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .klb-module .module-header .module-header-counter {
    margin-right: 1.875rem;
  }
}
@media screen and (max-width: 767.98px) {
  .klb-module .module-header .btn .button-text {
    display: none;
  }
}
.klb-module .module-header .btn .button-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;
}
@media screen and (max-width: 767.98px) {
  .klb-module .module-header .btn .button-icon {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
  }
  .klb-module .module-header .btn .button-icon i {
    font-size: 0.625rem;
  }
  .klb-module .module-header .btn .button-icon i::before {
    content: "\e8f3";
    text-shadow: 0 0 0;
  }
  body[data-color=custom][data-theme=light] .klb-module .module-header .btn .button-icon {
    border: 1px solid rgba(var(--color-rgb), 0.17);
  }
  body[data-color=default] .klb-module .module-header .btn .button-icon {
    background-color: var(--color-gray100);
  }
}
@media screen and (min-width: 768px) {
  .klb-module .module-header .btn .button-icon {
    margin-right: 0.4375rem;
  }
}
.klb-module .module-header .btn .button-icon i {
  margin-right: 0;
}
.klb-module .module-header.centered {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .klb-module .module-header.centered {
    margin-bottom: 1.875rem;
  }
  .klb-module .module-header.centered.extra-space {
    margin-bottom: 3.125rem;
  }
}
.klb-module .module-header.centered .module-header-inner {
  -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;
}
.klb-module .module-header.centered .module-header-inner .column {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
.klb-module .module-header.centered .module-header-inner .column.sub-column {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}
.klb-module .module-header.centered .module-header-inner .module-header-tab {
  margin-right: 0;
  margin-bottom: 1.25rem;
}
.klb-module .module-header.centered .entry-excerpt {
  max-width: 35rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .klb-module .module-header.extra-space {
    margin-bottom: 1.875rem;
  }
}
.klb-module .module-header.border-thin {
  border-bottom: 1px solid;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .klb-module .module-header.border-thin {
    margin-bottom: 1.875rem;
  }
}
.klb-module .module-header.border-bold {
  border-bottom: 2px solid;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .klb-module .module-header.border-bold {
    margin-bottom: 1.875rem;
  }
}
body[data-color=custom][data-theme=light] .klb-module .module-header.border-thin, body[data-color=custom][data-theme=light] .klb-module .module-header.border-bold {
  border-color: rgba(var(--color-rgb), 0.2);
}
body[data-color=default] .klb-module .module-header.border-thin, body[data-color=default] .klb-module .module-header.border-bold {
  border-color: var(--color-gray200);
}

/* ----- module carousel settings ----- */
.klb-module.module-carousel.hot .klb-slider:not(.bordered) .slick-list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 0px);
  border: 0.0625rem solid;
  border-radius: var(--theme-radius-base);
  pointer-events: none;
  border: 0.125rem solid var(--color-red600);
}
@media screen and (min-width: 768px) {
  .klb-module.module-carousel.hot .klb-slider:not(.bordered) .slick-list::before {
    border: 0.1875rem solid var(--color-red600);
  }
}
.klb-module.module-carousel.hot .klb-slider.bordered .slick-list::before {
  border-width: 0.125rem;
  border-color: var(--color-red600);
}
@media screen and (min-width: 768px) {
  .klb-module.module-carousel.hot .klb-slider.bordered .slick-list::before {
    border-width: 0.1875rem;
  }
}
.klb-module.module-carousel.hot .klb-slider.bordered .slick-list .slider-item:not(.slick-current)::after {
  top: 0.125rem;
  bottom: 0.125rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .klb-module.module-carousel.hot .klb-slider.bordered .slick-list .slider-item:not(.slick-current)::after {
    top: 0.1875rem;
    bottom: 0.1875rem;
  }
}
.klb-module.module-carousel.hot .klb-slider .slick-nav {
  color: #FFF !important;
  background-color: var(--color-red600) !important;
  border-color: transparent !important;
}
.klb-module.module-carousel.hot .klb-slider .slick-dots .slick-active > button {
  background-color: var(--color-red600) !important;
}
.klb-module.module-carousel.hot .klb-slider .product .product-wrapper.style-2 .content-wrapper.price-filled .price ins bdi {
  background-color: var(--color-red600);
}
.klb-module.module-carousel.hot .klb-slider .product:hover .klb-countdown.filled .count-item {
  color: #FFF;
  background-color: var(--color-red600);
}
.klb-module.module-carousel.centered .product .content-wrapper {
  text-align: center;
}
.klb-module.module-carousel.centered .product .content-wrapper .product-rating, .klb-module.module-carousel.centered .product .content-wrapper .switcher-wrapper, .klb-module.module-carousel.centered .product .content-wrapper .product-color-switcher {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.klb-module.module-carousel.centered .product .content-wrapper .price {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.klb-module.module-carousel.centered .product .content-wrapper .switcher-wrapper .price {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.klb-module.module-carousel.centered .product .content-wrapper .product-cart-wrapper .price {
  width: auto;
}

/* ----- module iconbox settings ----- */
.module-iconbox .module-body {
  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;
}
.module-iconbox .module-body .iconbox-icon {
  font-size: 2.625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: var(--theme-primary-color);
  width: 4.25rem;
  height: 4.25rem;
}
.module-iconbox .module-body .iconbox-icon i {
  line-height: 1;
}
.module-iconbox .module-body .iconbox-icon i::before {
  margin: 0;
}
.module-iconbox .module-body .iconbox-content .entry-title {
  font-size: 0.9375rem;
  margin-bottom: 0.125rem;
}
.module-iconbox .module-body .iconbox-content p {
  font-size: 0.8125rem;
  margin-bottom: 0;
  opacity: 0.6;
}
.module-iconbox.style-2 .module-body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.module-iconbox.style-2 .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;
  color: #FFF;
  background-color: var(--theme-primary-color);
  border-radius: var(--theme-radius-base);
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .module-iconbox.style-2 .iconbox-icon {
    margin-left: 1.25rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .module-iconbox.style-2 .iconbox-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
}
.module-iconbox.style-2 .iconbox-content .entry-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.4375rem;
}
@media screen and (min-width: 992px) {
  .module-iconbox.style-2 .iconbox-content .entry-title {
    font-size: 1.125rem;
  }
}
.module-iconbox.colored .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: 2.375rem;
  width: 3.875rem;
  height: 3.875rem;
  border-radius: var(--theme-radius-base);
  margin-left: 0.9375rem;
}
.module-iconbox.with-image .module-body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.module-iconbox.with-image .iconbox-icon {
  margin-left: 1.25rem;
}
.module-iconbox.with-image .iconbox-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.module-iconbox.with-image .iconbox-content .entry-title {
  margin-bottom: 0.3125rem;
}
.module-iconbox.with-image .iconbox-content p + p {
  margin-top: 0.9375rem;
}
.module-iconbox.with-image .iconbox-content .button {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 0.625rem;
}
.module-iconbox.with-image.dark-style {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--theme-radius-base);
  padding: 1.25rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(-301deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
@media screen and (min-width: 1024px) {
  .module-iconbox.with-image.dark-style {
    padding: 1.875rem;
  }
}
.module-iconbox.with-image.dark-style .entry-title {
  background: -webkit-linear-gradient(-296deg, #fff, #a8a8a8, #fff, #a8a8a8, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1024px) {
  .module-iconbox.with-image.dark-style .entry-title {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}

/* ----- module hot products settings ----- */
.klb-module.module-hot-product {
  position: relative;
  border: 0.1875rem solid var(--color-red600);
  border-radius: var(--theme-radius-base);
}
.klb-module.module-hot-product .module-body {
  padding: 0.9375rem 0.9375rem 0.3125rem;
}
@media screen and (min-width: 992px) {
  .klb-module.module-hot-product .module-body {
    padding: 1.25rem 1.25rem 0.3125rem 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .klb-module.module-hot-product .module-body .product .thumbnail-wrapper .thumbnail-badges .badge.sale {
    font-size: 1rem;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
  }
}
.klb-module.module-hot-product .product-countdown {
  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;
  gap: 0.625rem;
  padding: 0.9375rem 0.9375rem 0.625rem;
  border-top: 0.0625rem solid;
}
body[data-color=custom][data-theme=light] .klb-module.module-hot-product .product-countdown {
  border-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .klb-module.module-hot-product .product-countdown {
  border-color: var(--color-gray200);
}
@media screen and (min-width: 992px) {
  .klb-module.module-hot-product .product-countdown {
    gap: 0.9375rem;
    padding: 0.9375rem 1.25rem 0.9375rem;
  }
}
.klb-module.module-hot-product .product-countdown p {
  font-size: 0.75rem;
  margin-bottom: 0;
}
.klb-module.module-hot-product .product-countdown .count-item {
  color: #FFF;
  background-color: var(--color-red600) !important;
}
.klb-module.module-hot-product .hot-product-title {
  color: #FFF;
  background-color: var(--color-red600);
  padding: 0.5rem 0.9375rem;
}
@media screen and (min-width: 992px) {
  .klb-module.module-hot-product .hot-product-title {
    padding: 0.625rem 1.25rem;
  }
}
.klb-module.module-hot-product .hot-product-title .entry-title {
  font-size: 1rem;
  margin-bottom: 0;
}

/* ----- module product grid settings ----- */
.klb-module.module-products-grid .grid-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.klb-module.module-products-grid .grid-wrapper > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.klb-module.module-products-grid .grid-wrapper > *.d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.klb-module.module-products-grid .grid-wrapper > *.d-flex .column-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.klb-module.module-products-grid .grid-wrapper:not(.bordered) {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.klb-module.module-products-grid .grid-wrapper:not(.bordered) > * {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.klb-module.module-products-grid .grid-wrapper.bordered::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 0px);
  border: 0.0625rem solid;
  border-radius: var(--theme-radius-base);
  pointer-events: none;
  z-index: 1;
}
body[data-color=custom][data-theme=light] .klb-module.module-products-grid .grid-wrapper.bordered::before {
  border-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .klb-module.module-products-grid .grid-wrapper.bordered::before {
  border-color: var(--color-gray200);
}
.klb-module.module-products-grid .grid-wrapper .list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem;
}
@media screen and (min-width: 992px) {
  .klb-module.module-products-grid .grid-wrapper .list-items {
    padding: 1.5625rem;
  }
}
.klb-module.module-products-grid .grid-wrapper .list-items .grid-list-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.klb-module.module-products-grid .grid-wrapper .list-items .grid-list-menu ul li {
  line-height: 1;
}
.klb-module.module-products-grid .grid-wrapper .list-items .grid-list-menu ul li + li {
  margin-top: 0.5rem;
}
.klb-module.module-products-grid .grid-wrapper .list-items .grid-list-menu ul 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.875rem;
  line-height: 1;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: currentColor;
}
.klb-module.module-products-grid .grid-wrapper .list-items .grid-list-menu ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  right: 0;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.klb-module.module-products-grid .grid-wrapper .list-items .grid-list-menu ul li a:hover::before {
  opacity: 1;
}
.klb-module.module-products-grid .grid-wrapper .list-items .grid-list-menu + .btn {
  margin-top: 1.875rem;
}
@media screen and (min-width: 992px) {
  .klb-module.module-products-grid .grid-wrapper .list-items .grid-list-menu + .btn {
    margin-top: auto;
  }
}
.klb-module.module-products-grid .grid-wrapper .banner-area {
  position: relative;
}
.klb-module.module-products-grid .grid-wrapper .banner-area.banner-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 0px);
  pointer-events: none;
  z-index: 1;
}
body[data-color=custom][data-theme=light] .klb-module.module-products-grid .grid-wrapper .banner-area.banner-area::before {
  border-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .klb-module.module-products-grid .grid-wrapper .banner-area.banner-area::before {
  border-color: var(--color-gray200);
}
.klb-module.module-products-grid .grid-wrapper .banner-area .klb-banner {
  border-radius: 0;
}
.klb-module.module-products-grid.style-1 .grid-wrapper > * .banner-area::before {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
@media screen and (min-width: 768px) {
  .klb-module.module-products-grid.style-1 .grid-wrapper > * .column-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    width: 50%;
  }
  .klb-module.module-products-grid.style-1 .grid-wrapper > * .column-child.simple-product {
    border-bottom: 1px solid;
  }
  body[data-color=custom][data-theme=light] .klb-module.module-products-grid.style-1 .grid-wrapper > * .column-child.simple-product {
    border-color: rgba(var(--color-rgb), 0.15);
  }
  body[data-color=default] .klb-module.module-products-grid.style-1 .grid-wrapper > * .column-child.simple-product {
    border-color: var(--color-gray200);
  }
  .klb-module.module-products-grid.style-1 .grid-wrapper > * .column-child.banner-area::before {
    border-right: 0.0625rem solid;
    border-bottom: 0.0625rem solid;
  }
  .klb-module.module-products-grid.style-1 .grid-wrapper > * .column-child.banner-area .klb-banner {
    border-top-left-radius: var(--theme-radius-base);
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .klb-module.module-products-grid.style-1 .grid-wrapper > * .column-child.banner-area .klb-banner .entry-media {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .klb-module.module-products-grid.style-1 .grid-wrapper > * .column-child.banner-area .klb-banner .entry-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 992px) {
  .klb-module.module-products-grid.style-1 .grid-wrapper > *:nth-child(1) {
    width: 48%;
  }
  .klb-module.module-products-grid.style-1 .grid-wrapper > *:nth-child(2) {
    width: 52%;
  }
  .klb-module.module-products-grid.style-1 .grid-wrapper > * .column-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .klb-module.module-products-grid.style-1 .grid-wrapper > * .column-child.simple-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 14rem;
    border-bottom: 0;
  }
  .klb-module.module-products-grid.style-1 .grid-wrapper > * .column-child.banner-area {
    border-radius: 0;
  }
  .klb-module.module-products-grid.style-1 .grid-wrapper > * .column-child.banner-area::before {
    border-right: 0.0625rem solid;
    border-left: 0.0625rem solid;
  }
}
.klb-module.module-products-grid.style-2 .grid-wrapper > *:nth-child(1)::before {
  border-bottom: 1px solid;
}
@media screen and (min-width: 992px) {
  .klb-module.module-products-grid.style-2 .grid-wrapper > *:nth-child(1) {
    width: 18.75rem;
  }
  .klb-module.module-products-grid.style-2 .grid-wrapper > *:nth-child(1)::before {
    border-left: 1px solid;
    border-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-2 .grid-wrapper > *:nth-child(1) {
    width: 20rem;
  }
}
.klb-module.module-products-grid.style-2 .grid-wrapper > *:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.klb-module.module-products-grid.style-2 .grid-wrapper .banner-area {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991.98px) {
  .klb-module.module-products-grid.style-2 .grid-wrapper .banner-area .klb-banner {
    border-top-right-radius: var(--theme-radius-base);
    border-top-left-radius: var(--theme-radius-base);
  }
}
@media screen and (min-width: 992px) {
  .klb-module.module-products-grid.style-2 .grid-wrapper .banner-area .klb-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .klb-module.module-products-grid.style-2 .grid-wrapper .banner-area .klb-banner .entry-media {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .klb-module.module-products-grid.style-2 .grid-wrapper .banner-area .klb-banner .entry-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .klb-module.module-products-grid.style-2 .grid-wrapper .banner-area .klb-banner {
    border-top-right-radius: var(--theme-radius-base);
    border-bottom-right-radius: var(--theme-radius-base);
  }
}
.klb-module.module-products-grid.style-2 .grid-wrapper .products {
  row-gap: var(--theme-site-gutters);
}
.klb-module.module-products-grid.style-2 .grid-wrapper .products .product {
  margin-bottom: 0;
}
.klb-module.module-products-grid.style-2 .grid-wrapper.bordered .products > .product::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  pointer-events: none;
  border-bottom: 0.0625rem solid;
  border-left: 0.0625rem solid;
}
body[data-color=custom][data-theme=light] .klb-module.module-products-grid.style-2 .grid-wrapper.bordered .products > .product::after {
  border-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .klb-module.module-products-grid.style-2 .grid-wrapper.bordered .products > .product::after {
  border-color: var(--color-gray200);
}
@media screen and (min-width: 768px) {
  .klb-module.module-products-grid.style-2 .grid-wrapper.bordered .products > .product:nth-child(3)::after {
    border-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-2 .grid-wrapper.bordered .products > .product:nth-child(3)::after {
    border-left: 0.0625rem solid;
  }
  .klb-module.module-products-grid.style-2 .grid-wrapper.bordered .products > .product:nth-child(5)::after {
    border-left: 0;
  }
}
.klb-module.module-products-grid.style-2 .grid-wrapper.bordered .products > .product:last-child::after {
  border: 0;
}
.klb-module.module-products-grid.style-3 .grid-wrapper .grid-list-button {
  margin-top: 1.875rem;
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-3 .grid-wrapper .grid-list-button {
    margin-top: auto;
  }
}
@media screen and (max-width: 991.98px) {
  .klb-module.module-products-grid.style-3 .grid-wrapper .entry-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 7.5rem;
  }
}
@media screen and (min-width: 768px) {
  .klb-module.module-products-grid.style-3 .grid-wrapper .banner-area .klb-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .klb-module.module-products-grid.style-3 .grid-wrapper .banner-area .klb-banner .entry-media {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .klb-module.module-products-grid.style-3 .grid-wrapper .banner-area .klb-banner .entry-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.klb-module.module-products-grid.style-3 .grid-wrapper .module-column:not(.klb-slider-wrapper) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 576px) {
  .klb-module.module-products-grid.style-3 .grid-wrapper .module-column:not(.klb-slider-wrapper) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.klb-module.module-products-grid.style-3 .grid-wrapper .module-column:not(.klb-slider-wrapper) > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .klb-module.module-products-grid.style-3 .grid-wrapper .module-column:not(.klb-slider-wrapper) > *.list-items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-3 .grid-wrapper .module-column:not(.klb-slider-wrapper) {
    width: 47%;
  }
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-3 .grid-wrapper .module-column.klb-slider-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    width: 50%;
  }
}
.klb-module.module-products-grid.style-3 .grid-wrapper.bordered .column:not(.klb-slider-wrapper) {
  border-bottom: 1px solid;
}
body[data-color=custom][data-theme=light] .klb-module.module-products-grid.style-3 .grid-wrapper.bordered .column:not(.klb-slider-wrapper) {
  border-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .klb-module.module-products-grid.style-3 .grid-wrapper.bordered .column:not(.klb-slider-wrapper) {
  border-color: var(--color-gray200);
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-3 .grid-wrapper.bordered .column:not(.klb-slider-wrapper) {
    border-bottom: 0;
  }
}
body[data-color=custom][data-theme=light] .klb-module.module-products-grid.style-3 .grid-wrapper.bordered .column .column-child.banner-area::before {
  border-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .klb-module.module-products-grid.style-3 .grid-wrapper.bordered .column .column-child.banner-area::before {
  border-color: var(--color-gray200);
}
@media screen and (max-width: 575.98px) {
  .klb-module.module-products-grid.style-3 .grid-wrapper.bordered .column .column-child.banner-area::before {
    border-top: 0.0625rem solid;
  }
}
@media screen and (min-width: 576px) {
  .klb-module.module-products-grid.style-3 .grid-wrapper.bordered .column .column-child.banner-area::before {
    border-right: 0.0625rem solid;
  }
  .klb-module.module-products-grid.style-3 .grid-wrapper.bordered .column .column-child.banner-area .klb-banner {
    border-top-left-radius: var(--theme-radius-base);
  }
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-3 .grid-wrapper.bordered .column .column-child.banner-area::before {
    border-right: 0.0625rem solid;
    border-left: 0.0625rem solid;
  }
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-4 .grid-wrapper .banner-area {
    width: 22.5rem;
  }
}
@media screen and (min-width: 768px) {
  .klb-module.module-products-grid.style-4 .grid-wrapper .banner-area .klb-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .klb-module.module-products-grid.style-4 .grid-wrapper .banner-area .klb-banner .entry-media {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .klb-module.module-products-grid.style-4 .grid-wrapper .banner-area .klb-banner .entry-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.klb-module.module-products-grid.style-4 .grid-wrapper .products {
  row-gap: var(--theme-site-gutters);
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-4 .grid-wrapper .products {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
}
.klb-module.module-products-grid.style-4 .grid-wrapper .products .product {
  margin-bottom: 0;
}
.klb-module.module-products-grid.style-4 .grid-wrapper.bordered .banner-area::before {
  border-top: 0.0625rem solid;
  border-bottom: 0.0625rem solid;
}
body[data-color=custom][data-theme=light] .klb-module.module-products-grid.style-4 .grid-wrapper.bordered .banner-area::before {
  border-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .klb-module.module-products-grid.style-4 .grid-wrapper.bordered .banner-area::before {
  border-color: var(--color-gray200);
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-4 .grid-wrapper.bordered .banner-area::before {
    border-top: 0;
    border-bottom: 0;
    border-right: 0.0625rem solid;
    border-left: 0.0625rem solid;
  }
}
.klb-module.module-products-grid.style-4 .grid-wrapper.bordered .products > .product {
  position: relative;
}
.klb-module.module-products-grid.style-4 .grid-wrapper.bordered .products > .product::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  pointer-events: none;
  border-bottom: 0.0625rem solid;
  border-left: 0.0625rem solid;
}
body[data-color=custom][data-theme=light] .klb-module.module-products-grid.style-4 .grid-wrapper.bordered .products > .product::after {
  border-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .klb-module.module-products-grid.style-4 .grid-wrapper.bordered .products > .product::after {
  border-color: var(--color-gray200);
}
.klb-module.module-products-grid.style-4 .grid-wrapper.bordered .products > .product:nth-child(2)::after, .klb-module.module-products-grid.style-4 .grid-wrapper.bordered .products > .product:nth-child(4)::after {
  border-left: 0;
}
.klb-module.module-products-grid.style-4 .grid-wrapper.bordered .products > .product:nth-child(3)::after, .klb-module.module-products-grid.style-4 .grid-wrapper.bordered .products > .product:nth-child(4)::after {
  border-bottom: 0;
}
.klb-module.module-products-grid.style-5 .grid-wrapper > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .klb-module.module-products-grid.style-5 .grid-wrapper > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-5 .grid-wrapper > *:nth-child(1), .klb-module.module-products-grid.style-5 .grid-wrapper > *:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333%;
  }
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-5 .grid-wrapper > *:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333%;
  }
}
.klb-module.module-products-grid.style-5 .grid-wrapper > * .products {
  row-gap: var(--theme-site-gutters);
}
.klb-module.module-products-grid.style-5 .grid-wrapper > * .products .product {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-5 .grid-wrapper > * .featured-product .product {
    padding: 1.25rem;
    border: 2px solid var(--color-red600);
    border-radius: var(--theme-radius-base);
  }
}
.klb-module.module-products-grid.style-5 .grid-wrapper > * .featured-product .product .product-hot-header {
  text-align: center;
  margin-bottom: 0.625rem;
}
.klb-module.module-products-grid.style-5 .grid-wrapper > * .featured-product .product .product-hot-header .entry-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.1875rem;
}
.klb-module.module-products-grid.style-5 .grid-wrapper > * .featured-product .product .product-hot-header .entry-description {
  font-size: 0.875rem;
  color: var(--color-gray600);
}
.klb-module.module-products-grid.style-5 .grid-wrapper > * .featured-product .product .product-hot-header .klb-countdown-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.klb-module.module-products-grid.style-5 .grid-wrapper > * .featured-product .product .product-hot-header .klb-countdown-wrapper .klb-countdown {
  font-size: 0.9375rem;
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-5 .grid-wrapper > * .featured-product .product .product-hot-header .klb-countdown-wrapper .klb-countdown {
    font-size: 1rem;
  }
}
.klb-module.module-products-grid.style-5 .grid-wrapper > * .featured-product .product .product-hot-header .klb-countdown-wrapper .klb-countdown .count-item {
  color: #FFF;
  background-color: var(--color-red600);
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-5 .grid-wrapper > * .featured-product .product .product-hot-header .klb-countdown-wrapper .klb-countdown .count-item {
    width: 2.4375rem;
    height: 2.25rem;
  }
}
.klb-module.module-products-grid.style-5 .grid-wrapper > * .featured-product .product .content-wrapper {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-5 .grid-wrapper > * .featured-product .product .content-wrapper {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-5 .grid-wrapper > * .featured-product .product .content-wrapper .product-title {
    font-size: 1rem;
    margin-bottom: 0.9375rem;
  }
}
.klb-module.module-products-grid.style-5 .grid-wrapper > * .featured-product .product .content-wrapper .product-rating {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-5 .grid-wrapper > * .featured-product .product .content-wrapper .product-rating .star-rating {
    font-size: 0.8125rem;
  }
  .klb-module.module-products-grid.style-5 .grid-wrapper > * .featured-product .product .content-wrapper .product-rating .rating-count {
    font-size: 0.8125rem;
  }
}
.klb-module.module-products-grid.style-5 .grid-wrapper > * .featured-product .product .content-wrapper .price {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-5 .grid-wrapper > * .featured-product .product .content-wrapper .price {
    margin-bottom: 1.25rem;
  }
}
.klb-module.module-products-grid.style-5 .grid-wrapper > * .featured-product .product .content-wrapper .price del {
  font-weight: 400;
}
.klb-module.module-products-grid.style-6 .grid-wrapper {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.klb-module.module-products-grid.style-6 .grid-wrapper > * {
  position: relative;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .klb-module.module-products-grid.style-6 .grid-wrapper > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-6 .grid-wrapper > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-6 .grid-wrapper > * .grid-products .product {
    border-radius: var(--theme-radius-base);
    padding: 1.875rem;
    border: 1px solid;
  }
  body[data-color=custom][data-theme=light] .klb-module.module-products-grid.style-6 .grid-wrapper > * .grid-products .product {
    border: rgba(var(--color-rgb), 0.1);
  }
  body[data-color=default][data-theme=light] .klb-module.module-products-grid.style-6 .grid-wrapper > * .grid-products .product {
    border-color: var(--color-gray200);
  }
}
.klb-module.module-products-grid.style-6 .grid-wrapper > * .grid-products .product .thumbnail-wrapper .thumbnail-badges {
  top: 0.9375rem;
  right: 0.625rem;
}
.klb-module.module-products-grid.style-6 .grid-wrapper > * .grid-products .product .product-rating {
  margin-bottom: 0.625rem;
}
.klb-module.module-products-grid.style-6 .grid-wrapper > * .grid-products .product .product-title, .klb-module.module-products-grid.style-6 .grid-wrapper > * .grid-products .product .product-cart-wrapper {
  margin-bottom: 0.9375rem;
}
.klb-module.module-products-grid.style-6 .grid-wrapper > * .grid-products .product .product-progress > p {
  font-size: 0.75rem;
  color: var(--color-gray600);
  opacity: 0.6;
  margin-bottom: 0.4375rem;
}
.klb-module.module-products-grid.style-6 .grid-wrapper > * .list-products .product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.klb-module.module-products-grid.style-6 .grid-wrapper > * .list-products .product + * {
  padding-top: 1.25rem;
  margin-top: 0.9375rem;
  border-top: 1px solid;
}
body[data-color=custom][data-theme=light] .klb-module.module-products-grid.style-6 .grid-wrapper > * .list-products .product + * {
  border-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default][data-theme=light] .klb-module.module-products-grid.style-6 .grid-wrapper > * .list-products .product + * {
  border-color: var(--color-gray100);
}
.klb-module.module-products-grid.style-6 .grid-wrapper > * .list-products .product .thumbnail-wrapper {
  width: 6rem;
}
.klb-module.module-products-grid.style-6 .grid-wrapper > * .list-products .product .product-rating {
  margin-bottom: 0.4375rem;
}
.klb-module.module-products-grid.style-6 .grid-wrapper > * .list-products .product .product-title {
  font-size: 0.8125rem;
  margin-bottom: 0.5rem;
}
.klb-module.module-products-grid.style-6 .grid-wrapper > * .list-products .product .price {
  font-size: 1.25rem;
}
.klb-module.module-products-grid.style-6 .grid-wrapper > * .list-products .product .price del {
  font-size: 75%;
  font-weight: 400;
  opacity: 0.8;
}
.klb-module.module-products-grid.style-6 .grid-wrapper > * .list-products .product .product-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.9375rem;
  gap: 0.9375rem;
}
.klb-module.module-products-grid.style-6 .grid-wrapper > * .list-products .product .product-countdown > p {
  font-size: 0.75rem;
  margin-bottom: 0;
  opacity: 0.5;
}
@media screen and (min-width: 992px) {
  .klb-module.module-products-grid.style-6 .grid-wrapper > * .list-products .product .product-countdown > p {
    font-size: 0.6875rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    line-height: 1.3;
  }
}
.klb-module.module-products-grid.style-6 .grid-wrapper > * .list-products .product .product-countdown .klb-countdown {
  font-weight: 500;
}
.klb-module.module-products-grid.style-6 .grid-wrapper > * .list-products .product .product-countdown .klb-countdown .count-item {
  width: 1.75rem;
  height: 1.625rem;
  min-width: 1.625rem;
  padding: 0;
}
body[data-color=custom][data-theme=light] .klb-module.module-products-grid.style-6 .grid-wrapper > * .list-products .product .product-countdown .klb-countdown .count-item {
  background-color: rgba(var(--color-rgb), 0.08);
}
body[data-color=default][data-theme=light] .klb-module.module-products-grid.style-6 .grid-wrapper > * .list-products .product .product-countdown .klb-countdown .count-item {
  background-color: var(--color-gray50);
}
.klb-module.module-products-grid.style-7 .grid-wrapper {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.klb-module.module-products-grid.style-7 .grid-wrapper > * {
  position: relative;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-7 .grid-wrapper > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333%;
  }
}
.klb-module.module-products-grid.style-7 .grid-wrapper > * .list-style > * + * {
  margin-top: 1.875rem;
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-7 .grid-wrapper > * .list-style > * + * {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .klb-module.module-products-grid.style-7 .grid-wrapper > * .list-style .product .thumbnail-wrapper {
    width: 10rem;
    margin-left: 1.25rem;
  }
}
.klb-module.module-products-grid.style-7 .grid-wrapper > * .list-style .product .product-rating {
  margin-bottom: 0.4375rem;
}
.klb-module.module-products-grid.style-7 .grid-wrapper > * .list-style .product .product-title {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.klb-module.module-products-grid.style-7 .grid-wrapper > * .list-style .product .price {
  font-size: 1.25rem;
}
.klb-module.module-products-grid.style-7 .grid-wrapper > * .list-style .product .price del {
  font-size: 75%;
  font-weight: 400;
  opacity: 0.8;
}
.klb-module.module-products-grid.style-7 .grid-wrapper > * .list-style .product .product-details {
  margin-top: 0.625rem;
}
.klb-module.module-products-grid.style-7 .grid-wrapper > * .list-style .product .product-details ul {
  margin: 0;
  padding-right: 0.9375rem;
}
.klb-module.module-products-grid.style-7 .grid-wrapper > * .list-style .product .product-details ul li {
  font-size: 0.75rem;
  color: var(--color-gray600);
}
.klb-module.module-products-grid.style-7 .grid-wrapper > * .list-style .product .product-details ul li + li {
  margin-top: 0.1875rem;
}
.klb-module.module-products-grid.style-7 .grid-wrapper > * .list-style .product .product-footer .product-footer-details {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-right: 0.4375rem;
  padding-left: 0.4375rem;
}
.klb-module.module-products-grid.style-7 .grid-wrapper > * .list-style .product .product-footer .product-footer-details .product-buttons {
  width: 100%;
  margin-top: 0;
}
.klb-module.module-products-grid.style-7 .grid-wrapper > * .list-style .product .product-footer .product-footer-details .product-buttons .add_to_cart_button {
  font-size: 0.8125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.klb-module.module-products-grid.style-7 .grid-wrapper > * .list-style .product .product-content-fade {
  top: -1.25rem;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .klb-module.module-products-grid.style-8 .row {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .klb-module.module-products-grid.style-8 .row .col {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.klb-module.module-products-grid.style-8 .products:not(.list-style) .product .product-progress > p {
  font-size: 0.75rem;
  opacity: 0.7;
  margin-top: 0.625rem;
}
.klb-module.module-products-grid.style-8 .products.list-style.for-fashion .product {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .klb-module.module-products-grid.style-9 .left .product-title, .klb-module.module-products-grid.style-9 .right .product-title {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
  }
  .klb-module.module-products-grid.style-9 .left .price, .klb-module.module-products-grid.style-9 .right .price {
    font-size: 0.9375rem;
  }
  .klb-module.module-products-grid.style-9 .left .product-content-switcher, .klb-module.module-products-grid.style-9 .right .product-content-switcher {
    margin-bottom: 0.625rem;
  }
}
.klb-module.module-products-grid.style-9 .left .count-item, .klb-module.module-products-grid.style-9 .right .count-item {
  border-radius: 0.125rem;
}
@media screen and (min-width: 992px) {
  .klb-module.module-products-grid.style-9 .center .product {
    padding: 1.875rem;
    border: 3px solid var(--color-red600);
    background-color: rgba(var(--color-redRGB), 0.02);
    border-radius: 0.25rem;
  }
  .klb-module.module-products-grid.style-9 .center .product .product-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .klb-module.module-products-grid.style-9 .center .product .product-inner .thumbnail-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 40%;
    margin-bottom: 0;
    margin-left: 1.25rem;
  }
  .klb-module.module-products-grid.style-9 .center .product .product-inner .content-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .klb-module.module-products-grid.style-9 .center .product .product-inner .content-wrapper .product-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  .klb-module.module-products-grid.style-9 .center .product .product-inner .content-wrapper .price {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
  .klb-module.module-products-grid.style-9 .center .product .product-inner .content-wrapper .product-progress .product-stock {
    font-size: 0.875rem;
  }
  .klb-module.module-products-grid.style-9 .center .product .product-inner .content-wrapper .product-progress > p {
    display: block;
    font-size: 0.8125rem;
    margin-top: 0.4375rem;
    opacity: 0.6;
  }
  .klb-module.module-products-grid.style-9 .center .product .product-inner .content-wrapper .product-checklist {
    margin-top: 1.5625rem;
  }
}
.klb-module.module-products-grid.style-9 .center .product .product-checklist {
  margin-top: 0.9375rem;
}
.klb-module.module-products-grid.style-9 .center .product .product-checklist ul {
  padding-right: 1.25rem;
}
.klb-module.module-products-grid.style-9 .center .product .product-checklist ul li {
  font-size: 0.875rem;
}
.klb-module.module-products-grid.style-9 .center .product .product-checklist ul li + li {
  margin-top: 0.1875rem;
}
.klb-module.module-products-grid.style-10 .module-body {
  padding: 0.25rem;
  border-radius: 0.125rem;
}
.klb-module.module-products-grid.style-10 .grid-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 992px) {
  .klb-module.module-products-grid.style-10 .grid-wrapper > *:nth-child(1) {
    width: 26.25rem;
  }
}
@media screen and (min-width: 992px) {
  .klb-module.module-products-grid.style-10 .grid-wrapper > *:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    width: auto;
  }
}
.klb-module.module-products-grid.style-10 .klb-slider {
  background-color: var(--color-background);
}
.klb-module.module-products-grid.style-11 .products {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.klb-module.module-products-grid.style-11 .products .product {
  margin-bottom: 1.25rem;
}
.klb-module.module-products-grid.style-11 .products .product .product-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.klb-module.module-products-grid.style-11 .products .product .thumbnail-wrapper {
  width: 35%;
}
.klb-module.module-products-grid.style-11 .products .product .product-rating {
  margin-bottom: 0.4375rem;
}
.klb-module.module-products-grid.style-12 .custom-image {
  position: relative;
  overflow: hidden;
  border-radius: var(--theme-radius-base);
}
@media screen and (min-width: 768px) {
  .klb-module.module-products-grid.style-12 .custom-image {
    height: 100%;
  }
}
.klb-module.module-products-grid.style-12 .custom-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background: rgb(36, 40, 45);
  background: -webkit-gradient(linear, right bottom, right top, from(rgba(36, 40, 45, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(36, 40, 45, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#24282d",endColorstr="#ffffff",GradientType=1);
  pointer-events: none;
}
.klb-module.module-products-grid.style-12 .custom-image a {
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .klb-module.module-products-grid.style-12 .custom-image a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.klb-module.module-products-grid.style-12 .custom-image .custom-content {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .klb-module.module-products-grid.style-12 .custom-image .custom-content {
    padding: 1.875rem;
  }
}
.klb-module.module-products-grid.style-12 .custom-image .custom-content .entry-description p {
  margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  .klb-module.module-products-grid.style-12 .custom-image {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.klb-module.module-products-grid.style-12 .products {
  margin-right: calc(var(--theme-site-gutters) * -1);
  margin-left: calc(var(--theme-site-gutters) * -1);
}
@media screen and (max-width: 575.98px) {
  .klb-module.module-products-grid.style-12 .products {
    margin-right: -7px;
    margin-left: -7px;
  }
}
.klb-module.module-products-grid.style-12 .products .product {
  padding-right: var(--theme-site-gutters);
  padding-left: var(--theme-site-gutters);
}
@media screen and (max-width: 575.98px) {
  .klb-module.module-products-grid.style-12 .products .product {
    padding-right: 7px;
    padding-left: 7px;
  }
}
@media screen and (max-width: 575.98px) {
  .klb-module.module-products-grid.style-12 .products .product .product-buttons {
    gap: 0.3125rem;
  }
}
.klb-module.module-products-grid.style-12 .products .product .product-buttons > * {
  font-size: 0.8125rem !important;
}
@media screen and (max-width: 575.98px) {
  .klb-module.module-products-grid.style-12 .products .product .product-buttons > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

/* ----- recentl viewed products ----- */
.module-recently-viewed .module-header {
  margin-bottom: 1.875rem;
}
.module-recently-viewed .module-body {
  display: block;
}
@media screen and (max-width: 991.98px) {
  .module-recently-viewed .module-body {
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
}
.module-recently-viewed ul {
  margin: 0 -0.4375rem 0 -0.4375rem;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 991.98px) {
  .module-recently-viewed ul {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    width: auto;
  }
}
.module-recently-viewed ul li {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
  width: 12.5% !important;
  max-width: none !important;
  padding-right: 0.4375rem;
  padding-left: 0.4375rem;
}
@media screen and (max-width: 991.98px) {
  .module-recently-viewed ul li {
    width: 6.5625rem !important;
  }
}
.module-recently-viewed ul li .thumbnail-wrapper {
  margin-bottom: 0.3125rem;
}
.module-recently-viewed ul li .content-wrapper .product_title {
  font-size: 0.8125rem;
}
@media screen and (max-width: 991.98px) {
  .module-recently-viewed ul li .content-wrapper .product_title {
    font-size: 0.75rem;
  }
}
.module-recently-viewed ul li .content-wrapper .product_title a {
  color: currentColor;
}
body.link-underline .module-recently-viewed ul li .content-wrapper .product_title a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.15rem;
  -webkit-transition: text-decoration-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: text-decoration-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.link-underline .module-recently-viewed ul li .content-wrapper .product_title a:hover {
  text-decoration-color: currentColor;
}

/* ----- module countdown banner settings ----- */
.klb-countodnw-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .klb-countodnw-banner {
    -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;
  }
}
.klb-countodnw-banner .column {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .klb-countodnw-banner .column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.klb-countodnw-banner .entry-title {
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .klb-countodnw-banner .entry-title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .klb-countodnw-banner .klb-countdown-wrapper {
    margin-right: 2.5rem;
  }
}
.klb-countodnw-banner .klb-countdown-wrapper .klb-countdown {
  font-size: 1.75rem;
}
@media screen and (min-width: 992px) {
  .klb-countodnw-banner .klb-countdown-wrapper .klb-countdown {
    font-size: 2.25rem;
  }
}
.klb-countodnw-banner .klb-countdown-wrapper .klb-countdown > span {
  display: block;
  font-size: 0;
  width: 0.0625rem;
  height: 1.875rem;
  background-color: currentColor;
  margin-right: 0.5625rem;
  margin-left: 0.625rem;
  opacity: 0.2;
}
.klb-countodnw-banner .klb-countdown-wrapper .klb-countdown .count-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: auto;
  height: auto;
  border: 0;
}
.klb-countodnw-banner .klb-countdown-wrapper .klb-countdown .count-item .count {
  width: 2.25rem;
}
@media screen and (min-width: 992px) {
  .klb-countodnw-banner .klb-countdown-wrapper .klb-countdown .count-item .count {
    width: 2.875rem;
  }
}
.klb-countodnw-banner .klb-countdown-wrapper .klb-countdown .count-item .count-label {
  font-size: 50%;
  margin-right: 0;
  margin-top: 0.125rem;
  opacity: 0.6;
}
@media screen and (min-width: 992px) {
  .klb-countodnw-banner .klb-countdown-wrapper .klb-countdown .count-item .count-label {
    font-size: 42%;
  }
}
@media screen and (min-width: 992px) {
  .klb-countodnw-banner .entry-description p {
    margin-bottom: 0;
  }
}

/* ----- module logofolio settings ----- */
.logo-block {
  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;
}
.logo-block img {
  max-height: 5.3125rem;
}
.logo-block 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;
}
.logo-block a img {
  opacity: 0.5;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.logo-block a:hover img {
  opacity: 1;
}
.logo-block.no-opacity a img {
  opacity: 1;
}

/* ----- module products column settings ----- */
.products-column.centered .product .content-wrapper {
  text-align: center;
}
.products-column.centered .product .content-wrapper .product-rating, .products-column.centered .product .content-wrapper .switcher-wrapper, .products-column.centered .product .content-wrapper .product-color-switcher {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products-column.centered .product .content-wrapper .switcher-wrapper .price {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

/*---------------------------------------------------- 
  08. Blog Posts
----------------------------------------------------*/
/* ----- Post settings ----- */
.post {
  position: relative;
  margin-bottom: 1.25rem;
  /* post thumbnail */
  /* post category */
  /* post title */
  /* post meta */
  /* post excerpt */
}
.post .entry-media {
  margin-bottom: 0.625rem;
}
.post .entry-media a {
  position: relative;
  display: block;
  border-radius: var(--theme-radius-base);
  overflow: hidden;
}
.post .entry-category {
  margin-bottom: 0.4375rem;
}
.post .entry-category 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.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--theme-primary-color);
}
.post .entry-title {
  margin-bottom: 0.625rem;
}
.post .entry-title a {
  color: currentColor;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.15rem;
  -webkit-transition: text-decoration-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: text-decoration-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.post .entry-title a:hover {
  text-decoration-color: currentColor;
}
.post .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.8125rem;
  margin-bottom: 0.625rem;
}
.post .entry-meta > * {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.post .entry-meta > *::before {
  content: "•";
  position: relative;
  font-size: 0.875rem;
  margin-right: 0.625rem;
  margin-left: 0.5rem;
  top: -0.0625rem;
}
.post .entry-meta > *:first-child::before {
  display: none;
}
.post .entry-meta a {
  color: currentColor;
}
.post .entry-meta .entry-author a {
  font-weight: 500;
}
.post .entry-meta .entry-author a span {
  font-weight: 400;
  opacity: 0.4;
}
.post .entry-meta .entry-comments i {
  font-size: 0.9375rem;
  line-height: 1;
}
.post .entry-meta .entry-comments i::before {
  margin: 0;
}
.post .entry-excerpt {
  font-size: 0.875rem;
  color: var(--color-gray600);
}
@media screen and (min-width: 992px) {
  .post .entry-excerpt {
    font-size: 0.9375rem;
  }
}

/* ----- Blog post module ----- */
.blog-posts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-posts.grid-style {
  margin-right: calc(var(--theme-site-gutters) * -1);
  margin-left: calc(var(--theme-site-gutters) * -1);
}
.blog-posts.grid-style > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding-right: var(--theme-site-gutters);
  padding-left: var(--theme-site-gutters);
}
@media screen and (min-width: 992px) {
  .blog-posts.grid-style.grid-4 > * {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .blog-posts.grid-style.grid-4 > * {
    width: 25%;
  }
}
.blog-posts.grid-style.grid-4 .post .entry-title {
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  .blog-posts.large-style .post {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 992px) {
  .blog-posts.large-style .post .entry-title {
    font-size: 2.25rem;
    margin-bottom: 0.9375rem;
  }
}
@media screen and (min-width: 992px) {
  .blog-posts.large-style .post .entry-meta {
    margin-bottom: 1.25rem;
  }
}

/*---------------------------------------------------- 
  07. Sidebar
----------------------------------------------------*/
/* ----- sidgets settings ----- */
.widget {
  position: relative;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .widget {
    margin-bottom: 2.5rem;
  }
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .widget .widget-title {
    font-size: calc(var(--theme-widgets-font-size) + 1px);
    margin-bottom: 1.25rem;
  }
}
.widget .company-details {
  position: relative;
}
.widget .company-details .company-phone {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .widget .company-details .company-phone {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}
.widget .company-details .company-phone a {
  color: var(--theme-primary-color);
}
.widget .company-details .company-email span {
  opacity: 0.6;
}
.widget .company-details .company-email a {
  position: relative;
  font-weight: 500;
  color: currentColor;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.widget .company-details .company-email a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  right: 0;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.widget .company-details .company-email a:hover::before {
  opacity: 1;
}
.widget .company-details .company-hours span {
  opacity: 0.6;
}
.widget .company-details .company-hours strong {
  display: block;
  width: 100%;
}

/* ----- nav menu widget ----- */
.widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_nav_menu ul li + li {
  margin-top: 0.1875rem;
}
.widget_nav_menu ul li a {
  position: relative;
  font-size: var(--theme-widgets-font-size);
  font-weight: var(--theme-widgets-font-weight);
  color: currentColor;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.widget_nav_menu ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  right: 0;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.widget_nav_menu ul li a:hover::before {
  opacity: 1;
}

/* ----- text widget ----- */
.widget_text p {
  font-size: var(--theme-widgets-font-size);
  font-weight: var(--theme-widgets-font-weight);
}

/* ----- post list widget ----- */
.posts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.posts-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.posts-list li .entry-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 4.125rem;
  margin-left: 0.9375rem;
}
.posts-list li .entry-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.posts-list li .entry-wrapper .entry-title {
  font-size: 0.875rem;
}
.posts-list li .entry-wrapper .entry-meta {
  font-size: 0.75rem;
}

/* ----- checkbox list ----- */
.widget-checkbox-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-checkbox-list ul li + li {
  margin-top: 0.25rem;
}
.widget-checkbox-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: currentColor;
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem;
}
.widget-checkbox-list ul li a input {
  width: 1rem;
  height: 1rem;
}
body:not(.input-variation-filled)[data-color=custom][data-theme=light] .widget-checkbox-list ul li a input:not(.variation-filled)::after, body[data-color=custom] .widget-checkbox-list ul li a input:not(.variation-filled)::after {
  border: var(--theme-form-border-width) solid rgba(var(--color-rgb), 0.2);
  background-color: var(--color-background);
  -webkit-box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
          box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=light] .widget-checkbox-list ul li a input:not(.variation-filled):hover::after, body[data-color=custom] .widget-checkbox-list ul li a input:not(.variation-filled):hover::after {
  border-color: rgba(var(--color-rgb), 0.25);
}
body:not(.input-variation-filled)[data-color=default] .widget-checkbox-list ul li a input:not(.variation-filled)::after, 
body[data-color=default] .widget-checkbox-list ul li a input:not(.variation-filled)::after {
  border: var(--theme-form-border-width) solid var(--color-gray500);
  background-color: var(--color-background);
  -webkit-box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
          box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
}
body:not(.input-variation-filled)[data-color=default] .widget-checkbox-list ul li a input:not(.variation-filled):hover::after, 
body[data-color=default] .widget-checkbox-list ul li a input:not(.variation-filled):hover::after {
  border-color: var(--color-gray600);
}
.widget-checkbox-list ul li a label {
  font-size: 0.875rem;
  cursor: pointer;
  margin-right: 0.625rem;
  margin-bottom: 0;
}
.widget-checkbox-list.max-height {
  max-height: 8.5625rem;
}
.widget-checkbox-list + .total-check-count {
  font-size: 0.75rem;
  padding-top: 0.4375rem;
  border-top: 1px solid;
}
body[data-color=custom][data-theme=light] .widget-checkbox-list + .total-check-count {
  color: rgba(var(--color-rgb), 0.5);
  border-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .widget-checkbox-list + .total-check-count {
  color: var(--color-gray500);
  border-color: var(--color-gray200);
}

/* ----- search form for widget ----- */
.search-from-list {
  margin-bottom: 0.625rem;
}
.search-from-list form {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.search-from-list form input {
  height: 2.75rem;
}
.search-from-list form input::-webkit-input-placeholder {
  font-size: 0.8125rem;
  font-weight: 400;
}
.search-from-list form input::-moz-placeholder {
  font-size: 0.8125rem;
  font-weight: 400;
}
.search-from-list form input:-ms-input-placeholder {
  font-size: 0.8125rem;
  font-weight: 400;
}
.search-from-list form input::-ms-input-placeholder {
  font-size: 0.8125rem;
  font-weight: 400;
}
.search-from-list form input::placeholder {
  font-size: 0.8125rem;
  font-weight: 400;
}
.search-from-list form 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;
  color: var(--color-text);
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  left: 0;
}

/* ----- price filter widget ----- */
.price_slider_wrapper .price_slider_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.875rem;
}
.price_slider_wrapper .price_slider_amount > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.price_slider_wrapper .price_slider_amount > * input {
  color: var(--color-text);
  height: 2.5rem;
}
.price_slider_wrapper .price_slider_amount > *.separator {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.9375rem 0.625rem 0;
}
.price_slider_wrapper .price_slider_amount > * .price-placeholder {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 0.1875rem;
}
body[data-color=custom][data-theme=light] .price_slider_wrapper .price_slider_amount > * .price-placeholder {
  color: rgba(var(--color-rgb), 0.6);
}
body[data-color=default] .price_slider_wrapper .price_slider_amount > * .price-placeholder {
  color: var(--color-gray600);
}
.price_slider_wrapper .ui-widget-content {
  position: relative;
  height: 0.125rem;
  margin-bottom: 1.25rem;
  border-radius: 0.25rem;
}
body[data-color=custom][data-theme=light] .price_slider_wrapper .ui-widget-content {
  background-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .price_slider_wrapper .ui-widget-content {
  background-color: var(--color-gray200);
}
.price_slider_wrapper .ui-widget-content .ui-slider-range {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.125rem;
  border: 0;
  border-radius: 0.5rem;
  background-color: var(--color-text);
  z-index: 1;
}
.price_slider_wrapper .ui-widget-content .ui-slider-handle {
  right: 0;
  position: absolute;
  z-index: 2;
  outline: 0;
  cursor: pointer;
  background-color: var(--color-text);
  border-radius: 100%;
  border: 0;
  height: 0.875rem;
  top: -0.375rem;
  width: 0.875rem;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.price_slider_wrapper .ui-widget-content .ui-slider-handle:last-child {
  right: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.price_slider_wrapper .price_slider_bottom {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.price_slider_wrapper .price_slider_bottom .price_label {
  font-size: 0.8125rem;
  margin-left: auto;
}
.price_slider_wrapper .price_slider_bottom button {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  height: 2.25rem;
  line-height: 2.25rem;
}

/* ----- sidebar ----- */
@media screen and (max-width: 1199.98px) {
  .filter-sidebar-active {
    overflow-y: hidden !important;
  }
}

@media screen and (max-width: 1199.98px) {
  #sidebar.filtered-sidebar {
    position: fixed !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
    background-color: var(--color-background);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 10001;
  }
}
#sidebar.filtered-sidebar .filter-sidebar-header {
  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;
  padding: 0.75rem 1.25rem 0.9375rem;
}
#sidebar.filtered-sidebar .filter-sidebar-header .entry-title {
  font-size: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  #sidebar.filtered-sidebar .filter-sidebar-header {
    display: none;
  }
}
@media screen and (max-width: 1199.98px) {
  #sidebar.filtered-sidebar .filter-sidebar-header + .site-scroll {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 1199.98px) {
  #sidebar.filtered-sidebar .theiaStickySidebar {
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-touch-action: auto;
        touch-action: auto;
  }
}
@media screen and (max-width: 1199.98px) {
  #sidebar.filtered-sidebar .filter-sidebar-body {
    padding-bottom: 6.25rem;
  }
}

/*---------------------------------------------------- 
  09. Footer
----------------------------------------------------*/
/* ----- Footer default settings ----- */
.site-footer {
  position: relative;
  margin-top: 1.875rem;
}
@media screen and (min-width: 992px) {
  .site-footer {
    margin-top: 3.75rem;
  }
}
[data-theme=light] .site-footer .color-scheme-dark {
  color: #1B1F22;
}
.site-footer .color-scheme-light {
  color: #FFF;
}
.site-footer .color-scheme-theme {
  color: var(--color-text);
}
.site-footer .color-layout-white {
  background-color: #FFF;
}
.site-footer .color-layout-black {
  background-color: #1B1F22;
}
.site-footer .color-layout-theme {
  background-color: var(--color-background);
}
.site-footer .color-layout-light-gray {
  background-color: var(--color-gray25);
}
.site-footer .color-layout-baby-light {
  background-color: #f0f5f8;
}
.site-footer .color-layout-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-footer .footer-row {
  background-repeat: no-repeat;
  background-size: cover;
}
.site-footer .site-payment-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 0.4375rem;
     -moz-column-gap: 0.4375rem;
          column-gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .site-footer .site-payment-cards {
    -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;
  }
}
.site-footer .site-payment-cards .payment-cards-label {
  font-size: var(--theme-widgets-font-size);
  font-weight: 500;
  margin-bottom: 0.4375rem;
}
@media screen and (min-width: 576px) {
  .site-footer .site-payment-cards .payment-cards-label {
    margin-bottom: 0;
    margin-left: 0.625rem;
  }
}
.site-footer .site-payment-cards .payment-cards {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  row-gap: 0.5rem;
}
.site-footer .site-payment-cards .payment-cards .card-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .site-payment-cards .payment-cards .card-item.mastercard svg, .site-footer .site-payment-cards .payment-cards .card-item.maestro svg {
  width: auto;
  height: 1rem;
}
.site-footer .site-payment-cards .payment-cards .card-item.klarna svg, .site-footer .site-payment-cards .payment-cards .card-item.skrill svg {
  width: auto;
  height: 0.8125rem;
}

/* ----- Footer newsletter settings ----- */
.footer-newsletter .newsletter-text {
  max-width: 35rem;
}
.footer-newsletter .newsletter-text .entry-subtitle {
  font-size: 1rem;
}
.footer-newsletter .newsletter-text .entry-title {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer-newsletter .newsletter-text .entry-title {
    font-size: 1.625rem;
  }
}
.footer-newsletter .newsletter-text .entry-caption p {
  font-size: 0.875rem;
  opacity: 0.6;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .footer-newsletter .newsletter-text .entry-caption p {
    font-size: 0.9375rem;
  }
}
.footer-newsletter .newsletter-form {
  position: relative;
  width: 100%;
  max-width: 28.75rem;
  min-width: 17.5rem;
}
@media screen and (min-width: 768px) {
  .footer-newsletter .newsletter-form input {
    line-height: 2.875rem;
    height: 3rem;
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
}
.footer-newsletter .newsletter-form .btn {
  position: absolute;
  top: 0;
  left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (min-width: 768px) {
  .footer-newsletter .newsletter-form .btn {
    line-height: 3rem;
    height: 3rem;
  }
}
.footer-newsletter .newsletter-form .privacy-policy {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.625rem;
}
.footer-newsletter .newsletter-form .privacy-policy p {
  margin-bottom: 0;
}
.footer-newsletter .newsletter-form .privacy-policy a {
  position: relative;
  font-weight: 500;
  color: var(--theme-primary-color);
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem;
}
.footer-newsletter .newsletter-form .privacy-policy a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  right: 0;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.footer-newsletter .newsletter-form .privacy-policy a:hover::before {
  opacity: 1;
}
.footer-newsletter.style-1 .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer-newsletter.style-1 .footer-inner {
    -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;
    text-align: inherit;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-newsletter.style-1 .footer-inner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-newsletter.style-1 .footer-inner .newsletter-text {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .footer-newsletter.style-1 .footer-inner > .column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .footer-newsletter.style-1 .footer-inner > .column.form-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer-newsletter.style-1 .footer-inner > .column + .column {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .footer-newsletter.style-1 .footer-inner > .column + .column {
    margin-top: 0;
  }
}

/* ----- Footer widgets settings ----- */
.footer-widgets {
  position: relative;
}
.footer-widgets .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 576px) {
  .footer-widgets .footer-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .footer-widgets .footer-inner > .column {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .footer-widgets .footer-inner > .column.column-brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 23.75rem;
  }
  .footer-widgets .footer-inner > .column.column-brand + .column-widgets {
    padding-right: 5rem;
  }
  .footer-widgets .footer-inner > .column.column-brand + .column-widgets::before {
    content: "";
    position: absolute;
    width: 0.0625rem;
    height: 100%;
    top: 0;
    right: 0;
    background-color: currentColor;
    opacity: 0.1;
  }
}
@media screen and (min-width: 768px) {
  .footer-widgets .footer-inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .footer-widgets .footer-inner {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }
  .footer-widgets .footer-inner > .column {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-widgets .footer-inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.footer-widgets .column-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}
@media screen and (min-width: 576px) {
  .footer-widgets .column-widgets {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
.footer-widgets .column-widgets > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
}

/* ----- Footer copyright settings ----- */
.footer-copyright {
  position: relative;
}
.footer-copyright .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 576px) {
  .footer-copyright .footer-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;
  }
}
.footer-copyright .site-copyright p {
  font-size: 0.8125rem;
  margin-bottom: 0;
}
.footer-copyright .site-copyright p a {
  position: relative;
  font-weight: 500;
  color: currentColor;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.footer-copyright .site-copyright p a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  right: 0;
  background-color: currentColor;
  opacity: 1;
  -webkit-transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.footer-copyright .site-copyright p a:hover::before {
  opacity: 0;
}
.footer-copyright .site-payment-cards {
  margin-top: 0.625rem;
}
@media screen and (min-width: 992px) {
  .footer-copyright .site-payment-cards {
    margin-right: auto;
    margin-top: 0.625rem;
  }
}

/* ----- Footer social settings ----- */
.footer-social {
  position: relative;
}
.footer-social .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.9375rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer-social .footer-inner {
    -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;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
.footer-social .site-social {
  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;
}
@media screen and (min-width: 576px) {
  .footer-social .site-social {
    -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;
  }
}
.footer-social .site-social .social-label {
  font-size: var(--theme-widgets-font-size);
  font-weight: 500;
  margin-bottom: 0.4375rem;
}
@media screen and (min-width: 576px) {
  .footer-social .site-social .social-label {
    margin-bottom: 0;
    margin-left: 0.625rem;
  }
}
.footer-social .site-social ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-social .site-social 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  width: 1.875rem;
  height: 1.875rem;
}
@media screen and (min-width: 576px) {
  .footer-social .site-social ul li a {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.footer-social .site-social ul li a i {
  line-height: 1;
}
.footer-social .site-social ul li a i::before {
  margin: 0;
}
.footer-social .site-social ul li a.youtube {
  font-size: 0.9375rem;
}
.footer-social .site-social ul li a.facebook {
  font-size: 0.9375rem;
}
.footer-social .site-social ul.rounded-style a::before {
  border-radius: 50% !important;
}
.footer-social .site-social ul.color-theme a {
  position: relative;
  color: currentColor;
}
.footer-social .site-social ul.color-theme a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  border-radius: calc(var(--theme-radius-base) / 2);
  opacity: 0.1;
}
.footer-social .site-social ul.color-theme a:hover::before {
  opacity: 0.15;
}
.footer-social .site-application {
  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;
}
@media screen and (min-width: 576px) {
  .footer-social .site-application {
    -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;
    margin-right: auto;
  }
}
.footer-social .site-application .app-label {
  font-size: var(--theme-widgets-font-size);
  font-weight: 500;
  margin-bottom: 0.4375rem;
}
@media screen and (min-width: 576px) {
  .footer-social .site-application .app-label {
    margin-bottom: 0;
    margin-left: 0.625rem;
  }
}
.footer-social .site-application ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-social .site-application ul img {
  max-height: 2.1875rem;
}

/*---------------------------------------------------- 
  10. WooCommerce
----------------------------------------------------*/
/* ----- WooCommerce form row ----- */
.woocommerce-form-row, .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* ----- WooCommerce input ----- */
.woocommerce-Input, .woocommerce-button {
  outline: none;
}
@media screen and (min-width: 768px) {
  .woocommerce-Input, .woocommerce-button {
    line-height: 2.75rem !important;
    height: 2.75rem !important;
  }
}

/* ----- WooCommerce breadcrumb ----- */
.woocommerce-breadcrumb {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 992px) {
  .woocommerce-breadcrumb {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.woocommerce-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-breadcrumb ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 0.8125rem;
  color: var(--color-gray500);
}
.woocommerce-breadcrumb ul li::after {
  font-family: "klbtheme";
  font-size: 0.625rem;
  content: "\e8f3";
  color: var(--color-text);
  margin-right: 0.4375rem;
  margin-left: 0.1875rem;
}
.woocommerce-breadcrumb ul li:last-child::after {
  display: none;
}
.woocommerce-breadcrumb ul li a {
  color: var(--color-text);
}

/* ----- WooCommerce page header ----- */
.woocommerce-page-header {
  position: relative;
}
.woocommerce-page-header.with-banner {
  margin-bottom: 1.25rem;
}
.woocommerce-page-header.with-banner .klb-banner + .woocommerce-sub-categories {
  margin-top: 0.9375rem;
}
.woocommerce-page-header .woocommerce-sub-categories {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.9375rem;
}
.woocommerce-page-header .woocommerce-sub-categories > span {
  font-size: 0.8125rem;
}
.woocommerce-page-header .woocommerce-sub-categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.1875rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.woocommerce-page-header .woocommerce-sub-categories ul 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.875rem;
  font-weight: 500;
  padding: 0.3125rem 0.8125rem;
  color: var(--color-text);
  border: 1px solid;
  border-radius: calc(var(--theme-radius-base) / 2);
}
body[data-color=custom][data-theme=light] .woocommerce-page-header .woocommerce-sub-categories ul li a {
  border-color: rgba(var(--color-rgb), 0.25);
}
body[data-color=default] .woocommerce-page-header .woocommerce-sub-categories ul li a {
  border-color: var(--color-gray300);
}
.woocommerce-page-header .woocommerce-sub-categories ul li a::before {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: calc(var(--theme-radius-form) / 2);
  border: 1px solid;
  margin-right: -0.1875rem;
  margin-left: 0.5rem;
}
body[data-color=custom][data-theme=light] .woocommerce-page-header .woocommerce-sub-categories ul li a::before {
  border-color: rgba(var(--color-rgb), 0.3);
}
body[data-color=default] .woocommerce-page-header .woocommerce-sub-categories ul li a::before {
  border-color: var(--color-gray400);
}
.woocommerce-page-header .woocommerce-sub-categories ul li a.active {
  color: var(--theme-primary-color);
  border-color: var(--theme-primary-color) !important;
  background-color: rgba(var(--theme-primary-color-RGB), 0.04);
}
.woocommerce-page-header .woocommerce-sub-categories ul li a.active::before {
  border-color: transparent !important;
  background-color: var(--theme-primary-color) !important;
}
.woocommerce-page-header .woocommerce-sub-categories ul li a.active::after {
  content: "\e8ef";
  position: absolute;
  font-family: "klbtheme";
  position: absolute;
  font-size: 0.6875rem;
  margin-top: 0.125rem;
  color: #FFF;
}

/* ----- WooCommerce before shop loop ----- */
.before-shop-loop {
  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;
  padding-bottom: 0.625rem;
  margin-bottom: 0.9375rem;
  border-bottom: 1px solid;
}
body[data-color=custom][data-theme=light] .before-shop-loop {
  border-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .before-shop-loop {
  border-color: var(--color-gray200);
}
.before-shop-loop .filter-button {
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .before-shop-loop .filter-button {
    display: none;
  }
}
.before-shop-loop .filter-button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: currentColor;
}
.before-shop-loop .filter-button a i {
  font-size: 1.125rem;
  margin-left: 0.25rem;
}
.before-shop-loop .filter-button a span {
  font-weight: 500;
}
.before-shop-loop .filters-wide-button {
  position: static;
  margin-left: 0.9375rem;
  padding-left: 0.9375rem;
  border-left: 1px solid;
}
body[data-color=custom][data-theme=light] .before-shop-loop .filters-wide-button {
  border-color: rgba(var(--color-rgb), 0.2);
}
body[data-color=default] .before-shop-loop .filters-wide-button {
  border-color: var(--color-gray200);
}
@media screen and (max-width: 991.98px) {
  .before-shop-loop .filters-wide-button {
    display: none;
  }
}
.before-shop-loop .filters-wide-button > 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.875rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-text);
}
.before-shop-loop .filters-wide-button > a::after {
  font-family: "klbtheme";
  content: "\ea1b";
  border: 0;
  margin-right: 0.75rem;
}
.before-shop-loop .filters-wide-button > a i {
  font-size: 1rem;
  margin-left: 0.25rem;
}
.before-shop-loop .filters-wide-button .filter-holder {
  display: none;
  width: 100%;
  padding: 1.875rem;
}
.before-shop-loop .filters-wide-button .filter-holder.show {
  display: block !important;
}
.before-shop-loop .filters-wide-button .filter-holder .filter-holder-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1.875rem;
  margin-left: -1.875rem;
}
.before-shop-loop .filters-wide-button .filter-holder .filter-holder-inner .widget {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  margin-bottom: 0;
}
.before-shop-loop .woocommerce-result-count {
  position: relative;
  font-size: 0.75rem;
  margin-bottom: 0;
  margin-left: auto;
  top: 1px;
}
body[data-color=custom][data-theme=light] .before-shop-loop .woocommerce-result-count {
  color: rgba(var(--color-rgb), 0.5);
}
body[data-color=default] .before-shop-loop .woocommerce-result-count {
  color: var(--color-gray600);
}
@media screen and (max-width: 991.98px) {
  .before-shop-loop .woocommerce-result-count {
    display: none;
  }
}
.before-shop-loop .sorting-products, .before-shop-loop .per-page-products {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.before-shop-loop .sorting-products > span, .before-shop-loop .per-page-products > span {
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: 0.4375rem;
  opacity: 0.5;
}
.before-shop-loop .sorting-products select, .before-shop-loop .per-page-products select {
  font-size: 0.875rem;
  height: auto;
  padding-right: 0;
  padding-left: 0;
  color: var(--color-text);
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.before-shop-loop .sorting-products + .per-page-products, .before-shop-loop .per-page-products + .per-page-products {
  display: none;
  margin-right: 0.625rem;
  padding-right: 0.625rem;
}
.before-shop-loop .sorting-products + .per-page-products::before, .before-shop-loop .per-page-products + .per-page-products::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  height: 1.25rem;
  right: 0;
}
body[data-color=custom][data-theme=light] .before-shop-loop .sorting-products + .per-page-products::before, body[data-color=custom][data-theme=light] .before-shop-loop .per-page-products + .per-page-products::before {
  background-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .before-shop-loop .sorting-products + .per-page-products::before, body[data-color=default] .before-shop-loop .per-page-products + .per-page-products::before {
  background-color: var(--color-gray100);
}
@media screen and (min-width: 992px) {
  .before-shop-loop .sorting-products + .per-page-products, .before-shop-loop .per-page-products + .per-page-products {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1.25rem;
    padding-right: 1.25rem;
  }
}
.before-shop-loop .product-views-buttons {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
  margin-right: 0.625rem;
  padding-right: 0.625rem;
}
.before-shop-loop .product-views-buttons::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  height: 1.25rem;
  right: 0;
}
body[data-color=custom][data-theme=light] .before-shop-loop .product-views-buttons::before {
  background-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .before-shop-loop .product-views-buttons::before {
  background-color: var(--color-gray100);
}
@media screen and (min-width: 992px) {
  .before-shop-loop .product-views-buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.before-shop-loop .product-views-buttons > * {
  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;
  letter-spacing: -1px;
  color: var(--color-text);
  width: 1.875rem;
  height: 1.875rem;
  border-radius: calc(var(--theme-radius-base) / 2);
}
.before-shop-loop .product-views-buttons > * i {
  line-height: 1;
}
.before-shop-loop .product-views-buttons > * i::before {
  width: auto;
  margin: 0;
}
body[data-color=custom][data-theme=light] .before-shop-loop .product-views-buttons > *.active {
  background-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .before-shop-loop .product-views-buttons > *.active {
  background-color: var(--color-gray100);
}
body[data-color=custom][data-theme=light] .before-shop-loop .product-views-buttons > *:not(.active):hover {
  background-color: rgba(var(--color-rgb), 0.05);
}
body[data-color=default] .before-shop-loop .product-views-buttons > *:not(.active):hover {
  background-color: var(--color-gray25);
}
/* ----- Woocommerce Pagination ----- */
.woocommerce-pagination {
  margin-top: 1.25rem;
}
@media screen and (min-width: 992px) {
  .woocommerce-pagination {
    margin-top: 2.5rem;
  }
}
.woocommerce-pagination .page-numbers {
  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: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-pagination .page-numbers 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: 2.25rem;
  height: 2.25rem;
  color: currentColor;
  border-radius: calc(var(--theme-radius-base) / 2);
}
body[data-color=custom][data-theme=light] .woocommerce-pagination .page-numbers li > * {
  background-color: rgba(var(--color-rgb), 0.08);
}
body[data-color=custom][data-theme=light] .woocommerce-pagination .page-numbers li > *:hover {
  background-color: rgba(var(--color-rgb), 0.11);
}
body[data-color=default] .woocommerce-pagination .page-numbers li > * {
  background-color: var(--color-gray50);
}
body[data-color=default] .woocommerce-pagination .page-numbers li > *:hover {
  background-color: var(--color-gray100);
}
.woocommerce-pagination .page-numbers li > *.prev, .woocommerce-pagination .page-numbers li > *.next {
  font-size: 1.125rem;
  background-color: transparent !important;
}
.woocommerce-pagination .page-numbers li > *.dots {
  font-size: 1rem;
  background-color: transparent !important;
}
.woocommerce-pagination .page-numbers li > *.current {
  color: #FFF;
  background-color: var(--theme-primary-color) !important;
}

/* ----- mobile filter sidebar ----- */
.mobile-filter-sidebar {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: var(--color-background);
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (min-width: 320px) {
  .mobile-filter-sidebar {
    width: 22.5rem;
  }
}
.mobile-filter-sidebar .filter-sidebar-header {
  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;
  padding: 0.75rem 1.25rem 0.375rem;
}
.mobile-filter-sidebar .filter-sidebar-header .entry-title {
  font-size: 1rem;
  margin-bottom: 0;
}
.mobile-filter-sidebar .filter-sidebar-body {
  padding: 0.625rem 1.25rem;
}

/* ----- my account ----- */
.my-account-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 992px) {
  .my-account-wrapper {
    gap: 1.875rem;
    margin-top: 1.875rem;
  }
}
.my-account-wrapper > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .my-account-wrapper .my-account-navigation {
    width: 18.75rem;
  }
}
@media screen and (max-width: 991.98px) {
  .my-account-wrapper .my-account-navigation {
    border-bottom: 1px solid;
  }
  body[data-color=custom][data-theme=light] .my-account-wrapper .my-account-navigation {
    border-color: rgba(var(--color-rgb), 0.1);
  }
  body[data-color=default] .my-account-wrapper .my-account-navigation {
    border-color: var(--color-gray100);
  }
}
@media screen and (min-width: 992px) {
  .my-account-wrapper .woocommerce-MyAccount-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    padding-right: 2.5rem;
  }
}
.my-account-wrapper .woocommerce-MyAccount-content p a {
  position: relative;
  color: var(--color-blue600);
}
.my-account-wrapper .woocommerce-MyAccount-content p a:hover {
  text-decoration: underline;
}
.my-account-wrapper .user-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .my-account-wrapper .user-detail {
    margin-bottom: 1.875rem;
  }
}
.my-account-wrapper .user-detail .user-avatar {
  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.9375rem;
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  margin-left: 0.9375rem;
  color: var(--theme-primary-color);
  background-color: rgba(var(--theme-primary-color-RGB), 0.1);
}
.my-account-wrapper .user-detail .user-info {
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.my-account-wrapper .user-detail .user-info span {
  display: block;
  font-size: 0.75rem;
  opacity: 0.5;
  margin-bottom: 0.1875rem;
}
.my-account-wrapper .user-detail .user-info .entry-name {
  font-size: 0.9375rem;
  margin-bottom: 0;
}
.my-account-wrapper .user-detail .user-menu-button {
  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.25rem;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  border: 1px solid;
}
body[data-color=custom][data-theme=light] .my-account-wrapper .user-detail .user-menu-button {
  border-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .my-account-wrapper .user-detail .user-menu-button {
  border-color: var(--color-gray200);
}
@media screen and (min-width: 992px) {
  .my-account-wrapper .user-detail .user-menu-button {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .my-account-wrapper .woocommerce-MyAccount-navigation-menu {
    display: none;
  }
  body.my-account-navigation-active .my-account-wrapper .woocommerce-MyAccount-navigation-menu {
    display: block;
  }
}
.my-account-wrapper .woocommerce-MyAccount-navigation-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 991.98px) {
  .my-account-wrapper .woocommerce-MyAccount-navigation-menu ul {
    border-top: 1px solid;
  }
  body[data-color=custom][data-theme=light] .my-account-wrapper .woocommerce-MyAccount-navigation-menu ul {
    border-color: rgba(var(--color-rgb), 0.1);
  }
  body[data-color=default] .my-account-wrapper .woocommerce-MyAccount-navigation-menu ul {
    border-color: var(--color-gray100);
  }
}
.my-account-wrapper .woocommerce-MyAccount-navigation-menu ul li + li {
  border-top: 1px solid;
}
body[data-color=custom][data-theme=light] .my-account-wrapper .woocommerce-MyAccount-navigation-menu ul li + li {
  border-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .my-account-wrapper .woocommerce-MyAccount-navigation-menu ul li + li {
  border-color: var(--color-gray100);
}
.my-account-wrapper .woocommerce-MyAccount-navigation-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  color: var(--color-text);
}
.my-account-wrapper .woocommerce-MyAccount-navigation-menu ul li a i {
  font-size: 1.375rem;
  width: 1.875rem;
  margin-left: 0.625rem;
}
body[data-color=custom][data-theme=light] .my-account-wrapper .woocommerce-MyAccount-navigation-menu ul li.is-active a {
  background-color: rgba(var(--color-rgb), 0.04);
}
body[data-color=default] .my-account-wrapper .woocommerce-MyAccount-navigation-menu ul li.is-active a {
  background-color: var(--color-gray25);
}

/* ----- login ----- */
.site-login {
  position: relative;
  margin-top: 1.875rem;
}
@media screen and (min-width: 992px) {
  .site-login {
    margin-top: 6.25rem;
    margin-bottom: 7.5rem;
  }
}
.site-login .site-login-inner {
  max-width: 32.5rem;
  margin-right: auto;
  margin-left: auto;
}
.site-login .site-login-inner .site-login-overflow {
  position: relative;
  overflow: hidden;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.site-login .site-login-inner .login-page-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .site-login .site-login-inner .login-page-tab {
    gap: 1.875rem;
    margin-bottom: 3.125rem;
  }
}
.site-login .site-login-inner .login-page-tab li a {
  position: relative;
  font-size: 1.375rem;
  font-weight: 500;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  padding-bottom: 0.25rem;
  -webkit-transition: all 0.1s cubic-bezier(0.17, 0.62, 0.44, 0.99);
  transition: all 0.1s cubic-bezier(0.17, 0.62, 0.44, 0.99);
}
.site-login .site-login-inner .login-page-tab li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: currentColor;
  -webkit-transition: all 0.1s cubic-bezier(0.17, 0.62, 0.44, 0.99);
  transition: all 0.1s cubic-bezier(0.17, 0.62, 0.44, 0.99);
}
body[data-color=custom][data-theme=light] .site-login .site-login-inner .login-page-tab li a {
  color: rgba(var(--color-rgb), 0.5);
}
body[data-color=default] .site-login .site-login-inner .login-page-tab li a {
  color: var(--color-gray500);
}
@media screen and (min-width: 992px) {
  .site-login .site-login-inner .login-page-tab li a {
    font-size: 2rem;
  }
}
.site-login .site-login-inner .login-page-tab li a.active {
  color: var(--color-text) !important;
}
.site-login .site-login-inner .login-page-tab li a.active::before {
  opacity: 1;
}
.site-login .site-login-inner .login-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.site-login .site-login-inner .login-form-container .login-form, .site-login .site-login-inner .login-form-container .register-form {
  padding: 0 0.0625rem;
  width: 100%;
  -webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.site-login .site-login-inner .login-form-container .login-form > p, .site-login .site-login-inner .login-form-container .register-form > p {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
.site-login .site-login-inner .login-form-container .login-form input, .site-login .site-login-inner .login-form-container .register-form input {
  height: 2.875rem !important;
}
.site-login .site-login-inner .login-form-container .login-form input[type=checkbox], .site-login .site-login-inner .login-form-container .register-form input[type=checkbox] {
  height: auto !important;
}
.site-login .site-login-inner .login-form-container .login-form .woocommerce-button, .site-login .site-login-inner .login-form-container .register-form .woocommerce-button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 3rem !important;
  width: 100%;
  height: 3rem !important;
}
.site-login .site-login-inner .login-form-container .login-form .lost-password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
.site-login .site-login-inner .login-form-container .login-form .lost-password .form-row label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.site-login .site-login-inner .login-form-container .login-form .lost-password .woocommerce-LostPassword {
  font-size: 0.8125rem;
  font-weight: 500;
}
.site-login .site-login-inner .login-form-container .login-form .lost-password .woocommerce-LostPassword a {
  padding-bottom: 0.125rem;
  color: var(--color-blue600);
}
.site-login .site-login-inner .login-form-container .register-form {
  opacity: 0;
}
.site-login .site-login-inner .login-form-container .woocommerce-form-register > p:not(.woocommerce-form-row) {
  font-weight: 500;
}
.site-login .site-login-inner .login-form-container .woocommerce-form-register p:not(.woocommerce-form-row) {
  font-size: 0.8125rem;
}
.site-login .site-login-inner .login-form-container .woocommerce-form-register__submit {
  color: #FFF;
  background-color: var(--theme-primary-color);
  border-color: transparent;
}
.site-login .site-login-inner .login-form-container .woocommerce-form-register__submit:hover {
  background-color: rgba(var(--theme-primary-color-RGB), 0.9);
}
.site-login .site-login-inner .login-form-container.show-register-form {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.site-login .site-login-inner .login-form-container.show-register-form .login-form {
  opacity: 0;
}
.site-login .site-login-inner .login-form-container.show-register-form .register-form {
  opacity: 1;
}

/* ----- cart page ----- */
.cart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 992px) {
  .cart-wrapper {
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
}
.cart-wrapper > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .cart-wrapper .woocommerce-cart-form {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .cart-wrapper .cart-collaterals {
    width: 21.25rem;
  }
}
@media screen and (min-width: 992px) {
  .cart-wrapper .cart-collaterals .cart_totals {
    border-radius: var(--theme-radius-base);
    padding: 2.1875rem;
  }
  body[data-color=custom][data-theme=light] .cart-wrapper .cart-collaterals .cart_totals {
    background-color: rgba(var(--color-rgb), 0.06);
  }
  body[data-color=default] .cart-wrapper .cart-collaterals .cart_totals {
    background-color: var(--color-gray25);
  }
}
body[data-color=custom][data-theme=light] .cart-wrapper .cart-collaterals .cart_totals .shop_table tr {
  border-color: rgba(var(--color-rgb), 0.3);
}
body[data-color=default] .cart-wrapper .cart-collaterals .cart_totals .shop_table tr {
  border-color: var(--color-gray300);
}
.cart-wrapper .cart-collaterals .cart_totals .shop_table tr th, .cart-wrapper .cart-collaterals .cart_totals .shop_table tr td {
  line-height: 1;
}
.cart-wrapper .klb-free-shipping {
  border: 1px dashed;
  padding: 0.9375rem;
  border-radius: calc(var(--theme-radius-base) / 2);
  margin-bottom: 0.3125rem;
}
body[data-color=custom][data-theme=light] .cart-wrapper .klb-free-shipping {
  border-color: rgba(var(--color-redRGB), 0.4);
  background-color: rgba(var(--color-redRGB), 0.3);
}
body[data-color=default] .cart-wrapper .klb-free-shipping {
  border-color: var(--color-red400);
  background-color: var(--color-red25);
}
@media screen and (min-width: 992px) {
  .cart-wrapper .klb-free-shipping {
    padding: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.cart-wrapper .klb-free-shipping p {
  font-size: 0.875rem;
}
body[data-color=custom][data-theme=light] .cart-wrapper .klb-free-shipping .shipping-progress {
  background-color: rgba(var(--color-redRGB), 0.1);
}
body[data-color=default] .cart-wrapper .klb-free-shipping .shipping-progress {
  background-color: var(--color-red100);
}

/* ----- cart-collaterals ----- */
.cart-collaterals .cart_totals > h2 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid;
}
@media screen and (min-width: 992px) {
  .cart-collaterals .cart_totals > h2 {
    font-size: 1.125rem;
  }
}
body[data-color=custom][data-theme=light] .cart-collaterals .cart_totals > h2 {
  border-color: rgba(var(--color-rgb), 0.3);
}
body[data-color=default] .cart-collaterals .cart_totals > h2 {
  border-color: var(--color-gray300);
}
.cart-collaterals .cart_totals .shop_table tr th {
  font-weight: 400;
  padding-right: 0;
}
.cart-collaterals .cart_totals .shop_table tr td {
  padding-left: 0;
  text-align: left;
}
.cart-collaterals .wc-proceed-to-checkout {
  margin-top: 0.9375rem;
}
.cart-collaterals .wc-proceed-to-checkout .checkout-button {
  height: 2.875rem !important;
}

/* ----- shop table ----- */
.shop_table {
  font-size: 0.875rem;
  color: var(--color-text);
  width: 100%;
}
@media screen and (min-width: 992px) {
  .shop_table thead tr th.product-remove {
    border-bottom: 1px solid !important;
  }
}
body[data-color=custom][data-theme=light] .shop_table thead tr th {
  border-color: rgba(var(--color-rgb), 0.2) !important;
}
body[data-color=default] .shop_table thead tr th {
  border-color: var(--color-gray200) !important;
}
.shop_table tr {
  position: relative;
}
.shop_table tr th, .shop_table tr td {
  padding: 0.75rem;
  vertical-align: middle;
}
.shop_table tr .actions {
  padding-right: 0;
  padding-left: 0;
}
.shop_table tr.order-total th {
  font-size: 1rem;
}
.shop_table tr.order-total td {
  font-size: 1.25rem;
  color: var(--color-red600);
}
.shop_table tr + tr {
  border-top: 1px solid;
}
body[data-color=custom][data-theme=light] .shop_table tr + tr {
  border-color: rgba(var(--color-rgb), 0.1) !important;
}
body[data-color=default] .shop_table tr + tr {
  border-color: var(--color-gray100) !important;
}
.shop_table.woocommerce-cart-form__contents {
  font-size: 0.9375rem;
}
.shop_table.woocommerce-cart-form__contents .product-thumbnail {
  padding-right: 0;
  padding-left: 0;
}
.shop_table.woocommerce-cart-form__contents .product-thumbnail img {
  max-width: 2.875rem;
}
@media screen and (min-width: 992px) {
  .shop_table.woocommerce-cart-form__contents .product-thumbnail img {
    max-width: 4.125rem;
  }
}
.shop_table.woocommerce-cart-form__contents .product-name {
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  .shop_table.woocommerce-cart-form__contents .product-name {
    font-size: 0.875rem;
  }
}
.shop_table.woocommerce-cart-form__contents .product-name a {
  color: currentColor;
}
body.link-underline .shop_table.woocommerce-cart-form__contents .product-name a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.15rem;
  -webkit-transition: text-decoration-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: text-decoration-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.link-underline .shop_table.woocommerce-cart-form__contents .product-name a:hover {
  text-decoration-color: currentColor;
}
@media screen and (max-width: 991.98px) {
  .shop_table.woocommerce-cart-form__contents th.product-remove {
    display: none;
  }
}
.shop_table.woocommerce-cart-form__contents td.product-remove a {
  font-size: 0;
}
.shop_table.woocommerce-cart-form__contents td.product-remove a::before {
  font-family: "klbtheme";
  content: "\ea41";
  font-size: 0.875rem;
}
@media screen and (max-width: 991.98px) {
  .shop_table.woocommerce-cart-form__contents td.product-remove {
    position: absolute;
  }
}
@media screen and (max-width: 991.98px) {
  .shop_table.woocommerce-cart-form__contents .product-price, .shop_table.woocommerce-cart-form__contents .product-subtotal {
    display: none;
  }
}
.shop_table .product-remove {
  border: 0 !important;
  padding: 0.3125rem;
  right: 0;
}
.shop_table .product-remove 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-family: fantasy;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  width: 1.125rem;
  height: 1.125rem;
  color: #FFF;
  background-color: var(--color-red600);
  border-radius: 50%;
}
.shop_table .actions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
.shop_table .actions-wrapper .coupon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
}
@media screen and (min-width: 992px) {
  .shop_table .actions-wrapper .coupon {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-left: auto;
    padding-left: 1.25rem;
  }
  .shop_table .actions-wrapper .coupon label {
    width: auto;
    margin-bottom: 0;
    margin-left: 0.3125rem;
  }
  .shop_table .actions-wrapper .coupon input {
    max-width: 20rem;
  }
}
.shop_table .actions-wrapper .coupon button {
  color: #FFF;
  background-color: var(--color-cyan600);
  border-color: transparent;
}
.shop_table .actions-wrapper .coupon button:hover {
  background-color: rgba(var(--color-cyanRGB), 0.95);
}
@media screen and (max-width: 991.98px) {
  .shop_table .actions-wrapper .coupon input {
    height: 2.875rem;
  }
  .shop_table .actions-wrapper .coupon button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    line-height: 2.875rem;
    height: 2.875rem;
  }
}
.shop_table .actions-wrapper .empty-cart-button {
  background-color: transparent;
  border: 1px solid var(--color-gray400);
  -webkit-box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
          box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
}
.shop_table .actions-wrapper .empty-cart-button:hover {
  background-color: var(--color-gray25);
}
@media screen and (max-width: 991.98px) {
  .shop_table .actions-wrapper > button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
}

/* ----- page checkout ----- */
@media screen and (min-width: 992px) {
  .checkout-wrapper:not(.multistep) .cart-wrapper #customer_details {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .checkout-wrapper:not(.multistep) .cart-wrapper .order-review-wrapper {
    width: 21.25rem;
  }
}
.checkout-wrapper.multistep {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}
.checkout-wrapper #customer_details .col-1, .checkout-wrapper #customer_details .col-2 {
  width: 100%;
}
.checkout-wrapper .woocommerce-billing-fields > h3, .checkout-wrapper .woocommerce-additional-fields > h3 {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 992px) {
  .checkout-wrapper .woocommerce-billing-fields > h3, .checkout-wrapper .woocommerce-additional-fields > h3 {
    font-size: 1.25rem;
  }
}
.checkout-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .checkout-wrapper .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper, .checkout-wrapper .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper, .checkout-wrapper .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.checkout-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > *, .checkout-wrapper .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper > *, .checkout-wrapper .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper > *, .checkout-wrapper .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .checkout-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > *.form-row-first, .checkout-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > *.form-row-last, .checkout-wrapper .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper > *.form-row-first, .checkout-wrapper .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper > *.form-row-last, .checkout-wrapper .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper > *.form-row-first, .checkout-wrapper .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper > *.form-row-last, .checkout-wrapper .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper > *.form-row-first, .checkout-wrapper .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper > *.form-row-last {
    width: 50%;
  }
}
.checkout-wrapper .woocommerce-input-wrapper {
  width: 100%;
}
.checkout-wrapper .woocommerce-input-wrapper input {
  height: 2.875rem;
}
.checkout-wrapper .order-review-wrapper #order_review_heading {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 992px) {
  .checkout-wrapper .order-review-wrapper #order_review_heading {
    font-size: 1.25rem;
  }
}
.checkout-wrapper .order-review-wrapper #order_review .shop_table {
  margin-bottom: 1.25rem;
}
.checkout-wrapper .order-review-wrapper #order_review .shop_table thead tr {
  border-bottom: 1px solid;
}
body[data-color=custom][data-theme=light] .checkout-wrapper .order-review-wrapper #order_review .shop_table thead tr {
  border-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .checkout-wrapper .order-review-wrapper #order_review .shop_table thead tr {
  border-color: var(--color-gray100);
}
.checkout-wrapper .order-review-wrapper #order_review .shop_table thead tr th {
  font-weight: 600;
}
.checkout-wrapper .order-review-wrapper #order_review .shop_table thead tr th:first-child {
  padding-right: 0;
}
.checkout-wrapper .order-review-wrapper #order_review .shop_table thead tr th:last-child {
  text-align: left;
  padding-left: 0;
}
.checkout-wrapper .order-review-wrapper #order_review .shop_table tbody tr {
  border-bottom: 1px solid;
}
body[data-color=custom][data-theme=light] .checkout-wrapper .order-review-wrapper #order_review .shop_table tbody tr {
  border-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .checkout-wrapper .order-review-wrapper #order_review .shop_table tbody tr {
  border-color: var(--color-gray100);
}
.checkout-wrapper .order-review-wrapper #order_review .shop_table tbody tr td:first-child {
  padding-right: 0;
}
.checkout-wrapper .order-review-wrapper #order_review .shop_table tbody tr td:last-child {
  text-align: left;
  padding-left: 0;
}
.checkout-wrapper .order-review-wrapper #order_review .shop_table tbody tr td.product-name {
  padding-left: 0.9375rem;
}
.checkout-wrapper .order-review-wrapper #order_review .shop_table tfoot tr {
  border-bottom: 1px solid;
}
body[data-color=custom][data-theme=light] .checkout-wrapper .order-review-wrapper #order_review .shop_table tfoot tr {
  border-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .checkout-wrapper .order-review-wrapper #order_review .shop_table tfoot tr {
  border-color: var(--color-gray100);
}
.checkout-wrapper .order-review-wrapper #order_review .shop_table tfoot tr th {
  font-weight: 500;
  padding-right: 0;
}
.checkout-wrapper .order-review-wrapper #order_review .shop_table tfoot tr td {
  text-align: left;
  padding-left: 0;
}
.checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .wc_payment_methods {
  padding: 0;
  list-style: none;
}
.checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .wc_payment_methods li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .wc_payment_methods li + li {
  margin-top: 0.9375rem;
}
.checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .wc_payment_methods li label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.4375rem;
  cursor: pointer;
}
.checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .wc_payment_methods li label::before {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.625rem;
  border-radius: 50%;
  border: 1px solid;
  margin-top: -1px;
}
body[data-color=custom][data-theme=light] .checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .wc_payment_methods li label::before {
  border-color: rgba(var(--color-rgb), 0.5);
}
body[data-color=default] .checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .wc_payment_methods li label::before {
  border-color: var(--color-gray500);
}
.checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .wc_payment_methods li input[type=radio] {
  display: none;
}
.checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .wc_payment_methods li input[type=radio]:checked + label {
  color: var(--theme-primary-color);
}
.checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .wc_payment_methods li input[type=radio]:checked + label::before {
  border-color: var(--theme-primary-color) !important;
}
.checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .wc_payment_methods li input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: var(--theme-primary-color);
  right: 0.1875rem;
  margin-top: -1px;
}
.checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .wc_payment_methods li .payment_box p {
  font-size: 0.8125rem;
  padding-right: 1.875rem;
  color: var(--color-gray700);
  margin-bottom: 0.3125rem;
}
.checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  font-size: 0.75rem;
}
.checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  color: var(--color-gray700);
}
.checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a {
  font-weight: 600;
  color: var(--color-red600);
}
.checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper > .form-row .woocommerce-form__label-for-checkbox {
  display: block;
  padding-right: 1.5625rem;
}
.checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper > .form-row .woocommerce-form__label-for-checkbox input {
  position: absolute;
  margin-top: 0.0625rem;
  right: 0;
}
.checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper > .form-row .woocommerce-form__label-for-checkbox a {
  font-weight: 600;
  color: var(--color-blue600);
}
.checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .place-order button#place_order {
  height: 2.875rem;
  color: #FFF;
  background-color: var(--theme-primary-color);
  border-color: transparent;
}
@media screen and (min-width: 992px) {
  .checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .place-order button#place_order {
    height: 3.125rem;
  }
}
.checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .place-order button#place_order:hover {
  background-color: rgba(var(--theme-primary-color-RGB), 0.9);
}

/* ----- steps header ----- */
.klb-steps-header {
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .klb-steps-header {
    margin-top: 3.75rem;
    margin-bottom: 3.125rem;
  }
}
.klb-steps-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.klb-steps-header ul li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  text-align: center;
}
.klb-steps-header ul li::before {
  content: "";
  position: absolute;
  right: -0.625rem;
  left: -0.625rem;
  height: 0.0625rem;
  top: 1.1875rem;
  background-color: currentColor;
  z-index: -1;
  opacity: 0.13;
}
@media screen and (min-width: 992px) {
  .klb-steps-header ul li::before {
    top: 1.625rem;
  }
}
.klb-steps-header ul li:first-child::before {
  right: 0;
}
.klb-steps-header ul li:last-child::before {
  left: 0;
}
.klb-steps-header 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;
  -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;
  color: var(--color-gray500);
  pointer-events: none;
}
.klb-steps-header ul li a .step-status {
  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: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  margin-bottom: 0.625rem;
  background-color: var(--color-gray200);
}
@media screen and (min-width: 992px) {
  .klb-steps-header ul li a .step-status {
    width: 3rem;
    height: 3rem;
  }
}
.klb-steps-header ul li a .step-status .number {
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .klb-steps-header ul li a .step-status .number {
    font-size: 1rem;
  }
}
.klb-steps-header ul li a .step-status .icon {
  display: none;
}
.klb-steps-header ul li a .step-title {
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
}
.klb-steps-header ul li.active::before {
  opacity: 1;
}
.klb-steps-header ul li.active a {
  color: var(--color-text);
}
.klb-steps-header ul li.active a .step-status {
  color: #FFF;
  background-color: #1B1F22;
}

/* ----- steps footer ----- */
.klb-steps-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.5rem;
  border-top: 1px solid;
}
body[data-color=custom][data-theme=light] .klb-steps-footer {
  border-color: rgba(var(--color-rgb), 0.2);
}
body[data-color=default] .klb-steps-footer {
  border-color: var(--color-gray200);
}
@media screen and (min-width: 992px) {
  .klb-steps-footer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.klb-steps-footer .step-buttons-holder {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  gap: 1.25rem;
}
@media screen and (max-width: 991.98px) {
  .klb-steps-footer .step-buttons-holder {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.klb-steps-footer .step-buttons-holder p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  font-size: 0.875rem;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .klb-steps-footer .step-buttons-holder p {
    width: auto;
    margin-left: auto;
  }
}
.klb-steps-footer .btn {
  height: 2.75rem;
}

/* ----- multistep holder ----- */
.multistep-checkout-holder:not(.login-disable) #customer_details, .multistep-checkout-holder:not(.login-disable) #order_review, .multistep-checkout-holder:not(.login-disable) #order_review_heading {
  display: none;
}
.multistep-checkout-holder.login-disable #order_review, .multistep-checkout-holder.login-disable #order_review_heading {
  display: none;
}

/* ----- quickview product ----- */
.klb-quickview-product.white-popup {
  position: relative;
  max-width: 62rem;
  background-color: var(--color-background);
  padding: 1.25rem;
  border-radius: var(--theme-radius-base);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .klb-quickview-product.white-popup {
    padding: 2.1875rem;
  }
}
.klb-quickview-product .klb-loader-wrapper {
  -webkit-transition: opacity 0.15s cubic-bezier(0.17, 0.62, 0.44, 0.99);
  transition: opacity 0.15s cubic-bezier(0.17, 0.62, 0.44, 0.99);
}
.klb-quickview-product .single-product-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.17, 0.62, 0.44, 0.99);
  transition: opacity 0.2s cubic-bezier(0.17, 0.62, 0.44, 0.99);
}
@media screen and (min-width: 992px) {
  .klb-quickview-product .single-product-wrapper .column.product-detail {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .klb-quickview-product .single-product-wrapper .product_title {
    font-size: 1.5rem;
  }
}
.klb-quickview-product.loaded .klb-loader-wrapper {
  opacity: 0;
}
.klb-quickview-product.loaded .single-product-wrapper {
  opacity: 1;
}

/* ----- authentication Settings ----- */
.klb-authentication-form {
  position: relative;
}
.klb-authentication-form.tab-style {
  overflow: hidden;
}
.klb-authentication-form.tab-style .klb-authentication-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.klb-authentication-form.tab-style .klb-authentication-inner > * {
  width: 100%;
  will-change: opacity;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.klb-authentication-form.tab-style .klb-authentication-inner > *.klb-register-form {
  opacity: 0;
}
.klb-authentication-form.tab-style .klb-authentication-inner.show-register-form {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.klb-authentication-form.tab-style .klb-authentication-inner.show-register-form .klb-login-form {
  opacity: 0;
}
.klb-authentication-form.tab-style .klb-authentication-inner.show-register-form .klb-register-form {
  opacity: 1;
}
.klb-authentication-form.tab-style .klb-authentication-inner .woocommerce-form-login__rememberme {
  width: auto;
  cursor: pointer;
}
.klb-authentication-form.tab-style .klb-authentication-inner .woocommerce-form-login__submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .klb-authentication-form.tab-style .klb-authentication-inner .woocommerce-form-login__submit {
    line-height: 2.875rem !important;
    height: 2.875rem !important;
  }
}
.klb-authentication-form.tab-style .klb-authentication-inner .woocommerce-LostPassword {
  text-align: center;
}
.klb-authentication-form.tab-style .klb-authentication-inner .woocommerce-LostPassword a {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-text);
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.klb-authentication-form.tab-style .klb-authentication-inner .privacy-text {
  display: block;
  font-size: 0.75rem;
  text-align: center;
  max-width: 23.75rem;
  white-space: break-spaces;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.875rem;
}
.klb-authentication-form.tab-style .klb-authentication-inner .privacy-text a {
  font-weight: 500;
  color: var(--theme-primary-color);
}

/* ----- product hover gallery ----- */
.product-hover-gallery .product-main-image {
  position: relative;
}
.product-hover-gallery .product-main-image.disabled {
  opacity: 0;
}
.product-hover-gallery .product-thumbnail-gallery {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.product-hover-gallery .product-thumbnail-gallery > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  top: 0;
  right: 0;
}
.product-hover-gallery .product-thumbnail-gallery > * img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
}
.product-hover-gallery .product-thumbnail-gallery > *.active img {
  opacity: 1;
}

/* ----- product category ----- */
.product-category {
  position: relative;
  font-size: var(--theme-font-sm);
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.product-category > a {
  color: currentColor;
}
body.link-underline .product-category > a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.095rem;
  -webkit-transition: text-decoration-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: text-decoration-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.link-underline .product-category > a:hover {
  text-decoration-color: currentColor;
}

/* ----- product rating ----- */
.product-rating {
  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;
}
.product-rating .rating-count {
  font-size: var(--theme-font-size-sm);
  font-weight: 500;
  margin-right: 0.375rem;
}
.product-rating .rating-count .count-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-rating .rating-count .count-text i {
  font-size: 1rem;
  line-height: 1;
  margin-left: 0.25rem;
}
.product-rating .rating-count .count-text i::before {
  margin: 0;
}
.product-rating.style-2 {
  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;
}
.product-rating.style-2 .product-rating-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-yellow100);
  padding: 0.1875rem 0.625rem;
  border-radius: 1.875rem;
}
.product-rating.style-2 .product-rating-inner i {
  font-size: 0.875rem;
  color: var(--color-yellow600);
  margin-right: -0.125rem;
}
.product-rating.style-2 .product-rating-inner i::before {
  margin: 0;
}
.product-rating.style-2 .product-rating-inner .review-count {
  font-weight: 600;
  margin-right: 0.3125rem;
}
.product-rating.style-2 .product-rating-inner .review-count span {
  font-weight: 400;
}

/* ----- star rating ----- */
.star-rating {
  position: relative;
  font-size: 0.75rem;
  overflow: hidden;
}
.star-rating::before {
  font-family: "klbtheme";
  content: "\ec6e\ec6e\ec6e\ec6e\ec6e";
  letter-spacing: 0.125rem;
  color: var(--color-gray300);
}
body[data-color=custom][data-theme=light] .star-rating::before {
  color: rgba(var(--color-rgb), 0.25);
}
body[data-color=default] .star-rating::before {
  color: var(--color-gray300);
}
.star-rating span {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
.star-rating span::before {
  font-family: "klbtheme";
  content: "\ec6e\ec6e\ec6e\ec6e\ec6e";
  letter-spacing: 0.125rem;
  color: var(--color-yellow600);
}

/* ----- product price ----- */
.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: var(--theme-product-price-font);
  font-size: var(--theme-product-price-font-size-mobile);
  font-weight: var(--theme-product-price-weight);
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .price {
    font-size: var(--theme-product-price-font-size-desktop);
  }
}
.price del {
  font-size: 89%;
  font-weight: 500;
  color: var(--color-gray600);
  opacity: 0.8;
}
body[data-color=custom][data-theme=light] .price del {
  color: rgba(var(--color-rgb), 0.5);
}
body[data-color=default] .price del {
  color: var(--color-gray600);
}
.price ins {
  color: var(--color-red600);
  text-decoration: none;
}
.price-filled .price del {
  font-size: 85%;
}
.price-filled .price ins bdi {
  color: #FFF;
  background-color: var(--color-green600);
  padding: 0.0625rem 0.25rem;
  border-radius: calc(var(--theme-radius-base) / 2);
}

/* ----- product quantity ----- */
.quantity {
  --qty-size: 2rem;
  --qty-form: 2.5rem;
  --qty-height: 2.75rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: var(--qty-size);
  padding-left: var(--qty-size);
  border-radius: var(--theme-radius-form);
  -webkit-box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
          box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
  border: 1px solid;
}
body[data-color=custom][data-theme=light] .quantity {
  border-color: rgba(var(--color-rgb), 0.17);
}
body[data-color=default] .quantity {
  border-color: var(--color-gray300);
}
.quantity .minus, .quantity .plus {
  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.875rem;
  width: var(--qty-size);
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.quantity .plus {
  right: auto;
  left: 0;
}
.quantity .qty {
  font-size: 0.9375rem;
  text-align: center;
  width: var(--qty-form);
  height: var(--qty-height);
  line-height: inherit;
  border: 0 !important;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.quantity.ajax-quantity input {
  width: 2.75rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  line-height: inherit;
}
.quantity.ajax-quantity .minus {
  font-size: 0.8125rem;
}
.quantity.ajax-quantity .minus::before {
  content: "";
  position: absolute;
  width: 100%;
  top: -0.0625rem;
  right: -0.0625rem;
  bottom: -0.0625rem;
  background-color: var(--color-gray100);
  border-top-right-radius: var(--theme-radius-form);
  border-bottom-right-radius: var(--theme-radius-form);
}
.quantity.ajax-quantity .minus i {
  position: relative;
  z-index: 1;
}
.quantity.ajax-quantity .plus {
  font-size: 0.8125rem;
}
.quantity.ajax-quantity .plus::before {
  content: "";
  position: absolute;
  width: 100%;
  top: -0.0625rem;
  left: -0.0625rem;
  bottom: -0.0625rem;
  background-color: var(--color-yellow600);
  border-top-left-radius: var(--theme-radius-form);
  border-bottom-left-radius: var(--theme-radius-form);
}
.quantity.ajax-quantity .plus i {
  position: relative;
  z-index: 1;
}

/* ----- product content switcher ----- */
.product-content-switcher {
  position: relative;
  display: block;
  overflow: hidden;
}
.product-content-switcher .switcher-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.17, 0.62, 0.44, 0.99);
  transition: -webkit-transform 0.35s cubic-bezier(0.17, 0.62, 0.44, 0.99);
  transition: transform 0.35s cubic-bezier(0.17, 0.62, 0.44, 0.99);
  transition: transform 0.35s cubic-bezier(0.17, 0.62, 0.44, 0.99), -webkit-transform 0.35s cubic-bezier(0.17, 0.62, 0.44, 0.99);
}
@media screen and (min-width: 992px) {
  .product-content-switcher .switcher-wrapper {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.product-content-switcher .switcher-wrapper > * {
  margin-bottom: 0 !important;
}
.product-content-switcher .switcher-wrapper > *:nth-child(2) {
  position: absolute;
  bottom: -100%;
}
.product-content-switcher .add_to_cart_button {
  all: unset;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

/* ----- product vendor ----- */
.product-vendor {
  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;
}
.product-vendor > span {
  opacity: 0.6;
}
.product-vendor > span + a {
  margin-right: 0.25rem;
}
.product-vendor > a {
  font-weight: 600;
  color: currentColor;
}

/* ----- product progress ----- */
.product-progress {
  position: relative;
  margin-top: 0.3125rem;
}
.product-progress .product-progressbar {
  position: relative;
  margin-bottom: 0.375rem;
}
.product-progress .product-progressbar.style-1 {
  height: 0.375rem;
  background-color: var(--color-gray100);
  border-radius: 0.875rem;
  overflow: hidden;
}
body[data-color=custom][data-theme=light] .product-progress .product-progressbar.style-1 {
  background-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .product-progress .product-progressbar.style-1 {
  background-color: var(--color-gray100);
}
.product-progress .product-progressbar.style-1 .progressbar {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--color-red600);
  border-radius: 0.875rem;
}
.product-progress .product-progressbar.style-1.size-4 {
  height: 0.25rem;
}
.product-progress .product-progressbar.style-1.size-8 {
  height: 0.5rem;
}
.product-progress .product-progressbar.style-1.size-19 {
  height: 0.625rem;
}
.product-progress .product-progress-detail .product-pcs {
  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: 0.75rem;
}
.product-progress .product-progress-detail .product-pcs span {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-right: 0.375rem;
  color: var(--color-red700);
}
@media screen and (min-width: 992px) {
  .product-progress .product-progress-detail .product-pcs span {
    font-size: 1.125rem;
  }
}
.product-progress .product-progress-detail .product-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--color-gray500);
}
.product-progress .product-progress-detail .product-stock strong {
  font-weight: 600;
  color: var(--color-text);
}
.product-progress .product-progress-detail .product-stock .sold strong {
  color: var(--color-red700);
}

/* ----- product footer ----- */
.product-footer {
  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;
  right: 0;
  left: 0;
  border-top: 0.0625rem solid var(--color-gray100);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.product-footer > * {
  padding: 0.9375rem;
}
.product-footer > *.product-footer-details {
  font-size: 0.75rem;
}
.product-footer > *.product-footer-details p {
  margin-bottom: 0;
}
.product-footer > *.product-footer-details ul {
  margin: 0;
  padding-right: 0.9375rem;
}
.product-footer > *.product-footer-details ul li + li {
  margin-top: 0.125rem;
}
.product-footer > *.product-footer-details > * + * {
  margin-top: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .product-footer {
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
}

/* ----- product unit / unit price ----- */
.product-unit {
  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-font-size-sm);
  color: var(--color-gray600);
  border: 0.0625rem solid;
  padding: 0.0625rem 0.3125rem;
  border-radius: calc(var(--theme-radius-base) / 2);
}
body[data-color=custom][data-theme=light] .product-unit {
  color: rgba(var(--color-rgb), 0.6);
  border-color: rgba(var(--color-rgb), 0.4);
}
body[data-color=default] .product-unit {
  border-color: var(--color-gray300);
}
.product-unit-price {
  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-font-size-sm);
  margin-top: 0.125rem;
  margin-bottom: 0.9375rem;
  color: var(--color-gray600);
}
body[data-color=custom][data-theme=light] .product-unit-price {
  color: rgba(var(--color-rgb), 0.7);
}

/* ----- product inventory ----- */
.product-inventory {
  font-size: var(--theme-font-size-sm);
  font-weight: 600;
}

/* ----- product delivery time ----- */
.product-delivery-time {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-gray500);
}
.product-delivery-time strong {
  color: var(--color-text);
}
.product-delivery-time.fast-shipping {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-text);
  border: 0.0625rem solid rgba(var(--color-rgb), 0.13);
  padding: 0.125rem 0.375rem;
  border-radius: 2.125rem;
}
.product-delivery-time.fast-shipping i {
  font-size: 1rem;
  line-height: 1;
  margin-left: 0.3125rem;
}
.product-delivery-time.fast-shipping i::before {
  margin: 0;
}

/* ----- product category ----- */
.product-category {
  margin-bottom: 0.25rem;
}
.product-category a {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--color-gray500);
}

/* ----- product color swatcher ----- */
.product-color-switcher {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  padding-bottom: 0.25rem;
  margin-top: 0.9375rem;
}
.product-color-switcher .klb-swatch-item {
  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;
  cursor: pointer;
}
.product-color-switcher .klb-swatch-item .klb-swatch-bg {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 992px) {
  .product-color-switcher .klb-swatch-item .klb-swatch-bg {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.product-color-switcher .klb-swatch-item.active .klb-swatch-bg, .product-color-switcher .klb-swatch-item:hover .klb-swatch-bg {
  -webkit-box-shadow: var(--color-gray500) 0px 0px 0px 1px inset, var(--color-background) 0px 0px 0px 3px inset;
          box-shadow: var(--color-gray500) 0px 0px 0px 1px inset, var(--color-background) 0px 0px 0px 3px inset;
}

/* ----- products list ----- */
.products {
  position: relative;
}
.products.bordered.klb-slider .slick-list::before, .bordered .products.klb-slider .slick-list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 0px);
  border: 0.0625rem solid;
  border-radius: var(--theme-radius-base);
  pointer-events: none;
}
body[data-color=custom][data-theme=light] .products.bordered.klb-slider .slick-list::before, body[data-color=custom][data-theme=light] .bordered .products.klb-slider .slick-list::before {
  border-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .products.bordered.klb-slider .slick-list::before, body[data-color=default] .bordered .products.klb-slider .slick-list::before {
  border-color: var(--color-gray200);
}
.products.bordered.klb-slider .slick-list .slider-item, .bordered .products.klb-slider .slick-list .slider-item {
  position: relative;
}
.products.bordered.klb-slider .slick-list .slider-item:not(.slick-current)::after, .bordered .products.klb-slider .slick-list .slider-item:not(.slick-current)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
}
body[data-color=custom][data-theme=light] .products.bordered.klb-slider .slick-list .slider-item:not(.slick-current)::after, body[data-color=custom][data-theme=light] .bordered .products.klb-slider .slick-list .slider-item:not(.slick-current)::after {
  background-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .products.bordered.klb-slider .slick-list .slider-item:not(.slick-current)::after, body[data-color=default] .bordered .products.klb-slider .slick-list .slider-item:not(.slick-current)::after {
  background-color: var(--color-gray200);
}
.products.bordered .thumbnail-wrapper, .bordered .products .thumbnail-wrapper {
  padding: 0.9375rem 0.9375rem 0.4375rem;
}
@media screen and (min-width: 1024px) {
  .products.bordered .thumbnail-wrapper, .bordered .products .thumbnail-wrapper {
    padding: 1.25rem 1.25rem 0.4375rem;
  }
}
.products.bordered .thumbnail-wrapper .thumbnail-badges, .bordered .products .thumbnail-wrapper .thumbnail-badges {
  top: 1.5625rem;
  right: 1.5625rem;
}
@media screen and (min-width: 1024px) {
  .products.bordered .thumbnail-wrapper .thumbnail-badges, .bordered .products .thumbnail-wrapper .thumbnail-badges {
    top: 1.875rem;
    right: 1.875rem;
  }
}
.products.bordered .thumbnail-wrapper .thumbnail-buttons, .bordered .products .thumbnail-wrapper .thumbnail-buttons {
  top: 1.25rem;
  left: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .products.bordered .thumbnail-wrapper .thumbnail-buttons, .bordered .products .thumbnail-wrapper .thumbnail-buttons {
    top: 1.5625rem;
    left: 1.5625rem;
  }
}
.products.bordered .product-wrapper.style-1 .thumbnail-badges, .bordered .products .product-wrapper.style-1 .thumbnail-badges {
  top: 0.9375rem !important;
  right: 0.9375rem !important;
  bottom: 0.4375rem !important;
}
@media screen and (min-width: 1024px) {
  .products.bordered .product-wrapper.style-1 .thumbnail-badges, .bordered .products .product-wrapper.style-1 .thumbnail-badges {
    top: 1.25rem !important;
    right: 1.25rem !important;
  }
}
.products.bordered .content-wrapper, .bordered .products .content-wrapper {
  padding: 0 0.9375rem 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .products.bordered .content-wrapper, .bordered .products .content-wrapper {
    padding: 0 1.25rem 1.25rem;
  }
}
.bordered .products.klb-slider .slick-list::before {
  display: none !important;
}
.products:not(.bordered) .thumbnail-wrapper {
  margin-bottom: 0.75rem;
}
.products .product-wrapper {
  position: relative;
  z-index: 1;
}
.products .thumbnail-wrapper {
  position: relative;
}
.products .thumbnail-wrapper > .product-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--theme-radius-base);
}
.products .thumbnail-wrapper .thumbnail-badges {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0.3125rem;
  right: 0.3125rem;
  bottom: 0.3125rem;
  z-index: 1;
  pointer-events: none;
}
.products .thumbnail-wrapper .thumbnail-badges .sale {
  font-size: 0.75rem;
  background-color: var(--color-red600);
}
.products .thumbnail-wrapper .thumbnail-badges .trending {
  background-color: var(--color-cool600);
}
.products .thumbnail-wrapper .thumbnail-badges .best-seller {
  background-color: var(--color-orange600);
}
.products .thumbnail-wrapper .thumbnail-buttons {
  position: absolute;
  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.25rem;
  top: 0.3125rem;
  left: 0.3125rem;
}
@media screen and (min-width: 1024px) {
  .products .thumbnail-wrapper .thumbnail-buttons {
    top: 0.625rem;
    left: 0.625rem;
  }
}
.products .thumbnail-wrapper .thumbnail-buttons > * {
  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.25rem;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0 0 0;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  color: currentColor;
  -webkit-box-shadow: rgba(27, 31, 34, 0.02) 0px 1px 3px, rgba(27, 31, 34, 0.04) 0px 1px 2px;
          box-shadow: rgba(27, 31, 34, 0.02) 0px 1px 3px, rgba(27, 31, 34, 0.04) 0px 1px 2px;
  -webkit-transition: color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-color=custom][data-theme=light] .products .thumbnail-wrapper .thumbnail-buttons > * {
  background-color: #FFF;
  border: 1px solid rgba(var(--color-rgb), 0.15);
}
body[data-color=default][data-theme=light] .products .thumbnail-wrapper .thumbnail-buttons > * {
  background-color: #FFF;
  border: 1px solid var(--color-gray200);
}
@media screen and (min-width: 1024px) {
  .products .thumbnail-wrapper .thumbnail-buttons > * {
    width: 2rem;
    height: 2rem;
  }
}
.products .thumbnail-wrapper .thumbnail-buttons > *.tinv-wishlist .tinvwl_add_to_wishlist_button {
  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: 100%;
  height: 100%;
  border-radius: 50%;
  color: currentColor;
}
.products .thumbnail-wrapper .thumbnail-buttons > *.tinv-wishlist .tinvwl_add_to_wishlist_button::before {
  position: relative;
  font-family: "klbtheme";
  content: "\eb35";
  line-height: 1;
  top: 0.0625rem;
}
.products .thumbnail-wrapper .thumbnail-buttons > *.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list::before {
  content: "\ec57";
}
.products .thumbnail-wrapper .thumbnail-buttons > *.tinv-wishlist .tinvwl-tooltip {
  display: none;
}
.products .thumbnail-wrapper .thumbnail-buttons > *.tinv-wishlist:hover {
  color: var(--color-red600);
  background-color: var(--color-red25);
  border-color: var(--color-red100);
}
.products .thumbnail-wrapper .thumbnail-buttons > * i::before {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .products .thumbnail-wrapper .thumbnail-buttons > *:not(.tinv-wishlist) {
    opacity: 0;
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  .products .thumbnail-wrapper .thumbnail-buttons > *:not(.tinv-wishlist).compare-product {
    -webkit-transition-delay: 0.08s;
            transition-delay: 0.08s;
  }
  .products .thumbnail-wrapper .thumbnail-buttons > *:not(.tinv-wishlist).quickview-button, .products .thumbnail-wrapper .thumbnail-buttons > *:not(.tinv-wishlist).compare-product {
    letter-spacing: -1px;
  }
}
.products .thumbnail-wrapper .product-buttons {
  position: absolute;
  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: 100%;
  height: 2.625rem;
  bottom: 0;
  right: 0;
  margin: 0;
  pointer-events: none;
  overflow: hidden;
}
.products .thumbnail-wrapper .product-buttons > * {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  height: 2.625rem !important;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transition: background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.products .thumbnail-wrapper .product-buttons > *:hover {
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 992px) {
  .products .thumbnail-wrapper .product-buttons > * {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.products .product-title {
  font-size: var(--theme-product-name-font-size-mobile);
  font-weight: var(--theme-product-name-weight);
  line-height: 1.3;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .products .product-title {
    font-size: var(--theme-product-name-font-size-desktop);
  }
}
.products .product-title a {
  color: currentColor;
}
body.link-underline .products .product-title a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.15rem;
  -webkit-transition: text-decoration-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: text-decoration-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.link-underline .products .product-title a:hover {
  text-decoration-color: currentColor;
}
.products .product-title + .product-progress {
  margin-top: 0.75rem;
}
.products .product-buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-top: 0.4375rem;
}
.products .product-buttons .add_to_cart_button {
  font-size: 0.875rem;
  line-height: 2.1875rem;
  height: 2.1875rem;
}
.products .product-buttons .quantity {
  --qty-height: 2.0625rem;
  display: none;
}
.products .product-buttons .tinv-wishlist {
  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.375rem;
  width: 2rem;
  height: 2rem;
  color: currentColor;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.products .product-buttons .tinv-wishlist .tinvwl_add_to_wishlist_button {
  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: 100%;
  height: 100%;
  border-radius: var(--theme-radius-form);
  color: currentColor;
}
.products .product-buttons .tinv-wishlist .tinvwl_add_to_wishlist_button::before {
  position: relative;
  font-family: "klbtheme";
  content: "\eb35";
  line-height: 1;
  text-shadow: 0 0 0;
  top: 0.0625rem;
}
.products .product-buttons .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
  color: var(--color-red600);
  background-color: rgba(var(--color-redRGB), 0.1);
  border-color: rgba(var(--color-redRGB), 0.15);
}
.products .product-buttons .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list::before {
  content: "\ec57";
}
.products .product-buttons .tinv-wishlist .tinvwl-tooltip {
  display: none;
}
.products .product-buttons .tinv-wishlist:hover .tinvwl_add_to_wishlist_button:not(.tinvwl-product-in-list) {
  color: var(--color-red600);
  background-color: var(--color-red25);
  border-color: var(--color-red100);
}
.products .product-buttons .compare-product {
  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.375rem;
  width: 2rem;
  height: 2rem;
  color: currentColor;
  border-radius: var(--theme-radius-form);
}
.products .product-buttons .compare-product:hover {
  background-color: var(--color-gray50);
}
.products .product-buttons .compare-product i {
  text-shadow: 0 0 0;
  line-height: 1;
}
.products .product-buttons .compare-product i::before {
  margin: 0;
}
.products .product-cart-wrapper {
  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;
  row-gap: 0.625rem;
  margin-bottom: 0.625rem;
}
.products .product-cart-wrapper .price {
  -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;
  line-height: 1.2;
  gap: 0;
  padding-left: 0.9375rem;
}
.products .product-cart-wrapper .price del {
  font-size: 70%;
  font-weight: 400;
  opacity: 0.6;
}
.products .product-cart-wrapper .product-buttons {
  margin-right: auto;
  margin-top: 0;
}
.products .product-cart-wrapper .product-buttons .add_to_cart_button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}
.products .product-cart-wrapper .product-buttons .add_to_cart_button i {
  font-size: 1.25rem;
}
.products .product-cart-wrapper .product-buttons .add_to_cart_button i::before {
  margin: 0;
}
.products .product {
  position: relative;
  z-index: 10;
}
.products .product .product-content-fade {
  position: absolute;
  top: -0.3125rem;
  right: -0.625rem;
  left: -0.625rem;
  bottom: -0.625rem;
  background-color: var(--color-background);
  border: 1px solid var(--color-gray200);
  border-radius: var(--theme-radius-base);
  -webkit-box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 20px 25px -5px, rgba(27, 31, 34, 0.04) 0px 10px 10px -5px;
          box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 20px 25px -5px, rgba(27, 31, 34, 0.04) 0px 10px 10px -5px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.products .product .product-wrapper.centered {
  text-align: center;
}
.products .product .product-wrapper.centered .price {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products .product .product-wrapper.style-1 .product-hover-gallery .hover-gallery-dots {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
  bottom: 0.625rem;
  left: 0.9375rem;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0.1875rem 0.25rem;
  border-radius: 0.9375rem;
  pointer-events: none;
  z-index: 1;
}
.products .product .product-wrapper.style-1 .product-hover-gallery .hover-gallery-dots > * {
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: var(--color-gray300);
  border-radius: 50%;
}
.products .product .product-wrapper.style-1 .product-hover-gallery .hover-gallery-dots > *.active {
  background-color: var(--color-yellow700);
}
.products .product .product-wrapper.style-1 .thumbnail-badges {
  top: 0;
  right: 0;
}
.products .product .product-wrapper.style-1 .thumbnail-badges .sale {
  margin-top: auto;
}
.products .product .product-wrapper.style-1 .price {
  margin-bottom: 0.3125rem;
}
.products .product .product-wrapper.style-1 .product-rating {
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 1024px) {
  .products .product .product-wrapper.style-1 .product-rating {
    margin-bottom: 0.4375rem;
  }
}
.products .product .product-wrapper.style-1 .product-buttons {
  margin-top: 0.625rem;
}
.products .product .product-wrapper.style-1 .product-buttons > * {
  line-height: 2rem;
  height: 2rem;
}
.products .product .product-wrapper.style-1 .product-buttons > *.add_to_cart_button {
  font-size: 0.8125rem;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
}
.products .product .product-wrapper.style-1 .product-delivery-time {
  margin-top: 0.625rem;
}
.products .product .product-wrapper.style-2 .product-hover-gallery .hover-gallery-dots {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
  bottom: 0.3125rem;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0.1875rem 0.25rem;
  border-radius: 0.9375rem;
  pointer-events: none;
  z-index: 1;
}
.products .product .product-wrapper.style-2 .product-hover-gallery .hover-gallery-dots > * {
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: var(--color-gray300);
  border-radius: 50%;
}
.products .product .product-wrapper.style-2 .product-hover-gallery .hover-gallery-dots > *.active {
  background-color: var(--color-yellow700);
}
.products .product .product-wrapper.style-2 .product-content-switcher {
  margin-bottom: 0.3125rem;
}
.products .product .product-wrapper.style-2 .product-title + .product-meta {
  margin-top: -0.1875rem;
  margin-bottom: 0.625rem;
}
.products .product .product-wrapper.style-2 .product-buttons {
  width: 100%;
}
.products .product .product-wrapper.style-2 .product-buttons + .product-inventory {
  margin-top: 0.5rem;
}
.products .product .product-wrapper.style-2 .product-countdown {
  margin-bottom: 0.5rem;
}
.products .product .product-wrapper.style-2 .product-countdown > p {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  width: 100%;
  margin-top: 0.3125rem;
  margin-bottom: 0;
  opacity: 0.6;
}
.products .product .product-wrapper.style-2 .price + .product-countdown {
  margin-top: 0.5rem;
}
.products .product .product-wrapper.style-2 .content-wrapper > .product-rating {
  margin-bottom: 0.3125rem;
}
.products .product .product-wrapper.style-3 .product-hover-gallery .hover-gallery-dots {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
  bottom: 0.3125rem;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0.1875rem 0.25rem;
  border-radius: 0.9375rem;
  pointer-events: none;
  z-index: 1;
}
.products .product .product-wrapper.style-3 .product-hover-gallery .hover-gallery-dots > * {
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: var(--color-gray300);
  border-radius: 50%;
}
.products .product .product-wrapper.style-3 .product-hover-gallery .hover-gallery-dots > *.active {
  background-color: var(--color-yellow700);
}
.products .product .product-wrapper.style-3 .product-title + .product-rating, .products .product .product-wrapper.style-3 .product-title + .product-content-switcher {
  margin-bottom: 0.9375rem;
}
.products .product .product-wrapper.style-3 .product-delivery-time {
  margin-bottom: 0.125rem;
}
.products .product .product-wrapper.style-3 .product-delivery-time.fast-shipping {
  margin-bottom: 0.375rem;
}
.products .product .product-wrapper.style-3 .product-delivery-time + .fast-shipping {
  margin-top: 0.3125rem;
}
.products .product .product-wrapper.style-3 .product-progress {
  margin-top: 0.625rem;
}
.products .product .product-wrapper.with-content-fade .thumbnail-wrapper {
  padding: 0.9375rem;
}
.products .product .product-wrapper.with-content-fade .thumbnail-wrapper .thumbnail-badges {
  right: 1.25rem;
  top: 1.5625rem;
}
.products .product .product-wrapper.with-content-fade .thumbnail-wrapper .thumbnail-buttons {
  top: 1.25rem;
  left: 1.25rem;
}
.products .product .product-wrapper.with-content-fade .content-wrapper {
  padding: 0 0.9375rem 0.9375rem;
}
.products .product .product-wrapper.style-4 .product-hover-gallery {
  overflow: initial;
}
.products .product .product-wrapper.style-4 .product-hover-gallery .hover-gallery-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3px;
  width: 100%;
  height: 0.25rem;
  bottom: -0.375rem;
  right: 0;
}
.products .product .product-wrapper.style-4 .product-hover-gallery .hover-gallery-dots > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  height: 0.25rem;
  background-color: rgba(27, 31, 34, 0.12);
}
.products .product .product-wrapper.style-4 .product-hover-gallery .hover-gallery-dots > *.active {
  background-color: rgba(27, 31, 34, 0.32);
}
.products .product .product-wrapper.style-4 .thumbnail-wrapper {
  margin-bottom: 1.0625rem;
}
.products .product .product-wrapper.style-4 .thumbnail-wrapper .thumbnail-badges {
  top: 0.75rem;
  right: 0.75rem;
}
.products .product .product-wrapper.style-4 .content-wrapper .product-rating {
  margin-bottom: 0.375rem;
}
.products .product .product-wrapper.style-4 .content-wrapper .product-title {
  margin-bottom: 0.375rem;
}
.products .product .product-wrapper.style-4 .content-wrapper .price + .product-progress {
  margin-top: 0.9375rem;
}
.products .product .product-wrapper.style-5 .product-hover-gallery {
  overflow: initial;
}
.products .product .product-wrapper.style-5 .product-hover-gallery .hover-gallery-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3px;
  width: 100%;
  height: 0.25rem;
  bottom: -0.375rem;
  right: 0;
}
.products .product .product-wrapper.style-5 .product-hover-gallery .hover-gallery-dots > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  height: 0.25rem;
  background-color: rgba(27, 31, 34, 0.12);
}
.products .product .product-wrapper.style-5 .product-hover-gallery .hover-gallery-dots > *.active {
  background-color: rgba(27, 31, 34, 0.32);
}
.products .product .product-wrapper.style-5 .thumbnail-wrapper {
  margin-bottom: 1.0625rem;
}
.products .product .product-wrapper.style-5 .thumbnail-wrapper .thumbnail-badges {
  top: 0.75rem;
  right: 0.75rem;
}
.products .product .product-wrapper.style-5 .thumbnail-wrapper .product-thumbnail .product-second-image {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.products .product .product-wrapper.style-5 .thumbnail-wrapper .product-thumbnail .product-second-image + img {
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.products .product .product-wrapper.style-5 .content-wrapper .product-rating {
  margin-bottom: 0.375rem;
}
.products .product .product-wrapper.style-5 .content-wrapper .product-title {
  margin-bottom: 0.375rem;
}
.products .product .product-wrapper.style-5 .content-wrapper .product-content-switcher {
  margin-bottom: 0.3125rem;
}
.products .product .product-wrapper.style-5 .content-wrapper .product-content-switcher .add_to_cart_button {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.products .product .product-wrapper.style-5 .content-wrapper .product-content-switcher .add_to_cart_button:hover {
  color: var(--theme-primary-color);
}
.products .product .product-wrapper.style-5 .content-wrapper .product-content-switcher + .product-countdown {
  margin-top: 0.625rem;
}
.products .product .product-wrapper.style-5 .content-wrapper .product-countdown .klb-countdown-wrapper {
  margin-bottom: 0.3125rem;
}
.products .product .product-wrapper.style-5 .content-wrapper .product-countdown .klb-countdown-wrapper + p {
  font-size: 0.75rem;
  color: var(--color-gray600);
}
.products .product .product-wrapper.style-6 {
  border: 1px solid;
  border-radius: var(--theme-radius-base);
}
body[data-color=custom][data-theme=light] .products .product .product-wrapper.style-6 {
  border-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .products .product .product-wrapper.style-6 {
  border-color: var(--color-gray200);
}
.products .product .product-wrapper.style-6.hot-product {
  border-color: var(--color-red500) !important;
}
.products .product .product-wrapper.style-6 .thumbnail-wrapper {
  padding: 0.625rem 0.625rem 0;
  margin-bottom: 1.0625rem;
}
.products .product .product-wrapper.style-6 .thumbnail-wrapper .thumbnail-badges {
  top: 1.25rem;
  right: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .products .product .product-wrapper.style-6 .thumbnail-wrapper .thumbnail-badges .badge.sale {
    position: relative;
    font-size: 0.875rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    top: -4px;
  }
}
.products .product .product-wrapper.style-6 .thumbnail-wrapper .thumbnail-buttons {
  top: 1.25rem;
  left: 0.9375rem;
}
.products .product .product-wrapper.style-6 .thumbnail-wrapper .product-thumbnail .product-second-image {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.products .product .product-wrapper.style-6 .thumbnail-wrapper .product-thumbnail .product-second-image + img {
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.products .product .product-wrapper.style-6 .content-wrapper {
  padding: 0 1.25rem 1.25rem;
}
.products .product .product-wrapper.style-6 .content-wrapper .product-inventory {
  margin-bottom: 0.3125rem;
}
.products .product .product-wrapper.style-6 .content-wrapper .product-rating {
  margin-bottom: 0.3125rem;
}
.products .product .product-wrapper.style-6 .content-wrapper .product-buttons {
  width: 100%;
  margin-bottom: 0.5rem;
}
.products .product .product-wrapper.style-6 .content-wrapper .product-buttons .add_to_cart_button {
  font-size: 0.8125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.products .product .product-wrapper.style-6 .content-wrapper .product-delivery-time + .product-progress {
  margin-top: 0.625rem;
}
.products .product .product-wrapper.image-gray .thumbnail-wrapper .product-thumbnail > img {
  -webkit-filter: brightness(98%);
          filter: brightness(98%);
  background-color: rgba(0, 0, 0, 0.35);
}
.products .product .product-wrapper.style-7 .product-content-switcher, .products .product .product-wrapper.style-7 .product-rating {
  margin-bottom: 0.4375rem;
}
.products .product .product-wrapper.style-7 .product-category a {
  font-weight: 600;
  color: var(--color-text);
}
.products .product .product-wrapper.style-8 .product-rating, .products .product .product-wrapper.style-8 .product-buttons {
  margin-bottom: 0.4375rem;
}
.products .product .product-wrapper.style-9 .thumbnail-wrapper {
  border: 1px solid var(--color-gray100);
  border-radius: var(--theme-radius-base);
  overflow: hidden;
}
.products .product .product-wrapper.style-9 .thumbnail-wrapper .thumbnail-badges {
  right: 0.625rem;
  top: 0.625rem;
}
.products .product .product-wrapper.style-9 .thumbnail-wrapper .thumbnail-badges .badge {
  border-radius: 62.4375rem;
}
.products .product .product-wrapper.style-9 .product-rating {
  margin-bottom: 0.4375rem;
}
.products .product .product-wrapper.style-9 .price {
  margin-bottom: 0.625rem;
}
.products .product .product-wrapper.style-9 .product-buttons {
  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) {
  .products .product .product-wrapper.style-9 .product-buttons {
    gap: 0.3125rem;
  }
}
.products .product .product-wrapper.style-9 .product-buttons > * {
  font-size: 0.8125rem !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media screen and (max-width: 575.98px) {
  .products .product .product-wrapper.style-9 .product-buttons > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.products .product .product-wrapper.style-9 .product-buttons .quickview-button {
  height: 2.1875rem;
  height: 2.1875rem;
}
.products .product .product-wrapper.style-10 .product-inner {
  position: relative;
  border: 1px solid var(--color-gray100);
  background-color: var(--color-background);
  border-radius: var(--theme-radius-base);
}
.products .product .product-wrapper.style-10 .product-inner .thumbnail-wrapper {
  margin-bottom: 0;
}
.products .product .product-wrapper.style-10 .product-inner .thumbnail-wrapper .product-thumbnail {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.products .product .product-wrapper.style-10 .product-inner .content-wrapper {
  padding: 0.9375rem 0.9375rem 0.3125rem;
}
.products .product .product-wrapper.style-10 .product-inner .content-wrapper .product-title {
  margin-bottom: 0.3125rem;
}
.products .product .product-wrapper.style-10 .product-inner .content-wrapper .product-rating {
  margin-bottom: 10px;
}
.products .product .product-wrapper.style-10 .product-inner .content-wrapper .entry-description {
  font-size: 0.8125rem;
  margin-bottom: 0.625rem;
}
.products .product .product-wrapper.style-10 .product-inner .content-wrapper .entry-description p {
  color: var(--color-gray600);
  margin-bottom: 0;
}
.products .product .product-wrapper.style-10 .product-inner .content-wrapper .klb-countdown {
  background-color: var(--color-gray50);
  padding-right: 0.3125rem;
  padding-left: 0.125rem;
  border-radius: var(--theme-radius-base);
}
.products .product .product-wrapper.style-10 .product-inner .content-wrapper .price-block {
  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;
  gap: 0.625rem;
  margin-bottom: 0;
}
.products .product .product-wrapper.style-10 .product-inner .content-wrapper .product-buttons {
  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;
  gap: 0.625rem;
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.3125rem;
  border-top: 1px solid var(--color-gray50);
}
.products .product .product-wrapper.style-10 .product-inner .content-wrapper .product-buttons .button {
  font-size: 0.75rem;
  height: 1.875rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.products .product:hover {
  z-index: 11;
}
@media screen and (min-width: 992px) {
  .products .product:hover .product-content-switcher .switcher-wrapper {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.products .product:hover .thumbnail-wrapper .product-thumbnail .product-second-image {
  opacity: 1 !important;
}
.products .product:hover .thumbnail-wrapper .product-thumbnail .product-second-image + img {
  opacity: 0;
}
.products .product:hover .thumbnail-wrapper .product-buttons {
  pointer-events: auto;
}
@media screen and (min-width: 992px) {
  .products .product:hover .thumbnail-wrapper .product-buttons > * {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.products .product:hover .thumbnail-buttons > *:not(.tinv-wishlist) {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.products .product:hover .product-content-fade {
  opacity: 1;
}
.products .product:hover .product-footer {
  opacity: 1;
  visibility: visible;
}
.products:not(.klb-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.products:not(.klb-slider).no-gutters {
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
  row-gap: 0 !important;
}
.products:not(.klb-slider).grid-column {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-column-gap: var(--theme-site-gutters);
     -moz-column-gap: var(--theme-site-gutters);
          column-gap: var(--theme-site-gutters);
}
.products:not(.klb-slider).grid-column > * {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .products:not(.klb-slider).grid-column > * {
    margin-bottom: 2.5rem;
  }
}
.products:not(.klb-slider) > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 320px) {
  .products:not(.klb-slider).mobile-grid-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(50% - var(--theme-site-gutters) + var(--theme-site-gutters) / 2);
  }
  .products:not(.klb-slider).mobile-grid-2.no-gutters > * {
    width: 50%;
  }
}
@media screen and (min-width: 576px) {
  .products:not(.klb-slider).column-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(50% - var(--theme-site-gutters) + var(--theme-site-gutters) / 2);
  }
  .products:not(.klb-slider).column-2.no-gutters > * {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .products:not(.klb-slider).column-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(33.3333333333% - var(--theme-site-gutters) + var(--theme-site-gutters) / 3);
  }
  .products:not(.klb-slider).column-3.no-gutters > * {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 576px) {
  .products:not(.klb-slider).column-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(33.3333333333% - var(--theme-site-gutters) + var(--theme-site-gutters) / 3);
  }
  .products:not(.klb-slider).column-4.no-gutters > * {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 992px) {
  .products:not(.klb-slider).column-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(25% - var(--theme-site-gutters) + var(--theme-site-gutters) / 4);
  }
  .products:not(.klb-slider).column-4.no-gutters > * {
    width: 25%;
  }
}
@media screen and (min-width: 576px) {
  .products:not(.klb-slider).column-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(33.3333333333% - var(--theme-site-gutters) + var(--theme-site-gutters) / 3);
  }
  .products:not(.klb-slider).column-5.no-gutters > * {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 992px) {
  .products:not(.klb-slider).column-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(20% - var(--theme-site-gutters) + var(--theme-site-gutters) / 5);
  }
  .products:not(.klb-slider).column-5.no-gutters > * {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .products:not(.klb-slider).large-list .product-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .products:not(.klb-slider).large-list .product-inner > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    width: 100%;
  }
  .products:not(.klb-slider).large-list .product-inner > *.thumbnail-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 35%;
    margin-left: 1.25rem;
  }
  .products:not(.klb-slider).large-list .product-inner > *.content-wrapper .product-title {
    font-size: 1rem;
  }
  .products:not(.klb-slider).large-list .product-inner > *.content-wrapper .price {
    font-size: 1.375rem;
  }
}
.products:not(.klb-slider).list-style > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.products:not(.klb-slider).list-style .product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products:not(.klb-slider).list-style .product-inner .thumbnail-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30%;
  margin-bottom: 0;
  margin-left: 0.9375rem;
  padding: 0;
}
.products:not(.klb-slider).list-style .product-inner .content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.products:not(.klb-slider).list-style.for-widgets > * + * {
  padding-top: 1.25rem;
  margin-top: 0.9375rem;
  border-top: 1px solid;
}
body[data-color=custom][data-theme=light] .products:not(.klb-slider).list-style.for-widgets > * + * {
  border-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default][data-theme=light] .products:not(.klb-slider).list-style.for-widgets > * + * {
  border-color: var(--color-gray100);
}
.products:not(.klb-slider).list-style.for-widgets .product .thumbnail-wrapper {
  width: 6rem;
}
.products:not(.klb-slider).list-style.for-widgets .product .product-rating {
  margin-bottom: 0.4375rem;
}
.products:not(.klb-slider).list-style.for-widgets .product .product-title {
  font-size: 0.8125rem;
  margin-bottom: 0.5rem;
}
.products:not(.klb-slider).list-style.for-widgets .product .price {
  font-size: 1.25rem;
}
.products:not(.klb-slider).list-style.for-widgets .product .price del {
  font-size: 75%;
  font-weight: 400;
  opacity: 0.8;
}
.products:not(.klb-slider).list-style.for-widgets .product .product-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.9375rem;
  gap: 0.9375rem;
}
.products:not(.klb-slider).list-style.for-widgets .product .product-countdown > p {
  font-size: 0.75rem;
  margin-bottom: 0;
  opacity: 0.5;
}
@media screen and (min-width: 992px) {
  .products:not(.klb-slider).list-style.for-widgets .product .product-countdown > p {
    font-size: 0.6875rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    line-height: 1.3;
  }
}
.products:not(.klb-slider).list-style.for-widgets .product .product-countdown .klb-countdown {
  font-weight: 500;
}
.products:not(.klb-slider).list-style.for-widgets .product .product-countdown .klb-countdown .count-item {
  width: 1.75rem;
  height: 1.625rem;
  min-width: 1.625rem;
  padding: 0;
}
body[data-color=custom][data-theme=light] .products:not(.klb-slider).list-style.for-widgets .product .product-countdown .klb-countdown .count-item {
  background-color: rgba(var(--color-rgb), 0.08);
}
body[data-color=default][data-theme=light] .products:not(.klb-slider).list-style.for-widgets .product .product-countdown .klb-countdown .count-item {
  background-color: var(--color-gray50);
}
.products:not(.klb-slider).list-style.small-list-style > * + * {
  margin-top: 1.5625rem;
}
.products:not(.klb-slider).list-style.small-list-style .thumbnail-wrapper {
  width: 3.875rem;
}
.products:not(.klb-slider).list-style.small-list-style .content-wrapper .price {
  font-size: 0.9375rem;
  margin-bottom: 0.4375rem;
}
.products:not(.klb-slider).list-style.small-list-style .content-wrapper .product_title {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.products:not(.klb-slider).list-style.small-list-style .content-wrapper .product_title a {
  color: currentColor;
}
body.link-underline .products:not(.klb-slider).list-style.small-list-style .content-wrapper .product_title a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.15rem;
  -webkit-transition: text-decoration-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: text-decoration-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.link-underline .products:not(.klb-slider).list-style.small-list-style .content-wrapper .product_title a:hover {
  text-decoration-color: currentColor;
}
.products:not(.klb-slider).list-style.for-fashion .thumbnail-wrapper {
  width: 4.25rem;
}
.products:not(.klb-slider).list-style.for-fashion .list-counter-wrapper {
  margin-top: 0.9375rem;
}
.products:not(.klb-slider).list-style.for-fashion .list-counter-wrapper .product-countdown .klb-countdown-wrapper {
  margin-bottom: 0.3125rem;
}
.products:not(.klb-slider).list-style.for-fashion .list-counter-wrapper .product-countdown > p {
  font-size: 0.75rem;
  opacity: 0.6;
}
@media screen and (min-width: 1024px) {
  .products:not(.klb-slider).list-column > * {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .products:not(.klb-slider).list-column > * .product-wrapper .product-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .products:not(.klb-slider).list-column > * .product-wrapper .product-inner .thumbnail-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
    margin-left: 1.25rem;
    margin-bottom: 0;
  }
  .products:not(.klb-slider).list-column > * .product-wrapper .product-inner .content-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    padding-left: 1.875rem;
  }
  .products:not(.klb-slider).list-column > * .product-wrapper .product-inner .content-wrapper .product-title {
    font-size: 1.125rem;
  }
  .products:not(.klb-slider).list-column > * .product-wrapper .product-inner .content-wrapper .price {
    font-size: 1.25rem;
  }
  .products:not(.klb-slider).list-column > * .product-wrapper .product-footer {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 35%;
    opacity: 1;
    visibility: visible;
    border-top: 0;
    border-right: 1px solid var(--color-gray100);
  }
  .products:not(.klb-slider).list-column > * .product-wrapper .product-footer .product-footer-details {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 2.5rem;
  }
  .products:not(.klb-slider).list-column > * .product-wrapper.style-1 .product-buttons {
    width: 100%;
  }
  .products:not(.klb-slider).list-column > * .product-wrapper.style-3 + .product-content-fade {
    display: none !important;
  }
  .products:not(.klb-slider).list-column > * + * .product-wrapper {
    padding-top: 2.5rem;
    border-top: 1px solid;
  }
  body[data-color=custom][data-theme=light] .products:not(.klb-slider).list-column > * + * .product-wrapper {
    border-color: rgba(var(--color-rgb), 0.2) !important;
  }
  body[data-color=default] .products:not(.klb-slider).list-column > * + * .product-wrapper {
    border-color: var(--color-gray200) !important;
  }
}

/* ----- products promotion ----- */
.product-promotion .product-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.625rem;
  text-transform: uppercase;
  background-color: var(--color-gray100);
  padding: 0.3125rem 0.625rem;
  border-radius: 2.5rem;
  margin-bottom: 0.9375rem;
}
.product-promotion .product-title {
  font-family: var(--theme-body-font);
  line-height: 1.4;
  margin-bottom: 0.625rem;
}
.product-promotion .product-title a {
  color: currentColor;
}
body.link-underline .product-promotion .product-title a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.15rem;
  -webkit-transition: text-decoration-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: text-decoration-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.link-underline .product-promotion .product-title a:hover {
  text-decoration-color: currentColor;
}
.product-promotion.list-style .product-inner {
  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;
}
.product-promotion.list-style .product-inner .thumbnail-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5rem;
          flex: 0 0 12.5rem;
  width: 12.5rem;
  margin-left: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .product-promotion.list-style .product-inner .thumbnail-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13.75rem;
            flex: 0 0 13.75rem;
    width: 13.75rem;
  }
}
.product-promotion.list-style .product-inner .content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.product-promotion.list-style .product-inner .content-wrapper .product-title {
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .product-promotion.list-style .product-inner .content-wrapper .product-title {
    font-size: 0.9375rem;
  }
}
.product-promotion.list-style .product-inner .content-wrapper .entry-description {
  font-size: 0.8125rem;
}
.product-promotion.list-style .product-inner .content-wrapper .entry-description p {
  opacity: 0.7;
}
.product-promotion.list-style .product-inner .content-wrapper .btn {
  font-size: 0.6875rem;
  text-transform: uppercase;
  line-height: 1;
  height: 2.5rem;
}

/* ----- WooCommerce single product ----- */
.single-product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: calc(var(--theme-site-gutters) * -1);
  margin-left: calc(var(--theme-site-gutters) * -1);
}
.single-product-wrapper > * {
  padding-right: var(--theme-site-gutters);
  padding-left: var(--theme-site-gutters);
}
.single-product-wrapper > *.product-header {
  margin-bottom: 1.25rem;
}
.single-product-wrapper > *.product-gallery {
  margin-bottom: 1.875rem;
}
.single-product-wrapper.style-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .single-product-wrapper.style-1 > *.product-gallery {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    padding-left: calc(var(--theme-site-gutters) * 2);
  }
  .single-product-wrapper.style-1 > *.product-detail {
    width: 46%;
  }
}
.single-product-wrapper.style-1 > *.product-content {
  margin-top: 2.5rem;
}
.single-product-wrapper.style-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .single-product-wrapper.style-2 > *.product-gallery {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    padding-left: calc(var(--theme-site-gutters) * 2);
  }
  .single-product-wrapper.style-2 > *.product-detail {
    width: 40%;
  }
}
.single-product-wrapper.style-2 > *.product-content {
  margin-top: 2.5rem;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper.style-2 > * .product-thumbnails-wrapper .slick-slide {
    height: 4.75rem !important;
  }
}
.single-product-wrapper.style-3 > *, .single-product-wrapper.style-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .single-product-wrapper.style-3 > *.product-gallery, .single-product-wrapper.style-4 > *.product-gallery {
    width: 35%;
    padding-left: calc(var(--theme-site-gutters) * 2);
  }
  .single-product-wrapper.style-3 > *.product-detail, .single-product-wrapper.style-4 > *.product-detail {
    width: 65%;
  }
}
.single-product-wrapper.style-3 > *.product-content, .single-product-wrapper.style-4 > *.product-content {
  margin-top: 2.5rem;
}
.single-product-wrapper.style-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .single-product-wrapper.style-5 > *.product-gallery {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    padding-left: calc(var(--theme-site-gutters) * 2);
  }
  .single-product-wrapper.style-5 > *.product-detail {
    width: 40%;
  }
}
.single-product-wrapper.style-5 > *.product-content {
  margin-top: 2.5rem;
}
.single-product-wrapper.style-5 > *.product-gallery .product-thumbnails-wrapper {
  height: 100%;
}
.single-product-wrapper.style-5 > *.product-gallery .product-thumbnails-wrapper ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper.style-5 > *.product-gallery .product-thumbnails-wrapper ol {
    position: sticky;
    top: 10.625rem;
  }
}
@media screen and (min-width: 992px) {
  .single-product-wrapper.style-5 > *.product-gallery .product-thumbnails-wrapper ol li + li {
    margin-top: 0.3125rem;
  }
}
@media screen and (max-width: 991.98px) {
  .single-product-wrapper.style-5 > *.product-gallery .product-thumbnails-wrapper {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .single-product-wrapper.style-5 > *.product-gallery .woocommerce-product-gallery__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    width: 100%;
    overflow-x: scroll;
  }
  .single-product-wrapper.style-5 > *.product-gallery .woocommerce-product-gallery__wrapper > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .single-product-wrapper.style-5 > * .product-detail-inner {
    position: sticky;
    top: 10.625rem;
  }
}
.single-product-wrapper .product-detail.with-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .product-detail.with-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.single-product-wrapper .product-detail.with-side > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .product-detail.with-side > *.product-detail-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    padding-left: 2.8125rem;
  }
  .single-product-wrapper .product-detail.with-side > *.product-detail-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 18.75rem;
  }
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .product-detail.with-side.for-sidebar > *.product-detail-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 17.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .single-product-wrapper .product-detail.with-side.for-sidebar > *.product-detail-side {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .product-detail .detail-side-inner {
    border: 1px solid;
    border-radius: var(--theme-radius-base);
    padding: 1.5625rem;
    margin-bottom: 1.875rem;
  }
  body[data-color=custom][data-theme=light] .single-product-wrapper .product-detail .detail-side-inner {
    border-color: rgba(var(--color-rgb), 0.3);
  }
  body[data-color=default] .single-product-wrapper .product-detail .detail-side-inner {
    border-color: var(--color-gray300);
  }
  .single-product-wrapper .product-detail .detail-side-inner .cart .variations {
    margin-bottom: 0.3125rem;
  }
  .single-product-wrapper .product-detail .detail-side-inner .cart .variations tr + tr {
    margin-top: 0.9375rem;
  }
  .single-product-wrapper .product-detail .detail-side-inner .cart .variations .label {
    width: 100%;
    padding-bottom: 0.625rem;
  }
  .single-product-wrapper .product-detail .detail-side-inner .cart .quantity {
    width: 100%;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    margin-bottom: 0.625rem;
  }
  .single-product-wrapper .product-detail .detail-side-inner .cart .quantity .qty {
    width: 100%;
  }
  .single-product-wrapper .product-detail .detail-side-inner .cart .add_to_cart_button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.single-product-wrapper .woocommerce-product-gallery {
  position: relative;
}
.single-product-wrapper .woocommerce-product-gallery .badge {
  position: absolute;
  font-size: 1rem;
  width: 3.625rem;
  height: 3.625rem;
  top: 0.625rem;
  right: 0.625rem;
  border-radius: 50%;
  background-color: var(--color-red600);
}
.single-product-wrapper .woocommerce-product-gallery .flex-viewport {
  position: relative;
}
.single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  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;
  line-height: 1;
  width: 2.5rem;
  height: 2.5rem;
  top: 0.75rem;
  left: 0.75rem;
  border-radius: 50%;
  -webkit-box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 20px 25px -5px, rgba(27, 31, 34, 0.04) 0px 10px 10px -5px;
          box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 20px 25px -5px, rgba(27, 31, 34, 0.04) 0px 10px 10px -5px;
  border: 1px solid;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-color=custom][data-theme=light] .single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  border-color: rgba(var(--color-rgb), 0.07);
}
body[data-color=default] .single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  border-color: var(--color-gray50);
}
@media screen and (min-width: 1200px) {
  .single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    width: 2.875rem;
    height: 2.875rem;
  }
}
.single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  font-family: "klbtheme";
  font-size: 1.5rem;
  content: "\ebf1";
  color: var(--color-text);
}
.single-product-wrapper .woocommerce-product-gallery .klb-single-video {
  position: absolute;
  right: 0.9375rem;
  bottom: 0.9375rem;
}
.single-product-wrapper .woocommerce-product-gallery .klb-single-video 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  -webkit-box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 20px 25px -5px, rgba(27, 31, 34, 0.04) 0px 10px 10px -5px;
          box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 20px 25px -5px, rgba(27, 31, 34, 0.04) 0px 10px 10px -5px;
  color: var(--color-text);
  background-color: #FFF;
  border: 1px solid;
  padding: 0.75rem 1rem;
  border-radius: 2.875rem;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-color=custom][data-theme=light] .single-product-wrapper .woocommerce-product-gallery .klb-single-video a {
  border-color: rgba(var(--color-rgb), 0.07);
}
body[data-color=default] .single-product-wrapper .woocommerce-product-gallery .klb-single-video a {
  border-color: var(--color-gray50);
}
.single-product-wrapper .woocommerce-product-gallery .klb-single-video a:before {
  font-family: "klbtheme";
  font-size: 0.9375rem;
  content: "\e99a";
  margin-left: 0.5rem;
}
.single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper {
  margin-top: 0.9375rem;
}
.single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ol, .single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ul {
  margin: 0;
  padding: 0;
}
.single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ol .slick-list, .single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ul .slick-list {
  margin-right: -0.1875rem;
  margin-left: -0.1875rem;
}
.single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ol .slick-list .slick-track, .single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ul .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ol .slick-list .slick-track .slick-slide, .single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ul .slick-list .slick-track .slick-slide {
  height: auto;
  white-space: initial;
}
.single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ol li, .single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ul li {
  padding-right: 0.1875rem;
  padding-left: 0.1875rem;
}
.single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ol li img, .single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ul li img {
  cursor: pointer;
  border-radius: calc(var(--theme-radius-base) / 2);
  border: 1px solid;
}
body[data-color=custom][data-theme=light] .single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ol li img, body[data-color=custom][data-theme=light] .single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ul li img {
  border-color: rgba(var(--color-rgb), 0.3);
}
body[data-color=default] .single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ol li img, body[data-color=default] .single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ul li img {
  border-color: var(--color-gray300);
}
.single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ol li img.active, .single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ul li img.active {
  border-color: var(--color-text) !important;
}
.single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ol li .active img, .single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ul li .active img {
  border-color: var(--color-text) !important;
}
.single-product-wrapper .vertical-thumbnails {
  position: relative;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .vertical-thumbnails .woocommerce-product-gallery {
    padding-right: 7.5rem;
  }
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .vertical-thumbnails.woocommerce-product-gallery {
    padding-right: 7.5rem;
  }
}
.single-product-wrapper .vertical-thumbnails .product-thumbnails-wrapper {
  position: absolute;
  width: 4.75rem;
  top: 0;
  right: 0;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .vertical-thumbnails .product-thumbnails-wrapper {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .vertical-thumbnails .product-thumbnails-wrapper .slick-track {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.single-product-wrapper .product_title {
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 1200px) {
  .single-product-wrapper .product_title {
    font-size: 2rem;
  }
}
.single-product-wrapper .product-meta {
  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;
  line-height: 1;
  gap: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.single-product-wrapper .product-meta.top {
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid;
}
body[data-color=custom][data-theme=light] .single-product-wrapper .product-meta.top {
  border-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .single-product-wrapper .product-meta.top {
  border-color: var(--color-gray100);
}
@media screen and (min-width: 1200px) {
  .single-product-wrapper .product-meta.top > * {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single-product-wrapper .product-meta.top > *::before {
    content: "";
    width: 0.0625rem;
    height: 0.9375rem;
    margin-left: 0.9375rem;
  }
  body[data-color=custom][data-theme=light] .single-product-wrapper .product-meta.top > *::before {
    background-color: rgba(var(--color-rgb), 0.15);
  }
  body[data-color=default] .single-product-wrapper .product-meta.top > *::before {
    background-color: var(--color-gray200);
  }
  .single-product-wrapper .product-meta.top > *:first-child::before {
    display: none;
  }
}
.single-product-wrapper .product-meta.bottom {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-product-wrapper .product-meta.bottom + .product-share {
  margin-top: 1.25rem;
}
.single-product-wrapper .product-meta .product-vendor {
  font-size: 0.8125rem;
}
.single-product-wrapper .product-meta .product-rating .star-rating {
  font-size: 0.875rem;
}
.single-product-wrapper .product-meta .product-rating .rating-count {
  font-size: 0.8125rem;
  font-weight: 600;
}
.single-product-wrapper .product-meta .product-brand {
  font-size: 0.8125rem;
}
.single-product-wrapper .product-meta .product-brand span {
  opacity: 0.6;
}
.single-product-wrapper .product-meta .product-brand span + a {
  margin-right: 0.125rem;
}
.single-product-wrapper .product-meta .product-brand a {
  font-weight: 500;
  color: var(--color-blue600);
}
.single-product-wrapper .product-meta + .product-price {
  margin-top: 1.25rem;
}
.single-product-wrapper .product-meta .product-sku {
  font-size: 0.8125rem;
}
.single-product-wrapper .product-meta .product-sku span:not(.sku) {
  opacity: 0.6;
  margin-left: 0.25rem;
}
.single-product-wrapper .product-meta .product-sku span.sku {
  font-weight: 500;
}
.single-product-wrapper .product-meta .product-categories, .single-product-wrapper .product-meta .product-tags {
  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;
  font-size: 0.8125rem;
}
.single-product-wrapper .product-meta .product-categories span, .single-product-wrapper .product-meta .product-tags span {
  opacity: 0.6;
  margin-left: 0.25rem;
}
.single-product-wrapper .product-meta .product-categories ul, .single-product-wrapper .product-meta .product-tags ul {
  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;
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-product-wrapper .product-meta .product-categories ul li::before, .single-product-wrapper .product-meta .product-tags ul li::before {
  content: ",";
  margin-left: 0.25rem;
}
.single-product-wrapper .product-meta .product-categories ul li:first-child::before, .single-product-wrapper .product-meta .product-tags ul li:first-child::before {
  display: none;
}
.single-product-wrapper .product-meta .product-categories ul li a, .single-product-wrapper .product-meta .product-tags ul li a {
  font-weight: 500;
  color: var(--color-text);
}
.single-product-wrapper .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9375rem;
  margin-bottom: 0.625rem;
}
.single-product-wrapper .product-price .price {
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .product-price .price {
    font-size: 1.75rem;
  }
}
.single-product-wrapper .product-price .price del {
  font-size: 75%;
  font-weight: 400;
  line-height: 1.2;
  opacity: 0.5;
}
.single-product-wrapper .product-price .price ins {
  line-height: 1.1;
}
.single-product-wrapper .product-price + .woocommerce-product-details__short-description {
  margin-top: 1.0625rem;
}
.single-product-wrapper .product-price + .product-inventory-wrapper {
  margin-top: 0.9375rem;
}
.single-product-wrapper .product-price .save-price {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  top: -0.0625rem;
}
.single-product-wrapper .product-price .save-price p {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  padding: 0.25rem 0.375rem;
  border-radius: calc(var(--theme-radius-form) / 2);
  border: 1px solid;
}
body[data-color=custom][data-theme=light] .single-product-wrapper .product-price .save-price p {
  border-color: rgba(var(--color-rgb), 0.3);
}
body[data-color=default] .single-product-wrapper .product-price .save-price p {
  border-color: var(--color-gray300);
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .product-price .save-price p {
    font-size: 0.875rem;
  }
}
.single-product-wrapper .woocommerce-product-details__short-description {
  font-size: 0.875rem;
  color: var(--color-gray700);
  margin-bottom: 1.5625rem;
}
.single-product-wrapper .product-inventory-wrapper {
  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;
  gap: 0.625rem;
  margin-bottom: 0.9375rem;
}
.single-product-wrapper .product-inventory-wrapper .product-inventory {
  font-size: 0.8125rem;
  padding: 0.25rem 0.625rem;
  border-radius: calc(var(--theme-radius-form) / 2);
}
.single-product-wrapper .product-inventory-wrapper .product-inventory.color-green {
  background-color: rgba(var(--color-greenRGB), 0.1);
}
.single-product-wrapper .product-inventory-wrapper .product-inventory.color-red {
  background-color: rgba(var(--color-redRGB), 0.09);
}
.single-product-wrapper .product-inventory-wrapper .product-delivery-time {
  font-size: 0.8125rem;
  font-weight: 400;
}
.single-product-wrapper form.cart {
  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;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
.single-product-wrapper form.cart .variations {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-bottom: 0.9375rem;
}
.single-product-wrapper form.cart .variations tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-product-wrapper form.cart .variations tr > td {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.single-product-wrapper form.cart .variations tr label {
  margin-bottom: 0 !important;
}
.single-product-wrapper form.cart .variations tr .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper form.cart .variations tr .label {
    padding-left: 1.25rem;
  }
}
.single-product-wrapper form.cart .variations tr .value {
  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;
  gap: 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
.single-product-wrapper form.cart .variations tr .value input[type=radio] {
  display: none;
}
.single-product-wrapper form.cart .variations tr .value .color-radio label {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  cursor: pointer;
}
.single-product-wrapper form.cart .variations tr .value .color-radio input:checked + label::after {
  content: "";
  position: absolute;
  right: -0.25rem;
  left: -0.25rem;
  top: -0.25rem;
  bottom: -0.25rem;
  border: 2px solid var(--color-text);
  border-radius: 50%;
}
.single-product-wrapper form.cart .variations tr .value .size-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product-wrapper form.cart .variations tr .value .size-radio label {
  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.8125rem;
  font-weight: 500;
  line-height: 1.75rem;
  height: 1.75rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  border-radius: calc(var(--theme-radius-form) / 2);
  cursor: pointer;
  border: 1px solid;
}
body[data-color=custom][data-theme=light] .single-product-wrapper form.cart .variations tr .value .size-radio label {
  border-color: rgba(var(--color-rgb), 0.3);
}
body[data-color=default] .single-product-wrapper form.cart .variations tr .value .size-radio label {
  border-color: var(--color-gray300);
}
.single-product-wrapper form.cart .variations tr .value .size-radio input:checked + label {
  color: #FFF;
  border-color: var(--theme-primary-color) !important;
  background-color: var(--theme-primary-color);
}
.single-product-wrapper form.cart .variations tr.size-variations .value {
  gap: 0.1875rem;
}
.single-product-wrapper form.cart .variations tr + tr {
  border-top: 1px solid;
}
body[data-color=custom][data-theme=light] .single-product-wrapper form.cart .variations tr + tr {
  border-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .single-product-wrapper form.cart .variations tr + tr {
  border-color: var(--color-gray100);
}
.single-product-wrapper form.cart .variations tr + tr .label {
  padding-top: 1.25rem;
}
.single-product-wrapper .wishlist-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.875rem;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  row-gap: r0;
  margin-bottom: 0.9375rem;
}
.single-product-wrapper .wishlist-button 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-weight: 600;
  color: var(--color-text);
}
.single-product-wrapper .wishlist-button a::before {
  font-family: "klbtheme";
  font-size: 1.375rem;
  content: "\eb35";
  margin-left: 0.375rem;
}
.single-product-wrapper .wishlist-button a.tinvwl-product-in-list {
  color: var(--color-red600);
}
.single-product-wrapper .wishlist-button a.tinvwl-product-in-list::before {
  content: "\ec57";
}
.single-product-wrapper .wishlist-button > span {
  opacity: 0.4;
}
.single-product-wrapper .wishlist-button + .product-checklist, .single-product-wrapper .wishlist-button + .product-meta.bottom {
  padding-top: 1.25rem;
  border-top: 1px solid;
}
body[data-color=custom][data-theme=light] .single-product-wrapper .wishlist-button + .product-checklist, body[data-color=custom][data-theme=light] .single-product-wrapper .wishlist-button + .product-meta.bottom {
  border-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .single-product-wrapper .wishlist-button + .product-checklist, body[data-color=default] .single-product-wrapper .wishlist-button + .product-meta.bottom {
  border-color: var(--color-gray100);
}
.single-product-wrapper .add_to_cart_button {
  position: relative;
  height: 2.875rem;
  padding-right: 2.125rem;
  padding-left: 2.125rem;
}
.single-product-wrapper .product-checklist {
  position: relative;
  margin-bottom: 0.9375rem;
}
.single-product-wrapper .product-checklist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-product-wrapper .product-checklist ul li {
  position: relative;
  font-size: 0.875rem;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
.single-product-wrapper .product-checklist ul li::before {
  font-family: "klbtheme";
  font-size: 0.75rem;
  content: "\e8ef";
  color: var(--color-green800);
  margin-left: 0.5rem;
}
.single-product-wrapper .product-checklist + .product-meta {
  padding-top: 1.25rem;
  border-top: 1px solid;
}
body[data-color=custom][data-theme=light] .single-product-wrapper .product-checklist + .product-meta {
  border-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .single-product-wrapper .product-checklist + .product-meta {
  border-color: var(--color-gray100);
}
.single-product-wrapper .product-share ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-product-wrapper .product-share 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.single-product-wrapper .product-countdown {
  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;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
.single-product-wrapper .product-countdown .entry-title {
  font-size: 1.25rem;
  width: 100%;
  margin-bottom: 0.1875rem;
}
.single-product-wrapper .product-countdown .countdown-description p {
  font-size: 0.8125rem;
  line-height: 1;
  margin-bottom: 0;
}
.single-product-wrapper .product-countdown + .product-progress-wrapper {
  padding-top: 1.25rem;
  border-top: 1px solid;
}
body[data-color=custom][data-theme=light] .single-product-wrapper .product-countdown + .product-progress-wrapper {
  border-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .single-product-wrapper .product-countdown + .product-progress-wrapper {
  border-color: var(--color-gray100);
}
.single-product-wrapper .product-progress-wrapper {
  margin-bottom: 1.25rem;
}
.single-product-wrapper .product-progress-wrapper .entry-title {
  font-size: 1.25rem;
  width: 100%;
  margin-bottom: 0.625rem;
}
.single-product-wrapper .product-progress-wrapper .product-pcs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 0.8125rem;
}
.single-product-wrapper .product-alert-message {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  line-height: 1;
  width: 100%;
  border-radius: calc(var(--theme-radius-base) / 2);
  padding: 0.75rem 0.9375rem;
  margin-bottom: 0.9375rem;
}
.single-product-wrapper .product-alert-message i {
  font-size: 1.125rem;
}
.single-product-wrapper .product-alert-message p {
  font-size: 0.8125rem;
  margin-bottom: 0;
}
.single-product-wrapper .product-review {
  padding-top: 1.875rem;
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
  border-top: 1px solid;
}
body[data-color=custom][data-theme=light] .single-product-wrapper .product-review {
  border-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .single-product-wrapper .product-review {
  border-color: var(--color-gray100);
}
.single-product-wrapper .product-review .review-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.875rem;
}
.single-product-wrapper .product-review .review-header .review-score {
  font-size: 2.5rem;
  font-weight: 700;
  margin-left: 1.25rem;
}
@media screen and (min-width: 1200px) {
  .single-product-wrapper .product-review .review-header .review-score {
    font-size: 3rem;
  }
}
.single-product-wrapper .product-review .review-header .product-rating-steps {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul {
  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;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul li {
  position: relative;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul li span {
  position: relative;
  display: block;
  width: 1.75rem;
  height: 0.375rem;
}
@media screen and (min-width: 1200px) {
  .single-product-wrapper .product-review .review-header .product-rating-steps ul li span {
    width: 2rem;
  }
}
body[data-color=custom][data-theme=light] .single-product-wrapper .product-review .review-header .product-rating-steps ul li span {
  background-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .single-product-wrapper .product-review .review-header .product-rating-steps ul li span {
  background-color: var(--color-gray100);
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul li span::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  background-color: var(--color-orange600) !important;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="1"] .rating-step-1 span {
  background-color: var(--color-orange600) !important;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="5"] .rating-step span {
  background-color: var(--color-orange600) !important;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="1.5"] .rating-step-2 span:before {
  opacity: 1;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="2"] .rating-step-1 span {
  background-color: var(--color-orange600) !important;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="5"] .rating-step span {
  background-color: var(--color-orange600) !important;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="2"] .rating-step-2 span {
  background-color: var(--color-orange600) !important;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="5"] .rating-step span {
  background-color: var(--color-orange600) !important;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="2.5"] .rating-step-3 span:before {
  opacity: 1;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="3"] .rating-step-1 span {
  background-color: var(--color-orange600) !important;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="5"] .rating-step span {
  background-color: var(--color-orange600) !important;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="3"] .rating-step-2 span {
  background-color: var(--color-orange600) !important;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="5"] .rating-step span {
  background-color: var(--color-orange600) !important;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="3"] .rating-step-3 span {
  background-color: var(--color-orange600) !important;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="5"] .rating-step span {
  background-color: var(--color-orange600) !important;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="3.5"] .rating-step-4 span:before {
  opacity: 1;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="4"] .rating-step-1 span {
  background-color: var(--color-orange600) !important;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="5"] .rating-step span {
  background-color: var(--color-orange600) !important;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="4"] .rating-step-2 span {
  background-color: var(--color-orange600) !important;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="5"] .rating-step span {
  background-color: var(--color-orange600) !important;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="4"] .rating-step-3 span {
  background-color: var(--color-orange600) !important;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="5"] .rating-step span {
  background-color: var(--color-orange600) !important;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="4"] .rating-step-4 span {
  background-color: var(--color-orange600) !important;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="5"] .rating-step span {
  background-color: var(--color-orange600) !important;
}
.single-product-wrapper .product-review .review-header .product-rating-steps ul[data-rating^="4.5"] .rating-step-5 span:before {
  opacity: 1;
}
.single-product-wrapper .product-review .review-header .review-label {
  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.875rem;
  opacity: 0.6;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .product-review .review-header .review-label {
    margin-right: 1.25rem;
  }
}
.single-product-wrapper .product-review .review-header .review-label p {
  margin-bottom: 0;
}
.single-product-wrapper .product-review .review-steps {
  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: 0.9375rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .product-review .review-steps {
    gap: 1.875rem;
  }
}
.single-product-wrapper .product-review .review-steps li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .product-review .review-steps li {
    width: auto;
  }
}
.single-product-wrapper .product-review .review-steps li .review-item-title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  opacity: 0.6;
  width: 100%;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .product-review .review-steps li .review-item-title {
    width: auto;
    margin-bottom: 0;
    margin-left: 0.625rem;
  }
}
.single-product-wrapper .product-review .review-steps li .review-step-items {
  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;
  width: 100%;
  gap: 0.1875rem;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .product-review .review-steps li .review-step-items {
    width: auto;
  }
}
.single-product-wrapper .product-review .review-steps li .review-step-items span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  height: 0.375rem;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .product-review .review-steps li .review-step-items span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 1.25rem;
  }
}
body[data-color=custom][data-theme=light] .single-product-wrapper .product-review .review-steps li .review-step-items span {
  background-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .single-product-wrapper .product-review .review-steps li .review-step-items span {
  background-color: var(--color-gray100);
}
.single-product-wrapper .product-review .review-steps li .review-step-items span.active.step-1 {
  background-color: var(--color-red700);
}
.single-product-wrapper .product-review .review-steps li .review-step-items span.active.step-2 {
  background-color: var(--color-orange600);
}
.single-product-wrapper .product-review .review-steps li .review-step-items span.active.step-3 {
  background-color: var(--color-yellow500);
}
.single-product-wrapper .product-review .review-steps li .review-step-items span.active.step-4 {
  background-color: var(--color-teal600);
}
.single-product-wrapper .product-review .review-steps li .review-step-items span.active.step-5 {
  background-color: var(--color-green700);
}
.single-product-wrapper .product-review .review-description {
  max-width: 48rem;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.875rem;
}
.single-product-wrapper .product-review + .woocommerce-tabs, .single-product-wrapper .product-review + .promotion-products {
  margin-top: 4.375rem;
}
.single-product-wrapper .woocommerce-tabs .tabs {
  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;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  row-gap: 0.1875rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid;
}
body[data-color=custom][data-theme=light] .single-product-wrapper .woocommerce-tabs .tabs {
  border-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .single-product-wrapper .woocommerce-tabs .tabs {
  border-color: var(--color-gray200);
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .woocommerce-tabs .tabs {
    gap: 1.5625rem;
  }
}
.single-product-wrapper .woocommerce-tabs .tabs 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: 1rem;
  font-weight: 600;
  color: currentColor;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .woocommerce-tabs .tabs li a {
    padding-bottom: 0.8125rem;
  }
}
body[data-color=custom][data-theme=light] .single-product-wrapper .woocommerce-tabs .tabs li a {
  color: rgba(var(--color-rgb), 0.5);
}
body[data-color=default] .single-product-wrapper .woocommerce-tabs .tabs li a {
  color: var(--color-gray500);
}
.single-product-wrapper .woocommerce-tabs .tabs li.active a {
  color: var(--color-text) !important;
}
.single-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
    font-size: 1.375rem;
  }
}
.single-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel--description > h2 {
  display: none;
}
.single-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table {
  font-size: 0.875rem;
  width: 100%;
}
body[data-color=custom][data-theme=light] .single-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table tr:nth-child(odd) {
  background-color: rgba(var(--color-rgb), 0.06);
}
body[data-color=default] .single-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table tr:nth-child(odd) {
  background-color: var(--color-gray50);
}
.single-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table tr th {
  font-weight: 500;
}
.single-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table tr th, .single-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table tr td {
  line-height: 1;
  padding: 0.6875rem 0.75rem;
}
.single-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table tr th p, .single-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table tr td p {
  margin-bottom: 0;
}
.single-product-wrapper .woocommerce-Reviews > h2 {
  font-size: 1.25rem;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .woocommerce-Reviews > h2 {
    margin-bottom: 2.5rem;
  }
}
.single-product-wrapper .woocommerce-Reviews .reviews-slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .woocommerce-Reviews .reviews-slot {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.75rem;
  }
}
.single-product-wrapper .woocommerce-Reviews .reviews-slot .reviews-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .woocommerce-Reviews .reviews-slot .reviews-rating {
    width: auto;
  }
}
.single-product-wrapper .woocommerce-Reviews .reviews-slot .reviews-rating .review-count {
  font-size: 3rem;
  line-height: 0.8;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .woocommerce-Reviews .reviews-slot .reviews-rating .review-count {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .woocommerce-Reviews .reviews-slot .reviews-rating .review-stars .product-rating {
    margin-bottom: 0.3125rem;
  }
}
.single-product-wrapper .woocommerce-Reviews .reviews-slot .reviews-rating .review-stars .product-rating .star-rating {
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .woocommerce-Reviews .reviews-slot .reviews-rating .review-stars .product-rating .star-rating {
    font-size: 1.75rem;
  }
}
.single-product-wrapper .woocommerce-Reviews .reviews-slot .reviews-rating .review-stars .review-stars-description {
  font-size: 0.875rem;
}
.single-product-wrapper .woocommerce-Reviews .reviews-slot .reviews-rating .review-stars .review-stars-description p {
  margin-bottom: 0;
}
.single-product-wrapper .woocommerce-Reviews .reviews-slot .ratings-summary {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .woocommerce-Reviews .reviews-slot .ratings-summary {
    width: auto;
  }
}
.single-product-wrapper .woocommerce-Reviews .reviews-slot .ratings-summary .rating-item {
  font-size: 0.875rem;
}
.single-product-wrapper .woocommerce-Reviews .reviews-slot .ratings-summary .rating-item > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 0.75rem;
  width: 100%;
  color: var(--color-text);
  padding: 0.375rem 0.625rem;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-radius: 1.25rem;
}
body[data-color=custom][data-theme=light] .single-product-wrapper .woocommerce-Reviews .reviews-slot .ratings-summary .rating-item > a:hover {
  background-color: rgba(var(--color-rgb), 0.08);
}
body[data-color=default] .single-product-wrapper .woocommerce-Reviews .reviews-slot .ratings-summary .rating-item > a:hover {
  background-color: var(--color-gray50);
}
.single-product-wrapper .woocommerce-Reviews .reviews-slot .ratings-summary .rating-item > a:hover .rating-progress {
  background-color: var(--color-background) !important;
}
.single-product-wrapper .woocommerce-Reviews .reviews-slot .ratings-summary .rating-item .rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.875rem;
  font-weight: 500;
}
.single-product-wrapper .woocommerce-Reviews .reviews-slot .ratings-summary .rating-item .rating i {
  color: var(--color-yellow600);
  margin-left: 0.375rem;
}
.single-product-wrapper .woocommerce-Reviews .reviews-slot .ratings-summary .rating-item .rating i::before {
  width: auto;
  margin: 0;
}
.single-product-wrapper .woocommerce-Reviews .reviews-slot .ratings-summary .rating-item .rating-progress {
  position: relative;
  display: block;
  height: 0.375rem;
  border-radius: 0.875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  overflow: hidden;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-color=custom][data-theme=light] .single-product-wrapper .woocommerce-Reviews .reviews-slot .ratings-summary .rating-item .rating-progress {
  background-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .single-product-wrapper .woocommerce-Reviews .reviews-slot .ratings-summary .rating-item .rating-progress {
  background-color: var(--color-gray100);
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .woocommerce-Reviews .reviews-slot .ratings-summary .rating-item .rating-progress {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 22.5rem;
  }
}
.single-product-wrapper .woocommerce-Reviews .reviews-slot .ratings-summary .rating-item .rating-progress .progress-bar {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--color-yellow600);
  border-radius: 0.875rem;
}
.single-product-wrapper .woocommerce-Reviews .reviews-slot .ratings-summary .rating-item .rating-count {
  color: var(--color-gray700);
}
.single-product-wrapper .woocommerce-Reviews .reviews-slot .ratings-summary .rating-item + .rating-item {
  margin-top: 0.25rem;
}
.single-product-wrapper .woocommerce-Reviews #comments {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 1px solid;
}
body[data-color=custom][data-theme=light] .single-product-wrapper .woocommerce-Reviews #comments {
  border-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .single-product-wrapper .woocommerce-Reviews #comments {
  border-color: var(--color-gray200);
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .woocommerce-Reviews #comments {
    margin-top: 2.5rem;
    padding-top: 3.125rem;
  }
}
.single-product-wrapper .woocommerce-Reviews #comments .commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-product-wrapper .woocommerce-Reviews #comments .commentlist li {
  margin-bottom: 1.5625rem;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid;
}
body[data-color=custom][data-theme=light] .single-product-wrapper .woocommerce-Reviews #comments .commentlist li {
  border-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .single-product-wrapper .woocommerce-Reviews #comments .commentlist li {
  border-color: var(--color-gray200);
}
.single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container {
  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;
}
.single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container > img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767.98px) {
  .single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container > img {
    display: none;
  }
}
.single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.1875rem;
}
.single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .star-rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
}
.single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-title {
  font-size: 1rem;
  margin-bottom: 0;
}
.single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .meta {
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}
body[data-color=custom][data-theme=light] .single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .meta {
  color: rgba(var(--color-rgb), 0.6);
}
body[data-color=default] .single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .meta {
  color: var(--color-gray600);
}
.single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
  font-weight: 500;
}
.single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .meta > * {
  opacity: 0.7;
}
.single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .description {
  font-size: 0.9375rem;
}
.single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
.single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-action > span {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  width: 100%;
}
.single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-action .action-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-action .action-inner 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.875rem;
  gap: 0.4375rem;
  line-height: 1;
  color: var(--color-text);
  padding: 0.5rem 0.75rem;
  border-radius: 2.5rem;
}
body[data-color=custom][data-theme=light] .single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-action .action-inner a {
  background-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-action .action-inner a {
  background-color: var(--color-gray100);
}
body[data-color=custom][data-theme=light] .single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-action .action-inner a:hover {
  background-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-action .action-inner a:hover {
  background-color: var(--color-gray200);
}
.single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-action .action-inner a .text {
  font-weight: 600;
}
.single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-action .action-inner a span:not(.text) {
  opacity: 0.7;
}
.single-product-wrapper .woocommerce-Reviews #review_form_wrapper {
  max-width: 50rem;
}
.single-product-wrapper .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
    font-size: 1.375rem;
  }
}
.single-product-wrapper .woocommerce-Reviews #review_form_wrapper .comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: calc(var(--theme-site-gutters) * -1);
  margin-left: calc(var(--theme-site-gutters) * -1);
}
.single-product-wrapper .woocommerce-Reviews #review_form_wrapper .comment-form > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding-right: var(--theme-site-gutters);
  padding-left: var(--theme-site-gutters);
}
.single-product-wrapper .woocommerce-Reviews #review_form_wrapper .comment-form > * input {
  height: 2.875rem;
}
@media screen and (min-width: 768px) {
  .single-product-wrapper .woocommerce-Reviews #review_form_wrapper .comment-form > *.comment-form-author, .single-product-wrapper .woocommerce-Reviews #review_form_wrapper .comment-form > *.comment-form-email {
    width: 50%;
  }
}
.single-product-wrapper .woocommerce-Reviews #review_form_wrapper .comment-form > *.comment-form-cookies-consent label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  margin-bottom: 0;
  margin-right: 0.5rem;
  top: -0.0625rem;
}
.single-product-wrapper .woocommerce-Reviews #review_form_wrapper .comment-form > *.form-submit .submit {
  padding-right: 2.25rem;
  padding-left: 2.25rem;
  color: #FFF;
  background-color: var(--theme-primary-color);
  border-color: transparent;
}
.single-product-wrapper .woocommerce-Reviews #review_form_wrapper .comment-form > *.form-submit .submit:hover {
  background-color: rgba(var(--theme-primary-color-RGB), 0.9);
}
.single-product-wrapper .woocommerce-Reviews #review_form_wrapper .comment-form .comment-notes {
  font-size: 0.875rem;
}
.single-product-wrapper .product-compare-items {
  margin-bottom: 1.875rem;
}
.single-product-wrapper .product-compare-items > .entry-title {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .product-compare-items > .entry-title {
    font-size: 1.375rem;
  }
}
.single-product-wrapper .product-compare-items .product-compare-wrapper {
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.single-product-wrapper .product-compare-items table {
  position: relative;
  table-layout: fixed;
  display: table;
  width: 100%;
  font-size: 0.875rem;
  border: 1px solid;
  border-radius: var(--theme-radius-base);
}
.single-product-wrapper .product-compare-items table tbody {
  width: auto;
  max-width: none;
}
body[data-color=custom][data-theme=light] .single-product-wrapper .product-compare-items table {
  border-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .single-product-wrapper .product-compare-items table {
  border-color: var(--color-gray200);
}
.single-product-wrapper .product-compare-items table tr {
  border-top: 1px solid;
}
body[data-color=custom][data-theme=light] .single-product-wrapper .product-compare-items table tr {
  border-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .single-product-wrapper .product-compare-items table tr {
  border-color: var(--color-gray200);
}
.single-product-wrapper .product-compare-items table tr:first-child {
  border-top: 0 !important;
}
body[data-color=custom][data-theme=light] .single-product-wrapper .product-compare-items table tr:nth-child(even) {
  background-color: rgba(var(--color-rgb), 0.04);
}
body[data-color=default] .single-product-wrapper .product-compare-items table tr:nth-child(even) {
  background-color: var(--color-gray25);
}
@media screen and (max-width: 991.98px) {
  body[data-color=custom][data-theme=light] .single-product-wrapper .product-compare-items table tr:nth-child(even) th {
    background-color: rgba(var(--color-rgb), 0.04);
  }
  body[data-color=default] .single-product-wrapper .product-compare-items table tr:nth-child(even) th {
    background-color: var(--color-gray25);
  }
}
.single-product-wrapper .product-compare-items table tr:nth-child(even) .base-item {
  background-color: var(--color-yellow100);
}
@media screen and (max-width: 991.98px) {
  .single-product-wrapper .product-compare-items table tr:nth-child(odd) th {
    background-color: var(--color-background);
  }
}
.single-product-wrapper .product-compare-items table tr:nth-child(odd) .base-item {
  background-color: var(--color-yellow25);
}
.single-product-wrapper .product-compare-items table tr th, .single-product-wrapper .product-compare-items table tr td {
  padding: 0.75rem;
}
.single-product-wrapper .product-compare-items table tr th {
  position: sticky;
  font-weight: 600;
  width: 9.6875rem;
  right: 0;
  vertical-align: top;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .product-compare-items table tr th {
    width: 20%;
    padding-right: 1rem;
  }
}
.single-product-wrapper .product-compare-items table tr td {
  width: 14.375rem;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .product-compare-items table tr td {
    width: auto;
  }
}
.single-product-wrapper .product-compare-items table tr td .price {
  font-size: 1rem;
}
.single-product-wrapper .product-compare-items table tr td p {
  margin-bottom: 0;
}
.single-product-wrapper .product-compare-items table tr .product .product-title a {
  color: var(--color-blue700);
}
.single-product-wrapper .product-compare-items table tr .product .add_to_cart_button {
  font-size: 0.8125rem;
  height: 2.0625rem;
  line-height: 2.0625rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
.single-product-wrapper .promotion-products {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .promotion-products {
    margin-bottom: 2.5rem;
  }
}
.single-product-wrapper .promotion-products > .entry-title {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .promotion-products > .entry-title {
    font-size: 1.375rem;
  }
}
.single-product-wrapper .promotion-products .promotion-product-wrapper {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
body[data-color=custom][data-theme=light] .single-product-wrapper .promotion-products .promotion-product-wrapper {
  border-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .single-product-wrapper .promotion-products .promotion-product-wrapper {
  border-color: var(--color-gray100);
}
.single-product-wrapper .promotion-products .promotion-addon-products {
  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;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .promotion-products .promotion-addon-products {
    margin-bottom: 2.5rem;
  }
}
.single-product-wrapper .promotion-products .promotion-addon-products .promotion-addon-total {
  padding-right: 1.5rem;
}
@media screen and (max-width: 991.98px) {
  .single-product-wrapper .promotion-products .promotion-addon-products .promotion-addon-total {
    display: none;
  }
}
.single-product-wrapper .promotion-products .addon-products {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.single-product-wrapper .promotion-products .addon-products li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .promotion-products .addon-products li::after {
    content: "+";
    font-size: 1.25rem;
    font-weight: 400;
  }
}
.single-product-wrapper .promotion-products .addon-products li:last-child::after {
  display: none;
}
.single-product-wrapper .promotion-products .addon-products li .product-inner {
  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;
}
.single-product-wrapper .promotion-products .addon-products li .thumbnail-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 3rem;
  margin-left: 1.25rem;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .promotion-products .addon-products li .thumbnail-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .promotion-products .addon-products li {
    width: 8.75rem;
  }
}
@media screen and (max-width: 991.98px) {
  .single-product-wrapper .promotion-products .addon-products li + li {
    padding-top: 0.625rem;
    margin-top: 0.625rem;
    border-top: 1px solid;
  }
  body[data-color=custom][data-theme=light] .single-product-wrapper .promotion-products .addon-products li + li {
    border-color: rgba(var(--color-rgb), 0.1);
  }
  body[data-color=default] .single-product-wrapper .promotion-products .addon-products li + li {
    border-color: var(--color-gray100);
  }
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .promotion-products .addon-products .content-wrapper {
    display: none;
  }
}
.single-product-wrapper .promotion-products .addon-products .content-wrapper .product_title {
  font-size: 0.8125rem;
}
@media screen and (max-width: 991.98px) {
  .single-product-wrapper .promotion-products .addon-products .content-wrapper .product_title {
    font-size: 0.875rem;
  }
}
.single-product-wrapper .promotion-products .addon-products .content-wrapper .product_title a {
  color: currentColor;
}
body.link-underline .single-product-wrapper .promotion-products .addon-products .content-wrapper .product_title a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.15rem;
  -webkit-transition: text-decoration-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: text-decoration-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.link-underline .single-product-wrapper .promotion-products .addon-products .content-wrapper .product_title a:hover {
  text-decoration-color: currentColor;
}
.single-product-wrapper .promotion-products .promotion-addon-total .addon-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  margin-bottom: 0.9375rem;
}
.single-product-wrapper .promotion-products .promotion-addon-total .addon-price .price {
  font-size: 1.625rem;
  color: var(--color-red600);
}
.single-product-wrapper .promotion-products .promotion-addon-total .addon-price .item-count {
  font-size: 0.8125rem;
  opacity: 0.55;
  margin-right: 0.5rem;
}
.single-product-wrapper .promotion-products .promotion-addon-checklist .addon-checklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-product-wrapper .promotion-products .promotion-addon-checklist .addon-checklist 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;
}
.single-product-wrapper .promotion-products .promotion-addon-checklist .addon-checklist ul li + li {
  margin-top: 0.4375rem;
}
.single-product-wrapper .promotion-products .promotion-addon-checklist .addon-checklist ul li label {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: auto;
  font-size: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 0;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.15rem;
  -webkit-transition: text-decoration-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: text-decoration-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.single-product-wrapper .promotion-products .promotion-addon-checklist .addon-checklist ul li label:hover {
  text-decoration-color: currentColor;
}
.single-product-wrapper .promotion-products .promotion-addon-checklist .addon-checklist ul li label .price {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-red700);
}
.single-product-wrapper .promotion-products .promotion-addon-checklist .promotion-addon-total {
  text-align: center;
  margin-top: 1.25rem;
}
.single-product-wrapper .promotion-products .promotion-addon-checklist .promotion-addon-total .addon-price {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-product-wrapper .promotion-products .promotion-addon-checklist .promotion-addon-total .addon-price .price {
  font-size: 1.875rem;
}
.single-product-wrapper .promotion-products .promotion-addon-checklist .promotion-addon-total .btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .promotion-products .promotion-addon-checklist .promotion-addon-total {
    display: none;
  }
}

.single-product-sticky {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: var(--color-background);
  border-bottom: 1px solid;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  -webkit-box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
          box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* transform: translateY(-10px); */
  margin-top: -0.4375rem;
  -webkit-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  z-index: 10;
}
@media screen and (max-width: 1199.98px) {
  .single-product-sticky {
    display: none;
  }
}
.single-product-sticky.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  margin-top: 0;
  /* transform: translateY(0); */
}
body[data-color=custom][data-theme=light] .single-product-sticky {
  border-color: rgba(var(--color-rgb), 0.1);
}
body[data-color=default] .single-product-sticky {
  border-color: var(--color-gray100);
}
.single-product-sticky .product-inner {
  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;
}
.single-product-sticky .product-inner .thumbnail-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 3rem;
  margin-left: 1.25rem;
}
.single-product-sticky .product-inner .content-wrapper {
  padding-left: 1.875rem;
}
.single-product-sticky .product-inner .content-wrapper .product_title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}
.single-product-sticky .product-inner .content-wrapper .product-meta {
  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;
  line-height: 1;
  gap: 0.75rem;
}
.single-product-sticky .product-inner .content-wrapper .product-meta > * {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-product-sticky .product-inner .content-wrapper .product-meta > *::before {
  content: "";
  width: 0.0625rem;
  height: 0.9375rem;
  margin-left: 0.625rem;
}
body[data-color=custom][data-theme=light] .single-product-sticky .product-inner .content-wrapper .product-meta > *::before {
  background-color: rgba(var(--color-rgb), 0.15);
}
body[data-color=default] .single-product-sticky .product-inner .content-wrapper .product-meta > *::before {
  background-color: var(--color-gray200);
}
.single-product-sticky .product-inner .content-wrapper .product-meta > *:first-child::before {
  display: none;
}
.single-product-sticky .product-inner .content-wrapper .product-meta .tinvwl_add_to_wishlist_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;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--color-blue600);
}
.single-product-sticky .product-inner .content-wrapper .product-meta .tinvwl_add_to_wishlist_button::before {
  font-family: "klbtheme";
  font-size: 1.125rem;
  content: "\eb35";
  text-shadow: 0 0 0;
  margin-left: 0.375rem;
}
.single-product-sticky .product-inner .content-wrapper .product-meta .tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
  color: var(--color-red600);
}
.single-product-sticky .product-inner .content-wrapper .product-meta .tinvwl_add_to_wishlist_button.tinvwl-product-in-list::before {
  content: "\ec57";
}
.single-product-sticky .product-inner .content-wrapper .product-meta .compare-button 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.8125rem;
  font-weight: 500;
  color: var(--color-blue600);
}
.single-product-sticky .product-inner .content-wrapper .product-meta .compare-button a i {
  font-size: 1.125rem;
  margin-left: 0.375rem;
}
.single-product-sticky .product-inner .product-price {
  margin-right: auto;
  padding-left: 1.25rem;
}
.single-product-sticky .product-inner .product-price .price {
  font-size: 1.25rem;
}
.single-product-sticky .product-inner .product-price + form.cart {
  margin-right: 0.625rem;
}
.single-product-sticky .product-inner form.cart {
  margin-right: auto;
}

/* Vertical Tab */
.product-vertical-tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 1.875rem;
  border: 1px solid var(--color-gray200);
  border-radius: var(--theme-radius-base);
  overflow: hidden;
}
.product-vertical-tab .nav-pills {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .product-vertical-tab .nav-pills {
    width: 15rem;
    border-bottom: 0;
  }
}
.product-vertical-tab .nav-pills button {
  font-size: 0.875rem;
  font-weight: 600;
  height: 2.875rem;
  background-color: transparent;
  border-radius: 0;
}
.product-vertical-tab .nav-pills button:hover {
  background-color: var(--color-gray50);
}
.product-vertical-tab .nav-pills button.active {
  color: var(--color-background);
  background-color: var(--color-text);
}
.product-vertical-tab .nav-pills button + button {
  border-top: 1px solid var(--color-gray100);
}
.product-vertical-tab .tab-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  border-top: 1px solid var(--color-gray200);
}
@media screen and (min-width: 1024px) {
  .product-vertical-tab .tab-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    width: auto;
    border-top: 0;
    border-right: 1px solid var(--color-gray200);
  }
}
.product-vertical-tab .tab-content .tab-pane {
  padding: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .product-vertical-tab .tab-content .tab-pane {
    padding: 1.5625rem 1.875rem 1.25rem;
  }
}
.product-vertical-tab .tab-content .tab-pane > .entry-title {
  font-size: 1.25rem;
}
.product-vertical-tab .tab-content .tab-pane .entry-content {
  font-size: 0.9375rem;
  color: var(--color-gray700);
}
.product-vertical-tab + .product-review {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

/* Product accordion */
.product-accordion {
  margin-bottom: 1.25rem;
}
.product-accordion .accordion-item + .accordion-item {
  border-top: 0 !important;
  border-top: 1px solid var(--color-gray100);
}
.product-accordion .accordion-item .accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-accordion .accordion-item .accordion-header button {
  font-weight: 600;
  height: 2.875rem;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.product-accordion .accordion-item .accordion-body {
  font-size: 0.9375rem;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid var(--color-gray200);
}/* ----- Dark colors ----- */
[data-theme=dark] {
  --color-text: #ECEDEE;
  --color-background: var(--color-dark700);
  --color-rgb: 236, 237, 238;
  --color-gray0: #1E2124;
  --color-gray25: #202427;
  --color-gray50: #22262A;
  --color-gray100: #24282D;
  --color-gray200: #292E33;
  --color-gray300: #2F343A;
  --color-gray400: #383E44;
  --color-gray500: #464C53;
  --color-gray600: #778088;
  --color-gray700: #A3A8AE;
  --color-gray800: #BEC2C5;
  --color-gray900: #ECEDEE;
  --color-cool0: #1B2127;
  --color-cool25: #1C252B;
  --color-cool50: #1E262E;
  --color-cool100: #202831;
  --color-cool200: #242E38;
  --color-cool300: #2A343F;
  --color-cool400: #323E4A;
  --color-cool500: #3F4B5A;
  --color-cool600: #6A8295;
  --color-cool700: #9AA8B6;
  --color-cool800: #B8C2CC;
  --color-cool900: #EAEDF0;
  --theme-primary-color: #ffc21f;
  --theme-primary-color-RGB: 255, 194, 31;
  --theme-secondary-color: #041e42;
  --theme-secondary-color-RGB: 4, 30, 66;
}
body[data-theme=dark] .custom-baby-background {
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgb(36, 40, 45)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(36, 40, 45) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#24282d",GradientType=1);
}
body[data-theme=dark] .custom-baby-background .custom-top-separator {
  color: var(--color-gray100);
}
body[data-theme=dark] .custom-baby-background .custom-bottom-separator {
  color: var(--color-gray100);
}
 body[data-color=custom][data-theme=dark] .klb-title-text.with-bordered {
  border-color: var(--color-gray200);
}
[data-theme=dark] .site-brand a img.light-logo {
  opacity: 1;
}
[data-theme=dark] .site-brand a img.dark-logo {
  opacity: 0;
  visibility: hidden;
}

body[data-color=custom][data-theme=dark] .site-scroll.ps .ps__rail-x:hover, 
body[data-color=custom][data-theme=dark] .site-scroll.ps .ps__rail-y:hover, 
body[data-color=custom][data-theme=dark] .site-scroll.ps .ps__rail-x:focus, 
body[data-color=custom][data-theme=dark] .site-scroll.ps .ps__rail-y:focus, 
body[data-color=custom][data-theme=dark] .site-scroll.ps .ps__rail-x.ps--clicking, 
body[data-color=custom][data-theme=dark] .site-scroll.ps .ps__rail-y.ps--clicking {
  background-color: var(--color-gray100);
}

body[data-color=custom][data-theme=dark] .site-scroll .ps__thumb-y {
  background-color: var(--color-gray500);
}

body[data-theme=dark].mega-menu-hover .site-overlay, body[data-theme=dark].mega-menu-hover .mobile-filter-overlay {
  opacity: 0.6;
}
body[data-theme=dark] .klb-separator, body[data-color=custom][data-theme=dark] .klb-separator {
  border-color: var(--color-gray300);
}
body[data-color=custom][data-theme=dark] .site-pagination .page-numbers li > * {
  background-color: var(--color-gray50);
}
body[data-color=custom][data-theme=dark] .site-pagination .page-numbers li > *:hover {
  background-color: var(--color-gray100);
}
body[data-theme=dark] .accordion.style-1, body[data-color=custom][data-theme=dark] .accordion.style-1 {
  border-color: var(--color-gray400);
}
body[data-theme=dark] .accordion.style-1 .accordion-item + .accordion-item, 
body[data-color=custom][data-theme=dark] .accordion.style-1 .accordion-item + .accordion-item {
  border-color: var(--color-gray400);
}
body[data-theme=dark] .accordion.style-2 .accordion-item .accordion-header button, body[data-color=custom][data-theme=dark] .accordion.style-2 .accordion-item .accordion-header button {
  border-color: var(--color-gray400);
}
body[data-theme=dark] .klb-mobile-search .searh-caption, body[data-color=custom][data-theme=dark] .klb-mobile-search .searh-caption {
  border-color: var(--color-gray300);
}
body[data-color=custom][data-theme=dark] .klb-mobile-search .search-results .search-result-keywords ul li a {
  border: 1px solid var(--color-gray300);
}
body[data-theme=dark] .klb-mobile-search .search-results .search-result-products .product + .product, body[data-color=custom][data-theme=dark] .klb-mobile-search .search-results .search-result-products .product + .product {
  border-color: var(--color-gray300);
}
body[data-theme=dark] .klb-mobile-categories .categories-header, body[data-color=custom][data-theme=dark] .klb-mobile-categories .categories-header {
  border-color: var(--color-gray400);
}
body[data-theme=dark] .klb-mobile-categories .categories-body ul li + li, body[data-color=custom][data-theme=dark] .klb-mobile-categories .categories-body ul li + li {
  border-color: var(--color-gray200);
}
body[data-theme=dark] .klb-press-comment .press-box .press-logo img.dark {
  opacity: 0;
}
body[data-theme=dark] .klb-press-comment .press-box .press-logo img.light {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  body[data-theme=dark] .content-wrapper.shop-wrapper:not(.no-border) .primary-column::before, body[data-color=custom][data-theme=dark] .content-wrapper.shop-wrapper:not(.no-border) .primary-column::before {
    background-color: var(--color-gray300);
  }
}
body[data-color=default] .page-header, body[data-color=custom][data-theme=dark] .page-header {
  background-color: var(--color-gray50);
}
body[data-color=custom][data-theme=dark] .color-gray {
  color: var(--color-gray500);
}
body[data-color=custom][data-theme=dark] .color-dark-gray {
  color: var(--color-gray600);
}
[data-theme=dark] .background-info-light {
  color: #FFF !important;
  background-color: rgba(var(--color-rgb), 0.08) !important;
}
[data-theme=dark] .background-primary-light {
  color: var(--theme-primary-color) !important;
  background-color: rgba(var(--theme-primary-color-RGB), 0.12) !important;
}
[data-theme=dark] .background-secondary-light {
  color: var(--theme-secondary-color) !important;
  background-color: rgba(var(--theme-secondary-color-RGB), 0.12) !important;
}
[data-theme=dark] .background-red-light {
  color: var(--color-red500) !important;
  background-color: rgba(var(--color-redRGB), 0.12) !important;
}
[data-theme=dark] .background-violet-light {
  color: var(--color-violet500) !important;
  background-color: rgba(var(--color-violetRGB), 0.12) !important;
}
[data-theme=dark] .background-indigo-light {
  color: var(--color-indigo500) !important;
  background-color: rgba(var(--color-indigoRGB), 0.12) !important;
}
[data-theme=dark] .background-cyan-light {
  color: var(--color-cyan500) !important;
  background-color: rgba(var(--color-cyanRGB), 0.12) !important;
}
[data-theme=dark] .background-teal-light {
  color: var(--color-teal500) !important;
  background-color: rgba(var(--color-tealRGB), 0.12) !important;
}
[data-theme=dark] .background-green-light {
  color: var(--color-green500) !important;
  background-color: rgba(var(--color-greenRGB), 0.12) !important;
}
[data-theme=dark] .background-lime-light {
  color: var(--color-lime500) !important;
  background-color: rgba(var(--color-limeRGB), 0.12) !important;
}
[data-theme=dark] .background-yellow-light {
  color: var(--color-yellow500) !important;
  background-color: rgba(var(--color-yellowRGB), 0.12) !important;
}
[data-theme=dark] .background-orange-light {
  color: var(--color-orange500) !important;
  background-color: rgba(var(--color-orangeRGB), 0.12) !important;
}
[data-theme=dark] .custom-yellow-light {
  background-color: rgba(var(--color-yellowRGB), 0.08) !important;
}
body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input[type=date]:not(.variation-filled), body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input[type=email]:not(.variation-filled), body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input[type=number]:not(.variation-filled), body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input[type=password]:not(.variation-filled), body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input[type=search]:not(.variation-filled), body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input[type=tel]:not(.variation-filled), body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input[type=text]:not(.variation-filled), body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input[type=time]:not(.variation-filled), body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input[type=url]:not(.variation-filled), body:not(.input-variation-filled)[data-color=custom][data-theme=dark] textarea:not(.variation-filled), body:not(.input-variation-filled)[data-color=custom][data-theme=dark] select:not(.variation-filled), body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input.form-control:not(.variation-filled) {
  border: var(--theme-form-border-width) solid var(--color-gray400);
  background-color: var(--color-background);
  -webkit-box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
          box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input[type=date]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input[type=email]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input[type=number]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input[type=password]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input[type=search]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input[type=tel]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input[type=text]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input[type=time]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input[type=url]:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=custom][data-theme=dark] textarea:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=custom][data-theme=dark] select:not(.variation-filled):hover, body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input.form-control:not(.variation-filled):hover {
  border-color: var(--color-gray500);
}

body.input-variation-filled[data-color=custom][data-theme=dark] input[type=date]:not(.variation-default),body[data-color=custom][data-theme=dark] input[type=date].variation-filled,body.input-variation-filled[data-color=custom][data-theme=dark] input[type=email]:not(.variation-default),body[data-color=custom][data-theme=dark] input[type=email].variation-filled,body.input-variation-filled[data-color=custom][data-theme=dark] input[type=number]:not(.variation-default),body[data-color=custom][data-theme=dark] input[type=number].variation-filled,body.input-variation-filled[data-color=custom][data-theme=dark] input[type=password]:not(.variation-default),body[data-color=custom][data-theme=dark] input[type=password].variation-filled,body.input-variation-filled[data-color=custom][data-theme=dark] input[type=search]:not(.variation-default),body[data-color=custom][data-theme=dark] input[type=search].variation-filled,body.input-variation-filled[data-color=custom][data-theme=dark] input[type=tel]:not(.variation-default), body[data-color=custom][data-theme=dark] input[type=tel].variation-filled,body.input-variation-filled[data-color=custom][data-theme=dark] input[type=text]:not(.variation-default),body[data-color=custom][data-theme=dark] input[type=text].variation-filled,body.input-variation-filled[data-color=custom][data-theme=dark] input[type=time]:not(.variation-default),body[data-color=custom][data-theme=dark] input[type=time].variation-filled,body.input-variation-filled[data-color=custom][data-theme=dark] input[type=url]:not(.variation-default),body[data-color=custom][data-theme=dark] input[type=url].variation-filled,body.input-variation-filled[data-color=custom][data-theme=dark] textarea:not(.variation-default), body[data-color=custom][data-theme=dark] textarea.variation-filled,body.input-variation-filled[data-color=custom][data-theme=dark] select:not(.variation-default),body[data-color=custom][data-theme=dark] select.variation-filled,body.input-variation-filled[data-color=custom][data-theme=dark] input.form-control:not(.variation-default),body[data-color=custom][data-theme=dark] input.form-control.variation-filled{
  border-color: transparent;
  background-color: var(--color-gray50);
  -webkit-box-shadow: none;
  box-shadow: none;
}

body.input-variation-filled[data-color=custom][data-theme=dark] input[type=date]:not(.variation-default):hover,body[data-color=custom][data-theme=dark] input[type=date].variation-filled:hover,body.input-variation-filled[data-color=custom][data-theme=dark] input[type=email]:not(.variation-default):hover,body[data-color=custom][data-theme=dark] input[type=email].variation-filled:hover,body.input-variation-filled[data-color=custom][data-theme=dark] input[type=number]:not(.variation-default):hover,body[data-color=custom][data-theme=dark] input[type=number].variation-filled:hover,body.input-variation-filled[data-color=custom][data-theme=dark] input[type=password]:not(.variation-default):hover,body[data-color=custom][data-theme=dark] input[type=password].variation-filled:hover,body.input-variation-filled[data-color=custom][data-theme=dark] input[type=search]:not(.variation-default):hover,body[data-color=custom][data-theme=dark] input[type=search].variation-filled:hover,body.input-variation-filled[data-color=custom][data-theme=dark] input[type=tel]:not(.variation-default):hover,body[data-color=custom][data-theme=dark] input[type=tel].variation-filled:hover,body.input-variation-filled[data-color=custom][data-theme=dark] input[type=text]:not(.variation-default):hover,body[data-color=custom][data-theme=dark] input[type=text].variation-filled:hover,body.input-variation-filled[data-color=custom][data-theme=dark] input[type=time]:not(.variation-default):hover,body[data-color=custom][data-theme=dark] input[type=time].variation-filled:hover,body.input-variation-filled[data-color=custom][data-theme=dark] input[type=url]:not(.variation-default):hover,body[data-color=custom][data-theme=dark] input[type=url].variation-filled:hover,body.input-variation-filled[data-color=custom][data-theme=dark] textarea:not(.variation-default):hover,body[data-color=custom][data-theme=dark] textarea.variation-filled:hover,body.input-variation-filled[data-color=custom][data-theme=dark] select:not(.variation-default):hover,body[data-color=custom][data-theme=dark] select.variation-filled:hover,body.input-variation-filled[data-color=custom][data-theme=dark] input.form-control:not(.variation-default):hover,body[data-color=custom][data-theme=dark] input.form-control.variation-filled:hover {
	background-color: var(--color-gray100);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input[type=checkbox]:not(.variation-filled)::after, body:not(.input-variation-filled)[data-color=custom][data-theme=dark] .woocommerce-form__input-checkbox:not(.variation-filled)::after {
  border: var(--theme-form-border-width) solid var(--color-gray400);
  background-color: var(--color-background);
  -webkit-box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
  box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input[type=checkbox]:not(.variation-filled):hover::after, body:not(.input-variation-filled)[data-color=custom][data-theme=dark] .woocommerce-form__input-checkbox:not(.variation-filled):hover::after {
  border-color: var(--color-gray500);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=dark] input[type=checkbox]:not(.variation-filled):checked::after, body:not(.input-variation-filled)[data-color=custom][data-theme=dark] .woocommerce-form__input-checkbox:not(.variation-filled):checked::after {
  border-color: var(--theme-primary-color);
  background-color: var(--theme-primary-color);
}
body.input-variation-filled[data-color=custom][data-theme=dark] input[type=checkbox]:not(.variation-default)::after, body[data-color=custom][data-theme=dark] input[type=checkbox].variation-filled::after, body.input-variation-filled[data-color=custom][data-theme=dark] .woocommerce-form__input-checkbox:not(.variation-default)::after, body[data-color=custom][data-theme=dark] .woocommerce-form__input-checkbox.variation-filled::after {
  border-color: transparent;
  background-color: var(--color-gray50);
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.input-variation-filled[data-color=custom][data-theme=dark] input[type=checkbox]:not(.variation-default):hover::after, body[data-color=custom][data-theme=dark] input[type=checkbox].variation-filled:hover::after, body.input-variation-filled[data-color=custom][data-theme=dark] .woocommerce-form__input-checkbox:not(.variation-default):hover::after, body[data-color=custom][data-theme=dark] .woocommerce-form__input-checkbox.variation-filled:hover::after {
  background-color: var(--color-gray100);
}
body.input-variation-filled[data-color=custom][data-theme=dark] input[type=checkbox]:not(.variation-default):checked::after, body[data-color=custom][data-theme=dark] input[type=checkbox].variation-filled:checked::after, body.input-variation-filled[data-color=custom][data-theme=dark] .woocommerce-form__input-checkbox:not(.variation-default):checked::after, body[data-color=custom][data-theme=dark] .woocommerce-form__input-checkbox.variation-filled:checked::after {
  background-color: var(--theme-primary-color);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=dark] .select2 .select2-selection:not(.variation-filled) {
  border: var(--theme-form-border-width) solid var(--color-gray400);
  background-color: var(--color-background);
  -webkit-box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
  box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=dark] .select2 .select2-selection:not(.variation-filled):hover {
  border-color: var(--color-gray500);
}
body.input-variation-filled[data-color=custom][data-theme=dark] .select2 .select2-selection:not(.variation-default), body[data-color=custom][data-theme=dark] .select2 .select2-selection.variation-filled {
  border-color: transparent;
  background-color: var(--color-gray50);
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.input-variation-filled[data-color=custom][data-theme=dark] .select2 .select2-selection:not(.variation-default):hover, body[data-color=custom][data-theme=dark] .select2 .select2-selection.variation-filled:hover {
  background-color: var(--color-gray100);
}
[data-theme=dark] .klb-menu-nav.horizontal.color-scheme-white .sub-menu {
  background-color: var(--color-gray100);
}
[data-theme=dark] .klb-menu-nav.horizontal.color-scheme-white.border-dark .sub-menu {
  border-color: var(--color-text);
}
[data-theme=dark] .klb-menu-nav.horizontal.triangle-enable.color-scheme-white .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.5rem solid var(--color-gray100);
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  margin-bottom: 0rem;
}
[data-theme=dark] .klb-menu-nav.horizontal.triangle-enable.color-scheme-white.border-dark .sub-menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.5rem solid var(--color-text);
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  margin-bottom: 0rem;
}
body[data-theme=dark] .klb-modal-root .klb-modal-inner {
  background-color: var(--color-background);
}
body[data-theme=dark] .klb-modal-root .klb-modal-overlay {
  opacity: 0.6;
}
body[data-theme=dark] .dropdown-menu {
  --bs-dropdown-border-color: var(--color-gray200);
  --bs-dropdown-bg: var(--color-gray0);
}
body[data-theme=dark] .site-drawer.color-layout-theme {
  background-color: var(--color-dark600);
}
body[data-theme=dark] .site-drawer.color-layout-white {
  color: var(--color-text);
  background-color: var(--color-dark600);
}
body[data-theme=dark] .site-drawer.color-layout-black {
  color: var(--color-text);
}
body[data-theme=dark] .klb-banner-box {
  background-color: var(--color-gray100) !important;
}
body[data-theme=dark] .klb-banner-box .btn {
  color: #FFF !important;
  border-color: #FFF !important;
}
body[data-theme=dark] .klb-banner-box .btn:hover {
  color: #1B1F22 !important;
  background-color: #FFF !important;
}
body[data-theme=dark] .klb-slider-wrapper .klb-slider.arrows-white-shadow .slick-nav, body[data-color=custom][data-theme=dark] .klb-slider-wrapper .klb-slider.arrows-white-shadow .slick-nav {
  color: #FFF;
  background-color: var(--color-background);
  border-color: var(--color-gray50);
}
body[data-theme=dark] .klb-slider-wrapper .klb-slider.arrows-white-border .slick-nav, body[data-color=custom][data-theme=dark] .klb-slider-wrapper .klb-slider.arrows-white-border .slick-nav {
  color: var(--color-text);
  background-color: var(--color-background);
  border-color: var(--color-gray300);
}
body[data-color=custom][data-theme=dark] .klb-slider-wrapper .slick-dots li button {
  background-color: var(--color-gray300);
}
body[data-color=custom][data-theme=dark] .klb-slider-wrapper .slick-dots li button:hover {
  background-color: var(--color-gray400);
}
body[data-color=custom][data-theme=dark] .klb-countdown-wrapper .klb-countdown.filled .count-item {
  background-color: var(--color-gray200);
}
body[data-theme=dark] .klb-countdown-wrapper .klb-countdown.opacity-primary .count-item {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.1) !important;
}
body[data-color=custom][data-theme=dark] .klb-category-block.style-1 {
  background-color: var(--color-gray100);
}
body[data-theme=dark] .category-bordered.slick-slider .slick-list::before, body[data-color=custom][data-theme=dark] .category-bordered.slick-slider .slick-list::before {
  border-color: var(--color-gray300);
}
body[data-theme=dark] .category-bordered.slick-slider .slick-list .slider-item:not(.slick-current)::after, body[data-color=custom][data-theme=dark] .category-bordered.slick-slider .slick-list .slider-item:not(.slick-current)::after {
  background-color: var(--color-gray300);
}
body[data-theme=dark] .klb-coupon-banner.red-light .klb-coupon-inner {
  background-color: rgba(var(--color-redRGB), 0.1);
}
body[data-theme=dark] .klb-coupon-banner.yellow-light .klb-coupon-inner {
  background-color: rgba(var(--color-yellowRGB), 0.1);
}
[data-theme=dark] .site-header:not(.transparent) .color-scheme-light {
  color: var(--color-text);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-white {
  background-color: var(--color-background);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-black {
  background-color: var(--color-background);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-black .header-decorator {
  color: var(--color-background);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-black .header-decorator {
  color: var(--color-background);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-red {
  background-color: var(--color-background);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-red .header-decorator {
  color: var(--color-background);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-primary {
  background-color: var(--color-gray50);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-primary .header-decorator {
  color: var(--color-gray50);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-secondary {
  background-color: var(--color-gray50);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-secondary .header-decorator {
  color: var(--color-gray50);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-custom.green-light {
  background-color: var(--color-gray50);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-custom.green-light .header-decorator {
  color: var(--color-gray50);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-custom.dark-blue {
  background-color: var(--color-gray50);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-custom.dark-blue .header-decorator {
  color: var(--color-gray50);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-custom.brown {
  background-color: var(--color-gray50);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-custom.brown .header-decorator {
  color: var(--color-gray50);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-custom.brown-dark {
  background-color: var(--color-gray25);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-custom.brown-dark .header-decorator {
  color: var(--color-gray25);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-custom.auto-part {
  background-color: var(--color-gray50);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-custom.auto-part .header-decorator {
  color: var(--color-gray25);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-custom.medical {
  background-color: var(--color-gray50);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-custom.medical .header-decorator {
  color: var(--color-gray50);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-custom.jewellery {
  background-color: var(--color-gray50);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-custom.baby {
  background-color: var(--color-gray50);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-custom.baby-1 {
  background-color: var(--color-gray50);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-custom.wine-menu {
  background-color: var(--color-gray50);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-custom.book-dark {
  background-color: var(--color-gray50);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-custom.toys {
  background-color: var(--color-gray50);
}
[data-theme=dark] .site-header:not(.transparent) .color-layout-custom.garden-nav {
  background-color: var(--color-gray50);
}
[data-theme=dark] .site-header:not(.transparent).dark-light-layout {
  background-color: var(--color-gray0);
}
[data-theme=dark] .site-header:not(.transparent).dark-black-layout {
  background-color: var(--color-dark800);
}
body[data-theme=dark] .site-header .header-search-form .search-form .input-search-addon, body[data-color=custom][data-theme=dark] .site-header .header-search-form .search-form .input-search-addon {
  border-color: var(--color-gray300);
}
body[data-color=custom][data-theme=dark] .site-header .header-search-form .header-search-results ul.tag-style li a {
  border: 1px solid var(--color-gray300);
}
body[data-color=custom][data-theme=dark] .site-header .header-search-form .header-search-results ul.list-style li a:hover {
  background-color: var(--color-gray50);
}
body[data-theme=dark] .site-header .header-search-form .header-search-results.grid-style.style-1 .column.keywords-column::before, body[data-color=custom][data-theme=dark] .site-header .header-search-form .header-search-results.grid-style.style-1 .column.keywords-column::before {
  background-color: var(--color-gray200);
}
body[data-theme=dark] .site-header .header-search-form .header-search-results.grid-style.style-1 .column.keywords-column ul li + li, body[data-color=custom][data-theme=dark] .site-header .header-search-form .header-search-results.grid-style.style-1 .column.keywords-column ul li + li {
  border-color: var(--color-gray200);
}
body[data-theme=dark] .site-header .header-search-form .header-search-results.grid-style.style-1 .column.products.grid-style::before, body[data-color=custom][data-theme=dark] .site-header .header-search-form .header-search-results.grid-style.style-1 .column.products.grid-style::before {
  background-color: var(--color-gray200);
}
body[data-theme=dark] .site-header .header-search-form.is-searchable::before {
  opacity: 0.6;
}
body[data-theme=dark] .site-header .custom-button .sub-menu {
  background-color: var(--color-gray100);
}
body[data-theme=dark] .site-header .custom-button .sub-menu .products .product::after, body[data-color=custom][data-theme=dark] .site-header .custom-button .sub-menu .products .product::after {
  background-color: var(--color-gray300);
}
[data-theme=dark] .site-header .theme-toggle .theme-mode-toggle .toggle-text .dark-theme {
  display: none;
}
[data-theme=dark] .site-header .theme-toggle .theme-mode-toggle .toggle-text .light-theme {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body[data-theme=dark] .site-header .header-action.cart-button .custom-dropdown-body .cart-empty .empty-icon svg {
  fill: var(--color-gray400);
}
body[data-theme=dark] .site-header .header-action.cart-button .cart-not-empty .products .product + .product, body[data-color=custom][data-theme=dark] .site-header .header-action.cart-button .cart-not-empty .products .product + .product {
  border-color: var(--color-gray200);
}
body[data-theme=dark] .site-header .header-action.cart-button .cart-not-empty .woocommerce-mini-cart__total, body[data-color=custom][data-theme=dark] .site-header .header-action.cart-button .cart-not-empty .woocommerce-mini-cart__total {
  border-color: var(--color-gray200);
}
[data-theme=dark] .header-topbar:not(.color-layout-black) .theme-mode-toggle .header-light-background, [data-theme=dark] .header-topbar:not(.color-layout-black) .custom-button-link .header-light-background {
  background-color: var(--color-gray100);
}
[data-theme=dark] .header-topbar:not(.color-layout-black) .theme-mode-toggle:hover .header-light-background, [data-theme=dark] .header-topbar:not(.color-layout-black) .theme-mode-toggle:hover .custom-button-link, [data-theme=dark] .header-topbar:not(.color-layout-black) .custom-button-link:hover .header-light-background, [data-theme=dark] .header-topbar:not(.color-layout-black) .custom-button-link:hover .custom-button-link {
  background-color: var(--color-gray200);
}
[data-theme=dark] .header-topbar.color-layout-primary .theme-mode-toggle .header-light-background, [data-theme=dark] .header-topbar.color-layout-primary .custom-button-link .header-light-background, [data-theme=dark] .header-topbar.color-layout-black .theme-mode-toggle .header-light-background, [data-theme=dark] .header-topbar.color-layout-black .custom-button-link .header-light-background {
  background-color: var(--color-gray100);
}
[data-theme=dark] .header-topbar.color-layout-primary .theme-mode-toggle:hover .header-light-background, [data-theme=dark] .header-topbar.color-layout-primary .theme-mode-toggle:hover .custom-button-link, [data-theme=dark] .header-topbar.color-layout-primary .custom-button-link:hover .header-light-background, [data-theme=dark] .header-topbar.color-layout-primary .custom-button-link:hover .custom-button-link, [data-theme=dark] .header-topbar.color-layout-black .theme-mode-toggle:hover .header-light-background, [data-theme=dark] .header-topbar.color-layout-black .theme-mode-toggle:hover .custom-button-link, [data-theme=dark] .header-topbar.color-layout-black .custom-button-link:hover .header-light-background, [data-theme=dark] .header-topbar.color-layout-black .custom-button-link:hover .custom-button-link {
  background-color: var(--color-gray200);
}
[data-theme=dark] .header-topbar.color-layout-custom.green-light .theme-mode-toggle .header-light-background, [data-theme=dark] .header-topbar.color-layout-custom.green-light .custom-button-link .header-light-background {
  background-color: rgba(27, 31, 34, 0.5) !important;
}
[data-theme=dark] .header-topbar.color-layout-custom.green-light .theme-mode-toggle:hover .header-light-background, [data-theme=dark] .header-topbar.color-layout-custom.green-light .theme-mode-toggle:hover .custom-button-link, [data-theme=dark] .header-topbar.color-layout-custom.green-light .custom-button-link:hover .header-light-background, [data-theme=dark] .header-topbar.color-layout-custom.green-light .custom-button-link:hover .custom-button-link {
  background-color: rgba(27, 31, 34, 0.7) !important;
}
[data-theme=dark] .header-topbar.color-layout-custom.green-light .header-notify.link-filled p a {
  background-color: rgba(27, 31, 34, 0.5) !important;
}
[data-theme=dark] .header-topbar.color-layout-custom.medical .theme-mode-toggle .header-light-background, [data-theme=dark] .header-topbar.color-layout-custom.medical .custom-button-link .header-light-background {
  background-color: rgba(255, 255, 255, 0.12) !important;
}
[data-theme=dark] .header-topbar.color-layout-custom.medical .theme-mode-toggle:hover .header-light-background, [data-theme=dark] .header-topbar.color-layout-custom.medical .theme-mode-toggle:hover .custom-button-link, [data-theme=dark] .header-topbar.color-layout-custom.medical .custom-button-link:hover .header-light-background, [data-theme=dark] .header-topbar.color-layout-custom.medical .custom-button-link:hover .custom-button-link {
  background-color: rgba(255, 255, 255, 0.16) !important;
}
[data-theme=dark] .header-topbar.color-layout-custom.medical .header-notify.link-filled p a {
  background-color: rgba(27, 31, 34, 0.14) !important;
}
[data-theme=dark] .header-topbar.color-layout-custom.baby .theme-mode-toggle .header-light-background, [data-theme=dark] .header-topbar.color-layout-custom.baby .custom-button-link .header-light-background {
  background-color: rgba(255, 255, 255, 0.12) !important;
}
[data-theme=dark] .header-topbar.color-layout-custom.baby .theme-mode-toggle:hover .header-light-background, [data-theme=dark] .header-topbar.color-layout-custom.baby .theme-mode-toggle:hover .custom-button-link, [data-theme=dark] .header-topbar.color-layout-custom.baby .custom-button-link:hover .header-light-background, [data-theme=dark] .header-topbar.color-layout-custom.baby .custom-button-link:hover .custom-button-link {
  background-color: rgba(255, 255, 255, 0.16) !important;
}
[data-theme=dark] .header-topbar.color-layout-custom.baby .header-notify.link-filled p a {
  background-color: rgba(27, 31, 34, 0.14) !important;
}
[data-theme=dark] .header-topbar.color-layout-custom.baby-1 .theme-mode-toggle .header-light-background, [data-theme=dark] .header-topbar.color-layout-custom.baby-1 .custom-button-link .header-light-background {
  background-color: rgba(255, 255, 255, 0.12) !important;
}
[data-theme=dark] .header-topbar.color-layout-custom.baby-1 .theme-mode-toggle:hover .header-light-background, [data-theme=dark] .header-topbar.color-layout-custom.baby-1 .theme-mode-toggle:hover .custom-button-link, [data-theme=dark] .header-topbar.color-layout-custom.baby-1 .custom-button-link:hover .header-light-background, [data-theme=dark] .header-topbar.color-layout-custom.baby-1 .custom-button-link:hover .custom-button-link {
  background-color: rgba(255, 255, 255, 0.16) !important;
}
[data-theme=dark] .header-topbar.color-layout-custom.baby-1 .header-notify.link-filled p a {
  background-color: rgba(27, 31, 34, 0.14) !important;
}
[data-theme=dark] .header-main.color-layout-primary .header-action .action-icon .action-count {
  color: #1B1F22;
}
[data-theme=dark] .header-main.color-layout-primary .header-search-form.is-searchable .form-style-light button {
  color: #FFF;
}
body[data-theme=dark] .header-bottom .dropdown-categories > a.gray::before {
  background-color: var(--color-gray100);
}
body[data-theme=dark] .header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .col.bordered-column::before, body[data-color=custom][data-theme=dark] .header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .col.bordered-column::before {
  background-color: var(--color-gray200);
}
body[data-theme=dark] .header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .category-products-wrapper .products.grid-style .product + .product::before, body[data-color=custom][data-theme=dark] .header-bottom .dropdown-categories .dropdown-menu > ul > li.mega-menu > .sub-menu .category-products-wrapper .products.grid-style .product + .product::before {
  background-color: var(--color-gray200);
}
body[data-color=custom][data-theme=dark] .header-bottom .dropdown-categories .dropdown-menu.style-1 > ul > li.menu-item-object-product_cat + .menu-item-custom {
  border-top: 1px solid var(--color-gray300);
}
body[data-color=custom][data-theme=dark] .header-bottom .dropdown-categories .dropdown-menu.style-1 > ul > li:hover > a {
  background-color: var(--color-gray50);
}
body[data-color=custom][data-theme=dark] .header-bottom .dropdown-categories .dropdown-menu.style-2 {
  border-color: var(--color-gray200);
}
body[data-color=custom][data-theme=dark] .header-bottom .dropdown-categories .dropdown-menu.style-2 > ul > li + li {
  border-top: 1px solid var(--color-gray100);
}
body[data-theme=dark] .header-bottom.category-menu-hover .dropdown-categories::before {
  opacity: 0.6;
}
[data-theme=dark] .header-bottom:not(.color-layout-black) .dropdown-categories > a.default::before {
  border-color: var(--color-gray300);
}
[data-theme=dark] .header-bottom:not(.color-layout-black) .dropdown-categories .dropdown-menu.style-1 {
  border-color: var(--color-gray300);
}
[data-theme=dark] .header-bottom:not(.color-layout-black) .dropdown-categories .dropdown-menu.style-1 #category-menu > li > .sub-menu {
  border-color: var(--color-gray300);
}
[data-theme=dark] .header-bottom:not(.color-layout-black) .dropdown-categories .dropdown-menu.style-2 {
  border-color: var(--color-gray300);
}
[data-theme=dark] .header-bottom:not(.color-layout-black) .dropdown-categories .dropdown-menu.style-2 #category-menu > li > .sub-menu {
  border-color: var(--color-gray300);
}
[data-theme=dark] .klb-menu-nav.primary-menu.triangle-enable.color-scheme-white .klb-menu > .menu-item .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.59375rem solid var(--color-gray100);
  border-left: 0.59375rem solid transparent;
  border-right: 0.59375rem solid transparent;
  margin-bottom: 0rem;
}
[data-theme=dark] .klb-menu-nav.primary-menu.triangle-enable.color-scheme-white .klb-menu > .menu-item:not(.mega-menu) .sub-menu .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-right: 0.59375rem solid var(--color-gray300);
  border-bottom: 0.59375rem solid transparent;
  border-top: 0.59375rem solid transparent;
  margin-left: -1.1875rem;
}
[data-theme=dark] .klb-menu-nav.primary-menu.triangle-enable.color-scheme-white.border-dark .klb-menu > .menu-item .sub-menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.59375rem solid var(--color-text);
  border-left: 0.59375rem solid transparent;
  border-right: 0.59375rem solid transparent;
  margin-bottom: 0rem;
}
body[data-theme=dark] .klb-mobile-bottom {
  background-color: var(--color-gray50);
  border-top-color: var(--color-gray200);
}
body[data-theme=dark] .klb-module .module-header .module-header-tab.style-1 ul li.active > a::before {
  opacity: 0.1;
}
@media screen and (max-width: 767.98px) {
  body[data-color=custom][data-theme=dark] .klb-module .module-header .btn .button-icon {
    background-color: var(--color-gray100);
  }
}

body[data-color=custom][data-theme=dark] .klb-module .module-header.border-thin, body[data-color=custom][data-theme=dark] .klb-module .module-header.border-bold {
  border-color: var(--color-gray200);
}

body[data-theme=dark] .klb-module.module-hot-product .product-countdown, body[data-color=custom][data-theme=dark] .klb-module.module-hot-product .product-countdown {
  border-color: var(--color-gray300);
}

body[data-theme=dark] .klb-module.module-products-grid .grid-wrapper.bordered::before, body[data-color=custom][data-theme=dark] .klb-module.module-products-grid .grid-wrapper.bordered::before {
  border-color: var(--color-gray300);
}
body[data-theme=dark] .klb-module.module-products-grid .grid-wrapper .banner-area.banner-area::before, body[data-color=custom][data-theme=dark] .klb-module.module-products-grid .grid-wrapper .banner-area.banner-area::before {
  border-color: var(--color-gray300);
}
@media screen and (min-width: 768px) {
  body[data-theme=dark] .klb-module.module-products-grid.style-1 .grid-wrapper > * .column-child.simple-product, body[data-color=custom][data-theme=dark] .klb-module.module-products-grid.style-1 .grid-wrapper > * .column-child.simple-product {
    border-color: var(--color-gray300);
  }
}
body[data-theme=dark] .klb-module.module-products-grid.style-2 .grid-wrapper.bordered .products > .product::after, body[data-color=custom][data-theme=dark] .klb-module.module-products-grid.style-2 .grid-wrapper.bordered .products > .product::after {
  border-color: var(--color-gray300);
}
body[data-theme=dark] .klb-module.module-products-grid.style-3 .grid-wrapper.bordered .column:not(.klb-slider-wrapper), body[data-color=custom][data-theme=dark] .klb-module.module-products-grid.style-3 .grid-wrapper.bordered .column:not(.klb-slider-wrapper) {
  border-color: var(--color-gray300);
}
body[data-theme=dark] .klb-module.module-products-grid.style-3 .grid-wrapper.bordered .column .column-child.banner-area::before, body[data-color=custom][data-theme=dark] .klb-module.module-products-grid.style-3 .grid-wrapper.bordered .column .column-child.banner-area::before {
  border-color: var(--color-gray300);
}
body[data-theme=dark] .klb-module.module-products-grid.style-4 .grid-wrapper.bordered .banner-area::before, body[data-color=custom][data-theme=dark] .klb-module.module-products-grid.style-4 .grid-wrapper.bordered .banner-area::before {
  border-color: var(--color-gray300);
}
body[data-theme=dark] .klb-module.module-products-grid.style-4 .grid-wrapper.bordered .products > .product::after, body[data-color=custom][data-theme=dark] .klb-module.module-products-grid.style-4 .grid-wrapper.bordered .products > .product::after {
  border-color: var(--color-gray300);
}
@media screen and (min-width: 1200px) {
  body[data-color=default][data-theme=dark] .klb-module.module-products-grid.style-6 .grid-wrapper > * .grid-products .product, body[data-color=custom][data-theme=dark] .klb-module.module-products-grid.style-6 .grid-wrapper > * .grid-products .product {
    border-color: var(--color-gray300);
  }
}
body[data-color=default][data-theme=dark] .klb-module.module-products-grid.style-6 .grid-wrapper > * .list-products .product + *, body[data-color=custom][data-theme=dark] .klb-module.module-products-grid.style-6 .grid-wrapper > * .list-products .product + * {
  border-color: var(--color-gray300);
}
body[data-color=default][data-theme=dark] .klb-module.module-products-grid.style-6 .grid-wrapper > * .list-products .product .product-countdown .klb-countdown .count-item, body[data-color=custom][data-theme=dark] .klb-module.module-products-grid.style-6 .grid-wrapper > * .list-products .product .product-countdown .klb-countdown .count-item {
  background-color: var(--color-gray200);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=dark] .widget-checkbox-list ul li a input:not(.variation-filled)::after {
  border: var(--theme-form-border-width) solid var(--color-gray500);
  background-color: var(--color-background);
  -webkit-box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
  box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
}
body:not(.input-variation-filled)[data-color=custom][data-theme=dark] .widget-checkbox-list ul li a input:not(.variation-filled):hover::after {
  border-color: var(--color-gray600);
}
body[data-theme=dark] .widget-checkbox-list + .total-check-count, body[data-color=custom][data-theme=dark] .widget-checkbox-list + .total-check-count {
  color: var(--color-gray500);
  border-color: var(--color-gray300);
}
body[data-theme=dark] .price_slider_wrapper .price_slider_amount > * .price-placeholder, body[data-color=custom][data-theme=dark] .price_slider_wrapper .price_slider_amount > * .price-placeholder {
  color: var(--color-gray600);
}
body[data-theme=dark] .price_slider_wrapper .ui-widget-content, body[data-color=custom][data-theme=dark] .price_slider_wrapper .ui-widget-content {
  background-color: var(--color-gray300);
}
[data-theme=dark] .site-footer .color-scheme-light {
  color: var(--color-text);
}
[data-theme=dark] .site-footer .color-layout-white {
  background-color: var(--color-background);
}
[data-theme=dark] .site-footer .color-layout-black {
  background-color: var(--color-background);
}
[data-theme=dark] .site-footer .color-layout-baby-light {
  background-color: #9ca1a7;
}
body[data-theme=dark] .woocommerce-page-header .woocommerce-sub-categories ul li a, body[data-color=custom][data-theme=dark] .woocommerce-page-header .woocommerce-sub-categories ul li a {
  border-color: var(--color-gray400);
}
body[data-theme=dark] .woocommerce-page-header .woocommerce-sub-categories ul li a::before, body[data-color=custom][data-theme=dark] .woocommerce-page-header .woocommerce-sub-categories ul li a::before {
  border-color: var(--color-gray500);
}
body[data-theme=dark] .before-shop-loop, body[data-color=custom][data-theme=dark] .before-shop-loop {
  border-color: var(--color-gray300);
}
body[data-theme=dark] .before-shop-loop .filters-wide-button, body[data-color=custom][data-theme=dark] .before-shop-loop .filters-wide-button {
  border-color: var(--color-gray300);
}
body[data-color=custom][data-theme=dark] .before-shop-loop .woocommerce-result-count {
  color: var(--color-gray600);
}
body[data-theme=dark] .before-shop-loop .sorting-products + .per-page-products::before, body[data-color=custom][data-theme=dark] .before-shop-loop .sorting-products + .per-page-products::before, body[data-theme=dark] .before-shop-loop .per-page-products + .per-page-products::before, body[data-color=custom][data-theme=dark] .before-shop-loop .per-page-products + .per-page-products::before {
  background-color: var(--color-gray200);
}
body[data-theme=dark] .before-shop-loop .product-views-buttons::before, body[data-color=custom][data-theme=dark] .before-shop-loop .product-views-buttons::before {
  background-color: var(--color-gray200);
}
body[data-theme=dark] .before-shop-loop .product-views-buttons > *.active, body[data-color=custom][data-theme=dark] .before-shop-loop .product-views-buttons > *.active {
  background-color: var(--color-gray200);
}
body[data-theme=dark] .before-shop-loop .product-views-buttons > *:not(.active):hover, body[data-color=custom][data-theme=dark] .before-shop-loop .product-views-buttons > *:not(.active):hover {
  background-color: var(--color-gray50);
}
body[data-color=custom][data-theme=dark] .woocommerce-pagination .page-numbers li > * {
  background-color: var(--color-gray50);
}
body[data-color=custom][data-theme=dark] .woocommerce-pagination .page-numbers li > *:hover {
  background-color: var(--color-gray100);
}
@media screen and (max-width: 991.98px) {
  body[data-theme=dark] .my-account-wrapper .my-account-navigation, body[data-color=custom][data-theme=dark] .my-account-wrapper .my-account-navigation {
    border-color: var(--color-gray200);
  }
}
body[data-theme=dark] .my-account-wrapper .user-detail .user-menu-button, body[data-color=custom][data-theme=dark] .my-account-wrapper .user-detail .user-menu-button {
  border-color: var(--color-gray300);
}
@media screen and (max-width: 991.98px) {
  body[data-theme=dark] .my-account-wrapper .woocommerce-MyAccount-navigation-menu ul, body[data-color=custom][data-theme=dark] .my-account-wrapper .woocommerce-MyAccount-navigation-menu ul {
    border-color: var(--color-gray200);
  }
}
body[data-theme=dark] .my-account-wrapper .woocommerce-MyAccount-navigation-menu ul li + li, body[data-color=custom][data-theme=dark] .my-account-wrapper .woocommerce-MyAccount-navigation-menu ul li + li {
  border-color: var(--color-gray200);
}
body[data-theme=dark] .my-account-wrapper .woocommerce-MyAccount-navigation-menu ul li.is-active a, body[data-color=custom][data-theme=dark] .my-account-wrapper .woocommerce-MyAccount-navigation-menu ul li.is-active a {
  background-color: var(--color-gray50);
}
body[data-theme=dark] .site-login .site-login-inner .login-page-tab li a, body[data-color=custom][data-theme=dark] .site-login .site-login-inner .login-page-tab li a {
  color: var(--color-gray600);
}
@media screen and (min-width: 992px) {
  body[data-theme=dark] .cart-wrapper .cart-collaterals .cart_totals, body[data-color=custom][data-theme=dark] .cart-wrapper .cart-collaterals .cart_totals {
    background-color: var(--color-gray50);
  }
}
body[data-theme=dark] .cart-wrapper .cart-collaterals .cart_totals .shop_table tr, body[data-color=custom][data-theme=dark] .cart-wrapper .cart-collaterals .cart_totals .shop_table tr {
  border-color: var(--color-gray400);
}
body[data-theme=dark] .cart-wrapper .klb-free-shipping, body[data-color=custom][data-theme=dark] .cart-wrapper .klb-free-shipping {
  border-color: rgba(var(--color-redRGB), 0.3);
  background-color: rgba(var(--color-redRGB), 0.1);
}
body[data-theme=dark] .cart-wrapper .klb-free-shipping .shipping-progress, body[data-color=custom][data-theme=dark] .cart-wrapper .klb-free-shipping .shipping-progress {
  background-color: rgba(var(--color-redRGB), 0.15);
}
body[data-theme=dark] .cart-collaterals .cart_totals > h2, body[data-color=custom][data-theme=dark] .cart-collaterals .cart_totals > h2 {
  border-color: var(--color-gray400);
}
body[data-theme=dark] .shop_table thead tr th, body[data-color=custom][data-theme=dark] .shop_table thead tr th {
  border-color: var(--color-gray300) !important;
}
body[data-theme=dark] .shop_table tr + tr, body[data-color=custom][data-theme=dark] .shop_table tr + tr {
  border-color: var(--color-gray200) !important;
}
body[data-theme=dark] .checkout-wrapper .order-review-wrapper #order_review .shop_table thead tr, body[data-color=custom][data-theme=dark] .checkout-wrapper .order-review-wrapper #order_review .shop_table thead tr {
  border-color: var(--color-gray200);
}
body[data-theme=dark] .checkout-wrapper .order-review-wrapper #order_review .shop_table tbody tr, body[data-color=custom][data-theme=dark] .checkout-wrapper .order-review-wrapper #order_review .shop_table tbody tr {
  border-color: var(--color-gray200);
}
body[data-theme=dark] .checkout-wrapper .order-review-wrapper #order_review .shop_table tfoot tr, body[data-color=custom][data-theme=dark] .checkout-wrapper .order-review-wrapper #order_review .shop_table tfoot tr {
  border-color: var(--color-gray200);
}
body[data-theme=dark] .checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .wc_payment_methods li label::before, body[data-color=custom][data-theme=dark] .checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .wc_payment_methods li label::before {
  border-color: var(--color-gray600);
}
body[data-theme=dark] .klb-steps-header ul li a .step-status {
  background-color: var(--color-gray200);
}
body[data-theme=dark] .klb-steps-header ul li.active a .step-status {
  color: #1B1F22;
  background-color: #FFF;
}
body[data-theme=dark] .klb-steps-footer, body[data-color=custom][data-theme=dark] .klb-steps-footer {
  border-color: var(--color-gray300);
}
[data-theme=dark] .product-rating.style-2 .product-rating-inner {
  background-color: rgba(var(--color-yellowRGB), 0.12);
}
body[data-color=custom][data-theme=dark] .star-rating::before {
  color: var(--color-gray300);
}
body[data-color=custom][data-theme=dark] .price del {
  color: var(--color-gray600);
}
body[data-theme=dark] .price-filled .price ins bdi {
  background-color: var(--color-green700);
}
body[data-theme=dark] .quantity, body[data-color=custom][data-theme=dark] .quantity {
  border-color: var(--color-gray400);
}
body[data-color=custom][data-theme=dark] .product-progress .product-progressbar.style-1 {
  background-color: var(--color-gray100);
}
body[data-theme=dark] .product-footer {
  border-top-color: var(--color-gray300);
}
body[data-color=custom][data-theme=dark] .product-unit {
  border-color: var(--color-gray300);
}
body[data-theme=dark] .products.bordered.klb-slider .slick-list::before, body[data-color=custom][data-theme=dark] .products.bordered.klb-slider .slick-list::before, body[data-theme=dark] .bordered .products.klb-slider .slick-list::before, body[data-color=custom][data-theme=dark] .bordered .products.klb-slider .slick-list::before {
  border-color: var(--color-gray300);
}
body[data-theme=dark] .products.bordered.klb-slider .slick-list .slider-item:not(.slick-current)::after, body[data-color=custom][data-theme=dark] .products.bordered.klb-slider .slick-list .slider-item:not(.slick-current)::after, body[data-theme=dark] .bordered .products.klb-slider .slick-list .slider-item:not(.slick-current)::after, body[data-color=custom][data-theme=dark] .bordered .products.klb-slider .slick-list .slider-item:not(.slick-current)::after {
  background-color: var(--color-gray300);
}
body[data-color=default][data-theme=dark] .products .thumbnail-wrapper .thumbnail-buttons > *, body[data-color=custom][data-theme=dark] .products .thumbnail-wrapper .thumbnail-buttons > * {
  background-color: var(--color-background);
  border: 1px solid var(--color-gray300);
}
body[data-theme=dark] .products .thumbnail-wrapper .thumbnail-buttons > *.tinv-wishlist:hover {
  color: var(--color-red600);
  background-color: rgba(var(--color-redRGB), 0.06);
  border-color: rgba(var(--color-redRGB), 0.15);
}
[data-theme=dark] .products .thumbnail-wrapper .product-buttons > * {
  background-color: rgba(27, 31, 34, 0.85);
}
[data-theme=dark] .products .thumbnail-wrapper .product-buttons > *:hover {
  background-color: rgba(27, 31, 34, 0.95);
}
body[data-theme=dark] .products .product-buttons .tinv-wishlist:hover .tinvwl_add_to_wishlist_button:not(.tinvwl-product-in-list) {
  color: var(--color-red600);
  background-color: rgba(var(--color-redRGB), 0.1);
  border-color: rgba(var(--color-redRGB), 0.15);
}
body[data-theme=dark] .products .product .product-content-fade {
  background-color: var(--color-gray25);
}
body[data-theme=dark] .products .product .product-wrapper.style-1 .product-hover-gallery .hover-gallery-dots {
  background-color: rgba(27, 31, 34, 0.3);
}
body[data-theme=dark] .products .product .product-wrapper.style-2 .product-hover-gallery .hover-gallery-dots {
  background-color: rgba(27, 31, 34, 0.3);
}
body[data-theme=dark] .products .product .product-wrapper.style-3 .product-hover-gallery .hover-gallery-dots {
  background-color: rgba(27, 31, 34, 0.3);
}
body[data-theme=dark] .products .product .product-wrapper.style-6, body[data-color=custom][data-theme=dark] .products .product .product-wrapper.style-6 {
  border-color: var(--color-gray300);
}
body[data-color=default][data-theme=dark] .products:not(.klb-slider).list-style.for-widgets > * + *, body[data-color=custom][data-theme=dark] .products:not(.klb-slider).list-style.for-widgets > * + * {
  border-color: var(--color-gray300);
}
body[data-color=default][data-theme=dark] .products:not(.klb-slider).list-style.for-widgets .product .product-countdown .klb-countdown .count-item, body[data-color=custom][data-theme=dark] .products:not(.klb-slider).list-style.for-widgets .product .product-countdown .klb-countdown .count-item {
  background-color: var(--color-gray200);
}

@media screen and (min-width: 1024px) {
  body[data-theme=dark] .products:not(.klb-slider).list-column > * + * .product-wrapper, body[data-color=custom][data-theme=dark] .products:not(.klb-slider).list-column > * + * .product-wrapper {
    border-color: var(--color-gray300) !important;
  }
}

@media screen and (min-width: 992px) {
  body[data-theme=dark] .single-product-wrapper .product-detail .detail-side-inner, body[data-color=custom][data-theme=dark] .single-product-wrapper .product-detail .detail-side-inner {
    border-color: var(--color-gray400);
  }
}
body[data-theme=dark] .single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger, body[data-color=custom][data-theme=dark] .single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  border-color: var(--color-gray100);
}
body[data-theme=dark] .single-product-wrapper .woocommerce-product-gallery .klb-single-video a, body[data-color=custom][data-theme=dark] .single-product-wrapper .woocommerce-product-gallery .klb-single-video a {
  border-color: var(--color-gray100);
  background-color: var(--color-gray50);
}
body[data-theme=dark] .single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ol li img, body[data-color=custom][data-theme=dark] .single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ol li img, body[data-theme=dark] .single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ul li img, body[data-color=custom][data-theme=dark] .single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ul li img {
  border-color: var(--color-gray400);
}
body[data-theme=dark] .single-product-wrapper .product-meta.top, body[data-color=custom][data-theme=dark] .single-product-wrapper .product-meta.top {
  border-color: var(--color-gray200);
}
@media screen and (min-width: 1200px) {
  body[data-theme=dark] .single-product-wrapper .product-meta.top > *::before, body[data-color=custom][data-theme=dark] .single-product-wrapper .product-meta.top > *::before {
    background-color: var(--color-gray300);
  }
}
body[data-theme=dark] .single-product-wrapper .product-price .save-price p, body[data-color=custom][data-theme=dark] .single-product-wrapper .product-price .save-price p {
  border-color: var(--color-gray400);
}
body[data-theme=dark] .single-product-wrapper form.cart .variations tr .value .size-radio label, body[data-color=custom][data-theme=dark] .single-product-wrapper form.cart .variations tr .value .size-radio label {
  border-color: var(--color-gray400);
}
body[data-theme=dark] .single-product-wrapper form.cart .variations tr + tr, body[data-color=custom][data-theme=dark] .single-product-wrapper form.cart .variations tr + tr {
  border-color: var(--color-gray200);
}
body[data-theme=dark] .single-product-wrapper .wishlist-button + .product-checklist, body[data-color=custom][data-theme=dark] .single-product-wrapper .wishlist-button + .product-checklist, body[data-theme=dark] .single-product-wrapper .wishlist-button + .product-meta.bottom, body[data-color=custom][data-theme=dark] .single-product-wrapper .wishlist-button + .product-meta.bottom {
  border-color: var(--color-gray200);
}
body[data-theme=dark] .single-product-wrapper .product-checklist + .product-meta, body[data-color=custom][data-theme=dark] .single-product-wrapper .product-checklist + .product-meta {
  border-color: var(--color-gray200);
}
body[data-theme=dark] .single-product-wrapper .product-countdown + .product-progress-wrapper, body[data-color=custom][data-theme=dark] .single-product-wrapper .product-countdown + .product-progress-wrapper {
  border-color: var(--color-gray200);
}
body[data-theme=dark] .single-product-wrapper .product-review, body[data-color=custom][data-theme=dark] .single-product-wrapper .product-review {
  border-color: var(--color-gray200);
}
body[data-theme=dark] .single-product-wrapper .product-review .review-header .product-rating-steps ul li span, body[data-color=custom][data-theme=dark] .single-product-wrapper .product-review .review-header .product-rating-steps ul li span {
  background-color: var(--color-gray200);
}
body[data-theme=dark] .single-product-wrapper .product-review .review-steps li .review-step-items span, body[data-color=custom][data-theme=dark] .single-product-wrapper .product-review .review-steps li .review-step-items span {
  background-color: var(--color-gray200);
}
body[data-theme=dark] .single-product-wrapper .woocommerce-tabs .tabs, body[data-color=custom][data-theme=dark] .single-product-wrapper .woocommerce-tabs .tabs {
  border-color: var(--color-gray300);
}
body[data-theme=dark] .single-product-wrapper .woocommerce-tabs .tabs li a, body[data-color=custom][data-theme=dark] .single-product-wrapper .woocommerce-tabs .tabs li a {
  color: var(--color-gray500);
}
body[data-theme=dark] .single-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table tr:nth-child(odd) {
  background-color: var(--color-gray50);
}
body[data-theme=dark] .single-product-wrapper .woocommerce-Reviews .reviews-slot .ratings-summary .rating-item > a:hover, body[data-color=custom][data-theme=dark] .single-product-wrapper .woocommerce-Reviews .reviews-slot .ratings-summary .rating-item > a:hover {
  background-color: var(--color-gray100);
}
body[data-theme=dark] .single-product-wrapper .woocommerce-Reviews .reviews-slot .ratings-summary .rating-item .rating-progress, body[data-color=custom][data-theme=dark] .single-product-wrapper .woocommerce-Reviews .reviews-slot .ratings-summary .rating-item .rating-progress {
  background-color: var(--color-gray200);
}
body[data-theme=dark] .single-product-wrapper .woocommerce-Reviews #comments, body[data-color=custom][data-theme=dark] .single-product-wrapper .woocommerce-Reviews #comments {
  border-color: var(--color-gray300);
}
body[data-theme=dark] .single-product-wrapper .woocommerce-Reviews #comments .commentlist li, body[data-color=custom][data-theme=dark] .single-product-wrapper .woocommerce-Reviews #comments .commentlist li {
  border-color: var(--color-gray300);
}
body[data-theme=dark] .single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-action .action-inner a, body[data-color=custom][data-theme=dark] .single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-action .action-inner a {
  background-color: var(--color-gray200);
}
body[data-theme=dark] .single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-action .action-inner a:hover, body[data-color=custom][data-theme=dark] .single-product-wrapper .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-action .action-inner a:hover {
  background-color: var(--color-gray300);
}
body[data-theme=dark] .single-product-wrapper .product-compare-items table, body[data-color=custom][data-theme=dark] .single-product-wrapper .product-compare-items table {
  border-color: var(--color-gray300);
}
body[data-theme=dark] .single-product-wrapper .product-compare-items table tr, body[data-color=custom][data-theme=dark] .single-product-wrapper .product-compare-items table tr {
  border-color: var(--color-gray300);
}
body[data-theme=dark] .single-product-wrapper .product-compare-items table tr:nth-child(even) {
  background-color: var(--color-gray25);
}
@media screen and (max-width: 991.98px) {
  body[data-theme=dark] .single-product-wrapper .product-compare-items table tr:nth-child(even) th {
    background-color: var(--color-gray25);
  }
}
body[data-theme=dark] .single-product-wrapper .promotion-products .promotion-product-wrapper, body[data-color=custom][data-theme=dark] .single-product-wrapper .promotion-products .promotion-product-wrapper {
  border-color: var(--color-gray200);
}
@media screen and (max-width: 991.98px) {
  body[data-theme=dark] .single-product-wrapper .promotion-products .addon-products li + li, body[data-color=custom][data-theme=dark] .single-product-wrapper .promotion-products .addon-products li + li {
    border-color: var(--color-gray200);
  }
}
body[data-theme=dark] .single-product-sticky, body[data-color=custom][data-theme=dark] .single-product-sticky {
  border-color: var(--color-gray200);
}
body[data-theme=dark] .single-product-sticky .product-inner .content-wrapper .product-meta > *::before, body[data-color=custom][data-theme=dark] .single-product-sticky .product-inner .content-wrapper .product-meta > *::before {
  background-color: var(--color-gray300);
}

body[data-theme=dark] p.woocommerce-mini-cart__buttons a.button:not(.checkout) {
    border-color: var(--color-gray400);
    color: currentColor;
}

body[data-theme=dark] .site-header .header-action.cart-button .cart-not-empty .klb-free-shipping {
    background-color: rgba(var(--color-redRGB), 0.1);
}

body[data-theme=dark] .woocommerce-form-coupon-toggle {
    background-color: #22262a;
}

body[data-theme=dark] .cart-wrapper .klb-free-shipping.success {
    background-color: rgba(var(--color-greenRGB), 0.1) !important;
    border-color: rgba(var(--color-greenRGB), 0.3) !important;
}

body[data-theme=dark] .select2 .select2-selection.select2-selection--single .select2-selection__arrow {
	background: transparent url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='white' 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 !important;
}

body[data-theme=dark] input[type=date], body[data-theme=dark] input[type=email], body[data-theme=dark] input[type=number], body[data-theme=dark] input[type=password], body[data-theme=dark] input[type=search], body[data-theme=dark] input[type=tel], body[data-theme=dark] input[type=text], body[data-theme=dark] input[type=time], body[data-theme=dark] input[type=url], body[data-theme=dark] textarea, body[data-theme=dark] select, body[data-theme=dark] input.form-control {
    color: #fff;
}