:root{--cc-primary:#0078d4;--cc-success:#107c10;--cc-danger:#d83b01;--cc-warning:#ca5010;--cc-purple:#5c2d91;--cc-bg:#f8fafc;--cc-card:#ffffff;--cc-border:#e2e8f0;--cc-text:#1e293b;--cc-muted:#64748b;--cc-radius:10px;--cc-shadow:0 2px 12px rgba(0,0,0,.08);--cc-font:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
.cc-wrap{font-family:var(--cc-font);color:var(--cc-text);max-width:900px;margin:0 auto;padding:0 16px 40px}
.cc-wrap *{box-sizing:border-box}
.cc-header{display:flex;align-items:center;gap:12px;padding:20px 0 12px;border-bottom:2px solid var(--cc-primary);margin-bottom:20px}
.cc-header h2{margin:0;font-size:22px;font-weight:700}
.cc-tabs{display:flex;gap:4px;margin-bottom:20px;border-bottom:2px solid var(--cc-border);overflow-x:auto;padding-bottom:2px}
.cc-tab-btn{background:none;border:none;padding:10px 16px;font-size:14px;font-weight:600;color:var(--cc-muted);cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;white-space:nowrap;transition:color .15s,border-color .15s;font-family:var(--cc-font)}
.cc-tab-btn:hover,.cc-tab-btn.active{color:var(--cc-primary);border-bottom-color:var(--cc-primary)}
.cc-pane{display:none;animation:cc-fade .15s ease}
.cc-pane.active{display:block}
@keyframes cc-fade{from{opacity:0;transform:translateY(4px)}to{opacity:1}}
.cc-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:20px}
.cc-stat-card{background:var(--cc-card);border:1px solid var(--cc-border);border-radius:var(--cc-radius);padding:16px;text-align:center;box-shadow:var(--cc-shadow)}
.cc-stat-val{font-size:28px;font-weight:700;line-height:1;margin-bottom:4px}
.cc-stat-lbl{font-size:12px;color:var(--cc-muted)}
.cc-box{background:var(--cc-card);border:1px solid var(--cc-border);border-radius:var(--cc-radius);padding:20px;margin-bottom:16px;box-shadow:var(--cc-shadow)}
.cc-box h3{margin:0 0 14px;font-size:16px;font-weight:700}
.cc-table{width:100%;border-collapse:collapse;font-size:14px}
.cc-table th{background:var(--cc-bg);padding:8px 12px;text-align:left;font-size:12px;font-weight:700;color:var(--cc-muted);text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid var(--cc-border)}
.cc-table td{padding:10px 12px;border-bottom:1px solid var(--cc-border);vertical-align:middle}
.cc-table tr:hover td{background:#f8fafc}
.cc-table tr:last-child td{border-bottom:none}
.cc-badge{display:inline-block;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase}
.cc-badge-green{background:#dcfce7;color:#166534}.cc-badge-blue{background:#dbeafe;color:#1e40af}.cc-badge-yellow{background:#fef9c3;color:#854d0e}.cc-badge-red{background:#fee2e2;color:#991b1b}.cc-badge-gray{background:#f1f5f9;color:#475569}
.cc-btn{display:inline-block;padding:9px 18px;border-radius:6px;font-size:14px;font-weight:600;border:none;cursor:pointer;text-decoration:none;transition:opacity .15s,transform .1s;font-family:var(--cc-font)}
.cc-btn:active{transform:scale(.97)}.cc-btn-primary{background:var(--cc-primary);color:#fff}.cc-btn-success{background:var(--cc-success);color:#fff}.cc-btn-danger{background:var(--cc-danger);color:#fff}.cc-btn-outline{background:transparent;color:var(--cc-primary);border:2px solid var(--cc-primary)}.cc-btn:hover{opacity:.88}.cc-btn:disabled{opacity:.5;cursor:not-allowed}.cc-btn-full{width:100%;text-align:center}
.cc-form-group{margin-bottom:14px}.cc-form-group label{display:block;font-size:13px;font-weight:600;margin-bottom:4px}
.cc-form-group input,.cc-form-group select,.cc-form-group textarea{width:100%;padding:9px 12px;border:1.5px solid var(--cc-border);border-radius:6px;font-size:14px;font-family:var(--cc-font);color:var(--cc-text);transition:border-color .15s}
.cc-form-group input:focus,.cc-form-group select:focus,.cc-form-group textarea:focus{outline:none;border-color:var(--cc-primary);box-shadow:0 0 0 3px rgba(0,120,212,.12)}
.cc-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(max-width:500px){.cc-form-row{grid-template-columns:1fr}}
.cc-alert{padding:12px 16px;border-radius:8px;font-size:14px;font-weight:500;margin-bottom:14px;display:flex;align-items:center;gap:8px}
.cc-alert-success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.cc-alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.cc-alert-info{background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}.cc-alert-warning{background:#fef9c3;color:#854d0e;border:1px solid #fde68a}
.cc-clock-status{text-align:center;padding:20px}
.cc-clock-time{font-size:52px;font-weight:700;letter-spacing:2px;font-variant-numeric:tabular-nums;line-height:1;margin-bottom:8px}
.cc-clock-date{font-size:16px;color:var(--cc-muted);margin-bottom:20px}
.cc-clock-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;border-radius:30px;font-size:15px;font-weight:700;margin-bottom:16px}
.cc-clock-badge.in{background:#dcfce7;color:#166534}.cc-clock-badge.out{background:#fee2e2;color:#991b1b}
.cc-clock-elapsed{font-size:24px;font-weight:700;color:var(--cc-primary);margin-bottom:20px}
.cc-qr-wrap{display:flex;flex-direction:column;align-items:center;gap:16px;padding:16px}
.cc-qr-video-wrap{width:280px;height:280px;border-radius:12px;overflow:hidden;border:3px solid var(--cc-primary);background:#000;position:relative;flex-shrink:0}
.cc-qr-video-wrap video{width:100%;height:100%;object-fit:cover}
.cc-qr-overlay{position:absolute;inset:0;pointer-events:none}
.cc-qr-corner{position:absolute;width:40px;height:40px;border-color:#fff;border-style:solid;opacity:.8}
.cc-qr-corner.tl{top:10px;left:10px;border-width:3px 0 0 3px}.cc-qr-corner.tr{top:10px;right:10px;border-width:3px 3px 0 0}.cc-qr-corner.bl{bottom:10px;left:10px;border-width:0 0 3px 3px}.cc-qr-corner.br{bottom:10px;right:10px;border-width:0 3px 3px 0}
.cc-qr-scan-line{position:absolute;left:10px;right:10px;height:2px;background:linear-gradient(90deg,transparent,#00ff88,transparent);animation:cc-scan 2s infinite}
@keyframes cc-scan{0%{top:10%}50%{top:85%}100%{top:10%}}
.cc-device-trust{background:#fef9c3;border:2px solid #fde68a;border-radius:10px;padding:20px;text-align:center}
.cc-otp-input{font-size:28px;letter-spacing:8px;text-align:center;width:160px;border:2px solid var(--cc-primary);border-radius:8px;padding:10px;font-weight:700}
.cc-vacc-slot{display:flex;align-items:center;gap:12px;padding:12px;border:1.5px solid var(--cc-border);border-radius:8px;cursor:pointer;transition:border-color .15s,background .15s;margin-bottom:8px}
.cc-vacc-slot:hover,.cc-vacc-slot.selected{border-color:var(--cc-primary);background:#dbeafe}
.cc-vacc-slot-time{font-size:18px;font-weight:700;min-width:50px;color:var(--cc-primary)}
.cc-vacc-slot-name{font-weight:600;font-size:14px}.cc-vacc-slot-sub{font-size:12px;color:var(--cc-muted)}
.cc-progress{background:var(--cc-border);border-radius:20px;height:8px;overflow:hidden}
.cc-progress-bar{height:100%;background:var(--cc-primary);border-radius:20px;transition:width .4s}
.cc-loader{display:inline-block;width:20px;height:20px;border:3px solid var(--cc-border);border-top-color:var(--cc-primary);border-radius:50%;animation:cc-spin .7s linear infinite;vertical-align:middle}
@keyframes cc-spin{to{transform:rotate(360deg)}}
.cc-empty{text-align:center;padding:40px 20px;color:var(--cc-muted);font-size:15px}
.cc-empty-icon{font-size:40px;display:block;margin-bottom:8px}
@media(max-width:600px){.cc-clock-time{font-size:36px}.cc-qr-video-wrap{width:240px;height:240px}.cc-box{padding:14px}}.wpfront-notification-bar{visibility:hidden;position:fixed;overflow:hidden;left:0;right:0;text-align:center;color:#fff;background-color:#000;z-index:99998}.wpfront-bottom-shadow{-webkit-box-shadow:0 5px 5px 0 rgba(0,0,0,0.75);-moz-box-shadow:0 5px 5px 0 rgba(0,0,0,0.75);box-shadow:0 5px 5px 0 rgba(0,0,0,0.75)}.wpfront-top-shadow{-webkit-box-shadow:0 -5px 5px 0 rgba(0,0,0,0.75);-moz-box-shadow:0 -5px 5px 0 rgba(0,0,0,0.75);box-shadow:0 -5px 5px 0 rgba(0,0,0,0.75)}.wpfront-notification-bar.wpfront-fixed{position:fixed;z-index:99998;width:100%;display:flex;align-content:center;align-items:center;justify-content:center;flex-direction:row}.wpfront-notification-bar.wpfront-fixed-position{z-index:99999}.wpfront-notification-bar.wpfront-fixed.load{visibility:visible;position:relative}.wpfront-notification-bar.top{top:0}.wpfront-notification-bar.bottom{bottom:0}.wpfront-notification-bar div.wpfront-close{position:absolute;top:3px;right:5px;cursor:pointer;font-family:Arial,sans-serif;font-weight:bold;line-height:0;font-size:10px;padding:5px 2px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.wpfront-notification-bar table,.wpfront-notification-bar tbody,.wpfront-notification-bar tr{margin:auto;border:0;padding:0;background:inherit}.wpfront-notification-bar td{background:inherit;vertical-align:middle;text-align:center;border:0;margin:0;padding:0;line-height:1em}.wpfront-notification-bar div.wpfront-div{display:inline-block;text-align:center;vertical-align:middle;padding:5px 0}.wpfront-notification-bar-editor a.wpfront-button,.wpfront-notification-bar a.wpfront-button{display:inline-block;box-shadow:0 1px 2px rgba(0,0,0,0.2);white-space:nowrap;font-size:13px;font-weight:bold;text-align:center;text-decoration:none;text-shadow:0 1px 1px rgba(0,0,0,0.3);cursor:pointer;padding:5px 10px;margin-left:5px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px}.wpfront-notification-bar-open-button{position:absolute;right:10px;z-index:99998;border:3px solid white;width:23px;height:30px;cursor:pointer;background-repeat:no-repeat;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.wpfront-notification-bar-open-button.hidden{display:none}.wpfront-notification-bar-open-button.top{top:0;background-position:top center;border-top:0;-webkit-border-top-right-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:0;-moz-border-radius-topleft:0;border-top-right-radius:0;border-top-left-radius:0}.wpfront-notification-bar-open-button.bottom{bottom:0;background-position:bottom center;border-bottom:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.wpfront-notification-bar-spacer{position:relative;z-index:99998}.wpfront-notification-bar-spacer.wpfront-fixed-position{z-index:99999}.wpfront-notification-bar-spacer.hidden{display:none}div.wpfront-message p{margin:0}.woosb-wrap {
display: block;
width: 100%;
clear: both;
}
.woosb-wrap .woosb-text, .woosb-wrap .woosb-products, .woosb-bundles .woosb-text, .woosb-bundles .woosb-products {
margin: 0 0 15px 0;
}
.woosb-wrap .woosb-text, .woosb-bundles .woosb-text {
white-space: pre-line;
}
.woosb-products {
border-width: 1px 0 0 0;
border-style: dotted;
border-color: #e5e5e5;
}
.woosb-products .woosb-product {
display: flex;
align-items: center;
padding: 10px 0;
margin: 0;
border-bottom: 1px dotted #e5e5e5;
}
.woosb-products .woosb-product.woosb-product-hidden {
display: none;
}
.woosb-products .woosb-product.woosb-product-unpurchasable {
display: none;
}
.woosb-products .woosb-product > div {
padding: 0 5px;
}
.woosb-products .woosb-product .woosb-thumb {
width: 50px;
flex: 0 0 50px;
}
.woosb-products .woosb-product .woosb-thumb img {
width: 100%;
max-width: 100%;
height: auto;
display: block;
}
.woosb-products .woosb-product .woosb-quantity {
width: 80px;
flex: 0 0 80px;
}
.woosb-products .woosb-product .woosb-quantity.woosb-quantity-plus-minus {
width: 130px;
flex: 0 0 130px;
}
.woosb-products .woosb-product .woosb-quantity label {
display: none;
}
.woosb-products .woosb-product .woosb-quantity input {
width: 100%;
min-width: 40px;
text-align: center;
}
.woosb-products .woosb-product .woosb-price {
width: 100px;
flex: 0 0 100px;
text-align: end;
}
.woosb-products .woosb-product .woosb-price * {
font-size: inherit !important;
}
.woosb-products .woosb-product .woosb-price del {
opacity: .5;
text-decoration: line-through;
}
.woosb-products .woosb-product .woosb-price del span {
text-decoration: line-through;
}
.woosb-products .woosb-product .woosb-price ins {
font-weight: normal;
}
.woosb-products .woosb-product .woosb-price .amount {
display: inline-block;
}
.woosb-products .woosb-product .woosb-title {
flex-grow: 1;
text-align: start;
}
.woosb-products .woosb-product .woosb-title .woosb-title-inner {
display: block;
overflow: hidden;
}
.woosb-products .woosb-product .woosb-title .woosb-title-inner a {
text-decoration: none;
box-shadow: none;
}
.woosb-products .woosb-product .woosb-title .woovr-variations-select .woovr-variation-image, .woosb-products .woosb-product .woosb-title .woovr-variations-select .woovr-variation-price {
display: none !important;
}
.woosb-products .woosb-product .variations_form {
margin: 0;
padding: 0;
}
.woosb-products .woosb-product .woosb-title .stock {
font-size: 14px;
margin: 0;
padding: 0;
}
.woosb-products .woosb-product .woosb-title .stock.in-stock {
color: green;
}
.woosb-products .woosb-product .woosb-title .stock.available-on-backorder {
color: orange;
}
.woosb-products .woosb-product .woosb-title .stock.out-of-stock {
color: red;
}
.woosb-products .woosb-product .woosb-description, .woosb-products .woosb-product .woosb-variation-description {
font-size: 14px;
}
.woosb-products .woosb-product .variations_form .variations {
display: inline-block;
margin: 0 -3px;
padding: 0;
}
.woosb-products .woosb-product .variations_form .variations .variation {
display: inline-block;
border-width: 1px;
border-style: solid;
border-color: #e5e5e5;
padding: 5px 10px;
margin: 5px 3px 0 3px;
max-width: 100%;
border-radius: 2px;
float: none;
vertical-align: top;
}
.woosb-products .woosb-product .variations_form .variations .variation > div {
display: block;
}
.woosb-products .woosb-product .variations_form .variations .reset {
display: inline-block;
}
.woosb-products .woosb-product .variations_form .variations .variation:last-child {
margin-bottom: 0;
}
.woosb-products .woosb-product .variations_form .variations .variation .label {
font-size: 12px;
line-height: 1;
}
.woosb-products .woosb-product .variations_form .variations .variation .select {
line-height: 1;
}
.woosb-products .woosb-product .variations_form .variations .variation .select select {
width: 100%;
height: auto;
line-height: 1;
padding: 0 16px 0 0;
margin: 0;
background-color: transparent;
border-radius: 0;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
outline: none;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNEQzN0Y2NTY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNEQzN0Y2NjY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY0RDM3RjYzNjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY0RDM3RjY0NjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pzgqpQAAADdJREFUeNpirKioWMDAwBDPgAoWMQGJLCC+hiR4HYgzQRLfgDgUSoNwCIhmgaq6BtXJCNMNEGAAbM0MK7OUU3AAAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-position: 100% 50%;
background-size: auto;
}
.woosb-products .woosb-product .variations_form .variations a.reset_variations {
margin: 0;
font-size: 12px;
}
.woosb-item-child .product-price .amount, .woosb-item-child .product-price .tax_label,
.woosb-item-child .product-subtotal .amount, .woosb-item-child .product-subtotal .tax_label,
.woosb-item-child .product-total .amount, .woosb-item-child .product-total .tax_label {
opacity: .3;
}
.woosb-alert {
padding: 6px 10px 6px 14px;
border-left: 4px solid #222;
background-color: #eeeeee;
font-size: 14px;
}
body.woocommerce-no-js .woosb-wrap + form.cart {
display: none;
}
.woosb-disabled {
opacity: .5 !important;
pointer-events: none !important;
cursor: not-allowed !important;
}
.woosb-quantity-input {
display: flex;
align-items: center;
}
.woosb-quantity-input .quantity {
flex-grow: 1;
height: auto;
}
.woosb-quantity-plus-minus .plus, .woosb-quantity-plus-minus .minus, .woosb-quantity-plus-minus .quantity-minus, .woosb-quantity-plus-minus .quantity-plus, .woosb-quantity-plus-minus .plus-btn, .woosb-quantity-plus-minus .minus-btn {
display: none !important;
}
.woosb-quantity-input-plus, .woosb-quantity-input-minus {
width: 40px;
height: 40px;
flex: 0 0 40px;
line-height: 38px;
text-align: center;
cursor: pointer;
background-color: #fefefe;
border: 1px solid #e5e5e5;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.woosb-quantity-input .woosb-qty {
width: 100%;
min-width: 40px;
height: 40px;
line-height: 38px;
margin: 0;
padding: 0 5px;
box-shadow: none;
border-width: 1px 0;
border-style: solid;
border-color: #e5e5e5;
border-radius: 0;
background-color: #fefefe;
-moz-appearance: textfield;
}
.woosb-quantity-input .woosb-qty:focus {
outline: none;
outline-color: transparent;
}
.woosb-quantity-input-plus:hover, .woosb-quantity-input-minus:hover {
background-color: #f0f0f0;
}
.woosb-quantity-input input::-webkit-outer-spin-button, .woosb-quantity-input input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
body.rtl .woosb-alert {
padding: 6px 14px 6px 10px;
border-right: 4px solid #222;
border-left: none;
}