table#tt td {
    height: 30px;
}

table#tt td input.t {
    width: 300px;
    height: 20px;
    margin: 3px 0px 5px 0px;
    border: 1px solid #DDD;
}

table#tt span {
    color: red;
    x;
}

.product-image {
    float: left;
    width: 20%;
}

.product-details {
    float: left;
    width: 40%;
}

.product-price .price-old {
    color: #969696;
    text-decoration: line-through;
}

.product-price .price-real {
    color: #EA1100;
}

.product-price {
    float: left;
    width: 15%;
}

.product-quantity {
    float: left;
    width: 12%;
}

.product-removal {
    float: left;
    width: 11%;
}

.product-removal a:nth-child(1) {
    color: green
}

.product-removal a:nth-child(2) {
    color: red
}

.product-line-price {
    float: left;
    width: 13%;
}

.group:before,
.shopping-cart:before,
.column-labels:before,
.product:before,
.totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
    content: '';
    display: table;
}

.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
    clear: both;
}

.group,
.shopping-cart,
.column-labels,
.product,
.totals-item {
    zoom: 1;
}

h1 {
    font-weight: 100;
}

label {
    color: #000;
    font-family: RobotoBold;
    font-weight: 100;
    font-size: 11pt;
    text-transform: capitalize;
}

.column-labels label {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.product {
    margin: 10px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.product .product-image {
    text-align: center;
}

.product .product-image img {
    width: 100px;
}

.name {
    text-transform: capitalize;
}

.product-option {
    color: blue
}

.product .product-details .product-title {
    margin-right: 20px;
    font-family: RobotoRegular;
}

.product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em;
}

.product .product-quantity input {
    width: 40px;
    text-align: center;
}

.product .remove-product {
    border: 0;
    padding: 4px 8px;
    background-color: #c66;
    color: #fff;
    font-family: "Arial";
    font-size: 12px;
    border-radius: 3px;
}

.product .remove-product:hover {
    background-color: #a44;
}

.totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.totals .totals-item label {
    float: left;
    clear: both;
    width: 23%;
}

.totals .totals-item .totals-value {
    float: right;
    width: 76%;
    color: red;
    font-size: 12pt;
}

.totals .totals-item-total {
    font-family: "Arial";
}

.checkout {
    float: right;
    border: 0;
    margin-top: 20px;
    padding: 6px 25px;
    background-color: #6b6;
    color: #fff;
    font-size: 25px;
    border-radius: 3px;
}

.checkout:hover {
    background-color: #494;
}

.selecttk {
    width: 33.33%;
    padding: 0 15px;
    padding-bottom: 6px;
    float: left;
}

.selecttk select {
    padding: 6px 5px !important;
    width: 100%;
    font-family: RobotoRegular;
    font-size: 13px;
    color: #3C3B3A;
    border: 1px solid #ccc;
    border-radius: 4px;
    border: 1px solid #ccc !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    padding: 6px 12px;
}

.rowselecttk {
    margin: 0px -15px;
}

@media screen and (max-width: 650px) {
    .shopping-cart {
        margin: 0;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    .column-labels {
        display: none;
    }

    .cus-info .col-xs-12 {
        padding: 0px 5px;
    }

    .product-image {
        float: right;
        width: auto;
        height: 0;
    }

    .product-image img {
        margin: 0 0 10px 10px;
    }

    .product-details {
        margin-bottom: 10px;
        width: auto;
    }

    .product-price {
        clear: both;
        width: 70px;
    }

    .product-quantity {
        width: 80px;
    }

    .product-quantity input {
        margin-left: 20px;
    }

    .product-quantity:before {
        content: 'x';
    }

    .product-removal {
        width: auto;
        float: right;
    }

    .product-line-price {
        float: left;
        width: 70px;
    }

    .selecttk {
        width: 100%;
    }

    .btndathang .btndh,
    .btndathang a {
        display: inline-block;
        /* width: 100%; */
        text-align: center;
    }
}

@media screen and (max-width: 350px) {
    .product-removal {
        float: right;
    }

    .product-line-price {
        clear: left;
        width: auto;
        margin-top: 10px;
    }

    .totals .totals-item label {
        width: 60%;
    }

    .totals .totals-item .totals-value {
        width: 40%;
    }
     .btndathang .btndh,
    .btndathang a,.btndathang input {
        width: 100%;
    }
}

.footer-bar {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #111;
    border-top: 1px solid #E62600;
    position: fixed;
    bottom: 0;
    left: 0;
}

.footer-bar .article-wrapper {
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #888;
    float: left;
    margin-left: 10%;
}

.footer-bar .article-link a,
.footer-bar .article-link a:visited {
    text-decoration: none;
    color: #fff;
}

.site-link a,
.site-link a:visited {
    color: #888;
    font-size: 14px;
    font-family: arial, sans-serif;
    float: right;
    margin-right: 10%;
    text-decoration: none;
}

.site-link a:hover {
    color: #E62600;
}

.buttons {
    margin: 0 0 15px 0px;
}

.buttons .btn {
    background: #ff6a00;
    border-radius: 0px;
    color: white;
    font-family: RobotoRegular;
    margin: 3px 0px;
}

.buttons .btn:hover {
    background: #FFC600;
}

.totals {
    font-family: RobotoRegular;
    color: black;
    text-align: right;
    font-size: 13pt;
    padding: 0 0 5px 0;
}

.totals span {
    color: red;
}

.titletht {
    font-family: RobotoBold;
    color: black;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 12pt;
}

.titletht:after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 3px;
    background: #E1001D;
}

.btndathang .btndh,
.btndathang .btn {
    background: #E1001D;
    border-radius: 0px;
    color: white;
    font-family: RobotoBold;
    margin: 0px 5px 10px 0;
    border: none;
    padding: 10px 10px;
    text-transform: capitalize;
    height: 40px;
}

.btndathang .btn {
    background: #000;
}

.btndathang .btndh:hover {
    background: #f1213c;
}

.bill_form .form-group {
    margin-bottom: 6px;
}

.bill_form .form-group label {
    font-size: 10pt;
    text-align: left;
}

.bill_form .form-group label span {
    color: red;
}

.btndathang a {
    background: #E1001D;
    border-radius: 0px;
    color: white;
    font-family: RobotoBold;
    margin: 0px 0px 10px 0;
    border: none;
    padding: 11px 10px;
    text-transform: capitalize;
}

.btndathang a:hover {
    background: #f1213c;
}

#idship {
    color: red;
    font-family: RobotoBold;
}

.tonggia,
#idtongtien {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
    font-family: RobotoBold;
    text-align: right;
    font-size: 16px;
}

.tonggia span,
#idtongtien span {
    color: red;
    font-family: RobotoBold;
}

.btndathang {
    margin-top: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.divthongtindathang {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #F7F7F7;
}

.desc {
    background: #ffd9df;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
}

.flex_ghth {
    margin: 0 0 10px 0;
    align-items: flex-start;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
}

.flex_ghth-image {
    width: 12%;
    position: relative;
}

.flex_ghth-image span {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #A3A3A3;
    color: #fff;
    padding: 3px 0;
    text-align: center;
    min-width: 26px;
    min-height: 26px;
    border-radius: 50%;
    font-size: 13px;
}

.flex_ghth-title {
    text-align: left;
    flex-grow: 1;
    padding: 0 15px;
    max-width: 68%;
}

.flex_ghth-title a {
    font-family: RobotoRegular;
    font-size: 15px;
    color: #111111;
    text-transform: capitalize;
}

.flex_ghth-line-price {
    text-align: right;
    color: #be0000;
    font-family: RobotoBold;
    width: 20%;
}

.main_select {
    border-radius: 4px;
    height: auto;
    padding: 9px 8px;
    border: 1px solid #ccc;
}

.magiamgia input {
    box-shadow: 0 0 0 1px #d9d9d9;
    transition: all 0.2s ease-out;
    background-color: white;
    color: #333333;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: block;
    box-sizing: border-box;
    padding: 0.94em 2.8em 0.94em 0.8em;
    word-break: normal;
    height: 40px;
    width: auto;
    flex-grow: 1;
    border: none;
}

.magiamgia button {
    display: inline-block;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-weight: 500;
    padding: 8px 20px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    position: relative;
    background: #338dbc;
    color: white;
    height: 40px;
    border: none;
}

.bill_form .form-control {
    resize: none;
    height: auto;
}

.product-qty {
    margin: 10px 0 0;
}

.product-qty>div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.product-qty input {
    padding: 0 5px 1px;
    height: 33px;
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin: 0 0px;
    width: 45px;
    color: #333;
    float: left;
}

.product-qty i {
    background-color: #f3f3f3;
    border: 1px solid gray;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    color: #333;
    font-size: 11px;
    padding: 10px 10px 10px 10px;
    font-weight: normal;
    cursor: pointer;
    float: left;
}

.product-qty i.btn-minus {
    border-right: none;
}

.product-qty i {
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    color: #333;
    font-size: 11px;
    padding: 10px 10px 10px 10px;
    font-weight: normal;
    cursor: pointer;
    float: left;
}

.product-qty i.btn-plus {
    border-left: none;
    color: #BC7000;
}

.product-qty i.btn-plus {
    border-left: none;
    color: #BC7000;
}

.xoasp {
    margin: 10px 0 0;
    text-align: right;
}

.xoasp a {
    color: red;
    font-size: 15px;
    cursor: pointer;
}

.xoasp a i {
    padding: 8px 10px 8px 10px;
    background-color: #f3f3f3;
    border: 1px solid #e5e5e5;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    border-radius: 5px;
}

.xoasp a i:hover {
    background-color: #d2d0d0;
}