@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: #00539b;
        border-color: #00539b #00539b #003868;
}

#cd-cart-trigger.cart-button-open:hover {
            border-color: #0061b4 #0061b4 #004582;
            background-color: #0061b4;
}




.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 {
    text-align: right !important;
    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;
}
}

div.cart-table-wrapper{
    padding: 0 15px;
}

div.disc-code-totals{
    margin-left: 0;
    margin-right: 0;
}

.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;
}

td.price, th.price {
    text-align: right !important;
    margin-right: 5px;
}

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;
}

a.apply-discount:hover{
    background: #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: #00539b;
    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: #b5d445;
    margin: 0;
    padding: 2px 3px;
    text-align: center;
    color:#fff !important;
}

a.iconILT: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;
}