/* Start custom CSS for shortcode, class: .elementor-element-fed7f6a */strong.product-quantity>span {
    color: white;
}

.c-col-4.sm-12.check-right, div#customer_details {
    width: 100% !important;
}


.woocommerce-checkout-review-order-table thead th.product-name::before {
    content: "Therapies";
    color: Black;
    font-weight: bold;
}

.woocommerce-checkout-review-order-table thead th.product-name {
    color: transparent;
}

@media(max-width:500px){
    strong.product-quantity {
    position: static;
    left: 75px;
    margin-bottom: 40%;
    }
}


.woocommerce-checkout-payment #place_order {
    width: 100%;
    font-weight: normal
}

.cart-prdtc-image {
    display: none !important;
}
strong.product-quantity {
    display: none !important;
}
.cart-prdtc-image {
    display: none !important;
}

.payment_box.payment_method_stripe {
    padding: 10px 0px !important;
}


th.product-name {
    visibility: hidden !important;
}

th.product-total {
    display: none !important;
}

dd.variation-AppointmentInfo {
    color: #000000;
}

dd.variation-AppointmentInfo p:nth-of-type(4),
dd.variation-AppointmentInfo p:nth-of-type(5) {
    display: none !important;
}

#place_order.button.alt {
    background-color: #4D0C5C;
    color: #ffffff;
    padding: 10px 24px;
    border: none;
    border-radius: 999px; /* Capsule shape */
    width: auto; /* Prevent full width */
    display: inline-block;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    margin: 20px auto;
}

/* Center the button */
.woocommerce-checkout button#place_order {
    display: block;
    margin-left: auto;
    margin-right: auto;
}/* End custom CSS */