#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 {
    margin-bottom: -17px;
    margin-top: 5px;
}

.scExpressSeparator h6 {
    color: #555;
    text-align: center;
    width: 20%;
    vertical-align: middle;
    margin: 10px 0 0;
}

.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;
}

.expressAddCoupon {
    position: relative;
    display: none;
    min-height: 15px;
}

.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: none;
    padding: 3px 10px;
    margin: 0;
    color: #000;
    font-size: 1.2rem;
    height: 30px;
    border-radius: 3px;
    background-color: #eee;
    flex: 10;
}

.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;
    }
}

.brippoOverLoader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #ccc;
    opacity: 0.7;
    border-radius: 3px;
}

.brippoOverLoader .brippoOverLoaderSpinner {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #555;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: brippoLoaderSpin 1s linear infinite;
    position: relative;
    top: calc(50% - 12px);
    left: 10px
}

@keyframes brippoLoaderSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.expressAddCouponInputContainer {
    display: none;
    width: calc(100% - 22px);
    flex-wrap:wrap;
    background-color: #fff;
    margin-top: 5px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
}

.expressAddCouponNote {
    min-width: 100%;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.expressAddCouponApply,
.expressAddCouponRemove {
    font-size: 1.4rem;
    text-align: right;
    width: auto;
    padding: 4px 8px 4px 18px;
    flex: 1;
}

.scExpressProductPage {
    background-color: transparent;
}

.expressAddCouponSuccess {
    width: 100%;
    display: none;
}

.noWalletsLogo {
    object-fit: cover;
    object-position: left;
    width: 125px;
}
