#wcbigu-cs-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#wcbigu-cs-modal .wcbigu-cs-content {
    background: #fff;
    width: 500px;
    max-width: 95%;
    padding: 50px 20px;
    border-radius: 6px;
    margin: auto;
    position: relative;
    top: 30%;
}

#wcbigu-cs-modal .wcbigu-cs-content > h3, #wcbigu-cs-modal .wcbigu-cs-content > p {
    text-align: center;
}

.wcbigu-cs-product {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.wcbigu-cs-product .wcbigu-cs-checkbox, .wcbigu-cs-product .wcbigu-cs-product-name {
    float: left;
}

.wcbigu-cs-product .wcbigu-cs-product-name {
    margin: 0 0 0 10px;
}

.wcbigu-cs-product .wcbigu-cs-product-price {
    width: 100%;
    display: inline-block;
}

.wcbigu-cs-product .wcbigu-cs-qty {
    width: 60px;
    padding: 10px;
    text-align: end;
}

.wcbigu-cs-actions {
    text-align: right;
    margin-top: 15px;
}

.woocommerce-cart .wcbigu-cross-sell-text {
    font-size: 12px;
}

.woocommerce-cart .wcbigu-cross-sell-product {
    background: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--contrast);
    padding: 4px 6px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    margin-left: 5px;
}