.checkout-cart-index .message.notice {
    background: #a7033c;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    padding-left: 20px;
}
.checkout-cart-index .message.notice > :first-child::before {
    display: none;
}
.checkout-cart-index .checkout-methods-items .action.primary.disabled {
    background: #aeaeae;
    opacity: 1;
    border-color: #aeaeae;
}