.wuopenorders-search-item:hover{border-color:#ddd;box-shadow:0 1px 3px rgba(0,0,0,.04);}
.wuopenorders-search-item input[type=checkbox]{transform:scale(1.05);}
.wuopenorders-search-results{margin-top:6px;} .wuopenorders-highlight {
animation: wuopenordersFlash 2.4s ease-out;
}
@keyframes wuopenordersFlash {
0% { background: rgba(255, 230, 150, 0.85); }
100% { background: transparent; }
}
.wuopenorders-delta {
margin-top: 8px;
padding: 8px 10px;
border: 1px solid rgba(0,0,0,0.08);
border-radius: 8px;
font-size: 13px;
line-height: 1.4;
background: rgba(0,0,0,0.02);
} .wuopenorders-undo{
position: fixed;
left: 50%;
bottom: 24px;
transform: translateX(-50%);
z-index: 99999;
display: flex;
flex-direction: column;
gap: 10px;
background: #1f1f1f;
color: #fff;
padding: 12px 14px;
border-radius: 10px;
min-width: 320px;
max-width: min(720px, calc(100vw - 24px));
box-shadow: 0 12px 30px rgba(0,0,0,0.35);
animation: wuopenorders-toast-in 0.22s ease-out;
}
.wuopenorders-undo-content{
display:flex;
align-items:center;
gap: 12px;
}
.wuopenorders-btn-undo{
appearance: none;
border: none;
background: #d63638;
color: #fff;
padding: 7px 14px;
border-radius: 8px;
font-size: 13px;
font-weight: 700;
cursor: pointer;
transition: background .15s ease, transform .05s ease, opacity .15s ease;
}
.wuopenorders-btn-undo:hover{ background: #b32d2e; }
.wuopenorders-btn-undo:active{ transform: scale(0.97); }
.wuopenorders-btn-undo:disabled{ opacity: .75; cursor: not-allowed; }
.wuopenorders-undo-text{
color: rgba(255,255,255,0.86);
font-size: 13px;
line-height: 1.35;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.wuopenorders-undo-progress{
height: 4px;
width: 100%;
background: rgba(255,255,255,0.18);
border-radius: 999px;
overflow: hidden;
}
.wuopenorders-undo-progress > span{
display:block;
height: 100%;
width: 100%;
background: rgba(214,54,56,0.95);
border-radius: 999px;
transition: width .1s linear;
}
.wuopenorders-undo.is-paused .wuopenorders-undo-progress > span{
opacity: 0.65;
}
.wuopenorders-undo.is-paused{
box-shadow: 0 14px 34px rgba(0,0,0,0.42);
}
@keyframes wuopenorders-toast-in{
from{ opacity: 0; transform: translateX(-50%) translateY(12px); }
to{ opacity: 1; transform: translateX(-50%) translateY(0); }
}
.wuopenorders-undo.is-hiding{
animation: wuopenorders-toast-out 0.18s ease-in forwards;
}
@keyframes wuopenorders-toast-out{
to{ opacity: 0; transform: translateX(-50%) translateY(12px); }
} .wuopenorders-highlight {
animation: wuopenordersFlash 2.2s ease-out 1;
}
@keyframes wuopenordersFlash {
0% { background: rgba(255, 235, 59, 0.35); }
100% { background: transparent; }
}
.wuopenorders-thankyou-box {
margin: 18px 0;
padding: 16px;
border: 1px solid rgba(0,0,0,0.1);
border-radius: 12px;
background: rgba(0,0,0,0.02);
}
.wuopenorders-thankyou-box h3 { margin: 0 0 6px; }
.wuopenorders-thankyou-box .wuopenorders-thankyou-actions { margin-top: 10px; }
.wuopenorders-thankyou-box .button { margin-right: 8px; }
.wuopenorders-pulse {
animation: wuopenordersPulse 1.2s ease-out;
}
@keyframes wuopenordersPulse {
0% { box-shadow: 0 0 0 0 rgba(0,0,0,0.18); }
100% { box-shadow: 0 0 0 14px rgba(0,0,0,0); }
} .wuopenorders-search-item-thumb img{
width:44px;
height:44px;
object-fit:cover;
border-radius:8px;
display:block;
} .wuopenorders-thankyou-recos{margin-top:14px;}
.wuopenorders-thankyou-recos-title{font-weight:600;margin-bottom:10px;}
.wuopenorders-thankyou-recos-grid{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
gap:12px;
}
.wuopenorders-thankyou-reco{
border:1px solid rgba(0,0,0,0.08);
border-radius:12px;
padding:10px;
background:#fff;
}
.wuopenorders-thankyou-reco img{max-width:100%;height:auto;border-radius:10px;display:block;margin-bottom:8px;}
.wuopenorders-thankyou-reco .price{font-weight:600;} .wuopenorders-btn{
display:inline-flex;
align-items:center;
justify-content:center;
gap:8px;
padding:10px 14px;
border-radius:10px;
border:1px solid rgba(0,0,0,.15);
background:#fff;
color:#222;
font-weight:600;
cursor:pointer;
}
.wuopenorders-btn:hover{ background:rgba(0,0,0,.03); }
.wuopenorders-btn:disabled{ opacity:.6; cursor:not-allowed; }
.wuopenorders-btn-primary{
background:#111;
color:#fff;
border-color:#111;
}
.wuopenorders-btn-primary:hover{ background:#000; }
.wuopenorders-btn-secondary{
background:#fff;
color:#111;
border-color:rgba(0,0,0,.25);
}
.wuopenorders-modal-item-desc{
margin-top:4px;
font-size:13px;
line-height:1.35;
color:#555;
}
.wuopenorders-modal-item-desc .woocommerce-Price-amount{ font-weight:600; } .wuopenorders-searching,
.wuopenorders-searching-inline{
display:flex;
align-items:center;
gap:8px;
padding:10px 12px;
border:1px solid rgba(0,0,0,0.08);
border-radius:10px;
background: rgba(0,0,0,0.02);
color:#555;
font-size:13px;
margin-top:8px;
}
.wuopenorders-searching-inline{
margin-top:0;
margin-bottom:8px;
}
.wuopenorders-spinner{
width:14px;
height:14px;
border-radius:50%;
border:2px solid rgba(0,0,0,0.18);
border-top-color: rgba(0,0,0,0.55);
display:inline-block;
animation: wuopenordersSpin 0.8s linear infinite;
}
@keyframes wuopenordersSpin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
} .wuopenorders-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:flex-start;justify-content:center;}
.wuopenorders-modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.55);opacity:0;transition:opacity .18s ease;}
.wuopenorders-modal__panel{position:relative;margin:5vh auto 0;max-width:1040px;width:calc(100% - 28px);background:#fff;border-radius:16px;box-shadow:0 18px 50px rgba(0,0,0,.28);padding:0;overflow:hidden;transform:translateY(12px) scale(.98);opacity:0;transition:transform .18s ease, opacity .18s ease;}
.wuopenorders-modal__close{position:absolute;top:10px;right:10px;width:38px;height:38px;border-radius:12px;border:1px solid rgba(0,0,0,.12);background:#fff;cursor:pointer;font-size:22px;line-height:1;z-index:2;}
.wuopenorders-modal__close:hover{background:rgba(0,0,0,.04);}
.wuopenorders-modal__body{max-height:80vh;overflow:auto;} .wuopenorders-qv-product{padding:18px;}
.wuopenorders-qv-inner{display:flex;gap:26px;align-items:flex-start;}
.wuopenorders-qv-images{flex:0 0 44%;max-width:44%;}
.wuopenorders-qv-summary{flex:1 1 auto;min-width:0;} .wuopenorders-qv-images img{max-width:100%;height:auto;display:block;border-radius:14px;}
.wuopenorders-qv-images .woocommerce-product-gallery{width:100%;}
.wuopenorders-qv-images .woocommerce-product-gallery__wrapper{margin:0;} .wuopenorders-qv-summary .product_title{margin:0 0 10px;font-size:28px;line-height:1.15;}
.wuopenorders-qv-summary .price{margin:0 0 12px;font-size:18px;}
.wuopenorders-qv-summary .woocommerce-product-details__short-description{margin:10px 0 14px;color:#555;} .wuopenorders-qv-summary form.cart{margin-top:14px;}
.wuopenorders-qv-summary table.variations{margin-bottom:10px;}
.wuopenorders-qv-summary .single_add_to_cart_button{min-height:44px;padding:12px 18px;border-radius:12px;} @media (max-width:860px){
.wuopenorders-qv-inner{flex-direction:column;}
.wuopenorders-qv-images{flex:0 0 auto;max-width:100%;}
.wuopenorders-modal__panel{margin:3vh auto 0;}
.wuopenorders-qv-product{padding:14px;}
.wuopenorders-qv-summary .product_title{font-size:22px;}
} .wuopenorders-modal.is-open{display:flex;}
.wuopenorders-modal.is-open .wuopenorders-modal__overlay{opacity:1;}
.wuopenorders-modal.is-open .wuopenorders-modal__panel{transform:none;opacity:1;} .wuopenorders-result{border:1px solid rgba(0,0,0,.08);border-radius:10px;margin:8px 0;background:#fff;}
.wuopenorders-result-row{display:flex;align-items:center;gap:12px;padding:10px 12px;}
.wuopenorders-result-main{display:flex;align-items:center;gap:10px;flex:1;min-width:0;cursor:pointer;}
.wuopenorders-result-thumb{width:44px;flex:0 0 44px;}
.wuopenorders-result-thumb img{width:44px;height:44px;object-fit:cover;border-radius:8px;display:block;}
.wuopenorders-result-meta{min-width:0;}
.wuopenorders-result-title{font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.wuopenorders-result-price{color:#666;font-size:12px;margin-top:2px;}
.wuopenorders-result-actions{flex:0 0 auto;}
.wuopenorders-result-accordion{padding:10px 12px 14px;border-top:1px solid rgba(0,0,0,.06);background:rgba(0,0,0,.01);}
.wuopenorders-acc-loading,.wuopenorders-acc-error{padding:8px 0;color:#666;}
.wuopenorders-inline-msg{margin:0 0 8px;padding:8px 10px;border-radius:8px;background:#fff3cd;border:1px solid #ffeeba;color:#856404;}
.wuopenorders-inline-config .wuopenorders-inline-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:10px;}
.wuopenorders-inline-config table.variations{width:100%;margin:0 0 10px;}
.wuopenorders-inline-config table.variations td.value select{max-width:100%;} .wuopenorders-thankyou-box{
border-radius: 14px;
border: 1px solid rgba(0,0,0,0.08);
box-shadow: 0 4px 16px rgba(0,0,0,0.06);
overflow: hidden;
}
.wuopenorders-thankyou-box__inner{
padding: 16px 16px 14px;
}
.wuopenorders-thankyou-head{
display:flex;
flex-direction:column;
gap: 6px;
}
.wuopenorders-thankyou-title{
font-size: 16px;
font-weight: 800;
line-height: 1.25;
}
.wuopenorders-thankyou-sub{
color: rgba(0,0,0,0.65);
font-size: 13px;
}
.wuopenorders-thankyou-products{
margin-top: 12px;
}
.wuopenorders-thankyou-products ul.products{
display:grid;
grid-template-columns: repeat(4, minmax(0,1fr));
gap: 12px;
}
@media (max-width: 900px){
.wuopenorders-thankyou-products ul.products{
grid-template-columns: repeat(2, minmax(0,1fr));
}
}
.wuopenorders-thankyou-products li.product{
border: 1px solid rgba(0,0,0,0.06);
border-radius: 12px;
padding: 10px;
background: #fff;
}
.wuopenorders-thankyou-products li.product a{
text-decoration:none;
}
.wuopenorders-thankyou-products li.product img{
border-radius: 10px;
}
.wuopenorders-thankyou-actions .button{
border-radius: 12px;
padding: 10px 14px;
font-weight: 700;
} .wuopenorders-highlight {
animation: wuopenordersFlash 6.5s ease-out;
outline: 2px solid rgba(46, 204, 113, .55);
border-radius: 4px;
}
@keyframes wuopenordersFlash {
0% { background: rgba(46, 204, 113, .18); }
100% { background: transparent; }
} .wuopenorders-undo-bar{
display:flex;
align-items:center;
gap:8px;
padding:8px 10px;
border:1px dashed #c3c4c7;
border-radius:6px;
background:#fff;
}
.wuopenorders-undo-time{ opacity:.75; }
.wuopenorders-disabled{
display:flex;
align-items:flex-start;
gap:12px;
margin:0 0 16px;
padding:15px 16px;
border:1px solid #efe2cc;
border-radius:16px;
background:#fffaf2;
color:#4f4335;
box-shadow:0 10px 28px rgba(88,61,26,.06);
}
.wuopenorders-disabled__icon{
width:28px;
height:28px;
flex:0 0 28px;
display:inline-flex;
align-items:center;
justify-content:center;
border-radius:999px;
background:#f5ead9;
color:#7a5526;
font-size:14px;
font-weight:850;
line-height:1;
font-style:normal;
}
.wuopenorders-disabled__content{min-width:0;}
.wuopenorders-disabled strong{
display:block;
margin:0 0 4px;
color:#352c22;
font-size:14px;
font-weight:850;
line-height:1.35;
}
.wuopenorders-disabled span{
display:block;
color:#6f6255;
font-size:13px;
line-height:1.55;
} .wuopenorders-cart-notice{
--wuoo-ink:var(--wuoo-cart-ink,#111111);
--wuoo-muted:var(--wuoo-cart-muted,#6f6a63);
--wuoo-soft:var(--wuoo-cart-muted,#8a8175);
--wuoo-line:var(--wuoo-cart-line,#e9e1d6);
--wuoo-cream:var(--wuoo-cart-icon-bg,#f7efe5);
display:grid;
grid-template-columns:auto minmax(260px,1fr) auto;
align-items:center;
column-gap:18px;
margin:0 0 24px;
padding:12px 16px;
border:1px solid var(--wuoo-line);
border-radius:12px;
background:var(--wuoo-cart-bg,#fff);
box-shadow:0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
color:var(--wuoo-ink);
}
.wuopenorders-cart-notice__icon{
width:50px;
height:50px;
border-radius:999px;
display:flex;
align-items:center;
justify-content:center;
align-self:center;
flex:0 0 50px;
background:var(--wuoo-cream);
color:#1a1713;
border:1px solid var(--wuoo-line);
font-size:20px;
font-weight:800;
}
.wuopenorders-icon,
.wuopenorders-step-icon{
display:inline-flex;
align-items:center;
justify-content:center;
}
.wuopenorders-icon svg,
.wuopenorders-step-icon svg,
.wuopenorders-cart-notice__icon svg,
.wuopenorders-product-floater__close svg{
width:100%;
height:100%;
display:block;
stroke:currentColor;
}
.wuopenorders-cart-notice__icon svg{
width:26px!important;
height:26px!important;
}
.wuopenorders-panel{
scroll-margin-top:90px;
}
.wuopenorders-cart-notice__content{
min-width:0;
max-width:560px;
}
.wuopenorders-cart-notice__content strong{
display:block;
font-size:16px;
line-height:1.45;
margin-bottom:8px;
font-weight:850;
letter-spacing:-.01em;
color:var(--wuoo-ink);
}
.wuopenorders-cart-notice__content span{
display:block;
font-size:13px;
color:var(--wuoo-soft);
line-height:1.65;
}
.wuopenorders-cart-notice__actions{
display:flex;
flex-direction:column;
align-items:stretch;
gap:12px;
justify-content:center;
min-width:228px;
}
.wuopenorders-cart-notice__actions .button,
.wuopenorders-cart-notice__actions a.button,
.wuopenorders-cart-notice__actions button.button{
display:inline-flex!important;
align-items:center;
justify-content:center;
width:100%;
min-height:48px;
padding:0 18px!important;
border-radius:var(--wuoo-cart-button-radius,12px)!important;
font-size:14px!important;
font-weight:850!important;
line-height:1.2!important;
text-decoration:none!important;
box-shadow:none!important;
transition:transform .14s ease, opacity .14s ease, background .14s ease, color .14s ease, border-color .14s ease;
}
.wuopenorders-cart-notice__actions .button.alt,
.wuopenorders-cart-notice__actions a.button.alt,
.wuopenorders-cart-notice__actions button.button.alt{
border:1px solid var(--wuoo-cart-primary-bg,#111)!important;
background:var(--wuoo-cart-primary-bg,#111)!important;
color:var(--wuoo-cart-primary-text,#fff)!important;
}
.wuopenorders-cart-notice__actions .button.alt:hover,
.wuopenorders-cart-notice__actions a.button.alt:hover,
.wuopenorders-cart-notice__actions button.button.alt:hover{
background:#000!important;
border-color:#000!important;
transform:translateY(-1px);
}
.wuopenorders-cart-notice__actions a.button:not(.alt){
border:1px solid var(--wuoo-cart-secondary-text,#111)!important;
background:var(--wuoo-cart-secondary-bg,#fff)!important;
color:var(--wuoo-cart-secondary-text,#111)!important;
}
.wuopenorders-cart-notice__actions a.button:not(.alt):hover{
background:#f7f4ef!important;
transform:translateY(-1px);
}
.wuopenorders-cart-notice__msg{
grid-column:2 / 4;
font-size:13px;
color:#111;
font-weight:700;
min-height:18px;
}
.wuopenorders-product-floater{
--wuoo-ink:var(--wuoo-floater-ink,#111111);
--wuoo-muted:var(--wuoo-floater-muted,#6b665f);
--wuoo-soft:var(--wuoo-floater-muted,#8a8175);
--wuoo-line:var(--wuoo-floater-line,#eadfd2);
--wuoo-panel:var(--wuoo-floater-bg,#ffffff);
--wuoo-cream:var(--wuoo-floater-badge-bg,#f2e3d2);
--wuoo-cream-2:var(--wuoo-floater-component-bg,#fbf6ef);
position:fixed;
z-index:99990;
width:min(392px,calc(100vw - 32px));
padding:20px 22px 22px;
border:1px solid var(--wuoo-line);
border-radius:24px;
background:var(--wuoo-panel);
box-shadow:0 28px 70px rgba(18,15,11,.15), 0 2px 10px rgba(18,15,11,.05);
color:var(--wuoo-ink);
font-family:inherit;
text-align:left;
backdrop-filter:none;
}
.wuopenorders-product-floater--bottom_right{right:22px;bottom:22px;}
.wuopenorders-product-floater--bottom_left{left:22px;bottom:22px;}
.wuopenorders-product-floater.is-hidden{display:none!important;}
.wuopenorders-product-floater__top{
display:flex;
align-items:center;
justify-content:space-between;
gap:12px;
margin-bottom:14px;
}
.wuopenorders-product-floater__close{
position:static!important;
width:34px!important;
min-width:34px!important;
height:34px!important;
min-height:34px!important;
padding:0!important;
margin:0!important;
border:1px solid var(--wuoo-line)!important;
border-radius:999px!important;
background:rgba(17,17,17,.045)!important;
color:#1d1a17!important;
cursor:pointer;
font-size:0!important;
font-weight:400!important;
line-height:1!important;
text-indent:0!important;
opacity:1!important;
visibility:visible!important;
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
box-shadow:none!important;
appearance:none!important;
-webkit-appearance:none!important;
transition:background .15s ease, color .15s ease, border-color .15s ease, transform .15s ease;
}
.wuopenorders-product-floater__close svg{
width:18px!important;
min-width:18px!important;
height:18px!important;
min-height:18px!important;
display:block!important;
opacity:1!important;
visibility:visible!important;
color:currentColor!important;
stroke:currentColor!important;
fill:none!important;
pointer-events:none!important;
}
.wuopenorders-product-floater__close svg path{stroke:currentColor!important;}
.wuopenorders-product-floater__close:hover,
.wuopenorders-product-floater__close:focus{
background:#f5f0ea!important;
border-color:#dacbb8!important;
color:#000!important;
transform:translateY(-1px);
outline:none!important;
}
.wuopenorders-product-floater__close:focus-visible{box-shadow:0 0 0 3px rgba(96,73,49,.16)!important;}
.wuopenorders-product-floater__eyebrow{
display:inline-flex;
align-items:center;
gap:7px;
margin:0;
padding:7px 12px;
border:0;
border-radius:999px;
background:var(--wuoo-cream);
color:var(--wuoo-floater-badge-text,#6b4a2d);
font-size:11px;
font-weight:900;
line-height:1;
letter-spacing:.08em;
text-transform:uppercase;
}
.wuopenorders-product-floater__title{
display:block;
margin:0 0 10px;
padding-right:0;
font-size:19px;
line-height:1.25;
font-weight:850;
letter-spacing:-.02em;
color:var(--wuoo-ink);
}
.wuopenorders-product-floater__text{
margin:0 0 12px;
color:var(--wuoo-muted);
font-size:14px;
line-height:1.62;
}
.wuopenorders-product-floater__deadline{
display:flex;
align-items:center;
gap:8px;
margin:0 0 17px;
color:#27231f;
font-size:13px;
line-height:1.4;
}
.wuopenorders-product-floater__deadline .wuopenorders-icon--clock{
width:18px;
height:18px;
flex:0 0 18px;
color:#111;
}
.wuopenorders-product-floater__actions{display:grid;grid-template-columns:1fr;gap:10px;margin:0 0 13px;}
.wuopenorders-product-floater__primary,
.wuopenorders-product-floater__secondary{
width:100%;
min-height:48px;
padding:13px 16px;
border-radius:var(--wuoo-floater-button-radius,9px);
font-size:14px;
font-weight:850;
line-height:1.2;
text-align:center;
text-decoration:none!important;
cursor:pointer;
transition:transform .14s ease, opacity .14s ease, background .14s ease, color .14s ease, border-color .14s ease;
box-shadow:none!important;
}
.wuopenorders-product-floater__primary{
border:1px solid var(--wuoo-floater-primary-bg,#080808);
background:var(--wuoo-floater-primary-bg,#080808);
color:var(--wuoo-floater-primary-text,#fff);
}
.wuopenorders-product-floater__primary:hover{background:#000;color:#fff;transform:translateY(-1px);}
.wuopenorders-product-floater__primary:disabled{opacity:.7;cursor:not-allowed;transform:none;}
.wuopenorders-product-floater__secondary{
display:flex;
align-items:center;
justify-content:center;
border:1px solid var(--wuoo-floater-secondary-text,#161616);
background:var(--wuoo-floater-secondary-bg,#fff);
color:var(--wuoo-floater-secondary-text,#111);
}
.wuopenorders-product-floater__secondary:hover{background:#f7f4ef;color:#111;transform:translateY(-1px);}
.wuopenorders-product-floater__note{
margin:2px 10px 15px;
color:var(--wuoo-soft);
font-size:12px;
line-height:1.55;
text-align:center;
}
.wuopenorders-product-floater__steps{
display:grid;
grid-template-columns:1fr auto 1fr auto 1fr;
align-items:center;
gap:8px;
padding:14px 12px;
border:1px solid var(--wuoo-line);
border-radius:14px;
background:linear-gradient(180deg,#fff,var(--wuoo-floater-component-bg,#fffaf5));
}
.wuopenorders-product-floater__steps span{
display:flex;
flex-direction:column;
align-items:center;
justify-content:flex-start;
gap:6px;
min-width:0;
color:#4c453d;
font-size:11px;
font-weight:700;
line-height:1.2;
text-align:center;
}
.wuopenorders-product-floater__steps i{
width:30px;
height:30px;
display:inline-flex;
align-items:center;
justify-content:center;
border-radius:999px;
background:#f1dfca;
color:#111;
font-style:normal;
font-size:15px;
box-shadow:inset 0 0 0 1px rgba(80,55,32,.06);
}
.wuopenorders-product-floater__steps i svg{width:16px;height:16px;}
.wuopenorders-product-floater__steps b{
color:#9a9084;
font-weight:500;
font-size:16px;
}
.wuopenorders-product-floater__msg{
margin-top:12px;
font-size:13px;
font-weight:800;
color:#111;
min-height:18px;
text-align:center;
}
.wuopenorders-confirm-overlay{
position:fixed;
inset:0;
z-index:100000;
display:flex;
align-items:center;
justify-content:center;
padding:20px;
background:rgba(17,17,17,.38);
backdrop-filter:blur(4px);
}
.wuopenorders-confirm-overlay.is-hiding{opacity:.01;transition:opacity .12s ease;}
.wuopenorders-confirm-box{
width:min(430px,100%);
padding:24px;
border-radius:22px;
border:1px solid #eadfd2;
background:#fff;
box-shadow:0 32px 80px rgba(18,15,11,.24);
}
.wuopenorders-confirm-message{font-size:17px;line-height:1.5;font-weight:850;color:#111;margin:0 0 20px;letter-spacing:-.01em;}
.wuopenorders-confirm-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;}
.wuopenorders-confirm-actions .button{
border-radius:10px!important;
min-height:42px;
padding:10px 16px!important;
font-weight:800!important;
}
.wuopenorders-confirm-actions .button-primary,
.wuopenorders-confirm-actions .button.alt{
background:#111!important;
border-color:#111!important;
color:#fff!important;
}
@media (max-width: 760px){
.wuopenorders-cart-notice{
grid-template-columns:1fr;
align-items:flex-start;
padding:14px 16px 16px;
}
.wuopenorders-cart-notice__icon{width:46px;height:46px;flex-basis:46px;}
.wuopenorders-cart-notice__content{max-width:none;}
.wuopenorders-cart-notice__actions{width:100%;min-width:0;}
.wuopenorders-cart-notice__msg{grid-column:auto;}
}
@media (max-width: 600px){
.wuopenorders-product-floater[data-mobile="no"]{display:none!important;}
.wuopenorders-product-floater{left:12px!important;right:12px!important;bottom:12px;width:auto;}
}@font-face{font-family:"FontAwesomePB";src:url(//fruqt.ro/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-615.eot);src:url(//fruqt.ro/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-615.eot?#iefix) format("embedded-opentype"),url(//fruqt.ro/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-615.woff2) format("woff2"),url(//fruqt.ro/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-615.woff2) format("woff"),url(//fruqt.ro/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-615.ttf) format("truetype"),url(//fruqt.ro/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-615.svg#fapbregular) format("svg");font-weight:normal;font-style:normal}.bundled_table_item .product-name,.bundled_table_item .product-price,.bundled_table_item:not(.order_item) .product-quantity,.bundled_table_item .product-subtotal,.bundled_table_item .product-total{font-size:.875em}.bundled_table_item .bundled_table_item_indent{padding-left:32px}.woocommerce .bundled_table_item td.product-name dl.variation,.woocommerce-page .bundled_table_item td.product-name dl.variation,.bundled_table_item td.product-name .wc-item-meta{font-size:100%}.bundled_table_item,.bundled_table_item td{border-top:none !important;border-bottom:none !important}.bundle_table_item,.bundle_table_item td{border-bottom:none !important}.bundled_table_item_price,.bundled_table_item_subtotal{white-space:nowrap}.bundled_table_item_price:after,.bundled_table_item_subtotal:after{font-family:"FontAwesomePB";font-size:1rem;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-transform:rotate(90deg) ;transform:rotate(90deg) ;content:"" ;margin:0 2px 0 12px;opacity:.25}dt.bundled_title_meta,.bundled_notice{margin:12px 0 5px}a.edit_bundle_in_cart_text{color:#888;font-weight:normal;text-decoration:none}a.edit_bundle_in_cart_text:hover small{text-decoration:underline}.wcsatt-add-cart-to-subscription-options .bundled_table_item{font-size:.875em}.wcsatt-add-cart-to-subscription-options .bundled_table_item:after{font-family:"FontAwesomePB";display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-transform:rotate(90deg) ;transform:rotate(90deg) ;content:"" ;margin:0 2px 0 12px;opacity:.25}.wc-block-order-confirmation-totals__table tr.bundled_table_item.no_line_subtotal td.wc-block-order-confirmation-totals__total{visibility:hidden}.woocommerce-table--order-details tr.bundled_table_item.no_line_subtotal td.woocommerce-table__product-total.product-total{visibility:hidden}#order_review tr.bundled_table_item.no_line_subtotal td.product-subtotal{visibility:hidden}