.paytable {
    width: 100%;
    margin-bottom: 2px;
    padding-bottom: 15px;
}

.paytable td {
    vertical-align: bottom;
    text-align: left;
    width: 30%;
    padding: 10px 10px 6px 10px;
}

.paytable td.seite {
    text-align: center;
}

#AmazonPayButton {
    max-width: 750px;
    margin: 0 auto 13px auto;
}

.paypal-powered-by {
    display: none !important;
}

#region-content #AmazonPayButton img {
    max-height: 55px !important;
}

.gesamtsummewarenkorbdata {
    display: none;
}

.paypalagb {
    display: none;
}

#shippingMethod {
    display: none;
}

.delcountryinfo {
    padding-top: 5px;
    padding-bottom: 7px;
    padding-right: 28px;
    display: inline-block;
}

.paypalagb input {
    position: static !important;
    float: none !important;
}

#OffAmazonPaymentsWidgets0 {
    min-width: 200px
}

#ppplus {
    display: inline-block;
    height: 200px;
}

#ppplus iframe {
    height: 200px;
}

.nameRow {
    background-color: #e4f5fc !important;
}

.paytable td.withbutton {
    width: 20%;
    vertical-align: top;
}

.paytable .paymentbuttoninfo {
    padding-top: 15px;
    padding-bottom: 2px;
    white-space: nowrap;
}

.page-payapexecute h1 {
    display: none;
}


/* overriding bt.css */

.btwrapper {
    display: none;
}

.btwrapper .form-container {
    border: none;
}

.btwrapper header {
    margin-bottom: 10px;
}

.btwrapper #my-sample-form {
    background-color: #f1f1f1;
}

.cart a {
    text-decoration: none !important;
    font-weight: 600;
}

.cart .column-1 {
    max-width: 87px;
}

.cart .menge {
    width: 66px;
    padding: 5px !important;
    text-align: right;
    border: 1px solid #999 !important;
}

.cart .price {
    text-align: right;
}

.cart .green {
    color: var(--green);
}

.cart .red {
    color: var(--red);
}

#gutscheinswitch {
    text-decoration: none;
}

#gutscheinswitch {
    text-decoration: none;
}

@media (max-width: 680px) {
    .paytable td.seite {
        padding: 0;
    }
    .paytable,
    .paytable tr,
    .paytable tbody {
        display: block;
        width: 100%;
    }
    .paytable td.withbutton {
        display: block;
        text-align: center;
        width: 100%;
    }
}