@charset "UTF-8";
/*------------------------------------------------------------------
[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: "InterVariable", 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: "InterVariable", 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: "InterVariable", 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: "InterVariable", 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: "InterVariable", 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: "InterVariable", 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;
}

/*---------------------------------------------------- 
  02. Base styles
----------------------------------------------------*/
/* ----- Body clearfix ----- */

.site-drawer {
    display: none;
}

.klb-modal-root.authentication-modal {
    display: none !important;
    visibility: hidden !important;
}

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);
}

.h1,h1 {
    font-size: 32px;
}

@media (max-width: 767px) {
    .h1,h1 {
        font-size:20px;
    }
}

/* ----- 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-top-separator {
  position: absolute;
  width: 100%;
  top: -50px;
  z-index: -1;
}
body[data-theme=light] .custom-top-separator {
  color: #f1f6f8;
}
.custom-bottom-separator {
  position: absolute;
  width: 100%;
  bottom: -50px;
  z-index: -1;
}
body[data-theme=light] .custom-bottom-separator {
  color: #f1f6f8;
}

.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 {
  left: 0;
  right: 0;
}

.overflow {
  overflow: hidden;
}

.theme-radius {
  border-radius: var(--theme-radius-base);
}

/* 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-right: 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;
}

/* Equal Height */
.equal-height {
  height: 100vh;
}

/* ----- 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;
}

/* ----- Link overlay ----- */
.overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 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);
}

/* ----- 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);
}


/* ----- 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-right: 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;
}


/*---------------------------------------------------- 
  09. Footer
----------------------------------------------------*/
/* ----- Footer default settings ----- */
.site-footer {
  position: relative;
  margin-top: 0.375rem;
}
@media screen and (min-width: 992px) {
  .site-footer {
    margin-top: 0.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;
}


/* ----- Footer widgets settings (Default: Mobile First) ----- */

 {
  position: relative;
}

.footer-widgets .footer-inner {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  align-items: center; /* Center content by default */
}

/* ----- Tablet & Desktop (≥ 576px) ----- */
@media screen and (min-width: 576px) {
  .footer-widgets .footer-inner {
    flex-direction: row; /* Change layout for tablet/desktop */
    justify-content: space-between; /* Space out widgets */
    align-items: flex-start; /* Align items to the top */
  }
}

  .footer-widgets .footer-inner > .column {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    padding-left: 1.25rem;
    padding-right: 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-left: 5rem;
  }
  .footer-widgets .footer-inner > .column.column-brand + .column-widgets::before {
    content: "";
    position: absolute;
    width: 0.0625rem;
    height: 100%;
    top: 0;
    left: 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-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .footer-widgets .footer-inner > .column {
    padding-left: 2.5rem;
    padding-right: 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: 0.50rem;
  padding-bottom: 0.50rem;
}
@media screen and (min-width: 576px) {
  .footer-copyright .footer-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.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;

}
.footer-copyright .site-copyright p a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  left: 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-left: auto;
    margin-top: 0.625rem;
  }
}

/* ----- 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.7125rem;
  color: var(--color-gray500);
}
.woocommerce-breadcrumb ul li::after {
  font-family: "klbtheme";
  font-size: 0.625rem;
  content: "\e8f3";
  color: var(--color-text);
  margin-left: 0.4375rem;
  margin-right: 0.1875rem;
}
.woocommerce-breadcrumb ul li:last-child::after {
  display: none;
}
.woocommerce-breadcrumb ul li a {
  color: var(--color-text);
}


/* ----- 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-right: auto;
  }
}
.klb-steps-footer .btn {
  height: 2.75rem;
}


/* ----- 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-left: 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-right: 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-left: -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-left: 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;
  left: 0;
  overflow: hidden;
}
.star-rating span::before {
  font-family: "klbtheme";
  content: "\ec6e\ec6e\ec6e\ec6e\ec6e";
  letter-spacing: 0.125rem;
  color: var(--color-yellow600);
}

.products .product .product-wrapper.style-6 {
  border: 1px solid #00000010;
  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: 0.625rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.products .product .product-wrapper.style-6 .thumbnail-wrapper .thumbnail-badges {
  top: 1.25rem;
  left: 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;
  }
}

.product-title {
    font-family: var(--theme-product-name-font);
    font-size: 18px;
    padding-top: 5px;
}

@media screen and (max-width: 767px) {
    .product-title {
        font-size: 14px !important;
    }
}

.products .product .product-wrapper.style-6 .thumbnail-wrapper .product-thumbnail .product-second-image {
  position: absolute;
  top: 0;
  left: 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 1rem 1rem;
}
.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: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 .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-right: 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-right: 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-right: 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-right: 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-left: 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-right: 0;
    padding-left: 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;
  }
}

/* ----- WooCommerce single product ----- */
.single-product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: calc(var(--theme-site-gutters) * -1);
  margin-right: calc(var(--theme-site-gutters) * -1);
}
.single-product-wrapper > * {
  padding-left: var(--theme-site-gutters);
  padding-right: var(--theme-site-gutters);
}
.single-product-wrapper > *.product-header {
  margin-bottom: 1.25rem;
}
.single-product-wrapper > *.product-gallery {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    padding-right: calc(var(--theme-site-gutters) * 1);
    width: 40%; 
  }
  .single-product-wrapper.style-1 > *.product-detail {
    width: 100%;
}
.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-right: calc(var(--theme-site-gutters) * 2);
  }
  .single-product-wrapper.style-1 > *.product-detail {
    width: 50%;
  }
}
.single-product-wrapper.style-1 > *.product-content {
  margin-top: 2.5rem;
  color:#000000;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
.single-product-wrapper.style-1 > *.product-content {
  font-size: 16px;
    }
}
.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-right: 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-left: 0;
    border-right: 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;
  left: 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;
  right: 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;
  left: 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-right: 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-left: -0.1875rem;
  margin-right: -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-left: 0.1875rem;
  padding-right: 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 #f9f9f9;
}
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-left: 7.5rem;
  }
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .vertical-thumbnails.woocommerce-product-gallery {
    padding-left: 7.5rem;
  }
}
.single-product-wrapper .vertical-thumbnails .product-thumbnails-wrapper {
  position: absolute;
  width: 4.75rem;
  top: 0;
  left: 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 {
    font-size: 2.2rem;
    margin-top: 0.6375rem;
}
@media screen and (max-width: 767px) {
  .single-product-wrapper .product_title {
    font-size: 1.8rem;
  }
}

.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;
  gap: 0.9375rem;
}

.single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ol li img,
.single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ul li img {
    width: 200px !important;
    height: 70px !important;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 768px) {
    .single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ol li img,
    .single-product-wrapper .woocommerce-product-gallery .product-thumbnails-wrapper ul li img {
        height: 40px !important;
    }
}

.product-tags a:hover {
    color: #723400 !important; 
}

.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-right: 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-left: 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-right: 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 {
  margin-right: 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-right: 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: 1rem;
  color: #000000;
  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.3375rem;
}
.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-right: 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;
  left: -0.25rem;
  right: -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-left: 0.75rem;
  padding-right: 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.35rem;
}

.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: nowrap;
    font-size: 0.875rem;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    row-gap: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

@media screen and (max-width: 768px) {
.single-product-wrapper .wishlist-button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    font-size: 0.775rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.525rem;
    align-items: baseline;
    margin-bottom:0rem;
    margin-top: 1rem;
 }
}

.single-product-wrapper .wishlist-button a.klbwl-btn {
    border: 1px solid #aaaaaa;
    border-radius: 20px;
    padding: 8px 10px;
    opacity: 0.9;
    /* transition: color 0.3sease, border-color 0.3sease; */
}

.single-product-wrapper .wishlist-button a.klbwl-btn:hover {
    color: #004798;
}

.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;
  color: var(--color-text)
}
.single-product-wrapper .wishlist-button a::before {
  font-family: "klbtheme";
  font-size: 1.375rem;
  content: "\e86f";
  margin-right: 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: "\e86f";
}
.single-product-wrapper .wishlist-button > span {
  opacity: 0.9;
  text-decoration: underline rgba(0, 0, 0, 0.6);
}
.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-left: 2.125rem;
  padding-right: 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: "\e86f";
  color: var(--color-green800);
  margin-right: 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-right: 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;
  left: 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-left: 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-right: 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-left: auto;
  margin-right: 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 > h6 {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel > h6 {
    font-size: 1.375rem;
  }
}
.single-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel--description > h6 {
  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 > h6 {
  font-size: 1.25rem;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .woocommerce-Reviews > h6 {
    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-right: 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;
  left: 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-right: 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: 0.80rem;
  }
}
.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-left: calc(var(--theme-site-gutters) * -1);
  margin-right: 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-left: var(--theme-site-gutters);
  padding-right: var(--theme-site-gutters);
}

@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-left: 0.5rem;
  top: -0.0625rem;
}
.single-product-wrapper .woocommerce-Reviews #review_form_wrapper .comment-form > *.form-submit .submit {
  padding-left: 2.25rem;
  padding-right: 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;
  left: 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-left: 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-left: 1rem;
  padding-right: 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-left: 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-right: 1.25rem;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .single-product-wrapper .promotion-products .addon-products li .thumbnail-wrapper {
    width: 100%;
    margin-right: 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.6125rem;
}
@media screen and (max-width: 991.98px) {
  .single-product-wrapper .promotion-products .addon-products .content-wrapper .product_title {
    font-size: 0.675rem;
  }
}
.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.10rem;
  -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-left: 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.6375rem;
  padding-left: 0.6375rem;
  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-right: 1.25rem;
}
.single-product-sticky .product-inner .content-wrapper {
  padding-right: 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-right: 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-right: 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-right: 0.375rem;
}
.single-product-sticky .product-inner .product-price {
  margin-left: auto;
  padding-right: 1.25rem;
}
.single-product-sticky .product-inner .product-price .price {
  font-size: 1.25rem;
}
.single-product-sticky .product-inner .product-price + form.cart {
  margin-left: 0.625rem;
}
.single-product-sticky .product-inner form.cart {
  margin-left: auto;
}


@media (max-width: 768px) {
    .column.product-detail {
        min-height: 180px;
    }
}
.thumbnail-wrapper {
    position: relative;
}

.tour-badges-wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    z-index: 10;
}

.tour-duration-badge,
.tour-format-badge {
    color: #ffffff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 20px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.tour-duration-badge {
    background: #ff7e5f;
    margin-top: 5px;
    margin-left: 5px;
}

.tour-format-badge {
    background: #6c63ff;
    margin-left: 5px;
}

.thumbnail-buttons {
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 10;
    display: flex;
    gap: 5px;
}

.thumbnail-buttons a,
.thumbnail-buttons .klbwl-btn {
    padding: 5px 10px;
    top: 20px;
    border-radius: 4px;
    font-size: 12px;
    color: #333;
    text-decoration: none;
}


.products .wishlist-button a {
    font-size: 0;
    background-color: #f5f5f5; 
    color: #333;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    padding: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: background-color 0.2s ease, color 0.2s ease;
}

.products .wishlist-button a:hover {
    background-color: #eaeaea;
    color: #007aff;
}


.thumbnail-buttons a.klbcp-btn {
    font-size: 0 !important;
    font-size: 0;
    background-color: #f5f5f5;
    color: #333;
    width: 30px;
    height: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    padding: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: background-color 0.2s ease, color 0.2s ease;
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .thumbnail-buttons a,
    .thumbnail-buttons .klbwl-btn,
    .products .wishlist-button a,
    .thumbnail-buttons a.klbcp-btn {
        width: 22px;
        height: 22px;
        font-size: 0;
        padding: 0;
    }

    .thumbnail-buttons a i,
    .thumbnail-buttons .klbwl-btn i,
    .products .wishlist-button a i,
    .thumbnail-buttons a.klbcp-btn i {
        font-size: 8px;
    }
}

