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

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