.addtocart{
    width: 100%;
    border-spacing: 0;
}
.addtocart thead tr td{
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    border-spacing: 0;
}
.addtocart tbody tr td{
    border: 1px solid #eaeaea;
    padding: 10px;
    font-size: 16px;
    line-height: 26px;
    border-spacing: 0;
}

.addtocart tbody tr td .i-title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
}
.addtocart tbody tr td.center{
    text-align: center;
}
.addtocart tbody tr td .img{
    width: 130px;
}
.addtocart tbody tr td .color_red{
    color: #eb0000;
}
.addtocart tbody tr td .link_clear{
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
}
.addtocart tbody tr td .link_clear .fa{
    font-size: inherit;
    line-height: inherit;
}

.choose-quantity .nav-button{
    display: inline-block;
    margin:0 7px;
    width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
    background-color: #eaeaea;
    font-weight: bold;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 3px;
    text-align: center;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    vertical-align: top;
}
.choose-quantity .nav-button:hover{
    background-color: #e52126;
    color: #ffffff;
}
.choose-quantity .nav-button:hover,
.choose-quantity .nav-button:focus{
    text-decoration: none;
}
.choose-quantity .quantity{
    width: 80px;
    height: 40px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    -ms-border-radius:0;
    border-radius:0;
    vertical-align: top;
}
.link_footer button.btn{
    min-width: 200px;
    text-align: center;
    height: auto;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.link_footer button.btn:active{
    outline: 0;
}
.link_footer button.btn:hover{
    background: #ffffff;
    color: #339933;
}
.link_footer button.btn span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.link_footer .back_order{
    display: block;
    min-width: 200px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 13px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
}
.link_footer .back_order:hover{
    background: #ffffff;
}
.link_footer .bg_red{
    display: block;
    min-width: 200px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 13px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff; 
}
.link_footer .bg_red:hover{
    background-color: #fff;
}
.div_total{
    background: #eeeeee;
    padding: 25px;
    margin-bottom: 25px;
    color: #666666;
}
.div_total .fl,
.div_total .fr{
    max-width: 44%;
}
.w_phone .number_phone{
    font-size: 20px;
    line-height: 30px;
    color: #c6000c;
}
.div_info_order .div_group{
    float: right;
}
.div_group .div_row{
    margin-bottom: 5px;
}
.div_group .div_row .row_left{
    width: 130px;
    float: left;
    text-align: right;
}
.div_info_order .div_group .div_row .row_left{
    font-size: 16px;
}
.div_group .div_row .row_right{
    font-size: 18px;
    width: 180px;
    float: right;
    text-align: right;
}
.div_info_order .div_group .div_row .row_right{
    font-size: 16px;
}
.div_group .div_row .color_total{
    font-size: 22px;
    color: #c6000c;
}
.wrap_info{
    margin-bottom: 30px;
    margin: 0 -15px;
}
.wrap_info .col{
    width: 50%;
    padding: 0 15px;
    float: left;
}
.wrap_info .info_order{
    border: 1px solid #e5e5e5;
    padding: 19px;
    min-height: 490px;
}
.wrap_info .info_customer{
    border: 1px solid #e5e5e5;
    padding: 19px;
    min-height: 490px;
}
.wrap_info .info_title{
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.wrap_info .info_title h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: normal;
}
.list_order .item{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}
.list_order .item .i-image{
    width: 130px;
    float: left;
}
.list_order .item .i-desc{
    padding-left: 150px;
}
.list_order .item .i-desc .i-title{
    text-transform: uppercase;
    font-weight: bold;
}
.list_order .item .i-desc .i-title h3{
    font-size: 14px;
    line-height: 22px;
}
.list_order .item .i-desc .i-price span{
    color: #ed0000;
}

.div_form{
    margin-bottom: 8px;
}
.div_form .form-control{
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
}
.div_form label{
    font-weight: normal;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.div_form label input[type=checkbox],
.div_form label input[type=radio]{
    margin-right: 5px;
}
.div_form .gender li{
    display: inline-block;
    margin-right: 10px;
}
.div_form button.bg_red{
    min-width: 150px;
    text-align: center;
    height: auto;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 13px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 15px;
}
.div_form button.bg_red:hover{
    background: #ffffff;
}
.div_form button.btn span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.wrap_success{
    background: url("../images/bg-cart.jpg") no-repeat 100% 50%;
    padding: 40px 480px 40px 50px;
    min-height: 450px;
    border: 1px solid #e6e6e6;
    color: #666666;
    font-size: 16px;
    line-height: 25px;
}
.wrap_success .title_success{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
}
.wrap_success .title_success h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
    text-transform: uppercase;
}
.wrap_success .number_hotline{
    font-size: 25px;
    line-height: 30px;
    color: #eb0000;
}
.wrap_success .style_hr{
    border: 1px dashed #cccccc;
}

.wrap_success .bold_color{
    text-transform: uppercase;
    font-weight: bold;
    color: #e00c01;
}
.box_shopping {
    padding:15px;
    border:1px solid #ddd;
    margin-bottom:20px;
}
.shopping_title {
    font-weight:700;
    text-transform:uppercase;
    padding:10px 0;
}
.method-title input {
    position:relative;
    top:2px;
}
#box-order-info {
    display:none;
}
#payment_method {
    display:none;
}
.method-title {
    font-weight:bold;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.addtocart thead{
    display: none;
}
.addtocart tbody tr{
    display: block;
    padding-left: 120px;
    position: relative;
    border-bottom: solid 1px rgba(0,0,0,0.15);
    margin-bottom: 15px;
}
.addtocart tbody tr td{
    display: block;
    border: none;
    padding: 0;
    margin-bottom: 5px;
}
.addtocart tbody tr td.center{
    text-align: left;
}
.addtocart tbody tr td .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
}
.choose-quantity .nav-button{
    width: 30px;
    height: 30px;
}
.choose-quantity .quantity{
    width: 50px;
    height: 30px;
}
.addtocart tbody tr td .link_clear{
    font-size: 20px;
    line-height: 30px;
}
.div_total{
    padding: 15px;
}
.div_total .fl{
    float: none;
    margin-bottom: 10px;
    max-width: initial;
}
.div_total .fr{
    max-width: 320px;
    float: right;
}
.div_group .div_row .row_right{
    width: 120px;
}
.wrap_success{
    padding: 15px;
    background: none;
}
}

@media all and (max-width: 768px){
.link_footer .fl, .link_footer .fr{
    float: none;
}
.link_footer button.btn{
    min-width: initial;
    width:100%;
}
.link_footer .back_order{
    margin-bottom: 10px;
}
.wrap_info .col{
    width: 100%;
    margin-bottom: 20px;
}
.wrap_success .title_success h2{
    font-size: 30px;
    line-height: 40px;
}
}