
/*@ Cart*/
.section-cart{
    margin: 30px 0;
}
.table-cart {
    border-collapse: separate;
    /*table-layout: fixed;*/
    border-spacing: 0 10px; /* this is the ultimate fix */
}
.table-cart thead tr{
    font-weight: bold;
    font-size: 14px;
    color: #333;
    font-family: Arial;
    text-transform: uppercase;
}
.table-cart thead tr,
.table-cart thead tr th,
.table-cart tbody tr td{
    border: none;
}
.table-cart tbody tr td{
    border: 1px #969696 solid;
    border-right: 0;
    border-left: 0;
    background: #f2f2f2;
}
.table-cart tbody tr.rowEnd td{
    border: none !important;
    background: transparent !important;
}
.table-cart tbody tr td:first-child{
    border-left: 1px #969696 solid;
}
.table-cart tbody tr td:last-child{
    border-right: 1px #969696 solid;
}

.table-cart tbody tr img{
    border: 1px #969696 solid;
    border-radius: 5px;
    background: #fff;
    width: 70px;
    height: 70px;
    max-width: unset !important;
}

.table-cart tbody tr img:hover{
    border: 1px #545454 solid;
}
.table-cart tbody tr td{
    vertical-align: middle;
    position: relative;
}
.tableTotal,
.table.tableTotal {
    margin-bottom: 0;
}
.tableTotal tbody tr td{
    padding: 2px;
    border-top: none;
    font-size: 14px;
}
.removeCartItem{
    position: absolute;
    top:5px;
    right: 5px;
    font-size: 1.3em;
    cursor: pointer;
}
.removeCartItem:hover{
    color: #545454;
}
.section-cart .money{
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
}
.into-money{
    font-weight: bold;
    color: #bd1b21;
    font-size: 14px;
    font-family: Arial;
}
.cart-calculator{
    margin-bottom: 35px;
}
.cart-calculator .text-red{
    color: #bd1b21;
    font-family: Arial;
    font-size: 16px;
}
.cart-sidebar{
    border: 1px solid #868686;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
}
.sidebar-title{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.cart-ship {
    margin-bottom: 30px;
}

.cart-ship a{
    display: inline-flex;
    margin-bottom: 15px;
}
.cart-ship a img{
    max-width: 140px;
}
.cart-payment{
    margin-right: -1px;
    margin-left: -1px;
}
.cart-payment a {
    display: inline-flex;
    margin:0 1px 15px 1px;
}
/*@ formAcount*/
.formAcount{
    border: none;
    border-radius: 3px;
    padding: 0;
    margin: 30px auto;
    float: none;
}
.control-label {
    font-weight: bold;
    font-size: 13px;
    padding-top: 5px;
    margin-bottom: 0;
    text-align: right;
    font-family: Arial;
}
.formAcount label .fa-circle{
    color: #bd1d21;
    font-weight: normal;
    font-size: .8em;
}
.formAcount input,
.formAcount textarea,
.formAcount select{
    border: 1px solid #909090;
    border-radius: 0;
    color: #545a54;
}
.formAcount .btn-green{
    margin-bottom: 5px;
}


/*@ CheckOut****/
.listBank{
    /*display: none;*/
    padding:0 10px 10px 10px;
    width: 100%;
    margin-bottom: 15px;
    display: none;
}
.listBank span {
    float: left;
    width: 50px;
    height: 34px;
    overflow: hidden;
    margin: 2px;
    cursor: pointer;
    padding: 2px;
    border: 1px dashed #bdbdbd  !important;
}
.listBank span:hover,
.listBank span.active {
    border: 1px dashed #545454  !important;
}
.listBank span img{
    max-width: 100%;
}

.empty{
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 14px;
    color: #545454;
}
.tableOrder{
    font-family: Arial, "Helvetica Neue", "Helvetica", Tahoma, Verdana;
    font-size: 14px;
}
.tableOrder,
.tableOrder thead tr th{
    border: none !important;
}
.tableOrder thead{
    border-bottom: 1px solid #ddd;
}
.tableOrder .listItemOrder{
    background: rgba(230, 230, 230, 0.35)
}
.tableOrder .date{
    color: #545454;
}
.tableOrder .addressOrder{
    line-height: 23px;
    font-size: 15px;
}
.tableOrder .addressOrder label{
    color: #545454;
    font-weight: bold;
    margin: 0;
}
.tableOrder .description{
    vertical-align: top;
    font-size: 14px;
    line-height: 25px;
}

/*#thanhtoan{*/
    /*display: none;*/
/*}*/
#process{
    background: rgba(0,0,0,.5);
    position: fixed;
    top:0;
    left:0;
    display: none;
    width: 100%;
    height: 100%;
}
#process span{
    width: 200px;
    height: 200px;
    margin: auto;
}


/* @ checkbox style */
#blockPayment.error{
    border: 1px solid red;
}
.listPayment{
    margin: 20px 0 0 0;
    font-family: Arial;
}
.listPayment ul li{
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 0;
}
.listPayment label input,
.listPayment label .paymentText{
    float: left;
    cursor: pointer;
    font-weight:400;
}
input[type="radio"].radio {
    -webkit-appearance: none;
    border: none;
    width: 15px;
    height: 15px;
    margin-top: 0;
    margin-right: 8px;
    outline: 0;
    background: url('../img/radio.png') left center no-repeat;
}
.listPayment label:hover, .listPayment label:focus,
input[type="radio"].radio:hover, input[type="radio"].radio:hover, input[type="radio"].radio:checked{
    outline: 0;
}
input[type="radio"].radio:checked {
    background: url('../img/radio-checked.png') left center no-repeat;
}
input[type="radio"].radio:focus {
    background: url('../img/radio-checked.png') left center no-repeat;
}



.cart-sidebar .input-group {
    border: 1px solid #545454;
    border-radius: 3px;
    margin-left: 0;
}
.cart-sidebar .input-group input  {
    border: none;
}
.cart-sidebar .input-group button  {
    background: #545454;
    border-color: #545454;
    color: #fff;
    font-weight: bold;
}

.cart-sidebar .input-group button ,
.newsletter .input-group button {
    font-weight: normal;
    margin-right: -1px;
}

.paymentContent{
    border: 1px solid #eee;
    clear: both;
    width: 95%;
    margin: 10px 0 0 20px;
    padding: 8px;
    border-radius: 5px;
    display: none;
}
.qty-click {
    /*float: left;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.qty-click span.qty-btn {
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    color: #abafb2;
    height: 25px;
    padding: 0;
    text-align: center;
    width: 25px;
    border: 1px solid #dadbdd;
    border-radius: 0;
    float: left;
    -webkit-appearance: none;
    cursor: pointer;
}
.qty-click input.item-quantity {
    font-weight: 500;
    font-size: 15px;
    height: 25px;
    padding: 0;
    text-align: center;
    width: 35px;
    background: #ededed;
    border: 1px solid #dadbdd;
    border-radius: 0;
    float: left;
    -webkit-appearance: none;
}