/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.payment_method_stripe fieldset {
    border: 0;
    padding: 0;
    margin: 20px 0;
}

.wc_payment_methods {
    br {
        display: none;
    }
}

.wc-saved-payment-methods {
    padding: 0;
    list-style-type: none;
}

.woocommerce-table__product-name.product-name a {
    pointer-events: none;
}

.toggle-checkbox {
    cursor: pointer;
    margin: 0;
    width: 70px;
}

.toggle-checkbox [type="checkbox"] {
    position: absolute;
    visibility: hidden;
}

.toggle-checkbox [type="checkbox"]:checked+.toggle-switch {
    background: #34C759;
}

.toggle-checkbox [type="checkbox"]:checked+.toggle-switch:before {
    left: 40px;
}

.toggle-checkbox .toggle-switch {
    display: inline-block;
    background: #78788029;
    border-radius: 16px;
    width: 70px;
    height: 31px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

.toggle-checkbox .toggle-switch:before {
    content: "";
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left 0.25s;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
}

.upload-filename {
    background: var(--background-item);
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: var(--font-size-sm);
}