.oppio-subscribe .woocommerce-notice,
.oppio-subscribe .woocommerce-form-login,
.oppio-subscribe .woocommerce-info,
.oppio-subscribe .elementor-heading-title,
.logged-in.woocommerce-order-received .woocommerce-order {
    display: none !important;
}


.order-list {
    width: 280px;
}
@media screen and (max-width: 767px) {
    .custom__thankyou .thankyou-columns {
        flex-direction: column;
    }
    .order-list {
        width: 100%;
    }
}
