#brippoFailsafePaymentElementModal {
    display: none;
}

#brippoFailsafePaymentElementModal .footer {
    text-align: right;
    margin-top: 20px;
}

.scExpressSeparator {
    display: none;
    position: relative;
    width: 100%;
    height: 30px;
}

.scExpressSeparator .separator {
    width: 40%;
    border-bottom: 1px solid #ddd;
    max-height: 15px;
}

.scExpressSeparator.product {
    margin-bottom: 5px;
    margin-top: -10px;
}

.scExpressSeparator.minicart {
    margin-bottom: 5px;
    margin-top: -5px;
}

.scExpressSeparator.cart {
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.separator {
    flex: 1;
    height: 1px;
    background-color: #ccc;
}

.separatorL {
    margin-right: 10px;
}

.separatorR {
    margin-left: 10px;
}

.scExpressSeparator h6 {
    color: #555;
    text-align: center;
    width: 20%;
    vertical-align: middle;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: effra,sans-serif;
    font-weight: 400;
    font-style: normal;
}

.brippo-express-loader {
    background-color: #f2f2f2;
    border-radius: 5px;
    text-align: center;
    height: 50px;
}

.brippo-express-loader img {
    height: 32px;
    margin: 10px 0 0;
}

.brippoExpressAgreements,
.brippoAgreementsModal {
    display: none;
}

.brippoExpressAgreements ul {
    list-style: none;
    padding: 0;
    text-align: right;
    margin: 5px 0;
}

.brippoExpressAgreements li {
    margin: 0;
}

.brippoExpressAgreements label {
    color: #000;
    font-weight: 400;
    font-size: 1.3rem;
    margin-right: 5px;
    cursor: pointer;
}

.expressAddCouponMinicart {
    height: 35px;
    position: relative;
    display: none;
}

.expressAddCouponMinicart .content {
    display: none;
}

.expressAddCouponMinicart .textLink {
    color: #000;
    font-weight: 400;
    font-size: 1.3rem;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 0px;
}

.expressAddCouponMinicart .textLink::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    display: inline;
    margin-left: 10px;
    position: static;
    color: #000;
}

.expressAddCouponMinicart .couponInput {
    border: 1px solid #555;
    padding: 3px 10px;
    margin: 5px 0;
    color: #000;
    font-size: 1.4rem;
    height: 30px;
    display: none;
    border-radius: 3px;
    width: 70%;
    float: right;
}

.expressAddCoupon {
    height: 35px;
    position: relative;
    display: none;
}

.expressAddCoupon .content {
    display: none;
}

.expressAddCoupon .textLink {
    color: #000;
    font-weight: 400;
    font-size: 1.3rem;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 0px;
}

.expressAddCoupon .textLink::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    display: inline;
    margin-left: 10px;
    position: static;
    color: #000;
}

.expressAddCoupon .couponInput {
    border: 1px solid #555;
    padding: 3px 10px;
    margin: 5px 0;
    color: #000;
    font-size: 1.4rem;
    height: 30px;
    display: none;
    border-radius: 3px;
    width: 70%;
    float: right;
}

.paybylink-note {
    font-weight: bold;
    margin: 10px 0 30px;
}

.paybylink-success-note {
    border: 2px solid #aaa;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: bold;
}

.brippo-payment-list-label {
    display: inline-block; min-height: 30px; position: static;
}
.brippo-in-list-logo {
    height: 30px; margin-bottom: -8px;display: inline-block;
}
.brippo-in-list-title {
    margin-left: 5px;
}

.scExpress {
    margin: 15px 0 20px;
    max-width: 400px;
}
@media only screen and (max-width: 767px) {
    .checkout-payment-method .step-title.mobile {
        padding-left: 0;
    }
}
