.info_cart{
    margin-bottom: 40px;
}
.table_cart{
    margin-bottom: 30px;
}
.addtocart{
    width: 100%;
    background: #ffffff;
}
.addtocart tr{
    border: 1px solid #e5e5e5;
}
.addtocart tr td{
    padding: 10px 15px;
    font-size: 12px;
    line-height: 20px;
}
.addtocart thead tr td{
    background: #f2f2f2;
    padding: 14px 15px;
    font-size: 12px;
    line-height: 20px;
}
.addtocart tfoot tr td{
    padding: 20px 15px;
}
.addtocart tr td .img{
    width: 70px;
}
.addtocart tr td .t-title{
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 20px;
}
.addtocart tr td .t-id{
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}
.addtocart tr td .nor{
    font-size: 13px;
    line-height: 21px;
    color:#999999;
    text-decoration: line-through;
}
.addtocart tr td .t-bold{
    font-weight: bold;
}
.addtocart tr td .quantity{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
}
.addtocart tr td .quantity button,
.addtocart tr td .quantity input{
    width: 30px;
    height: 30px;
    border: solid 1px rgba(0,0,0,0.15);
    text-align: center;
    background: transparent;
    font-size: 12px;
    line-height: 30px;
    flex-shrink: 0;
}
.addtocart tr td .quantity .btn-down{
    border-right: none;
}
.addtocart tr td .quantity .btn-up{
    border-left: none;
}
.addtocart tr td .quantity button{
    font-size: 10px;
}
.addtocart tr td .quantity input{
    width:40px;
    border-radius: 0;
}
.addtocart tr td .t-close{
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #999999;
}
.addtocart tr td .t-close .fa{
    font-size: 20px;
    line-height: 30px;
}
.addtocart tr td .t-close:hover{
    color: #000000;
}
.addtocart button.button{
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 9px 25px;
    outline: 0 !important;
    text-transform: uppercase;
    -webkit-box-shadow: chocolate;
    box-shadow: none;
    width: auto;
    min-width: 160px;
}
.addtocart button.button{
    background: #eeeeee;
    border-color: #eeeeee;
    color: #333333;
}
.addtocart button.button:hover{
}
.addtocart button.button span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.addtocart button.button.v1 span{
    padding-left: 25px;
    position: relative;
}
.addtocart button.button.v1 span:before{
    font-family: FontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.div_button button{
    margin-right: 10px;
}
.info_general{
    margin-bottom: 10px;
    background: #ffffff;
}
.info_general .bg_color{
    background: #f2f2f2;
}
.info_general .info_title{
    padding: 12px 15px;
    border: 1px solid #e5e5e5;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
}
.info_general .row_info{
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    font-size: 12px;
    line-height: 20px;
}
.info_general .row_info>div{
    margin-bottom: 5px;
}
.info_general .row_info .row_left{
    float: left;
}
.info_general .row_info .row_right{
    float: right;
}
.info_general .total_price{
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
}
.info_general .total_price_this{
    font-size: 16px;
    line-height: 24px;
    color:#ff9900;
    font-weight: bold;
}
.info_general  .color_promotion{
    color: #ea0101;
}
.box-form{
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    background: #f0f0f0;
}
.box-form .box-form-title{
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
}
.box-form .box-form-title a{
    font-weight: normal;
    color: #ea0101;
}
.box-form .box-form-title a:hover{
    text-decoration: underline;
}
.box-form  .input-group input{
    height: 40px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.box-form  .input-group .input-group-btn{
    padding-left: 10px;
}
.box-form  .input-group .input-group-btn button{
    height: 40px;
    border: 1px solid #3b393a;
    background: #3b393a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #ffffff;
    width: 80px;
    font-size: 12px;
    line-height: 20px;
}
.box-form  .input-group .input-group-btn button:hover{background: transparent;color: #232f3e;}
.box-form  .input-group .input-group-btn button span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.box-form .link-login a{
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding: 9px;
    border: 1px solid #00a650;
    background: #00a650;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box-form .link-login a:hover{
    -webkit-box-shadow: inset 0 0 3px #ffffff;
    -moz-box-shadow: inset 0 0 3px #ffffff;
    box-shadow: inset 0 0 3px #ffffff;
}
.box-form .text{
    margin-top: 3px;
}
.box-form .linkNotRegis{
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 9px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    color: #333333;
}
.box-form .linkNotRegis:hover{
}
.box-text{
    margin-bottom: 25px;
}
.box-text .cont{
    font-weight: bold;
    color:#a83031;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(0,0,0,0.15);
    text-align: center;
}
.box-text .cont p{
    padding: 0;
}
.box-text .t1{
    text-align: center;
    color:#ff9900;
    margin-bottom: 5px;
    font-weight: bold;
}
.box-text .t2{
    font-size: 13px;
    line-height: 21px;
    color:#999999;
    text-align: center;
    margin-bottom: 15px;
}
.box-text .t2 span{
    font-size: #666666;
    line-height: 20px;
    line-height: 12px;
}
.box-text .link{
    text-align: center;
}
.box-text .link a{
    display: inline-block;
    width: 90px;
    text-align: center;
    font-weight: bold;
    color:#ffffff;
    padding: 8px 10px;
    background: #232f3e;
    border-radius: 4px;
    border:solid 1px #232f3e;
}
.box-text .link a:hover{
    background: #ffffff;
    color:#232f3e;
}
/*=================================================================*/
.box-shopping {
    background: #f0f0f0;
    padding: 20px 50px;
    border: 1px solid #e5e5e5;
}
.box-shopping .shopping-title {
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 300;
}
.box-shopping .shopping-content {
    max-width: 500px;
}
.box_shopping .boxFrom {
    padding: 15px;
}
.boxFrom .input-wrapper { margin-bottom: 15px; overflow: hidden}
.boxFrom .input-wrapper .item-label{
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 20px;
}
.boxFrom .input-wrapper .item-input {
    position: relative;
}
.boxFrom  .form-control {
    height: 40px;
    border-radius: 0;
    border: 1px solid #dddddd;
    box-shadow: none;
    font-size: 11px;
    line-height: 20px;
}
.cart-login {
    margin-bottom: 15px;
}
.cart-login a {
    position: relative;
    padding-left: 20px;
    padding-right:  10px;
    line-height: 22px;
    display: inline-block;
    background: url(../images/i-m-user.svg) no-repeat center left;
    background-size: 15px;
    font-size: 12px;
    line-height: 20px;
}
.cart-login a:hover {
    color: #000000;
    text-decoration: none;
}
.cart-login span {}
.div-choose {
    background: #ffffff;
    padding: 10px 10px;
    position: relative;
    cursor: pointer;
}
.div-choose .choose-label {
    font-size: 11px;
    font-weight: normal;
    display: block;
    cursor: pointer;
}
.check_same::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0d1";
    right: 10px;
    top:10px;
    font-size: 20px;
}
.check_bill::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0f7";
    right: 10px;
    top:10px;
    font-size: 20px;
}
#vnt-popup-login{
    padding: 0;
    width: 100%;
    max-width: 400px;
}
.vnt-popup-member .title{
    background: #FFFFFF;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    padding: 10px 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #cccdcd;
}
.vnt-popup-member .content{
    padding: 25px 20px;
}
.vnt-popup-member input[type="text"],
.vnt-popup-member input[type="password"]{
    width: 100%;
    height: 40px;
    border:solid 1px rgba(0,0,0,0.25);
    padding-left: 10px;
    font-size: 12px;
    line-height: 20px;
}
.vnt-popup-member .df{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-content: flex-end;
    justify-content: space-between;
}
.vnt-popup-member .checkbox{
    margin-top: 0;
    margin-bottom: 0;
}
.vnt-popup-member .linkForget a{
    display: block;
    color:#e0493e;
    font-size: 12px;
    line-height: 20px;
}
.vnt-popup-member button{
    width: 100%;
    height: 40px;
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
}
.vnt-popup-member button:hover{
    background: #ffffff;
    color: #221714;
}

.vnt-popup-member .login-social{
    margin-top: 10px;
}
.vnt-popup-member .login-social a{
    display: block;
    padding:9px 10px;
    position: relative;
    background: #333333;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 20px;
}
.vnt-popup-member .login-social a span{
    position: relative;
    padding-left: 25px;
}
.vnt-popup-member .login-social a span:before{
    font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    color:#ffffff;
    z-index: 2;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
}
.vnt-popup-member .login-social a.facebook{
    background: #4b64a5;
}
.vnt-popup-member .login-social a.google{
    background: #f4664e;
    display:none;
}
.vnt-popup-member .txtRegis{
    font-size: 12px;
    line-height: 20px;
}
.vnt-popup-member .txtRegis a{
    text-decoration: underline;
}
.vnt-popup-member .txtRule{
    font-size: 13px;
    line-height: 21px;
}
.vnt-popup-member .txtRule a{
    color:#e0493e;
}
.wraspMethod{
    padding: 10px 20px;
    background: #FFFFFF;
    border:solid 1px rgba(0,0,0,0.15);
    margin-bottom: 20px;
}
.wraspMethod .radio{
    margin-bottom: 15px;
}
.wraspMethod .radio .lbb{
    font-size: 12px;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    cursor: pointer;
}
.wraspMethod .radio .lbb input{
    pointer-events: none;
}
.wraspMethod .radio p{
    padding: 0;
}
.wraspMethod .radio .content {
    padding-left: 20px;
    display: none;
    font-size: 12px;
    line-height: 20px;
}
.wraspMethod .radio label a{
    text-transform: initial;
    text-decoration: underline;
}
.radioChild{
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative;
}
.radioChild .cont{
    padding:10px 20px;
    background: #f5f5f5;
}
.radioChild input{
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
}
.div-button .btn{
    height: auto;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    padding: 9px 25px;
    outline: 0 !important;
    text-transform: uppercase;
    background: #3b393a;
    border: 1px solid #3b393a;
    color: #ffffff;
    -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;
    min-width: 160px;
    border-radius: 0;
}
.div-button .btn.button{
    background: #eeeeee;
    border-color: #eeeeee;
    color: #333333;
}
.div-button .btn:hover{
    background: #ffffff;
    color: #221714;
    box-shadow: none;
}
.div-button .btn span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
/*===========================================================*/
.box_success {
    background:#eaeaea;
}
.box_success .s_img{
    margin-bottom: 25px;
}
.box_success .s_img img{
    max-width: 60px;
}
.box_success .wrap{
    max-width: 620px;
    padding: 25px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: center;
}
.box_success .s_title{
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.box_success .t1{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.box_success .text1{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
}
.box_success .text1 span{
    display:block;
    font-weight:bold;
    font-size: 13px;
    line-height: 20px;
}
.box_success .text2{
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 15px;
    text-align: center;
}
.box_success .text2 p{
    padding:0
}
.box_success .block{
    margin-bottom: 10px;
    text-align: center;
    background: #666666;
}
.box_success .block.block0{
    font-size: 18px;
    line-height: 26px;
    padding: 7px 10px;
    display: none;
}
.box_success .block.block1{
    padding: 10px 20px;
    background: #ffffff;
    border: solid 1px #ee3024;
}
.box_success .block.block1 span{
    color:#d80000;
}
.box_success .block.block2{
    font-size: 11px;
    line-height: 20px;
    padding: 10px 20px;
    color: #ffffff;
    max-width: 225px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.box_success .block.block2 .id{
    font-size: 24px;
    line-height: 32px;
}
.box_success .link{
    background: none;
    max-width: 325px;
    margin: 0 auto;
}
.box_success .link .grid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 -5px;
}
.box_success .link .grid .col{
    width: 50%;
    padding: 0 5px;
}
.box_success .link a{
    display: block;
    text-align: center;
    border: solid 1px #333333;
    background:#ffffff;
    color: #333333;
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 11px;
}
.box_success .link a span{
    padding-left: 20px;
    position: relative;
}
.box_success .link a span:before{
    font-family: FontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box_success .link a:hover{
    border-color: #00001a;
    color: #00001a;
}
.box_success .link a.v2{
    background: #333333;
    color:#ffffff;
}
.box_success .link a.v2:hover{
    background-color: #00001a;
    border-color: #00001a;
}
.link_success{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link_success a{
    margin: 0 10px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.box-shopping{
    padding: 20px 15px;
}
}
@media all and (max-width: 768px){
.addtocart thead tr td,
.addtocart thead tr{
    display: block;
}
.addtocart thead tr td ~ td{
    display: none;
}
.addtocart tbody tr,
.addtocart tbody tr td{
    display: block;
}
.addtocart tfoot tr,
.addtocart tfoot tr td{
    display: block;
    padding: 0;
}
.addtocart tfoot tr{
    padding: 15px 20px;
}
.addtocart tbody tr {
    padding: 15px 20px;
    padding-left: 95px;
    padding-right: 45px;
    position: relative;
}
.addtocart tbody tr td{
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}
.addtocart tbody tr td:nth-child(3){
    display: none;
}
.addtocart tbody tr td:last-child{
    margin-bottom: 0;
}
.addtocart .img{
    position: absolute;
    top: 15px;
    left: 15px;
}
.addtocart .red,
.addtocart .nor{
    display: inline-block;
}
.addtocart .t-bold {
    position: relative;
}
.addtocart .t-bold:before{
    content: attr(data-cont)" ";
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
}
.addtocart tr td .t-close{
    position: absolute;
    top: 15px;
    right: 10px;
}
.addtocart button.button{
    width: 100%;
    margin-bottom: 10px;
}
.box_success .s_title{
    font-size: 26px;
    line-height: 34px;
}
.box_success .code .id{
    font-size: 35px;
    line-height: 45px;
}
}

@media all and (max-width: 420px){
.box_success .link .grid{
    display: block;
}
.box_success .link .grid .col{
    width: 100%;
    margin-bottom: 10px;
}
.box_success .code .id {
    font-size: 30px;
    line-height: 40px;
}
.box_success .wrap{
    padding: 0;
}
}

@media all and (max-width: 360px){
.box_success{
    padding: 15px 20px;
}
.box_success .s_title {
    font-size: 30px;
    line-height: 40px;
}
.box_success .block.block2{
    font-size: 14px;
    line-height: 22px;
}
}