#cart_info {}
#cart_info ul {
    margin: 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #ccc;
}
#cart_info ul li {
    padding: 3px 0;
}
#cart_info .cart_title {
    font-size: 16px;
}
#cart_info .fw_bold {
    font-weight: bold;
}
#cart_total {
    border-top: 1px solid #ccc;
    margin: 0 0 20px;
    padding-top: 10px;
}
#cart_total .row { padding: 3px 0; }
#form_price_quotation .error_div {
    color: red;
}
.carts {
    background: #ffffff;
    border: solid 1px #dbdbdb;
    margin: 20px 0;
}
.carts .step {
    display: block;
    margin: 15px 0px;
}
.carts .step ul {padding: 0;}
.carts .step ul li.active .number {
    background: #28a745;
    color: #ffffff;
}
.carts .step ul li .text {
    margin-top: 10px;
    display: block;
    color: #3f3f3f;
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
}
.carts .step ul{
    margin-bottom: 0;
}
.carts .step ul li .number {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    padding-top: 4px;
    color: #ffffff;
    font-weight: bold;
    background: #e3e3e3;
}
table.cart_list {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 20px;
    background: #ffffff;
    text-align: center;
}
table.cart_list thead tr td {
    color: #333333;
    padding: 13px 15px;
    background: #f6f6f6;
    text-transform: uppercase;
    border: solid 1px #e1e1e1;
    border-left: none;
}
table.cart_list .img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    text-align: center;
}
table.cart_list .img img{
    width: 100%;
}
table.cart_list .i-title a {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
table.cart_list .i-code span {
    color: #004fa0;
}
table.cart_list tbody tr td {
    padding: 10px 15px;
    border-bottom: 1px solid #e1e1e1;
    border-right: solid 1px #e1e1e1;
}
table.cart_list .choose-quantity {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
}
table.cart_list .choose-quantity a {
    background: #f2f2f2;
    padding-top: 5px;
    color: #333;
    font-weight: bold;
}
table.cart_list .choose-quantity a, .choose-quantity input {
    display: block;
    text-align: Center;
    width: 40px;
    height: 30px;
    border-radius: 0;
}
table.cart_list thead tr td:first-child, table.cart_list tbody tr td:nth-child(2), table.cart_list tbody tr td:first-child {
    text-align: left;
}
table.cart_list .price .reduce {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #d10000;
    margin-bottom: 5px;
    white-space: nowrap;
}
table.cart_list .pricetotal {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
}
table.cart_list .btn_remove {
    font-size: 26px;
    line-height: 34px;
    font-weight: normal;
    color: #666666;
}
.carts .cart_button {
    padding: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart_button .btn_cart {
    background: #ddd;
    border-bottom: solid 1px #ccc;
}
.cart_button .btn_cart {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    border: none;
    text-transform: uppercase;
    padding: 12px 10px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    text-align: center;
}
.cart_button .btn_cart:hover {
    text-decoration: none;;
}
.cart_button .right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-basis: 340px;
    justify-content: flex-end;
}
.cart_button a:hover {
    background: #6fa64b;
    color: #ffffff;
}

.carts ul li, #cart_info ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 30px;
}

.total_price {
    margin-top: 10px;
}
.total_price ul {
    padding: 15px 20px 0 0;
}
.total_price ul li {
    margin-bottom: 10px;
}
.total_price .p {
    padding-left: 35px;
    font-size: 16px;
    line-height: 24px;
}
.total_price .l {
    text-align: right;
    right: 10px;
    font-size: 18px;
    line-height: 26px;
}
.total_price .l.p {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}
#complete {
    margin-bottom: 25px;
}
.customer-info {
    margin: 0 0 25px;
    padding: 0;
}
.customer-info li {
    padding: 5px 0;
    display: block;
}
.customer-info li strong {
    display: inline-block;
    /*width: 120px;*/
}
@media (min-width: 768px) {
    .cart_button .btn_cart {
        padding: 12px 30px;
    }
}