.retrazos-cart-preview {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.retrazos-cart-item {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.retrazos-cart-item__image img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.retrazos-cart-item__info {
    flex: 1;
}

.retrazos-cart-item__name {
    font-weight: 700;
    font-size: 1rem;
    color: #111;
}

.retrazos-cart-item__price {
    font-weight: 700;
    font-size: 1rem;
    color: #111;
    white-space: nowrap;
}

.retrazos-cart-item__remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #999;
    flex-shrink: 0;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    text-decoration: none;
}

.retrazos-cart-item__remove:hover {
    background: #fff0f0;
    border-color: #e00;
    color: #e00;
}

.retrazos-cart-item__remove svg {
    width: 16px;
    height: 16px;
}


input#privacy_policy_checkbox {
    position: relative;
    width: 17px;
    margin: 0 10px 0;
}
.woocommerce-privacy-policy-text {
    font-size: 0.8rem;
    line-height: 1.2rem;
}
.payment_box.payment_method_ppcp-gateway {
    font-size: 0.8rem !important;
}

.woocommerce-page label {
    color: #000 !important;
    font-size: 0.8rem;
}

#payment {
    margin-bottom: 0 !important;
}

.payment_box.payment_method_bacs {
    font-size: 0.8rem;
    color: #000 !important;
}