#payment-errors, .payment-errors {
    color: red;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.error {
    color: #B00000;
}

.error input {
    border: 1px solid red;
}

input.error {
    border: 1px solid red;
}

/**
====================================================================
Message Style
====================================================================

***/

.message {
    position: relative;
    padding: 60px 0px 20px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #ffffff;
}

.message:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(53, 155, 26, 0.6);
}

.message h1 {
    font-size: 48px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 800;
    color: #ffffff;
}

.message .bread-crumb {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.message .bread-crumb a {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
}

.message .bread-crumb a:hover {
    position: relative;
    color: #fb5e1c;
}

.message .auto-container {
    position: relative;
    z-index: 5;
}

.main-header .header-lower .outer-box {
    padding: 0;
}

.main-menu {
    float: right;
}

#apple-pay-button {
    display: none;
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 100%;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 100%;
    height: 44px;
    padding: 10px 0;
    border-radius: 10px;
}