:root{--kgh-primary:#1a1a2e;--kgh-accent:#4f6ef0;--kgh-success:#22c55e;--kgh-error:#ef4444;--kgh-warning:#f59e0b;--kgh-border:#e2e8f0;--kgh-bg:#f8fafc;--kgh-radius:8px;--kgh-shadow:0 2px 8px rgba(0,0,0,.08);}
.kgh-repair-form-wrap, .kgh-repair-my-appointments, .kgh-repair-appointment-detail, .kgh-repair-status-tracker{max-width:860px;margin:0 auto;font-size:15px;line-height:1.6;}
.kgh-repair-steps{display:flex;gap:4px;margin-bottom:32px;flex-wrap:wrap;}
.kgh-repair-step{display:flex;align-items:center;gap:6px;flex:1 1 auto;min-width:80px;padding:10px 8px;background:var(--kgh-bg);border:2px solid var(--kgh-border);border-radius:var(--kgh-radius);font-size:13px;color:#94a3b8;cursor:default;transition:all .15s;}
.kgh-repair-step__number{width:24px;height:24px;border-radius:50%;background:var(--kgh-border);display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:12px;flex-shrink:0;}
.kgh-repair-step.active{border-color:var(--kgh-primary);color:var(--kgh-primary);background:#fff;}
.kgh-repair-step.active .kgh-repair-step__number{background:var(--kgh-primary);color:#fff;}
.kgh-repair-step.completed{border-color:var(--kgh-success);color:var(--kgh-success);}
.kgh-repair-step.completed .kgh-repair-step__number{background:var(--kgh-success);color:#fff;}
.kgh-repair-form-step{display:none;background:#fff;border:1px solid var(--kgh-border);border-radius:var(--kgh-radius);padding:28px;box-shadow:var(--kgh-shadow);}
.kgh-repair-form-step.active{display:block;}
.kgh-repair-form-step h2{margin-top:0;font-size:20px;color:var(--kgh-primary);border-bottom:2px solid var(--kgh-border);padding-bottom:12px;margin-bottom:20px;}
.kgh-repair-form-nav{display:flex;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid var(--kgh-border);justify-content:space-between;}
.kgh-repair-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 22px;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;border:2px solid transparent;text-decoration:none;transition:all .15s;line-height:1;}
.kgh-repair-btn--primary{background:var(--kgh-primary);color:#fff;}
.kgh-repair-btn--primary:hover{background:#2a2a4e;color:#fff;}
.kgh-repair-btn--secondary{background:#fff;color:var(--kgh-primary);border-color:var(--kgh-primary);}
.kgh-repair-btn--secondary:hover{background:var(--kgh-bg);}
.kgh-repair-btn--ghost{background:transparent;color:#64748b;border-color:var(--kgh-border);}
.kgh-repair-btn--ghost:hover{background:var(--kgh-bg);}
.kgh-repair-btn--success{background:var(--kgh-success);color:#fff;padding:14px 32px;font-size:16px;}
.kgh-repair-btn--success:hover{background:#16a34a;color:#fff;}
.kgh-repair-btn--small{padding:6px 14px;font-size:13px;}
.kgh-repair-btn:disabled{opacity:.5;cursor:not-allowed;}
.kgh-repair-field{margin-bottom:18px;}
.kgh-repair-field label{display:block;font-weight:600;margin-bottom:6px;color:var(--kgh-primary);}
.kgh-repair-field input[type="text"],
.kgh-repair-field input[type="email"],
.kgh-repair-field input[type="number"],
.kgh-repair-field textarea, .kgh-repair-field select{width:100%;padding:10px 14px;border:1px solid var(--kgh-border);border-radius:6px;font-size:14px;box-sizing:border-box;transition:border-color .15s;}
.kgh-repair-field input:focus, .kgh-repair-field textarea:focus, .kgh-repair-field select:focus{border-color:var(--kgh-accent);outline:none;box-shadow:0 0 0 3px rgba(79,110,240,.1);}
.kgh-repair-field-row{display:grid;grid-template-columns:repeat(3, 1fr);gap:12px;}
.kgh-repair-help-text{font-size:13px;color:#64748b;margin-top:4px;}
.kgh-repair-required{color:var(--kgh-error);margin-left:2px;}
.kgh-repair-item-card{background:var(--kgh-bg);border:1px solid var(--kgh-border);border-radius:var(--kgh-radius);padding:20px;margin-bottom:16px;}
.kgh-repair-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;}
.kgh-repair-item-title{margin:0;font-size:16px;color:var(--kgh-primary);}
.kgh-repair-remove-item{background:none;border:1px solid var(--kgh-error);color:var(--kgh-error);padding:4px 10px;border-radius:4px;cursor:pointer;font-size:13px;}
.kgh-repair-radio-group{display:flex;flex-direction:column;gap:10px;}
.kgh-repair-radio{display:flex;align-items:flex-start;gap:10px;cursor:pointer;padding:12px;border:2px solid var(--kgh-border);border-radius:6px;transition:border-color .15s;}
.kgh-repair-radio:has(input:checked){border-color:var(--kgh-primary);background:#f0f4ff;}
.kgh-repair-radio input[type="radio"]{margin-top:2px;flex-shrink:0;}
.kgh-repair-fee-box{display:flex;flex-direction:column;align-items:center;padding:20px;border-radius:var(--kgh-radius);text-align:center;margin-top:16px;}
.kgh-repair-fee-box--paid{background:#fff7ed;border:2px solid var(--kgh-warning);}
.kgh-repair-fee-box--free{background:#f0fdf4;border:2px solid var(--kgh-success);}
.kgh-repair-fee-label{font-size:13px;color:#64748b;}
.kgh-repair-fee-amount{font-size:32px;font-weight:bold;color:var(--kgh-primary);margin:4px 0;}
.kgh-repair-fee-amount--free{color:var(--kgh-success);}
.kgh-repair-fee-note{font-size:13px;color:#64748b;}
.kgh-repair-loan-terms{background:#fff7ed;border:1px solid var(--kgh-warning);border-radius:var(--kgh-radius);padding:20px;margin-top:16px;}
.kgh-repair-loan-terms ul{padding-left:0;list-style:none;}
.kgh-repair-loan-terms li{margin-bottom:10px;}
.kgh-repair-checkbox{display:flex;align-items:flex-start;gap:10px;cursor:pointer;line-height:1.4;}
.kgh-repair-checkbox input[type="checkbox"]{margin-top:3px;width:16px;height:16px;flex-shrink:0;}
.kgh-repair-date-grid{display:flex;flex-wrap:wrap;gap:8px;padding:8px 0 16px;}
.kgh-repair-date-btn{display:flex;flex-direction:column;align-items:center;padding:10px 14px;border:2px solid var(--kgh-border);border-radius:var(--kgh-radius);background:#fff;cursor:pointer;min-width:70px;transition:all .15s;}
.kgh-repair-date-btn:hover{border-color:var(--kgh-accent);}
.kgh-repair-date-btn.selected{border-color:var(--kgh-primary);background:var(--kgh-primary);color:#fff;}
.kgh-date-day{font-size:11px;text-transform:uppercase;letter-spacing:1px;}
.kgh-date-num{font-size:22px;font-weight:bold;line-height:1;}
.kgh-date-month{font-size:12px;}
.kgh-repair-slot-grid{display:flex;flex-wrap:wrap;gap:10px;}
.kgh-repair-slot-btn{padding:10px 16px;border:2px solid var(--kgh-border);border-radius:6px;background:#fff;cursor:pointer;font-size:14px;transition:all .15s;}
.kgh-repair-slot-btn:hover{border-color:var(--kgh-accent);}
.kgh-repair-slot-btn.selected{background:var(--kgh-primary);color:#fff;border-color:var(--kgh-primary);}
.kgh-repair-terms-box{max-height:280px;overflow-y:auto;border:1px solid var(--kgh-border);border-radius:6px;padding:16px;background:var(--kgh-bg);font-size:14px;margin-bottom:20px;}
.kgh-repair-summary-table{width:100%;border-collapse:collapse;}
.kgh-repair-summary-table th, .kgh-repair-summary-table td{padding:10px 14px;border-bottom:1px solid var(--kgh-border);text-align:left;}
.kgh-repair-summary-table th{width:160px;color:#64748b;font-weight:500;}
.kgh-repair-status-badge{display:inline-block;padding:4px 12px;border-radius:20px;color:#fff;font-size:13px;font-weight:600;}
.kgh-repair-status-badge--large{padding:8px 20px;font-size:15px;}
.kgh-repair-table{width:100%;border-collapse:collapse;}
.kgh-repair-table th, .kgh-repair-table td{padding:10px 12px;border-bottom:1px solid var(--kgh-border);text-align:left;}
.kgh-repair-table th{background:var(--kgh-bg);font-size:13px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px;}
.kgh-repair-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;flex-wrap:wrap;gap:12px;}
.kgh-repair-ticket-number{font-size:22px;font-weight:bold;color:var(--kgh-primary);margin:4px 0 0;letter-spacing:1px;}
.kgh-repair-detail-card{background:#fff;border:1px solid var(--kgh-border);border-radius:var(--kgh-radius);padding:20px;margin-bottom:16px;box-shadow:var(--kgh-shadow);}
.kgh-repair-detail-card h3{margin-top:0;font-size:16px;color:var(--kgh-primary);border-bottom:1px solid var(--kgh-border);padding-bottom:10px;}
.kgh-repair-detail-list{display:grid;grid-template-columns:160px 1fr;gap:6px 12px;margin:0;}
.kgh-repair-detail-list dt{font-weight:600;color:#64748b;}
.kgh-repair-timeline{padding:8px 0;}
.kgh-repair-timeline-entry{display:flex;gap:14px;padding:12px 0;border-bottom:1px solid var(--kgh-border);}
.kgh-repair-timeline-dot{width:14px;height:14px;border-radius:50%;margin-top:3px;flex-shrink:0;}
.kgh-repair-timeline-date{font-size:12px;color:#94a3b8;margin-left:8px;}
.kgh-repair-timeline-note{font-size:13px;color:#64748b;margin:4px 0 0;}
.kgh-repair-photos{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;}
.kgh-repair-photo-thumb img{width:80px;height:80px;object-fit:cover;border-radius:4px;border:1px solid var(--kgh-border);}
.kgh-repair-photo-preview{position:relative;width:80px;height:80px;}
.kgh-repair-photo-preview img{width:80px;height:80px;object-fit:cover;border-radius:4px;}
.kgh-repair-photo-preview--loading{background:var(--kgh-bg);border:1px dashed var(--kgh-border);border-radius:4px;display:flex;align-items:center;justify-content:center;}
.kgh-remove-photo{position:absolute;top:-6px;right:-6px;background:var(--kgh-error);color:#fff;border:none;border-radius:50%;width:18px;height:18px;font-size:11px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;}
.kgh-repair-notice{padding:12px 16px;border-radius:6px;margin-bottom:16px;font-size:14px;}
.kgh-repair-notice--error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;}
.kgh-repair-notice--success{background:#f0fdf4;border:1px solid #bbf7d0;color:#14532d;}
.kgh-repair-notice--info {background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;}
.kgh-repair-field-message{margin-top:6px;font-size:13px;}
.kgh-field-msg--success{color:var(--kgh-success);}
.kgh-field-msg--error  {color:var(--kgh-error);}
.kgh-repair-login-prompt{text-align:center;padding:40px 20px;background:#fff;border:1px solid var(--kgh-border);border-radius:var(--kgh-radius);display:flex;flex-direction:column;align-items:center;gap:12px;}
.kgh-repair-input-row{display:flex;gap:8px;align-items:flex-start;}
.kgh-repair-input-row input{flex:1;}
.kgh-repair-ticket-search{max-width:480px;}
.kgh-repair-ticket-input{padding:10px 14px;border:1px solid var(--kgh-border);border-radius:6px;font-size:15px;flex:1;}
.kgh-repair-loading{color:#94a3b8;font-style:italic;}
.kgh-repair-free  {color:var(--kgh-success);font-weight:600;}
.kgh-repair-returned{color:var(--kgh-success);}
.kgh-repair-on-loan{color:var(--kgh-warning);}
.kgh-repair-empty{padding:40px;text-align:center;background:var(--kgh-bg);border-radius:var(--kgh-radius);}
@media(max-width:640px){
.kgh-repair-field-row { grid-template-columns: 1fr; }
.kgh-repair-detail-list { grid-template-columns: 1fr; }
.kgh-repair-detail-list dt { margin-top: 8px; }
.kgh-repair-steps { gap: 4px; }
.kgh-repair-step__label { display: none; }
.kgh-repair-form-step { padding: 16px; }
.kgh-repair-date-btn { min-width: 60px; padding: 8px; }
.kgh-date-num { font-size: 18px; }
.kgh-repair-form-nav { flex-direction: column; }
.kgh-repair-btn { width: 100%; justify-content: center; }
.kgh-repair-detail-header { flex-direction: column; }
}.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-wrap .woosb-summary{display:flex;align-items:center;justify-content:space-between;}
.woosb-wrap .woosb-summary .woosb-total{flex-grow:1;}
.woosb-products{border-width:1px 0 0 0;border-style:dotted;border-color:#e5e5e5;}
.woosb-products .woosb-item-text{padding:10px 0;margin:0;border-bottom:1px dotted #e5e5e5;}
.woosb-item-text-type-h1 > h1, .woosb-item-text-type-h2 > h2, .woosb-item-text-type-h3 > h3, .woosb-item-text-type-h4 > h4, .woosb-item-text-type-h5 > h5, .woosb-item-text-type-h6 > h6, .woosb-item-text-type-p > p{margin:0 !important;}
.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[data-exclude-unpurchasable="yes"] .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-name{display:block;overflow:hidden;}
.woosb-products .woosb-product .woosb-title .woosb-name a{text-decoration:none;box-shadow:none;}
.woosb-products .woosb-product .woosb-title .woosb-price{width:auto;flex:0 0 auto;text-align:inherit;}
.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 .value{line-height:1;}
.woosb-products .woosb-product .variations_form .variations .variation .value 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;margin:0;}
.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;}
.woosb-products[class*="woosb-products-layout-grid"]{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;border:none;}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-item-text{width:100%;margin:10px;padding:10px 0;}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product{width:calc(50% - 20px);margin:10px;padding:10px;border:1px solid #dddddd;font-size:14px;text-align:center;position:relative;display:flex;flex-direction:column;}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product:hover{border-color:green;}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product .woosb-name{font-weight:700;}
.woosb-products.woosb-products-layout-grid-1 .woosb-product{width:calc(100% - 20px);}
.woosb-products.woosb-products-layout-grid-3 .woosb-product{width:calc(100% / 3 - 20px);}
.woosb-products.woosb-products-layout-grid-4 .woosb-product{width:calc(25% - 20px);}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product > div{width:100% !important;flex:0 0 auto !important;text-align:center;margin-left:0;margin-right:0;padding-left:0;padding-right:0;margin-bottom:5px;}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product > div:last-child{margin-bottom:0;}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product select{text-align:center;}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product .variations_form .variations .reset{display:none;}
.woosb-cart-item-edit:before{content:'✎';display:inline-block;margin-right:5px;}
@media only screen and (max-width: 767px) {
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product{width:calc(50% - 20px);}
}
@media only screen and (max-width: 479px) {
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product{width:calc(100% - 20px);}
} body.rtl .woosb-alert {
padding: 6px 14px 6px 10px;
border-right: 4px solid #222;
border-left: none;
}