.blog-wrap.grid .entry-meta-author {
    display: none;
}

.entry-format-date {
    display: none;
}

.entry-post-meta-wrap {
    display: none;
}

.blog-style-grid .entry-content-wrap h3 + .entry-excerpt {
    max-height: 5.2em;
    text-overflow: ellipsis;
    margin: 0;
}

.blog-style-grid .entry-content-wrap h3.entry-post-title {
    margin-bottom: 15px;
}

.m-0 {
    margin: 0;
}

.archive .woocommerce-info.text-red {
    color: red;
}

.archive .woocommerce-info.text-red a {
    color: red;
}

.archive .woocommerce-info.text-red a:hover {
    color: darkred;
}

.flex-container-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce-checkout .woocommerce-form-login-toggle > .woocommerce-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.woocommerce-checkout .woocommerce-form-login-toggle > .woocommerce-info::after {
    all: unset;
}

.woocommerce-form-login-toggle .portal-notice-title {
    flex: 1 0 100%;
    font-size: 2rem;
    margin-bottom: 5px;
}

.woocommerce-form-login-toggle .portal-notice-desc {
    flex: 1 0 100%;
}

.woocommerce-form-login-toggle .col {
    flex-basis: 20%;
}

.woocommerce-checkout .showlogin,
.woocommerce-checkout .tt-btn {
    display: block;
    background-color: #febc44;
    padding: 11px 30px;
    color: #fff;

    text-align: center;
}

.woocommerce-checkout .lost_reset_password {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

.input-text#coupon_code {
    min-width: 150px;
    text-align: center;
}

.woocommerce-checkout .select2-container:has(> .select2-dropdown) {
    margin-top: -32px;
}


/* START https://bo.rtmbusiness.nl/issues/8321 */

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    background-color: #6aa2bf;
    color: #fff;
}


/* Login/Register title margin top reset  */
:is(.woocommerce-account .woocommerce, .woocommerce-account.woocommerce) .login-title,
:is(.woocommerce-account .woocommerce, .woocommerce-account.woocommerce) .register-title {
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 15px;

    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    text-size-adjust: 100%;
    font-style: normal;
    letter-spacing: 0.7px;
    line-height: 39px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;

}

/* Login Title border */
.woocommerce-account .woocommerce .login-title:after,
.woocommerce-account .woocommerce .register-title:after {
    /* clear original style */
    border: 0 !important;
}

.woocommerce-account .woocommerce .login-title:after {
    border: 1px solid #febc44;
}

.woocommerce-account .woocommerce .register-title:after {
    background-color: #6aa2bf;
}

/** My Account (signed-out) **/
.woocommerce .login-title-wrapper,
.woocommerce .registration-title-wrapper {
    font-size: 100%;
    margin-top: 50px !important;
    margin-bottom: 0 !important;
    margin-left: auto;
    margin-right: auto;

    line-height: 1;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    border: 0;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    color: #fff;

    max-width: fit-content;
    min-width: 50%;
    text-align: center;
}

.woocommerce .login-title-wrapper {
    background-color: #febc44;
}

.woocommerce .registration-title-wrapper {
    background-color: #6aa2bf;
}

/* subtitle styles */
.woocommerce h3.login-subtitle,
.woocommerce h3.registration-subtitle {
    font-size: 100%;
    font-weight: 700;
    margin-bottom: 0;
}