.tps-bulk-delete-toolbar{display:flex;align-items:center;gap:16px;padding:10px 14px;margin-bottom:14px;background:#f5f5f0;border:1px solid #e0ddd5;border-radius:4px}.checkout-cart-index .cart.table-wrapper thead tr th.col.bulk-delete span{display:flex;align-items:center;gap:8px;cursor:pointer;margin:0;user-select:none}.tps-select-all-checkbox,.tps-item-checkbox{appearance:none;-webkit-appearance:none;width:14px;height:14px;min-width:14px;border:1px solid #b0a898;border-radius:3px;background:var(--site-white-color);transition:all .15s;position:relative;top:0 !important;margin:0 !important}.tps-select-all-checkbox:checked,.tps-item-checkbox:checked{background-color:var(--site-primary-teal-color);border-color:var(--site-primary-teal-color);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M1 4l3 3 5-6' stroke='%23fff' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.tps-bulk-delete-wrapper{width:70%;margin-bottom:15px}.tps-selected-count{font-size:13px;background:#e5efee;border:1px solid #c2deda;padding:6px 10px;border-radius:6px}.tps-bulk-actions{margin-left:auto}.tps-bulk-delete-btn{display:inline-flex;align-items:center;gap:6px;font-family:var(--site-body-font);font-size:15px;line-height:20px;font-weight:500;background:var(--site-button-color);color:var(--site-white-color);border-radius:6px;padding:5px 10px;border:none !important;height:38px}.tps-bulk-delete-btn:focus{background:var(--site-button-color);color:var(--site-white-color);outline:none}.tps-bulk-delete-btn:disabled{background:#aaa;cursor:not-allowed}.tps-trash-icon{display:none;font-size:15px;line-height:1}.col.tps-bulk-select{width:100%;max-width:120px;text-align:center;vertical-align:middle;padding:8px 6px}.tps-bulk-error-notice{margin-bottom:10px;padding:10px 16px;border-radius:4px}@media (hover:hover){.tps-bulk-delete-btn:hover{background:var(--site-dark-teal-color);color:var(--site-white-color);outline:none}}@media(max-width:992px){.tps-bulk-delete-wrapper{width:100%}}@media (max-width:480px){.tps-bulk-delete-toolbar{justify-content:space-between;flex-wrap:wrap;gap:8px;padding-inline:10px}.tps-bulk-actions{margin-left:0}.tps-selected-count{padding:6px 4px}.tps-bulk-delete-btn{font-size:13px;line-height:15px;padding:5px 10px;height:30px}}