/* Large Tablets */
@media handheld, screen and (max-width: 1024px) {
    .checkout-cart-index .checkout-types li {
        float: none;
        display: list-item;
        margin: 12px 0;
        text-align: center;
    }
    .checkout-cart-index .checkout-types li p.paypal-logo {
        float: none;
        margin: 0;
        text-align: center;
    }
}
/* Small Tablets */
@media handheld, screen and (max-width: 768px) {
    .checkout-cart-index .page-head-alt h2 {
        float: none;
        line-height: 1.5;
        max-width: 100%;
        text-align: center;
    }
    .checkout-cart-index .page-head-alt .checkout-types {
        float: none;
        margin: 10px auto 0;
        width: 80%;
    }
    #shopping-cart-table thead tr th {
        padding: 0 7px 15px !important;
    }
    #shopping-cart-table tbody tr td {
        padding: 15px 7px;
        vertical-align: top !important;
    }
    #shopping-cart-table tbody .title {
        font-size: 14px;
    }
    #shopping-cart-table tbody .btn-cart-remove {
        margin: 15px auto 0;
        position: static;
    }
    #shopping-cart-table tfoot .cart-footer {
        padding: 0;
        width: 100%;
    }
    #shopping-cart-table tfoot span {
        display: none;
    }
    #shopping-cart-table tfoot .continue-shopping {
        float: right;
        max-width: 49%;
    }
    .shopping-cart-collaterals,
    .shopping-cart-totals {
        max-width: 50%;
    }
    .shopping-cart-collaterals .col2-set .col-2 {
        margin: 0 auto;
        width: 100%;
    }
    .shopping-cart-collaterals .upsell,
    .shopping-cart-collaterals .box {
        width: 96%;
    }
    .shopping-cart-collaterals .box div {
        clear: both;
        margin: 0 auto 5px;
        width: 100%;
    }
    .shopping-cart-collaterals .box div input {
        width: 95%;
    }
    .shopping-cart-totals {
        width: 45%;
    }
}
/* Mobile */
@media handheld, screen and (max-width: 480px) {
    .checkout-cart-index .checkout-types {
        float: none;
        margin: 10px auto 0;
        width: 100%;
    }
    .checkout-cart-index .checkout-types li {
        float: none;
        display: list-item;
        margin: 12px 0;
        text-align: center;
    }
    .checkout-cart-index .checkout-types li p.paypal-logo {
        float: none;
        margin: 0;
        text-align: center;
    }
    #shopping-cart-table tfoot .button {
        margin-bottom: 15px;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .shopping-cart-collaterals,
    .shopping-cart-totals {
        max-width: 100%;
        padding-left: 1.5%;
        padding-right: 1.5%;
        width: 97%;
    }
    .shopping-cart-totals {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .shopping-cart-totals h3,
    .shopping-cart-totals table {
        padding-left: 2%;
        padding-right: 2%;
        width: 96%;
    }
}
