/* New Design changes - */
.checkout-outer h2,
.checkout-outer h3 {
    text-align: center;
}

.checkout-outer table {
    margin: 40px 0;
}

.checkout-outer th,
td {
    border-collapse: collapse;
    font-size: 17px;
}

.checkout-outer th {
    border-top: solid 0px #000 !important;
    font-size: 20px;
    font-weight: bold;
}

.checkout-outer th:first-child {
    text-align: left;
}

.checkout-outer .media-body .media-heading {
    font-size: 24px !important;
}

.checkout-outer .media-body .media-heading a {
    color: #000;
}

.checkout-outer .media-body p {
    font-size: 15px !important;
}

.checkout-outer .media-left.pull-left {
    width: 150px;
    padding-right: 20px;
}

.checkout-outer tbody tr:first-child td {
    padding-top: 20px;
}

.checkout-outer input[type="number"] {
    margin: 0;
    width: 120px;
    border: solid 1px #ccc;
    padding: 8px !important;
    height: auto;
}

.checkout-outer .table {
    border-bottom: solid 1px #ccc;
    margin-bottom: 0;
    position: relative;
}

.checkout-outer .amount-detals {
    float: right;
    margin-top: 0;
    width: 50%;
    border-bottom: solid 1px #ccc;
}

.checkout-outer .amount-detals h5 {
    margin: 0;
    font-size: 18px;
}

.checkout-outer .amount-detals td {
    text-align: right;
    width: 60%;
    padding: 5px 50px;
}

.checkout-outer .amount-detals tr:last-child td {
    width: 40%;
}

.block-row-ckeckout {
    width: 100%;
    clear: both;
    text-align: center;
}

.block-row-ckeckout a {
    text-transform: uppercase;
    font-size: 18px;
}

@media (max-width: 980px) {
    .checkout-outer .table,
    .checkout-outer .table tbody,
    .checkout-outer .table tr,
    .checkout-outer .table td {
        display: block;
    }

    .checkout-outer .table th {
        display: none;
    }

    .checkout-outer .table .col-sm-8.col-md-6 {
        width: 100%;
    }

    .checkout-outer .table .col-sm-8.col-md-6 .media > div {
        width: 50%;
    }

    .checkout-outer .table .col-sm-1.col-md-1 {
        width: 33.33%;
        float: left;
        height: 100px;
        border-top: 0px;
        text-align: left !important;
        border-bottom: solid 1px #ccc;
        position: static;
    }

    .checkout-outer .table .col-sm-1.col-md-1:not(.delete):before {
        content: "Price";
        display: block;
        font-size: 20px;
    }

    .checkout-outer .table .col-sm-1.col-md-1 + .col-sm-1.col-md-1:before {
        content: "Quantity";
    }

    .checkout-outer
    .table
    .col-sm-1.col-md-1
    + .col-sm-1.col-md-1
    + .col-sm-1.col-md-1:before {
        content: "Total";
    }

    .checkout-outer .table .col-sm-1.col-md-1.delete:before {
        display: none;
    }

    .checkout-outer .table .col-sm-1.col-md-1.delete {
        padding: 0;
        height: 0;
        border: 0;
    }

    .checkout-outer .table .col-sm-1.col-md-1.delete a {
        position: absolute;
        top: 20px;
        right: 0;
    }
}

@media (max-width: 767px) {
    .checkout-outer .table .col-sm-8.col-md-6 .media > div {
        width: 100%;
    }

    .checkout-outer .media-left.pull-left {
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .checkout-outer .table .col-sm-1.col-md-1 {
        width: 32%;
    }

    .checkout-outer .table .col-sm-1.col-md-1.delete {
        width: 4%;
        border-bottom: solid 1px #ccc !important;
        height: 100px;
        padding: 35px 0;
    }

    .checkout-outer .table .col-sm-1.col-md-1.delete span {
        display: none;
    }

    .checkout-outer .table .col-sm-1.col-md-1.delete a {
        position: static;
    }

    .checkout-outer .amount-detals {
        width: 100%;
    }

    .checkout-outer .amount-detals tr td:first-child {
        text-align: left;
    }

    .checkout-outer .amount-detals tr td {
        padding: 5px 0;
    }

    .block-row-ckeckout a {
        display: block;
    }
}

@media (max-width: 480px) {
    .checkout-outer .table .col-sm-1.col-md-1 {
        width: 50%;
    }

    .checkout-outer
    .table
    .col-sm-1.col-md-1
    + .col-sm-1.col-md-1.text-center {
        width: 90%;
    }

    .checkout-outer .table .col-sm-1.col-md-1.delete {
        width: 10%;
    }
}