.cart .about_text {
    margin-top: 20px;
    margin-bottom: 20px;
}
.cart .about_text h2{
    color: #446589;
}
#table-cart table {
    border-collapse: collapse;
    margin-bottom: 0;
    width: 100%;
    background-color: #fff;
}
#table-cart table thead tr {
    border-bottom: 1px solid #ccc;
}
#table-cart table thead td {
    text-align: center;
    color: #555;
    font-weight: bold;
    font-size: 16px;
}
#table-cart table td, #table-cart table th {
    padding: 1em .5em;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
#table-cart table tbody td.product-name ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}
#table-cart table tbody td.product-name ul li {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
#table-cart table tbody td.product-name img {
    max-width: 65px;
}
#table-cart table tbody td.product-name ul li.des {
    text-align: left;
}
#table-cart table tbody .product-quality .qty {
    width: 40px;
    height: 31px;
    text-align: center;
    padding: 5px;
    box-shadow: none;
    background: #fff;
    margin: 0;
    border: 1px solid #d9d9d9;
}
#table-cart table tbody .product-quality .qty {
    width: 60px;
}
#table-cart table tbody .product-price{
    width: unset;
}
#table-cart table tbody .product-name,
#table-cart table tbody .product-price {
    font-weight: 400;
}
#table-cart table tbody .total-product p {
    font-family: inherit;
    color: #e62e04;
    font-size: 15px;
    font-weight: bold;
}
#table-cart table tbody tr:nth-child(2n) {
    background-color: #f9f9f9;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#table-cart table tbody td.product-name ul li.des a:hover {
    color: #549d9b;
}
#table-cart table tbody td.product-name ul li.des a {
    font-size: 11px;
    display: inline-block;
    margin-top: 5px;
    color: #e62e04;
    padding-left: 10px;
}
#table-cart #under-table {
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
}
#table-cart .new-under {
    padding: 1em !important;
    border: 1px solid #ccc;
    margin-top: 20px;
}
div#under-list {
    background: #333;
    color: #fff;
    font-size: 13px;
}
.new-under ul li span {
    margin-right: 5px;
    color: #666;
}
.cart #checkout {
    margin-bottom: 5px;
    height: 50px;
    background-size: contain;
    background: #549d9b;
    color: white;
    border-radius: 0px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 1px solid #549d9b;
    outline: none;
    padding: 5px;
    width: 100%;
    text-transform: uppercase;
}
.cart #checkout:hover {
    background: #fff;
    color: #549d9b;
    border: 1px solid #549d9b;
}
#checkout .btn-icons small {
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
}
input#update-cart:hover {
    background: #549d9b;
    color: #fff;
}
.up-conti {
    margin: 20px 0px 10px;
}
#update-cart {
    background: #727272;
    background-image: url(//theme.hstatic.net/1000357723/1000466895/14/back-arrow.png?v=20);
    background-repeat: no-repeat;
    background-position: 15px 16px;
    padding-left: 34px;
    width: 150px;
    margin-bottom: 5px;
    height: 50px;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 14px;
}
input#update-cart {
    background: #fff;
    border: 1px solid #549d9b;
    color: #549d9b;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding: 0;
    outline: none;
}
.up-conti .back-to-col {
    display: inline-block;
    margin-left: 20px;
}
.back-to-col a {
    padding: 15px 30px;
    background: #549d9b;
    color: #fff;
    border-color: transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: box-shadow 300ms 0s ease;
    display: inline-block;
}
.back-to-col a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    color: #fff;
    background: #e62e04;
}
.checkout-note textarea#note {
    background: #fff;
    border-color: #ccc;
    /*border-radius: 10px;*/
    margin-top: 5px;
}
.checkout-note textarea {
    border-radius: 0;
    -webkit-appearance: none;
    background: #ededed;
    resize: none;
    color: #252a2b;
    font-size: 15px;
    padding: 20px;
    outline: none;
    width: 100%;
    height: 130px;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 150ms linear;
}
.cart-empty {
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
.cart h1.title-page {
    font-size: 20px;
    text-transform: none;
    font-weight: bold;
    color: #446589;
    margin: 10px 0px 0px;
}
.img-empty img {
    max-width: 200px;
}
h4,
table{
    font-family: Arial;
}
@media (max-width: 767px){
    .hidden-xs {
        display: none!important;
    }
}
