.express-pay-container:not(#product-detail-express-pay-container):not(#minicart-express-pay-container) {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 15px;
    padding-bottom: 5px;

    .page-title {
        width: 100%;
    }
}

#product-detail-express-pay-container {
    clear: left;

    .paypal-buttons > iframe.component-frame {
        z-index: auto;
    }
}
