.RO179 .woocommerce-message, .woocommerce-message {
    border-top: 1px solid #D2D4D6!important;
    border-bottom: 1px solid #D2D4D6!important;
    border-left: none!important;
    border-right: none!important;
    padding: 10px!important;
    color: #666!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.RO179 .woocommerce-error {
    border-top-width: 1px!important;
    border-bottom-width: 1px!important;
    border-left: none!important;
    border-right: none!important;
    padding: 10px!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.RO179 .woocommerce-success-wrapper .woocommerce-message + .woocommerce-message {
    /*padding-left: 35px !important;*/
    border-top: none !important;
}
.RO179 .woocommerce-success-wrapper .custom-message-text, .woocommerce-success-wrapper .custom-message-text, .RO179 .sp-inner {
    color: #666!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    /*align-self: stretch;*/
    flex-wrap: wrap;
}
.RO179 .woocommerce .woocommerce-message .button, .RO179 .woocommerce .woocommerce-message a {
    color: #00237E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    border-bottom: 0;
    display: none;
}

.RO179 .woocommerce-success-wrapper .custom-message-text svg, .RO179 .sp-inner svg {
    display: inline-block;
    vertical-align: text-top;
    flex-basis: 20px;
    flex-shrink: 0;
}
.RO179 .woocommerce-success-wrapper .custom-message-text > div:nth-of-type(1), .RO179 .sp-inner div:nth-of-type(1) {
    flex: 1 0 calc(20px - 100%);
}

.RO179  .sp-btn.button {
    border: 1px solid #EF4036!important;
    background: #FFF!important;
    color: #EF4036!important;

}
.sp-full {
    flex: 1 1 100%;
}


@media (min-width: 768px) {
    .RO179 .woocommerce .woocommerce-message .button, .RO179 .woocommerce .woocommerce-message a {
        display: block;
    }
    .RO179  .sp-btn.button {
        display: none!important;
    }
}
@media (max-width: 767px) {
    .RO179  .sp-btn.button {
        font-size: 12px!important;
        min-width: auto!important;
        padding: 10px 14px!important;
        line-height: 24px;
    }
    .RO179 .checkout-button.button.alt.wc-forward.cart-checkout-added-button{
        font-size: 12px!important;
        min-width: auto!important;
        padding: 10px 14px!important;
        line-height: 24px;
    }
    .btn-wrap {
        display: flex;
        gap: 10px;
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }
    .RO179 .woocommerce-success-wrapper {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }
}