div#discountContainer {
    padding: 0 0 20px 0;
    margin: 0;
    height: 26px;
}

    div#discountContainer input {
        border: 1px solid #444;
        padding: 5px;
        color: #444;
        border-radius: 5px;
        transition: .7s ease;
        -webkit-transition: .7s ease;
        -moz-transition: .7s ease;
        -ms-transition: .7s ease;
        width: 80px;
    }

        div#discountContainer input#discountSubmit {
            background-color: #0163ac;
            color: #fff;
            cursor: pointer;
            border-radius: 5px;
            border: 0;
            -webkit-appearance: none;
            width: 120px;
        }

            div#discountContainer input#discountSubmit:hover {
                background-color: #444;
            }

div#partShoppingCartInPopup {
    margin:0px auto;
    max-width: 900px;
    text-align: left;
    padding: 50px 60px 60px 60px;
    background-color: #fff;
}

@media (max-width:580px) {
    div#partShoppingCartInPopup {
        width: 390px;
    }
}

@media (max-width:320px) {
    div#partShoppingCartInPopup {
        width: 230px;
    }
}

div#partShoppingCartInPopup table#partShoppingCartInPopupTable {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    line-height: 21px;
    clear: both;
    display: table;
}

    div#partShoppingCartInPopup table#partShoppingCartInPopupTable th {
        font-size: 125%;
        color: #0163ac;
        padding: 6px 6px;
        border-bottom: 1px solid #333;
        font-weight: 400;
    }

    div#partShoppingCartInPopup table#partShoppingCartInPopupTable td {
        border-bottom: 1px solid #dbdcdd;
        color: #555;
        padding: 6px 6px;
    }

        div#partShoppingCartInPopup table#partShoppingCartInPopupTable td.subtotal {
            text-align: right;
        }

        div#partShoppingCartInPopup table#partShoppingCartInPopupTable td img {
            display: block; margin:0px auto;
        }

    div#partShoppingCartInPopup table#partShoppingCartInPopupTable tbody tr:hover td {
        color: #333;
        background-color: #f0f0f0;
    }

div#partShoppingCartInPopup a.partShoppingCartInPopupAdd {
    width: 21px;
    height: 21px;
    display: block;
    background: url(/images/style/partShoppingCartInPopupAdd.png);
    float: left;
    margin-right: 10px;
    cursor: pointer;
    background-size: 21px 21px;
}

div#partShoppingCartInPopup a.partShoppingCartInPopupDelete {
    width: 21px;
    height: 21px;
    display: block;
    background: url(/images/style/partShoppingCartInPopupDelete.png);
    float: left;
    margin-right: 20px;
    cursor: pointer;
    background-size: 21px 21px;
}

div#partShoppingCartInPopup .partShoppingCartInPopupDiv {
    padding: 12px 6px 12px 6px;
    text-align: right;
    border-bottom: 1px dashed #dbdcdd;
}

div#partShoppingCartInPopup table#partShoppingCartInPopupTable td.columnPrice {
    min-width: 180px;
}

    div#partShoppingCartInPopup .partShoppingCartInPopupDiv span {
        font-size: 110%;
        color: #0163ac;
        font-weight: bold;
    }

div#partShoppingCartInPopup a#partShoppingCartInPopupOrderButton {
    padding: 0px 15px;
    color: #fff;
    float: right;
    font-weight: 700;
    margin-top: 10px;
    font-size: 100%;
    cursor: pointer;
    height: 44px;
    background-color: #00b900;
    transition: background-color 0.3s;
    line-height: 44px;
    font-weight: bold;
    margin-left: 15px;
}

    div#partShoppingCartInPopup a#partShoppingCartInPopupOrderButton:link {
        color: #fff;
        text-decoration: none;
    }

    div#partShoppingCartInPopup a#partShoppingCartInPopupOrderButton:visited {
        color: #fff;
        text-decoration: none;
    }

    div#partShoppingCartInPopup a#partShoppingCartInPopupOrderButton:active {
        color: #fff;
        text-decoration: none;
    }

    div#partShoppingCartInPopup a#partShoppingCartInPopupOrderButton:hover {
        color: #fff;
        text-decoration: none;
        background-color: #007ec7;
    }

div#partShoppingCartInPopup a#partShoppingCartInPopupContinueShopping {
    padding: 0px 15px;
    color: #000;
    float: right;
    font-weight: 700;
    margin-top: 10px;
    font-size: 100%;
    cursor: pointer;
    height: 44px;
    transition: background-color 0.3s;
    line-height: 44px;
    font-weight: bold;
    margin-left: 15px;
    border:solid 1px #ccc;
    box-sizing: border-box;
}

    div#partShoppingCartInPopup a#partShoppingCartInPopupContinueShopping:link {
        color: #000;
        text-decoration: none;
    }

    div#partShoppingCartInPopup a#partShoppingCartInPopupContinueShopping:visited {
        color: #000;
        text-decoration: none;
    }

    div#partShoppingCartInPopup a#partShoppingCartInPopupContinueShopping:active {
        color: #000;
        text-decoration: none;
    }

    div#partShoppingCartInPopup a#partShoppingCartInPopupContinueShopping:hover {
        color: #000;
        text-decoration: none;
        background-color: #efedee;
    }

.labelMobile {
    display: none;
}

div#partShoppingCartInPopup table#partShoppingCartInPopupTable td.subtotal {
    font-weight: bold; min-width: 70px;
}

#partShoppingCartInPopupButtonContainer     {overflow: hidden; margin-top: 20px;}


@media (max-width:1024px) {
    div#partShoppingCartInPopup {width: 600px;}
}

@media (max-width:767px) {
    div#partShoppingCartInPopup {width: 100%; box-sizing:border-box; padding: 10px 20px 20px 20px;}
}

@media (max-width:600px) {
    .labelMobile {
        display: inline-block;
    }

    div#partShoppingCartInPopup h1 {
        font-size: 24px;
    }

    div#partShoppingCartInPopup table#partShoppingCartInPopupTable th {
        display: none;
    }

    div#partShoppingCartInPopup table#partShoppingCartInPopupTable tr {
        display: block;
    }

        div#partShoppingCartInPopup table#partShoppingCartInPopupTable tr:hover {
            display: block;
        }

        div#partShoppingCartInPopup table#partShoppingCartInPopupTable tr td:first-child {
            display: none;
        }

        div#partShoppingCartInPopup table#partShoppingCartInPopupTable tr td {
            border: 0;
        }

    div#partShoppingCartInPopup table#partShoppingCartInPopupTable td.columnSize {
        display: block;
    }

    div#partShoppingCartInPopup table#partShoppingCartInPopupTable td.columnPrice {
        display: block;
    }

        div#partShoppingCartInPopup table#partShoppingCartInPopupTable td.columnPrice .labelMobile {
            float: left;
            margin-right: 6px;
        }

    div#partShoppingCartInPopup table#partShoppingCartInPopupTable td.columnPresent {
        display: block;
    }

    div#partShoppingCartInPopup table#partShoppingCartInPopupTable td.columnMerk {
        display: block;
    }

    div#partShoppingCartInPopup table#partShoppingCartInPopupTable td.columnName {
        font-weight: bold;
        display: block;
        color: #000;
    }

    div#partShoppingCartInPopup table#partShoppingCartInPopupTable td.subtotal {
        display: block;
        clear: both;
        text-align: right;
        width: 100%;
        padding: 6px 0;
        border-bottom: 1px solid #dbdcdd;
    }

    div#partShoppingCartInPopup table#partShoppingCartInPopupTable tbody tr:hover {
        color: #333;
        background-color: #f0f0f0;
    }
}

@media (max-width:320px) {
    div#discountContainer {
        height: auto;
    }

    div#partShoppingCartInPopup a#partShoppingCartInPopupContinueShopping {
        display: inline-block;
        float: none;
        clear: both;
        margin-right: 0;
    }

    #partShoppingCartInPopupButtonContainer {
        text-align: right;
    }
}
