
/*@ 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{
    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: 1px solid #d9d9d9;
    border-radius: 3px;
    padding: 30px 15px;
    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('/tp/T0334/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('/tp/T0334/img/radio-checked.png') left center no-repeat;
}
input[type="radio"].radio:focus {
    background: url('/tp/T0334/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;
}
.input-groupBtn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.input-groupBtn button{
    border: none;
}
.input-groupBtn input{
    border: none;
    width: 50px;
    display: block;
    text-align: center;
}
.input-groupBtn button:focus-visible,.input-groupBtn button:focus{
    outline: unset;
}

.cart-item-wrap .cart-wrap {
    display: flex;
    align-items: center;
    border: 1px #969696 solid;
    padding: 0.75rem;
    background: #f2f2f2;
    margin-bottom: 10px;
    text-align: start;
    position: relative;
}
.cart-wrap .image img {
    width: 70px;
    height: 70px;
    border: 1px #969696 solid;
    border-radius: 5px;
}
.quantity-cart {
    display: flex;
    align-items: center;
}
.quantity-cart button {
    border: 1px #969696 solid;
}
.quantity-cart input {
    border: none;
    width: 30px;
    text-align: center;
    background: #f2f2f2;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
}
.quantity-cart button:focus {
    outline: none;
}
.cart-wrap-title {
    display: flex;
    padding: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    text-align: start;
}
.plus_price {
    position: static;
    font-weight: bold;
    color: #bd1b21;
    font-size: 14px;
    font-family: Arial;
}
.cart-wrap .wrap-mobile, .cart-wrap-title .wrap-mobile {
    display: flex;
    align-items: center;
    position: static;
}
.show-total-item {
    margin-bottom: 15px;
}
#formCheckOut .cart-item-wrap .wrap-mobile {
    flex-direction: column;
    padding: 0;
}
.formAcount .form-control {
    height: calc(1.5em + 0.75rem + 20px) !important;
}
@media (max-width: 768px) {
    .cart-wrap .wrap-mobile, .cart-wrap-title .wrap-mobile {
        display: block;
    }
    .cart-wrap-title {
        display: none;
    }
}

@media (min-width: 768px) {
    #formCheckOut .cart-item-wrap .image {
        padding: 0;
    }
    #formCheckOut {
        margin: 50px 0;
    }
}