form#order_review::before, form#order_review::after {
    content: '';
    display: table;
}

body.woocommerce-order-received h1.entry-title > span.consultation {
    display: none;
}

body.woocommerce-order-received h1.entry-title:first-letter {
    text-transform: capitalize;
}

body.woocommerce #primary,
body.woocommerce-checkout #primary {
    width: 100%;
    margin-top: 0;
}

.woocommerce-checkout .storefront-breadcrumb,
.woocommerce-order-received .storefront-breadcrumb {
    margin-bottom: 0;
}

.he-notice-wrap {
    margin-bottom: 2em;
    margin-top: 1em;
}

.he-notice {
    text-align: center;
    font-size: 18px;
    background-color: #13c313;
    color: #fff;
    border-radius: 8px;
    padding: 15px;
}

.he-notice a {
    color: #2941eaf5;
}

.he-notice p {
    margin: 0;
}

form.woocommerce-checkout input[readonly].input-text {
    border: none;
    background: #fff;
    box-shadow: none;
    padding-left: 0;
}

@media (min-width: 768px) {
    #o_review {
        width: 41.1764705882%;
        float: right;
        margin-right: 0;
        clear: right;
    }
}