@media only screen and (max-width: 600px) {
    table.cart, .cart thead, .cart tbody, .cart td, .cart tr {
        display: block;
    }

        .cart tr.discount-row td:nth-of-type(1), .cart tr.discount-row td:nth-of-type(4), .cart tr.discount-row td:nth-of-type(5), .cart tr.discount-row td:nth-of-type(6), .cart tr.discount-row td:nth-of-type(7) {
            display: none;
        }

    #cd-cart-trigger.cart-button-open {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #16364a;
        border-color: #16364a #16364a #1F1F32;
    }

    #cd-cart-trigger.cart-button-open:hover {
        border-color: #4B4B77 #4B4B77 #1F1F32;
        background-color: #4B4B77;
    }

    .cart th {
        display: none;
    }

    .cart thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .cart tr {
        border: 1px solid #ccc;
    }

    .cart td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
        padding-top: 7px !important;
    }

    table.cart td.price,
    table.cart th.price {
        margin-right: 5px;
    }

    .cart td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .cart td:nth-of-type(1):before {
        content: "Quantity";
    }

    .cart td:nth-of-type(2):before {
        content: "Remove?";
    }

    .cart td:nth-of-type(3):before {
        content: "Name";
    }

    .cart td:nth-of-type(4):before {
        content: "Date";
    }

    .cart td:nth-of-type(5):before {
        content: "Time";
    }

    .cart td:nth-of-type(6):before {
        content: "Where";
    }

    .cart td:nth-of-type(7):before {
        content: "Delivery";
    }

    .cart td:nth-of-type(8):before {
        content: "Price";
    }


    a[id$="ClearCart"],
    a[id$="SearchPageURL"],
    a[id$="PreviousPage"] {
        margin-bottom: 8px;
    }

    input.code-field, a.apply-discount {
        margin-left: 50px !important;
        display: block;
        margin-top: 12px;
        width: 175px;
        color: #fff;
    }
}

div.cart-table-wrapper {
    padding: 0 15px;
}

div.disc-code-totals {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

.iconBtn {
    display: inline-block;
    border-radius: 5px;
    background: #e74c3c;
    margin: 0;
    padding: 2px 2px;
    text-align: center;
    color: #fff !important;
    width: 28px;
    border: none;
    font-weight: bold;
}

input.textSpinner {
    padding-left: 3px;
}

table.cart {
    margin-bottom: 40px;
}

table.upsellEvents {
    margin-bottom: 20px;
}

table.upsellEvents tr {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    color: #000;
}

table.upsellEvents td {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    color: #000;
}

table.upsellEvents tr td:nth-of-type(2) {
    white-space: nowrap;
}

div.totals-wrapper {
    overflow: hidden;
    padding-right: 0;
}

table.totals {
    float: right;
    margin-bottom: 40px;
}

.totals td {
    padding: 5px 10px;
    text-align: right;
}

tr.cart-total td {
    padding-top: 15px;
    border-top: 1px solid #777;
    font-weight: bold;
}

div.checkout {
    clear: both;
}

input.code-field {
    margin-left: 12px;
    padding-left: 10px;
}

a.apply-discount {
    background: #ddd;
    display: inline-block;
    margin-left: 12px;
    background: #e05e26;
    border-color: #e05e26;
    color: #fff;
}

a.apply-discount:hover {
    background: #B34719;
    border-color: #B34719;
    color: #fff;
}

a.proceed {
    float: right;
    display: inline-block;
    margin-bottom: 20px;
}

div.upsell-wrapper {
    margin-left: 0;
    margin-right: 0;
}

h4.upsell-header {
    background: #f5f5f5;
    padding: 15px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin: 0 0 20px 0;
}

div.upsell-course {
    background: #d0daff;
    border: 3px solid #fff;
    border-radius: 20px 20px 10px 10px;
    min-height: 250px;
}

.upsell-course h5 {
    background: #16364a;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 10px 10px 0 0;
}

.upsell-course li {
    list-style-type: none;
    color: #000;
}

.iconVOnD {
    display: inline-block;
    border-radius: 3px;
    background: #007575;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;
    width: 45px;
}

a.iconVOnD:hover {
    background: #828282;
}

.iconNHOnD {
    display: inline-block;
    border-radius: 3px;
    background: #A0522D;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;
    width: 56px;
}

a.iconNHOnD:hover {
    background: #828282;
}


.iconOLL {
    display: inline-block;
    border-radius: 3px;
    background: #96b8d6;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;
}

a.iconOLL:hover {
    background: #828282;
    text-decoration: none;
}

.iconILT {
    display: inline-block;
    border-radius: 3px;
    background: #75777a;
    margin: 0;
    padding: 2px 8px 0 8px;
    text-align: center;
    color: #fff !important;
    line-height: 1.3;
}

a.iconILT:hover {
    background: #828282;
}

.iconvILT {
    display: inline-block;
    border-radius: 3px;
    margin: 0;
    text-align: center;
    color: #000 !important;
    line-height: 1.3;
}

a.iconvILT:hover {
    background: #828282;
}

.iconML {
    display: inline-block;
    border-radius: 3px;
    background: #ecb335;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;
}

a.iconML:hover {
    background: #828282;
}

.iconOLA {
    display: inline-block;
    border-radius: 3px;
    background: #e26639;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;
}

a.iconOLA:hover {
    background: #828282;
}

.iconHDL {
    display: inline-block;
    border-radius: 3px;
    background: #e4c2a4;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;
}

a.iconHDL:hover {
    background: #828282;
}

.iconRML {
    display: inline-block;
    border-radius: 3px;
    background: #b17e10;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color: #fff !important;
}

a.iconRML:hover {
    background: #828282;
}

.errorMessage {
    background-color: #af334b !important;
    color: #fff;
    display: block;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.infoMessage {
    background-color: #099342;
    color: #fff;
    display: block;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.warningMessage {
    background-color: #ffe270;
    color: #000;
    display: block;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.textSpinner {
    margin-bottom: 18px !important;
    font-size: 12px;
    padding-left: 10px;
    font-weight: bold;
}


div.row.checkout a.btn-primary {
    background: #fff;
    color: #16364a;
    border-color: #16364a;
}

    div.row.checkout a.btn-primary:hover {
        background: #16364a;
        color: #fff;
    }

a.clear-cart {
    margin-right: 25px;
}

div.row.checkout a.btn-orange {
    background: #e05e26;
    border-color: #e05e26;
    color: #fff;
}

    div.row.checkout a.btn-orange:hover {
    background: #B34719;
    border-color: #B34719;
    color: #fff;
    }

table.cart th {
    background: #16364a !important;
    color: #fff;
    padding: 10px 5px !important;
    font-weight: 200; /*6-23*/
    font-size: 1rem; /*6-23*/
}


table.cart td.price,
table.cart th.price {
    text-align: right !important;
    margin-right: 5px;
}

table.cart td.price {
    padding-right: 10px !important;
}

table.cart th.price {
    padding-right: 15px !important;
}

    table.cart th:first-child {
        padding-left: 10px !important;
    }

table.cart td {
    padding-top: 12px !important;
    padding-bottom: 0 !important;
}

table.cart td span,
div.disc-code-totals span {
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
    display: inline-block;
}

div.disc-code-totals .well {
    padding-top: 50px;
    border-color: #707070;
    background-color: #f4f6fb;
}
