/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.3
	Stable tag: 3.4.3
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.3
	Stable tag: 3.4.3
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
* Document basic styling
* Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */


/**cheven css here */





html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* Sections
 */
body {
  margin: 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	width:100vw !important;
overflow-x: hidden !important;
	padding:0 !important;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366;
}
a:hover, a:active {
  color: #333366;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-block-end: none; /* 1 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
}
/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.3
	Stable tag: 3.4.3
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * Form styling
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 1rem; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
button:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible) {
  outline: none;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #CC3366;
  text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=number] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}



/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

select {
  display: block;
}

/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.3
	Stable tag: 3.4.3
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * Table styling
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

:root{--kb-green:#073d2e;--kb-green-2:#0a5a42;--kb-red:#db3926;--kb-red-2:#c92f1d;--kb-dark:#1f2937;--kb-text:#111827;--kb-muted:#6b7280;--kb-line:#e7e7e7;--kb-soft:#f7f8f8;--kb-white:#fff;--kb-gold:#ffbf0e;--kb-shadow:0 18px 50px rgba(0,0,0,.14);--kb-font:'Google Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;--kb-edge:0px;--kb-radius:18px;}
html{scroll-behavior:smooth!important;}
input[type=number]{-moz-appearance:textfield;}
button:hover{opacity:.85;}
.pac-container{font-family:'Google Sans',sans-serif;z-index:15004!important;}
.quick-view-shell{width:100%;max-width:none;color:var(--kb-text);font-family:var(--kb-font);--kb-radius:18px;}
.quick-view-shell *{box-sizing:border-box;}
.kb-qv-pills-wrap{box-sizing:border-box;padding:0;margin:0;background:none;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:99999!important;}
.kb-qv-pills-row{box-sizing:border-box;display:flex;align-items:center;gap:8px;flex-wrap:wrap;width:100%;margin:0;font-family:var(--kb-font);}
.kb-qv-mainqty{box-sizing:border-box;margin:14px 0 12px;padding:6px;border-radius:18px;background:#fff;border:1px solid var(--kb-line);display:flex;align-items:center;justify-content:space-between;gap:8px;box-shadow:0 8px 18px rgba(0,0,0,.04);min-height:62px;max-width:100%;width:50%;}
.kb-qv-mainqty *{box-sizing:border-box;}
.quick-view-popup{background:#fff!important;z-index:9000!important;}
.dotcom-quick-view-popup{background:#fff!important;z-index:9000!important;}
.mfp-wrap{z-index:9000!important;}
.mfp-bg{z-index:9000!important;}
.mfp-container{z-index:9000!important;}
.mfp-content{background:#fff!important;z-index:9000!important;}
.woocommerce-quick-view-content{background:#fff!important;z-index:9000!important;}
.dialog-widget-content{background:#fff!important;z-index:9000!important;}
.elementor-popup-modal{z-index:9000!important;}
.elementor-popup-modal .dialog-message{background:#fff!important;z-index:9000!important;}
#quick-view-modal{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);align-items:flex-end!important;justify-content:center!important;width:80vw;max-width:80vw;min-width:80vw;max-height:90vh;overflow:hidden;background:#fff;border-radius:28px;box-shadow:0 28px 90px rgba(0,0,0,.24);-webkit-overflow-scrolling:touch;z-index:9000!important;}
#quick-view-content{width:100%;height:100%;max-height:90vh;overflow-y:auto;overflow-x:hidden;background:#fff;}
.quick-view-shell .quick-view-top{display:grid;grid-template-columns:minmax(360px,38%) minmax(0,62%);gap:34px;align-items:start;width:100%;}
.quick-view-shell .quick-view-media{position:sticky;top:18px;min-width:0;}
.quick-view-shell .quick-view-media-card{position:relative;overflow:hidden;border:none;border-radius:28px;box-shadow:0 20px 50px rgba(0,0,0,.14);background:#f6f6f6;}
.quick-view-shell .quick-view-media-card img{display:block;width:100%;height:auto;aspect-ratio:1/1;min-height:520px;max-height:78vh;object-fit:cover;border-radius:28px;background:#f0f0f0;}
.quick-view-inner{display:flex;flex-direction:column;min-width:0;width:100%;padding:0 0 28px!important;position:relative;}
.quick-view-clear{clear:both;}
.quick-view-divider{height:1px;margin:16px 0;background:linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,.48),rgba(0,0,0,0));}
.quick-view-btn{cursor:pointer!important;}
.kb-qv-toprail{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0 16px;margin-bottom:2px;background:linear-gradient(180deg,rgba(255,255,255,.985),rgba(255,255,255,.96) 78%,rgba(255,255,255,0));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:99999!important;}
.kb-qv-toprail-left{min-width:0;flex:1 1 auto;display:flex;align-items:center;}
.kb-qv-toprail-right{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;}
.kb-qv-pill-fixed{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:700;line-height:1;white-space:nowrap;box-shadow:0 10px 24px rgba(0,0,0,.12);background:linear-gradient(135deg,var(--kb-green),var(--kb-green-2));color:#fff;border:1px solid rgba(0,0,0,.04);}
.kb-qv-pill-delta{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:700;line-height:1;white-space:nowrap;box-shadow:0 10px 24px rgba(0,0,0,.12);background:white; color:var(--kb-green);border:1.2px solid; border-color: linear-gradient(135deg,var(--kb-green),var(--kb-green-2));;}
.kb-qv-pill-delta.is-negative{background:linear-gradient(180deg,#232323,#111);color:#fff;}
.kb-qv-pill-fixed i{margin-right:7px;}
.kb-qv-pill-fixed-text{font-size:13px;font-weight:700;line-height:1;}
.kb-qv-pill-delta-text{font-size:13px;font-weight:700;line-height:1;}
.kb-qv-close-btn{width:44px;height:44px;border:0!important;border-radius:999px!important;background:linear-gradient(135deg,var(--kb-red),var(--kb-red-2))!important;color:#fff!important;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 14px 28px rgba(219,57,38,.28)!important;font-size:18px;line-height:1;z-index:99999!important;}
.kb-qv-close-btn:hover{transform:translateY(-1px);}
.kb-qv-close-btn:active{transform:translateY(0);}
.quick-view-head{margin-bottom:14px;padding-right:0!important;}
.quick-view-kicker{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:10px;}
.quick-view-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0 0 16px;}
.quick-view-badge{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:0 12px;border-radius:999px;background:linear-gradient(135deg,rgba(0,60,42,.08),rgba(0,60,42,.14));color:var(--kb-green);font-size:12px;font-weight:600;}
.quick-view-badge.kb-dark{background:linear-gradient(135deg,#3f4349,#2f3136);color:#fff;}
.quick-view-head h2{font-size:clamp(2rem,2.3vw,2.85rem)!important;line-height:1.02!important;letter-spacing:-.03em;color:#111!important;margin:0 0 10px!important;padding:0!important;font-weight:800!important;}
.quick-view-price{margin:0 0 14px;font-size:clamp(1.2rem,1.45vw,1.55rem);line-height:1.1;font-weight:800;color:var(--kb-dark);}
.quick-view-desc{margin:0 0 16px;color:#30343a;font-size:15px;line-height:1.7;max-width:70ch;}
.quick-view-desc p{margin:0 0 10px;}
.triggerReviewTuna{display:inline-flex!important;align-items:center;gap:8px;min-height:42px;padding:0 14px!important;border-radius:999px!important;background:linear-gradient(135deg,#404040,#2f3136)!important;color:#fff!important;cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,.12);transition:transform .18s ease,box-shadow .18s ease;font-size:14px;font-weight:600;text-decoration:none;}
.triggerReviewTuna:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(0,0,0,.16);}
.qv-cart-summary-holder{margin:0 0 18px!important;padding:0!important;}
.quick-view-form{display:flex;flex-direction:column;width:100%;min-width:0;padding-right:0!important;}
.variation-attribute-group{float:none!important;width:100%!important;margin:0 0 18px!important;padding:18px!important;border:1px solid #cccccce0;border-radius:20px;background:linear-gradient(180deg,#ffffffd8,#fafafac4);box-shadow:0 8px 24px rgba(0,0,0,.04);}
.variation-group-head{flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 10px;min-height:22px;}
.variation-group-title{font-size:1em;line-height:1.2;font-weight:700;color:#0a573f;margin:0;}
.variation-required{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 9px;border-radius:999px;background:#fff1f0;color:var(--kb-red);font-size:11px;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border:1px solid rgba(219,57,38,.14);}
.variation-attribute-group.is-completed {
    opacity: 0.8;
}

.close-button{
  width:44px;
  height:44px;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--kb-red),var(--kb-red-2))!important;
  color:#fff!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 14px 28px rgba(219,57,38,.28)!important;
  font-size:18px;
  line-height:1;
}


.kb-qv-close-btn:hover,
.close-button:hover{transform:translateY(-1px)}

.kb-qv-close-btn:active,
.close-button:active{transform:translateY(0)}




.variation-option-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:14px 0!important;margin:0!important;border-top:1px solid #edf0f2;cursor:pointer;}
.variation-options-list .variation-option-row:first-child{border-top:0;}
.variation-option-text{flex:1 1 auto;min-width:0;font-size:14px;line-height:1.25;font-weight:800;color:#111827;}
.variation-option-row input[type=radio]{appearance:none;-webkit-appearance:none;width:24px;height:24px;min-width:24px;border-radius:999px;border:2px solid #b9c2c9;background:#fff;position:relative;margin:0;cursor:pointer;transition:.16s ease;}
.variation-option-row input[type=radio]:checked{border-color:var(--kb-green);background:#fff;box-shadow:0 0 0 4px rgba(0,60,42,.08);}
.variation-option-row input[type=radio]:checked:after{content:"";position:absolute;inset:4px;border-radius:999px;background:var(--kb-green);}
.variation-option-row:hover input[type=radio]{border-color:var(--kb-green);}
.variation-option-row:hover .variation-option-text{color:var(--kb-green);}
.kb-qv-mainqty-btn{width:46px;height:46px;flex:0 0 46px;border:0;border-radius:14px;background:var(--kb-green);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;}
.kb-qv-mainqty-mid{flex:1 1 auto;min-width:20%;height:48px;border:1px solid rgba(7,61,46,.14);border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 14px;box-shadow:0 8px 18px rgba(0,0,0,.05);}
.kb-qv-mainqty-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.08em;}
.kb-qv-mainqty-input{width:56px;border:none;outline:none;background:transparent;text-align:center;font-size:18px;font-weight:600;color:#111827;padding:0;margin:0;appearance:textfield;-moz-appearance:textfield;}
.drink-selection-section{margin-top:6px;padding:20px;border:1px solid var(--kb-line);border-radius:22px;background:linear-gradient(180deg,#fff,#fafafa);box-shadow:0 8px 24px rgba(0,0,0,.04);}
.drink-selection-section h3{margin:0 0 4px;font-size:1.28rem;line-height:1.1;color:#111;}
.drink-selection-section h5{margin:0 0 16px;color:var(--kb-muted);font-size:13px;font-weight:600;}
.drink-item{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%!important;padding:16px 0;border-top:1px solid #ececec;}
.drink-item:first-of-type{border-top:none;padding-top:0;}
.drink-left{width:40%;}
.drink-thumb{width:54px;height:54px;min-width:54px;border-radius:999px;overflow:hidden;background:linear-gradient(180deg,#f4f4f4,#ececec);border:1px solid #e3e5e8;box-shadow:0 4px 10px rgba(0,0,0,.05);}
.drink-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.drink-name{display:block;min-width:0;font-size:15px!important;line-height:1.35;font-weight:600;color:#111;}
.drink-controls{width:55%}
.drink-qty-minus{width:34px;height:34px;border:none;border-radius:999px;background:linear-gradient(135deg,#003c2a,#0a5a42)!important;color:#fff!important;cursor:pointer;font-size:18px;font-weight:800;line-height:1;box-shadow:0 8px 18px rgba(0,60,42,.18);padding:0!important;margin:0!important;outline:none!important;}
.drink-qty-plus{width:34px;height:34px;border:none;border-radius:999px;background:linear-gradient(135deg,#003c2a,#0a5a42)!important;color:#fff!important;cursor:pointer;font-size:18px;font-weight:800;line-height:1;box-shadow:0 8px 18px rgba(0,60,42,.18);padding:0!important;margin:0!important;outline:none!important;}
.qty-minuscross{width:34px;height:34px;border:none;border-radius:999px;background:linear-gradient(135deg,#003c2a,#0a5a42)!important;color:#fff!important;cursor:pointer;font-size:18px;font-weight:800;line-height:1;box-shadow:0 8px 18px rgba(0,60,42,.18);padding:0!important;margin:0!important;outline:none!important;}
.qty-pluscross{width:34px;height:34px;border:none;border-radius:999px;background:linear-gradient(135deg,#003c2a,#0a5a42)!important;color:#fff!important;cursor:pointer;font-size:18px;font-weight:800;line-height:1;box-shadow:0 8px 18px rgba(0,60,42,.18);padding:0!important;margin:0!important;outline:none!important;}
.drink-qty{width:42px!important;height:34px;border:1px solid #dadada!important;border-radius:999px;background:#fff;text-align:center;padding:0!important;font-size:14px!important;font-weight:600;color:#111;}
.drink-price-wrap{width:auto!important;margin-left:14px;white-space:nowrap;}
.drink-price{font-size:15px!important;font-weight:800!important;color:var(--kb-dark);}

.quick-view-note-wrap{margin-top:18px;}
.quick-view-note-wrap label{display:block;margin-bottom:9px;font-size:14px;font-weight:800;color:#111;}
.quick-view-note-wrap textarea{width:100%;min-height:120px;padding:14px 16px;border:1px solid rgba(0,60,42,.24)!important;border-radius:18px!important;background:linear-gradient(180deg,#fafafa,#f4f4f4)!important;color:#333;font-size:14px;line-height:1.45;font-family:inherit;resize:vertical;outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.7);}
.quick-view-note-wrap textarea:focus{border-color:var(--kb-green)!important;box-shadow:0 0 0 4px rgba(0,60,42,.08);}
.quick-view-submitbar{position:sticky;bottom:0;left:0;right:0;margin-top:18px;padding:14px 0 6px;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.94) 18%,#fff 48%);z-index:99999!important;}
.add-to-cart-button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%!important;min-height:64px;border:none!important;border-radius:20px!important;background:linear-gradient(135deg,#003c2a 0%,#0b5b42 100%)!important;color:#fff!important;font-family:var(--kb-font)!important;font-size:1.02rem;font-weight:800!important;letter-spacing:.01em;cursor:pointer;box-shadow:0 18px 34px rgba(0,60,42,.24);}
.add-to-cart-button:hover{filter:brightness(1.03);}
.add-to-cart-button .btn-price{opacity:.95;font-weight:700;}
.order-mode-bg{position:fixed;inset:0;background:rgba(0,0,0,.58);display:none;align-items:center;justify-content:center;padding:18px;backdrop-filter:blur(4px);z-index:15000!important;}
.order-mode-box{width:min(100%,460px);max-height:min(90vh,920px);overflow:auto;background:linear-gradient(180deg,#f7f5f1 0%,#f2efea 100%);border-radius:28px;box-shadow:0 18px 50px rgba(0,0,0,.18);font-family:var(--kb-font);color:var(--kb-text);position:relative;padding:24px;border:1px solid rgba(255,255,255,.55);text-align:left;z-index:15001!important;}
#order-mode-close-x{position:absolute;top:18px;right:18px;width:38px;height:38px;border:none;border-radius:999px;background:#e6e6e6;color:#363636;font-size:22px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s ease;z-index:15002!important;}
#order-mode-close-x:hover{transform:scale(1.05);background:#dcdcdc;}
.kb-popup-top{margin-bottom:18px;padding-right:56px;}
.kb-popup-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#073d2e;margin-bottom:10px;}
.kb-popup-title{margin:0 0 8px;font-size:clamp(24px,3vw,34px);line-height:1.1;font-weight:700;color:#073d2e;}
.kb-popup-subtitle{margin:0;font-size:15px;line-height:1.5;color:var(--kb-muted);font-weight:600;}
.kb-mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px;}
.mode-btn{border:none;border-radius:16px;padding:18px 16px;cursor:pointer;font-family:var(--kb-font);font-weight:700;font-size:16px;line-height:1.2;transition:.22s ease;box-shadow:0 10px 24px rgba(0,0,0,.08);}
#order-mode-delivery{background:linear-gradient(180deg,#073d2e,#003c2a);color:#fff;}
#use-location-btn{background:linear-gradient(180deg,#073d2e,#003c2a);color:#fff;border:none;border-radius:14px;min-height:52px;padding:14px 16px;font-family:var(--kb-font);font-size:15px;font-weight:700;cursor:pointer;transition:.2s ease;}
#order-mode-pickup{background:linear-gradient(180deg,#db3926,#c92f1d);color:#fff;}
.mode-btn:hover{transform:translateY(-1px);filter:brightness(1.02);}
#use-location-btn:hover{transform:translateY(-1px);filter:brightness(1.02);}
#order-mode-close{width:100%;margin-top:14px;border:none;font-size:14px;font-weight:800;cursor:pointer;color:#fff;background:#1f1f24;padding:14px 16px;border-radius:14px;font-family:var(--kb-font);transition:.2s ease;}
#order-mode-close:hover{transform:translateY(-1px);background:#151519;}
.kb-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin:10px 0 18px;}
.kb-section-heading h4{margin:0 0 4px;font-size:24px;line-height:1.15;color:#073d2e;font-weight:700;}
.kb-section-heading p{margin:0;color:var(--kb-muted);font-size:14px;line-height:1.45;font-weight:600;}
.kb-address-wrap{display:block;margin-top:12px;position:relative!important;width:100%!important;z-index:15002!important;}
#xq-addr{width:100%;min-height:52px!important;border:1px solid #d8ddd9!important;background:#fff!important;border-radius:16px;padding:16px 18px;font-size:15px;color:#1c2f29!important;outline:none;box-sizing:border-box;font-family:var(--kb-font);box-shadow:inset 0 1px 0 rgba(255,255,255,.7);visibility:visible!important;opacity:1!important;position:relative!important;z-index:15003!important;}
#xq-addr:focus{border-color:#9fbbb3;box-shadow:0 0 0 4px rgba(7,61,46,.08);}
.kb-address-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px;}
#pickup-store-choice{margin-top:14px!important;}
#pickup-store-choice>div{display:flex;flex-direction:column;gap:10px;}
#pickup-store-choice>div>div{display:grid!important;grid-template-columns:1fr auto;gap:10px!important;align-items:stretch;}
.kb-branch-list{display:flex;flex-direction:column;gap:14px;}
.kb-branch-card{display:grid;grid-template-columns:220px 1fr;gap:16px;background:rgba(255,255,255,.9);border:1px solid #e0e4e1;border-radius:20px;padding:14px;box-shadow:0 10px 24px rgba(0,0,0,.06);}
.kb-branch-map{display:flex;flex-direction:column;gap:10px;}
.kb-branch-map iframe{width:100%;height:170px;border:0;border-radius:16px;display:block;box-shadow:0 6px 18px rgba(0,0,0,.08);}
.kb-map-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border-radius:12px;text-decoration:none;background:#f3f4f3;color:#073d2e;font-size:13px;font-weight:700;border:1px solid #d9dfdb;transition:.2s ease;}
.kb-map-link:hover{background:#e9efec;transform:translateY(-1px);}
.kb-branch-body{display:flex;flex-direction:column;justify-content:space-between;gap:12px;}
.kb-branch-copy{background:linear-gradient(180deg,#eef2ef 0%,#f6f7f6 100%);border:1px solid #dde3df;border-radius:16px;padding:14px;}
.kb-branch-badge{display:inline-flex;align-items:center;gap:7px;background:rgba(7,61,46,.08);color:#073d2e;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px;}
.kb-branch-title{margin:0 0 6px;font-size:20px;line-height:1.2;color:#073d2e;font-weight:700;}
.kb-branch-address{margin:0;color:#526660;font-size:14px;line-height:1.55;font-weight:600;}
#xq-results{margin-top:16px!important;padding:14px 16px;border-radius:16px;background:#fff;border:1px solid #e0e5e2;color:#30423c;font-size:14px;line-height:1.5;display:none;}
.kb-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.08),transparent);margin:18px 0;}
.xq-popup-bg{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:18px;font-family:var(--kb-font);background:radial-gradient(900px 500px at 50% 20%,rgba(0,0,0,.55),rgba(0,0,0,.72));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:13000!important;}
.xq-popup-box{width:min(720px,100%);max-height:min(82vh,760px);overflow:auto;text-align:left;color:var(--kb-text);background:rgba(255,255,255,.98);border:1px solid rgba(255,255,255,.35);border-radius:18px;box-shadow:0 24px 70px rgba(0,0,0,.28);padding:18px;position:relative;transform:translateY(6px);opacity:0;animation:xqPopIn .18s ease forwards;z-index:13001!important;}
@keyframes xqPopIn{to{transform:translateY(0);opacity:1;}}
#xq-close{position:absolute;top:12px;right:12px;height:38px;width:38px;border-radius:999px;border:1px solid var(--kb-line);background:#fff;color:var(--kb-red);cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;font-size:20px;box-shadow:0 10px 24px rgba(0,0,0,.12);transition:transform .15s ease,box-shadow .15s ease,background .15s ease;z-index:15002!important;}
#xq-close:hover{transform:scale(1.04);box-shadow:0 14px 34px rgba(0,0,0,.16);}
#xq-close:active{transform:scale(.98);}
.pickup-store-btn{width:100%;border:1px solid #0f4335;background:linear-gradient(180deg,#eee,#dadada);color:#404756!important;border-radius:14px;padding:12px 14px;font-family:var(--kb-font);font-size:14px;font-weight:600;letter-spacing:.2px;cursor:pointer;display:flex;align-items:center;gap:10px;text-align:left;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease;}
.pickup-store-btn i{color:var(--kb-green);}
.pickup-store-btn:hover{border-color:rgba(7,61,46,.25);box-shadow:0 14px 30px rgba(0,0,0,.10);color:#1f1f1f!important;transform:translateY(-1px);filter:brightness(1.02);}
.pickup-store-btn.is-active{background:linear-gradient(180deg,#f0faf6,#e4f5ee)!important;color:#073d2e!important;border:2px solid #073d2e!important;box-shadow:0 0 0 3px rgba(7,61,46,.12),0 12px 28px rgba(0,0,0,.12)!important;transform:translateY(-1px);}
.pickup-store-btn.is-active i{color:#073d2e!important;}
.pickup-store-btn.is-active:hover{background:linear-gradient(180deg,#ecf7f2,#def2e9)!important;}
#pickup-store-choice a{border-radius:14px!important;padding:12px 14px!important;font-size:13px!important;font-weight:800;background:linear-gradient(135deg,var(--kb-green),rgba(7,61,46,.88))!important;color:#fff!important;border:1px solid rgba(255,255,255,.15);box-shadow:0 14px 30px rgba(0,0,0,.14);transition:transform .12s ease,box-shadow .12s ease,filter .12s ease;white-space:nowrap;}
#pickup-store-choice a i{color:#fff;}
#pickup-store-choice a:hover{transform:translateY(-1px);filter:brightness(1.03);box-shadow:0 18px 36px rgba(0,0,0,.18);}
#pickup-store-choice a:active{transform:translateY(0);}
.kebabish-suggest{position:absolute;background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 12px 30px rgba(0,0,0,.15);width:100%;max-height:260px;overflow-y:auto;font-family:'Google Sans',sans-serif;margin-top:6px;display:none;z-index:9200!important;}
.kebabish-suggest .item{padding:10px 12px;cursor:pointer;font-size:13px;border-bottom:1px solid #f1f1f1;}
.kebabish-suggest .item:last-child{border-bottom:none;}
.kebabish-suggest .item:hover{background:#f7f7f7;}
.kebabish-suggest .muted{color:#666;font-size:12px;}
.kb-address-wrap #xq-addr{display:block!important;}
#pickup-store-choice #xq-addr{display:none!important;}
.xxyyzz-error{color:#c62828;font-size:12px;margin:6px 0 0;}
.xxyyzz-invalid{border:1px solid #c62828!important;outline:none;}
#wc-refresh-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);align-items:center;justify-content:center;font-family:'Google Sans',sans-serif;z-index:14900!important;}
#wc-refresh-box{background:#fff;border-radius:14px;padding:18px 16px;width:280px;max-width:90%;text-align:center;box-shadow:0 18px 55px rgba(0,0,0,.25);z-index:14901!important;}
#wc-refresh-spin{width:34px;height:34px;margin:0 auto 10px;border:4px solid #e6e6e6;border-top-color:#db3926;border-radius:50%;animation:wcspin .9s linear infinite;}
@keyframes wcspin{to{transform:rotate(360deg);}}
#wc-refresh-text{font-size:13px;color:#333;font-weight:600;}
.kb-alert{width:100%;background:linear-gradient(90deg,#8b1e1e,#b3261e);color:#fff;font-size:14px;font-weight:500;letter-spacing:.2px;box-shadow:0 4px 12px rgba(0,0,0,.12);border-bottom:3px solid #6e1414;}
.kb-alert-inner{margin:0 auto;}
.kb-alert-icon{font-size:16px;opacity:.95;}
.kb-alert strong{color:#ffd166;font-weight:600;}
.kebabish-mobile-fees{position:fixed;bottom:0;left:0;width:100vw;background:#fff;border-top:1px solid #ddd;padding:6px 8px;font-family:'Google Sans',sans-serif;font-weight:500;font-size:11px;color:#333;text-align:center;box-shadow:0 -2px 8px rgba(0,0,0,.15);display:none;}
#kebabish-toast{position:fixed;top:15px;left:50%;transform:translateX(-50%) translateY(-40px);background:#2d2d2d;color:#fff;padding:10px 18px;border-radius:30px;font-family:'Google Sans',sans-serif;font-size:13px;font-weight:500;opacity:0;pointer-events:none;transition:all .4s ease;box-shadow:0 4px 12px rgba(0,0,0,.25);z-index:10000!important;}
#kebabish-toast.show{opacity:1;transform:translateX(-50%) translateY(0);}
.custom-add-to-cart-msg{position:fixed;top:20px;right:20px;background:#27ae60;color:#fff;padding:12px 18px;border-radius:6px;box-shadow:0 2px 10px rgba(0,0,0,.2);z-index:10000!important;}
.qty-wrap{display:flex;align-items:center;gap:5px;margin-top:5px;}
.qty-wrap button{width:25px;height:25px;background:#003c2a;color:#fff;border:none;border-radius:3px;cursor:pointer;font-weight:600;display:flex;align-items:center;justify-content:center;font-size:16px;}
.qty-wrap button:hover{background:#555;}
.qty-wrap input.qty-input{width:65px;text-align:center;border:1px solid #ccc;border-radius:3px;font-size:1em;padding:0;height:30px;}
body.woocommerce-checkout .container{width:98vw!important;overflow-x:hidden;padding-left:0!important;padding-right:0!important;}
body.woocommerce-checkout .site-content{width:98vw!important;overflow-x:hidden;padding-left:0!important;padding-right:0!important;}
body.woocommerce-checkout #content{width:98vw!important;overflow-x:hidden;padding-left:0!important;padding-right:0!important;}
.xxyyzz-popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.65);display:none;backdrop-filter:blur(4px);align-items:center;justify-content:center;z-index:9999;padding:20px;}
.xxyyzz-popup-content{width:100%;max-width:420px;background:#fff;border-radius:14px;padding:35px 30px 30px;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.35);border-top:6px solid #ffbf0e;}
.xxyyzz-title{font-family:Poppins,sans-serif;font-weight:600;text-align:center;font-size:24px;margin-bottom:20px;color:#003c2a;}
.xxyyzz-popup-content input{width:100%;padding:12px;margin-bottom:12px;border-radius:6px;border:1px solid #ccc;font-size:14px;}
.xxyyzz-popup-content textarea{width:100%;padding:12px;margin-bottom:12px;border-radius:6px;border:1px solid #ccc;font-size:14px;resize:none;min-height:100px;}
.xxyyzz-popup-content select{width:100%;padding:12px;margin-bottom:12px;border-radius:6px;border:1px solid #ccc;font-size:14px;}
.xxyyzz-close{position:absolute;top:-12px;right:-12px;width:36px;height:36px;border-radius:50%;border:none;background:#db3926;color:#fff;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(0,0,0,.3);transition:.2s;}
.xxyyzz-close:hover{transform:scale(1.05);background:#c92d1d;}
.xxyyzz-popup-content button:hover{background:#db3926;}
.site-footer{display:none!important;}
#xxyyzzReservationForm{display:flex;flex-direction:column;gap:12px;}
#xxyyzzReservationForm input{padding:12px 14px;border-radius:8px;border:1px solid #e6e6e6;font-family:Poppins,sans-serif;font-size:14px;transition:.2s;width:100%;}
#xxyyzzReservationForm textarea{padding:12px 14px;border-radius:8px;border:1px solid #e6e6e6;font-family:Poppins,sans-serif;font-size:14px;transition:.2s;width:100%;min-height:80px;resize:vertical;}
#xxyyzzReservationForm input:focus{border-color:#ffbf0e;outline:none;box-shadow:0 0 0 2px rgba(255,191,14,.15);}
#xxyyzzReservationForm textarea:focus{border-color:#ffbf0e;outline:none;box-shadow:0 0 0 2px rgba(255,191,14,.15);}
.xxyyzz-submit{background:#003c2a;color:#fff;margin-top:8px;border:none;padding:12px;border-radius:8px;font-family:'Google Sans',sans-serif;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:.2s;box-shadow:0 6px 18px rgba(0,60,42,.35);}
.xxyyzz-submit i{margin-right:8px;font-size:1em;}
.xxyyzz-submit:hover{background:#0a5a42;transform:translateY(-1px);}
.single_add_to_cart_button.loading::after{display:none!important;content:none!important;}
.ajax_add_to_cart.loading::after{display:none!important;content:none!important;}
.add_to_cart_button.loading::after{display:none!important;content:none!important;}
.button.loading::after{display:none!important;content:none!important;}
.single_add_to_cart_button.loading{opacity:1!important;filter:none!important;}
.ajax_add_to_cart.loading{opacity:1!important;filter:none!important;}
.add_to_cart_button.loading{opacity:1!important;filter:none!important;}
.button.loading{opacity:1!important;filter:none!important;}
html.kb-busy .remove_from_cart_button{pointer-events:none!important;}
html.kb-busy .single_add_to_cart_button{pointer-events:none!important;}
html.kb-busy .ajax_add_to_cart{pointer-events:none!important;}
html.kb-busy .add_to_cart_button{pointer-events:none!important;}
html.kb-busy .qty-plus{pointer-events:none!important;}
html.kb-busy .qty-minus{pointer-events:none!important;}
html.kb-busy .plus{pointer-events:none!important;}
html.kb-busy .minus{pointer-events:none!important;}
html.kb-busy button[name="apply_coupon"]{pointer-events:none!important;}
html.kb-busy button[name="update_cart"]{pointer-events:none!important;}
html.kb-busy{cursor:progress;}
html.kb-busy body{cursor:progress;}
#kebabish-confirm-bg{display:none;position:fixed;inset:0;background:radial-gradient(circle at 50% 35%,rgba(0,0,0,.68),rgba(0,0,0,.82));z-index:16000!important;align-items:center;justify-content:center;padding:18px;font-family:'Google Sans',sans-serif;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);}
#kebabish-confirm-box{width:min(520px,100%);background:#fff;border-radius:18px;padding:18px 18px 16px;box-shadow:0 22px 70px rgba(0,0,0,.35);border:1px solid rgba(7,61,46,.10);transform:translateY(8px) scale(.985);opacity:0;animation:kbConfirmIn .22s ease-out forwards;z-index:16001!important;}
@keyframes kbConfirmIn{to{transform:translateY(0) scale(1);opacity:1;}}
#kebabish-confirm-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px;}
#kebabish-confirm-title{font-size:18px;font-weight:600;margin:0;color:#073d2e;letter-spacing:.1px;}
#kebabish-confirm-sub{font-size:12px;font-weight:600;color:#6b7280;margin-top:3px;line-height:1.35;}
#kebabish-confirm-x{width:34px;height:34px;border:none;border-radius:10px;cursor:pointer;background:#f3f4f6;color:#111827;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;transition:transform .15s ease,background .15s ease;}
#kebabish-confirm-x:hover{background:#e5e7eb;transform:scale(1.03);}
#kebabish-confirm-card{background:linear-gradient(180deg,rgba(7,61,46,.05),rgba(7,61,46,.02));border:1px solid rgba(7,61,46,.10);border-radius:14px;padding:12px 12px;margin:10px 0 14px;}
#kebabish-confirm-text{font-size:14px;color:#111827;margin:0;line-height:1.45;}
#kebabish-confirm-text strong{color:#073d2e;font-weight:700;}
#kebabish-confirm-actions{display:grid;grid-template-columns:1fr;gap:10px;}
.kebabish-confirm-btn{width:100%;border:none;border-radius:12px;padding:12px 14px;font-weight:600;cursor:pointer;font-family:'Google Sans',sans-serif;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease;-webkit-tap-highlight-color:transparent;}
.kebabish-confirm-btn:active{transform:scale(.985);}
.kebabish-confirm-yes{background:linear-gradient(90deg,#073d2e,#003c2a);color:#fff;box-shadow:0 10px 24px rgba(7,61,46,.22);}
.kebabish-confirm-yes:hover{box-shadow:0 14px 30px rgba(7,61,46,.30);transform:translateY(-1px);}
.kebabish-confirm-secondary{background:#db3926;color:#fff;border:1px solid rgba(7,61,46,.16);}
.kebabish-confirm-secondary:hover{background:#db3926;color:#fff;}
.kebabish-confirm-danger{background:#1f1f1f;color:#fff;box-shadow:0 10px 24px rgba(219,57,38,.25);}
.kebabish-confirm-danger:hover{background:#1f1f1f;color:#fff;}
#kebabish-confirm-footnote{margin-top:10px;font-size:11.5px;color:#6b7280;line-height:1.35;}

@media (max-width:1240px){
.quick-view-shell{--kb-edge:26px;}
.quick-view-shell .quick-view-top{grid-template-columns:minmax(280px,44%) minmax(0,56%);gap:22px;}
}

@media (max-width:1024px){
.quick-view-popup{width:min(94vw,760px)!important;max-width:min(94vw,760px)!important;min-width:auto!important;max-height:92vh!important;overflow:auto!important;border-radius:22px!important;padding:16px!important;}
.dotcom-quick-view-popup{width:min(94vw,760px)!important;max-width:min(94vw,760px)!important;min-width:auto!important;max-height:92vh!important;overflow:auto!important;border-radius:22px!important;padding:16px!important;}
#quick-view-modal{width:min(94vw,760px)!important;max-width:min(94vw,760px)!important;min-width:auto!important;max-height:92vh!important;overflow:auto!important;border-radius:22px!important;padding:16px!important;}
.mfp-content{width:min(94vw,760px)!important;max-width:min(94vw,760px)!important;min-width:auto!important;max-height:92vh!important;overflow:auto!important;border-radius:22px!important;padding:16px!important;}
.woocommerce-quick-view-content{width:min(94vw,760px)!important;max-width:min(94vw,760px)!important;min-width:auto!important;max-height:92vh!important;overflow:auto!important;border-radius:22px!important;padding:16px!important;}
.dialog-widget-content{width:min(94vw,760px)!important;max-width:min(94vw,760px)!important;min-width:auto!important;max-height:92vh!important;overflow:auto!important;border-radius:22px!important;padding:16px!important;}
.elementor-popup-modal .dialog-message{width:min(94vw,760px)!important;max-width:min(94vw,760px)!important;min-width:auto!important;max-height:92vh!important;overflow:auto!important;border-radius:22px!important;padding:16px!important;}
.quick-view-shell{width:100%;max-width:100%;--kb-edge:20px;}
.quick-view-shell .quick-view-top{grid-template-columns:1fr;gap:18px;}
.quick-view-shell .quick-view-media{position:relative;top:auto;}
.quick-view-shell .quick-view-media-card{border-radius:24px;}
.quick-view-shell .quick-view-media-card img{aspect-ratio:16/11;min-height:0;max-height:none;border-radius:18px;}
.quick-view-head{padding-right:0!important;}
.quick-view-form{padding-right:0!important;}
.qv-cart-summary-holder{padding-right:0!important;}
/* .cross-sell-wrap{padding-right:0!important;} */
}

@media (min-width:1025px){
.mfp-container{padding-left:24px!important;padding-right:24px!important;padding-top:18px!important;padding-bottom:18px!important;}
.quick-view-popup{width:80vw!important;max-width:80vw!important;min-width:80vw!important;max-height:90vh!important;overflow:auto!important;border-radius:28px!important;padding:28px!important;box-shadow:0 28px 90px rgba(0,0,0,.24)!important;}
.dotcom-quick-view-popup{width:80vw!important;max-width:80vw!important;min-width:80vw!important;max-height:90vh!important;overflow:auto!important;border-radius:28px!important;padding:28px!important;box-shadow:0 28px 90px rgba(0,0,0,.24)!important;}
.mfp-content{width:80vw!important;max-width:80vw!important;min-width:80vw!important;max-height:90vh!important;overflow:auto!important;border-radius:28px!important;padding:28px!important;box-shadow:0 28px 90px rgba(0,0,0,.24)!important;}
.woocommerce-quick-view-content{width:80vw!important;max-width:80vw!important;min-width:80vw!important;max-height:90vh!important;overflow:auto!important;border-radius:28px!important;padding:28px!important;box-shadow:0 28px 90px rgba(0,0,0,.24)!important;}
.dialog-widget-content{width:80vw!important;max-width:80vw!important;min-width:80vw!important;max-height:90vh!important;overflow:auto!important;border-radius:28px!important;padding:28px!important;box-shadow:0 28px 90px rgba(0,0,0,.24)!important;}
.elementor-popup-modal .dialog-message{width:80vw!important;max-width:80vw!important;min-width:80vw!important;max-height:90vh!important;overflow:auto!important;border-radius:28px!important;padding:28px!important;box-shadow:0 28px 90px rgba(0,0,0,.24)!important;}
#quick-view-modal{width:70vw!important;max-width:70vw!important;min-width:70vw!important;height:100%!important;max-height:70vh!important;overflow:auto!important;border-radius:28px!important;padding:28px!important;box-shadow:0 28px 90px rgba(0,0,0,.24)!important;}
.quick-view-media-card{overflow:hidden;border:thin solid silver;border-radius:28px;box-shadow:0 20px 50px rgba(0,0,0,.14);background:#f6f6f6;height:60vh!important;max-height:60vh!important;}
.add-to-cart-button{border-radius:16px!important;font-size:.98rem;height:4vh;}
}

@media (max-width:768px){
.order-mode-box{width:100%;padding:20px;border-radius:24px;}
.xq-popup-box{width:100%;padding:20px;border-radius:24px;}
.kb-mode-grid{grid-template-columns:1fr;}
.kb-address-actions{grid-template-columns:1fr;}
.kb-branch-card{grid-template-columns:1fr;gap:14px;}
.kb-branch-map iframe{height:190px;}
.kb-section-heading h4{font-size:22px;}
.kb-alert{padding:10px 14px;font-size:13px;text-align:center;}
.kebabish-mobile-fees{display:block;}
.wc-block-components-sidebar-layout{width:90%!important;}
.wc-block-components-address-form__email{width:90%!important;}
}

@media (max-width:767px){
.quick-view-shell{--kb-edge:16px;}
.quick-view-shell .quick-view-media-card{border-radius:18px;}
.quick-view-shell .quick-view-media-card img{aspect-ratio:16/12;border-radius:14px;}
.kb-qv-pills-wrap{padding:0;}
.kb-qv-pills-row{gap:8px;}
.kb-qv-pill-fixed{min-height:38px;padding:0 12px;}
.kb-qv-pill-delta{min-height:38px;padding:0 12px;}
.kb-qv-pill-fixed-text{font-size:12px;}
.kb-qv-pill-delta-text{font-size:12px;}
.kb-qv-close-btn{width:38px;height:38px;font-size:16px;}

.quick-view-head h2{font-size:1.58rem!important;}
.quick-view-price{font-size:1.15rem;}
.quick-view-desc{font-size:14px;line-height:1.55;}
.variation-attribute-group{padding:12px!important;border-radius:16px;}
.variation-group-title{font-size:0.9em;}
.variation-required{min-height:20px;font-size:10px;padding:0 8px;}
.variation-option-row{padding:16px 0!important;}
.variation-option-text{font-size:16px;}
.variation-option-row input[type=radio]{width:28px;height:28px;min-width:28px;}
.variation-option-row input[type=radio]:checked:after{inset:5px;}
.drink-item{display:grid;grid-template-columns:minmax(0,1fr);align-items:flex-start;gap:8px;}

.drink-controls{width:55%;margin-left:0;}
.drink-price-wrap{width:100%!important;margin-left:0;padding-left:0;text-align:left;}
.kb-qv-mainqty{min-height:62px;padding:6px;}
.kb-qv-mainqty-btn{width:46px;height:46px;flex-basis:46px;}
.kb-qv-mainqty-input{font-size:22px;}
.quick-view-submitbar{padding-top:10px;}
.add-to-cart-button{min-height:58px;border-radius:16px!important;font-size:.98rem;}
/* .cross-sell-item{flex:0 0 180px!important;width:180px!important;} */
}

@media (max-width:600px){
.xxyyzz-popup-content{width:95%;padding:20px;}
}

@media (max-width:560px){
.xq-popup-box{padding:16px;border-radius:16px;}
#pickup-store-choice>div>div{grid-template-columns:1fr!important;}
#pickup-store-choice a{justify-content:center!important;width:100%;}
}

@media (max-width:480px){
.order-mode-box{padding:18px 16px;border-radius:22px;}
.xq-popup-box{padding:18px 16px;border-radius:22px;}
.kb-popup-title{font-size:28px;}
.kb-popup-subtitle{font-size:14px;}
.pickup-store-btn{font-size:14px;}
#use-location-btn{font-size:14px;}
.mode-btn{font-size:14px;}
.kb-branch-title{font-size:18px;}
.xxyyzz-popup-content{padding:28px 22px;}
.xxyyzz-title{font-size:20px;}
}

@media (max-width:420px){
.quick-view-popup{width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;border-radius:0!important;padding:12px!important;}
.dotcom-quick-view-popup{width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;border-radius:0!important;padding:12px!important;}
#quick-view-modal{width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;border-radius:0!important;padding:12px!important;}
.mfp-content{width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;border-radius:0!important;padding:12px!important;}
.woocommerce-quick-view-content{width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;border-radius:0!important;padding:12px!important;}
.dialog-widget-content{width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;border-radius:0!important;padding:12px!important;}
.elementor-popup-modal .dialog-message{width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;border-radius:0!important;padding:12px!important;}
.quick-view-shell{--kb-edge:14px;}
.quick-view-shell .quick-view-top{gap:14px;}
.quick-view-head h2{font-size:1.42rem!important;}
.quick-view-badge{font-size:11px;padding:0 10px;}
.triggerReviewTuna{min-height:38px;padding:0 12px!important;font-size:13px;}
.kb-qv-toprail{gap:8px;}
.kb-qv-pill-fixed{min-height:36px;padding:0 10px;}
.kb-qv-pill-delta{min-height:36px;padding:0 10px;}
.kb-qv-pill-fixed-text{font-size:11px;}
.kb-qv-pill-delta-text{font-size:11px;}
}

@media (min-width:520px){
#kebabish-confirm-actions{grid-template-columns:1fr 1fr;}
#kebabish-confirm-yes{grid-column:1/-1;}
}

@media (max-width:360px){
#kebabish-confirm-box{padding:16px 14px 14px;}
#kebabish-confirm-title{font-size:17px;}
.kebabish-confirm-btn{padding:11px 12px;font-size:13px;}
}

@media (prefers-reduced-motion:reduce){
.xq-popup-box{animation:none;opacity:1;transform:none;}
.pickup-store-btn{transition:none;}
#pickup-store-choice a{transition:none;}
#xq-close{transition:none;}
}









/* .cross-sell-wrap{position:relative;overflow:hidden;margin-top:24px;padding:14px;border:1px solid var(--kb-line);border-radius:22px;background:#fff;box-shadow:0 8px 18px rgba(0,0,0,.04);} */
/* .cross-sell-wrap h4{margin:0 0 14px!important;padding:0!important;font-size:1.3rem!important;line-height:1.1;color:#111;font-weight:800;} */
/* .cross-sell-scrollhint{display:flex;align-items:center;gap:8px;justify-content:flex-end;margin:-2px 0 10px;font-size:11px;line-height:1;font-weight:800;color:var(--kb-muted);text-transform:uppercase;letter-spacing:.05em;}
.cross-sell-container{display:flex!important;gap:14px!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;scroll-behavior:smooth;padding:0 54px 10px 0!important;scrollbar-width:thin;}
.cross-sell-container::-webkit-scrollbar{height:8px;}
.cross-sell-container::-webkit-scrollbar-thumb{background:rgba(0,60,42,.18);border-radius:999px;}
.cross-sell-container::-webkit-scrollbar-track{background:rgba(0,0,0,.04);border-radius:999px;}
.cross-sell-item{display:inline-flex!important;flex-direction:column;vertical-align:top;width:230px!important;flex:0 0 230px!important;margin-right:0!important;background:linear-gradient(180deg,#fff,#fafafa)!important;border:1px solid #e6e6e6!important;border-radius:22px!important;padding:12px!important;box-shadow:0 10px 25px rgba(0,0,0,.06)!important;text-align:left!important;font-family:var(--kb-font)!important;white-space:normal!important;}
.cross-sell-item img{width:100%!important;aspect-ratio:1/1;object-fit:cover;border-radius:16px!important;display:block;}
.cross-sell-item-title{margin-top:10px;font-weight:800;font-size:.98rem;line-height:1.3;color:#111;}
.cross-sell-item-price{color:#666;font-size:.92rem;font-weight:600;margin-top:4px;}
.cross-sell-item .qty-row{margin-top:12px;display:flex;justify-content:center;align-items:center;gap:7px;}
.cross-sell-qty{width:56px!important;height:34px;text-align:center;padding:0 8px!important;font-size:.95rem!important;font-weight:800;border:1px solid #ddd!important;outline:none!important;border-radius:999px!important;background:#fff;color:#111;} */
/* .cross-sell-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;width:48px;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.94) 75%,#fff 100%);} */




/* .cross-sell-wrap {
    position: relative;
    margin-top: 30px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 24px;
} */

/* .cross-sell-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
} */

.cs-nav-btn {
    background: #f4f4f4;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    transition: 0.2s;
}

.cs-nav-btn:hover { background: #003c2a; color: #fff; }

/* .cross-sell-container {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding-bottom: 5px;
    scrollbar-width: none;
} */

/* .cross-sell-container::-webkit-scrollbar { display: none; } */

/* .cross-sell-item {
    flex: 0 0 210px; 
    scroll-snap-align: start;
    border: 1px solid #f0f0f0;
    border-radius: 18px;
    padding: 12px;
    text-align: center;
    background: #fff;
} */

/* Force the "0" to look like a placeholder dash if it's zero */
/* .cross-sell-qty[value="0"] { color: #ccc; } */





.kb-qv-mainqty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 16px 20px;
    border-radius: 24px;
    border: 1px solid #edf0f2;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    margin: 20px 0;
}

.kb-qv-mainqty-label {
    font-weight: 800;
    font-size: 15px;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.kb-qv-qty-selector {
    display: flex;
    align-items: center;
    background: #f4f6f8;
    padding: 4px;
    border-radius: 999px;
    border: 1px solid #ebebeb;
}

.kb-qv-mainqty-btn {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: thin solid #ccc;
    background: #fff;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.kb-qv-mainqty-btn:hover {
    background: var(--kb-green, #003c2a);
    color: #fff;
    transform: scale(1.1);
}

.kb-qv-mainqty-btn:active {
    transform: scale(0.95);
}

/* The Number Input */
.kb-qv-mainqty-input {
    width: 50px !important;
     height: 50px !important;
    border: none !important;
    background: transparent !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #111 !important;
    padding: 0 !important;
    margin: 0 5px !important;
    outline: none !important;
    pointer-events: none; /* User uses buttons only */
}

/* Hide Spinners */
.kb-qv-mainqty-input::-webkit-outer-spin-button,
.kb-qv-mainqty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Animation class for the number pop */
.qty-pop {
    animation: qtyPop 0.3s ease-out;
}

@keyframes qtyPop {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); color: var(--kb-green); }
    100% { transform: scale(1); }
}





@media (max-width: 767px) {
    /* Target all your specific IDs provided */
    #promos, #sweet, #rotirolls, #burgers, #bunnychow, 
    #chinese, #rice, #naans, #chicken, #lambz, 
    #mixedplatters, #popularz {
        scroll-margin-top:250px !important; /* This creates the 'gap' for the header */
    }
    
    html {
        scroll-behavior: smooth;
    }
}
















