.cart th {
    color: #416681 !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #416681 !important;
    text-align: right;
}

.cart th:first-child {
    text-align: left;
}

.page-pay #region-content {
    width: 100%;
    margin-top: 17px;
}

.cart td {
    padding: 15px 5px !important;
    border-bottom: 1px solid #dadada !important;
}

.cart td.right,
.cart th.right {
    text-align: right;
}

.cart td.left,
.cart th.left {
    text-align: left;
}

/* D7 id-based + D11 h1-based page title */
#page-title,
h1.page-title,
.page-pay h1 {
    text-align: center;
    font-size: 150% !important;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}

/* warenkorbsummen container (JS fills content into this) */
.warenkorbsummen {
    width: 100%;
}

/* paybox summen table alignment */
.paybox .label {
    text-align: left;
}

.paybox .value {
    text-align: right;
    white-space: nowrap;
}

.paybox .small {
    font-size: 85%;
}

.paybox .grey {
    color: #416681;
}

.paybox .line td {
    height: 12px;
    border-bottom: 1px solid #e5e5e5;
}

.paybox .space td {
    padding-top: 12px;
}

/* cartreload & cartdelete icons (images in same folder) */
.cartreload {
    background-image: url(reload.png);
}

.cartdelete {
    background-image: url(delete.png);
}

.closingmsg {
    text-align: center;
}

.closingmsg-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

.closingleft {
    text-align: center;
}

.priceperunit {
    font-size: 80%;
    color: #416681;
}

.cart .menge {
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 7px 9px !important;
    font-size: inherit;
    border-radius: inherit;
    height: auto;
    border-color: #416681 !important;
    border-width: 1px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 1px !important;
    width: 100%;
}

.cart .mengen-wrapper {
    max-width: 100px;
    width: 100%;
    position: relative;
    display: inline-block;
}

#block-system-main ul li {
    color: inherit !important;
}

.mygrowthpureform button {
    color: #333;
}

.lagerinfo {
    display: block;
    margin-top: 3px;
}

.warenkorb .placeholder {
    background-color: #f1f1f1;
    color: black;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    min-height: 200px;
}

.cartreload {
    width: 34px;
    height: 34px;
    background-image: url(reload.png);
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
}

.cartdelete {
    width: 34px;
    height: 34px;
    background-image: url(delete.png);
    position: absolute;
    right: 0px;
    top: 40px;
    cursor: pointer;
}

.page-payapexecute h1 {
    display: none;
}

.page-payapexecute #region-content {
    width: 100%;
}

.page-payapexecute #addressBookWidgetDiv {
    margin: 0 auto 20px auto;
}

.page-payapexecute #walletWidgetDiv {
    margin: 0 auto 20px auto;
}

.page-payapexecute .amapaytitle {
    margin: 0 auto 20px auto;
    max-width: 480px;
    font-size: 120%;
    font-weight: normal;
    text-align: center;
}

.page-payapexecute .placewrapper {
    text-align: center;
}

.page-payapexecute #place-order {
    text-decoration: none;
    font-weight: normal;
    font-family: 'Roboto Condensed';
    cursor: pointer;
    width: 16em;
    display: inline-block;
    font-size: 15px;
    border: 0;
    padding: 1.2em 1em !important;
    color: #fff;
    background-color: #b32c2e;
    border-radius: 4px;
    z-index: 0;
    -webkit-transition: all 500ms cubic-bezier(0.2, 1.3, 0.7, 1);
    transition: all 500ms cubic-bezier(0.2, 1.3, 0.7, 1);
    -webkit-appearance: none;
}

#firmenname {
    margin-top: 0;
}

.page-payapexecute #place-order:hover {
    opacity: 0.9;
}

.page-payapexecute #place-order:active {
    -webkit-animation: cardIntro 200ms cubic-bezier(0.2, 1.3, 0.7, 1);
    animation: cardIntro 200ms cubic-bezier(0.2, 1.3, 0.7, 1);
}

.guestbox {
    margin-bottom: 22px;
}

.guestbox .gtabs {
    display: table;
    width: 100%;
    margin-bottom: 12px;
}

.guestbox .question {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 14px;
    color: var(--red);
}

.guestbox .gtab {
    display: table-cell;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 33%;
    background-color: var(--lightgreybox);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-decoration: none;
    color: #666;
}

.guestbox .gtab:hover {
    opacity: 0.9;
    background-color: #e6e6ed;
}

.guestbox .gtab.active {
    background-color: var(--red);
    color: white;
}

.guestbox .gtab-1 {
    border-right: 1px solid white;
}

.guestbox .gtab-2 {
    border-right: 1px solid white;
}

.gutscheinwrapper {
    background-image: url(gutschein.jpg);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding-left: 31px;
    float: right;
}

.cart .inlinelabel {
    display: none;
}

@media all and (max-width: 1090px) {
    #block-system-main .content {
        padding-right: 0 !important;
    }
}

@media all and (max-width: 700px) {
    .cart th {
        display: none;
    }
    .cart .column-1 {
        display: none;
    }
    .cart {
        display: block;
    }
    .cart tbody {
        display: block;
        width: 100%;
    }
    .cart tr {
        display: block;
        width: 100%;
        background-color: #f2f3f6;
        border-bottom: 3px solid white;
    }
    .cart td {
        display: inline-block;
        border-bottom: none !important;
        width: 31%;
    }
    .cart .column-2 {
        width: 100%;
        display: block;
        padding-bottom: 5px !important;
        padding-left: 9px !important;
    }
    .cart .column-3 {
        min-height: 110px;
        text-align: left;
    }
    .cart .column-4 {
        padding-left: 0px !important;
    }
    .cart .column-6 {
        padding-left: 0px !important;
    }
    .cart .inlinelabel {
        display: block;
        border-bottom: 1px solid white;
        border-right: 1px solid white;
        padding: 2px 14px 5px 0px;
        margin-bottom: 11px;
        position: relative;
    }
    .cart .inlinelabel span {
        position: absolute;
        background-color: #f2f3f6;
        width: 1px;
        height: 4px;
        right: -1px;
        bottom: 0px;
    }
    .cart .inlinelabel.last {
        border-right: none;
    }
    .cartreload {
        top: 84px;
    }
    .cartdelete {
        top: 84px;
    }
}

@media all and (max-width: 500px) {
    .mygrowthpureform #bemerkung {
        width: 100%;
    }
}