.wrapCont{
    padding: 50px 0;
}
.info_cart{
    margin-bottom: 50px;
}
.style_step {
    display: block;
    /* margin: 0 auto; */
    margin-bottom: 10px;
}
.style_step ul{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_step ul li {
    position: relative;
    padding: 0;
    margin-right: 38px;
    width: 130px;
}

.style_step ul li .number {
    display: block;
    margin: 0 auto;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 5px;
    padding-top: 5px;
    border: solid 1px #f63c01;
    background-color: #f63c01;
    color: #fff;
}
.style_step ul li .text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    display: block;
}
.style_step ul li.active .number {
    background: #8f562a;
    border-color: #8f562a;
    color: #fff;
}
.title_step {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.title_step h1{
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Josefin Sans';
    font-weight: 400;
    line-height: 30px;
}
.title_step .number_pr{
    margin-left: 5px;
    font-size: 14px;
}
/*====================STEP 1==============================*/
table.addtocart2{
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    background: #1b1b1b;
}
table.addtocart2 thead tr td {
    padding: 5px;
    color: #cccccc;
    font-weight: bold;
    padding: 13px;
    border-bottom: 1px solid #838383;
}
table.addtocart2 thead tr td:first-child,
table.addtocart2 tbody tr td:first-child{
    text-align: left;
}
table.addtocart2 tbody tr td{
    padding:20px 10px 20px 0;
    border-bottom:solid 1px #838383;
}
table.addtocart2 tbody tr:last-child td{
    /* border-bottom: none; */
}
table.addtocart2 tbody tr td .caption{
    overflow: hidden;
}
table.addtocart2 tbody tr td .i-title {
    color: #cccccc;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    max-width: 300px;
}
table.addtocart2 tbody tr td .i-title a {
    font-size: 14px;
    line-height: 22px;
    color: #cccccc;
}
/* table.addtocart2 tbody tr td .i-attr p{
    padding: 0;
    font-size: 13px;
    line-height: 21px;
    color:#666666;
} */
table.addtocart2 tbody tr td.price {
    color: #f63c01;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}
table.addtocart2 tbody tr td.colorRed{
}
table.addtocart2 table.img-title{
    width: 100%;
}
table.addtocart2 table.img-title tbody tr td{
    border-bottom: none;
    padding: 0;
    text-align: left;
}
table.addtocart2 table.img-title tr td:nth-child(1){
    text-align: left;
    width: 80px;
    padding-right: 10px;
}
table.addtocart2 .img {
    max-width: 60px;
    float: left;
    margin-right: 10px;
}
table.addtocart2.res2 .price_total {
    font-weight: bold;
    color: #f63c01;
    white-space: nowrap;
}
table.addtocart2.res2 .price_simple{
    white-space: nowrap;
}
.choose-quantity {
    max-width: 40px;
    display: block;
    margin: 0 auto;
}
.choose-quantity .nav-button {
    display: inline-block;
    width: 40px;
    height: 20px;
    border: 1px solid #ffd804;
    background-color: #ffd804;
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    padding: 0 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;
}
.choose-quantity .nav-button:hover{
    background-color: #4a90e2;
}
.choose-quantity .nav-button:hover,
.choose-quantity .nav-button:focus{
    text-decoration: none;
}
.choose-quantity .quantity {
    width: 66px;
    height: 36px;
    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;
    margin: 5px 0;
    background-color: #222222;
    border: 1px solid #838383;
    color: #fff;
}
table.addtocart2 .btnclear {
    font-size: 26px;
    line-height: 34px;
    font-weight: normal;
    color: #666666;
}
.coupon {
    padding: 15px 25px;
    margin-bottom: 15px;
}
.couponCode {
    padding: 15px 20px 16px 120px;
    position: relative;
    background: #ffffff;
    float: left;
    width: 460px;
}
.couponCode:before {
    content: "\f06b";
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #f63c01;
    font-size: 100px;
    line-height: 100%;
}
.couponCode .txt {
    text-transform: uppercase;
    color: #f63c01;
    margin-bottom: 5px;
    font-weight: bold;
}
.couponCode input{
    width:calc(100% - 95px);
    width:-moz-calc(100% - 95px);
    width:-webkit-calc(100% - 95px);
    width:-ms-calc(100% - 95px);
    height:40px;
    background: #f6f6f6;
    border:solid 1px #e0e0e0;
    border-right:none;
    padding-left: 15px;
}
.couponCode button {
    width: 95px;
    height: 40px;
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
    background: #666666;
    border: none;
    float: none;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.couponCode button:hover {
    background: #f63c01;
}
.couponCode form{
    margin-bottom: 5px;
}
.couponCode .txt2{
    color:#666666;
}
.totalPrice {
    margin-bottom: 10px;
}
.totalPrice ul li{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.totalPrice ul li.bt{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(0,0,0,0.15);
}
.totalPrice .p{
    text-align: right;
    white-space: nowrap;
    line-height: 30px;
    margin-right: 10px;
    font-size: 18px;
}
.totalPrice.v2{
    width: 100%;
}
.totalPrice.v2 .p{
    text-align: left;
    width: 100px;
}
.totalPrice.v2 .l{
    width:initial;
}
.totalPrice .p.b{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}
.totalPrice .p:after{
    content: " :";
}
.totalPrice .l{
    float:right;
    text-align: right;
    font-size: 15px;
    line-height: 23px;
}
.totalPrice .l.v{
    font-size: 22px;
    line-height: 30px;
    color: #f63c01;
    font-weight: bold;
}
.infoShip p {
    padding: 0;
    color: #666666;
    padding-left: 25px;
    position: relative;
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 21px;
}
.infoShip p a{
    color: #666666;
}
.infoShip p:before{
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #f63c01;
}
.infoShip p.phone::before{
    content: "\f095";
}
.pay{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom:solid 1px #e3e3e3;
}
.pay .txt {
    color: #666666;
    margin-right: 15px;
}
.formPoint{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}
.formPoint .designForm{
    margin-right: 20px;
    padding: 10px 20px;
    background: #ffffff;
}
.formPoint .designForm .txt {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
}
.formPoint .designForm .txt a{
    color:#f63c01;
    font-weight: normal;
}
.formPoint .designForm .txt a:hover{
    color:#e7b100;
}
.formPoint .designForm .form{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 410px;
    margin-bottom: 5px;
}
.formPoint .designForm button{
    width: 100px;
    height:40px;
    background: #f63c01;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    border:none;
    text-transform: uppercase;
    color:#ffffff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.formPoint .designForm button:hover{
    background: #333333;
}
.formPoint .designForm input{
    flex-basis: -webkit-calc(100% - 100px);
    flex-basis: -moz-calc(100% - 100px);
    flex-basis: -o-calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    height:40px;
    padding-left: 10px;
    border: solid 1px #9a9a9a;
}

.divButton .btnCart {
    background: #fff;
    color: #333333;
    border: none;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 30px;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    border: solid 1px #e5e5ee;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}
.divButton .btnCart:last-child{
    margin-right: 0;
}
.divButton .btnCart:hover, .divButton .btnCart.active{
    background: #f63c01;
    color: #fff;
}
.divButton .btnCart.active:hover{
    background-color: #f63c01;
    color: #fff;
}
.divButton .btnCart.del{
    background: #f63c01;
    border-color: #e5e5e5;
    color: #fff;
}
.divButton .btnCart.del:hover{
    background: #f63c01;
    color: #fff;
}
.divButton .btnCart.den{
    background: #333333;
    border-color: #333333;
    color:#ffffff;
}
.divButton .btnCart.den:hover{
    background: #ffffff;
    color: #333333;
}
.divButton .btnCart span{
    padding-left: 20px;
    position: relative;
}
.divButton .btnCart 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%);
}
/*====================STEP 2==============================*/
.grid-button{
    margin:0 -5px;
}
.grid-button:after{
    content: "";
    display: block;
    clear: both;
}
.grid-button .col{
    float:left;
    width:50%;
    padding: 0 5px;
}
.form-login{
    padding: 15px 25px;
    background: #1b1b1b;
}
.form-login .wrap_formLogin{
    max-width: 500px;
    margin: 0 auto;
    padding-left: 130px;
    padding-top: 10px;
    background: url("../images/cart/icon_nguoi.png") no-repeat 0 0;
}
.form-login .row_input{
    margin-bottom: 10px;
}
.form-login .row_input .form-control{
    height: auto;
    padding: 12px 10px 12px 30px;
    border-radius:0;
    border: none;
    background-color: #1b1b1b;
    border: 1px solid #838383;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-login .row_input .form-control:focus{
    border-color:#c0c0c0;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,192,292,1);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,192,292,1);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,192,192,1)
}
.remember_forget{
    margin-bottom: 10px;
}
.remember_forget a{
    display: inline-block;
}
.remember_forget label{
    font-weight: normal;
}
.remember_forget input[type=checkbox],.remember_forget input[type=radio]{
    margin-right: 5px;
}
.remember_forget ul li{
    display: inline;
    position: relative;
}
.remember_forget ul li:after{
    content: '|';
    padding: 0 8px;
}
.remember_forget ul li:last-child:after{
    content: '';
}
.form-login .divButton button,
.form-login .divButton a{
    width:100%;
}

.login_social {
    padding: 10px 20px;

    display: inline-block;
    color: #fff;
    position: relative;
    background-color: #3b5998;
}
.login_social .ls_text {
    font-size: 16px;
    line-height: 24px;
    color: #cccccc;
    position: absolute;
    top: 15px;
    left: 40px;
}
.login_social .ls_button{
    margin-bottom: 10px;
}
.login_social .link_login  a{
    color: #fff;
}
.login_social .ls_button a {
    display: block;
    font-weight: bold;
    color: #fff;
    background: #3b5a9b;
    border:solid 2px #3b5a9b;
    padding: 7px 20px;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}
.login_social .ls_button a:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0;
    height: 100%;
    background: #fff;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.login_social .ls_button a:hover:after{
    width: 100%;
}
.login_social .ls_button a:hover{
    color: #3b5a9b;
}
.login_social .ls_button a span{
    position: relative;
    z-index: 1;
}
.login_social .ls_button span{
    padding-left: 33px;
}
.login_social .ls_button span:before{
    position: absolute;
    top: 50%;
    left: 0;
    font-family: fontawesome;
    font-size: 25px;
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    font-weight: normal;
}
.login_social .ls_button.ls_google a{
    border-color: #da4d2f;
    color: #fff;
    background: #da4d2f;
}
.login_social .ls_button.ls_google a:hover{
    color: #bb1604;
}
.login_social .ls_button.ls_google a:after{
    background: #fff;
}
.form-buy{
    padding: 13px 23px;
    background: #f1f1f1;
}
.form-buy.nobg{

    background-color: #1b1b1b;
}
.ftitle {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    padding: 5px 0;
    padding-left: 130px;
}
.form-buy .fb-content{
    padding-left: 140px;
    min-height: 233px;
    margin-bottom: 10px;
    background: url("../images/cart/icon_gio_hang.png") no-repeat 0 0;
}
.form-buy .fb-content p{
    margin-bottom: 60px;
}
.fb-content .tableButton {
    margin-top: 50px;
}
/*==========STEP 2.1===========*/
.form-step23 #tableCart{
    margin-bottom: 30px;
}
.boxCart{
    margin-bottom: 30px;
}
.boxCart .title {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 15px 20px 10px 20px;
    border-bottom: solid 1px #ddd;
    font-family: 'Josefin Sans';
    font-weight: 400;
}

.boxCart .content{
    margin-bottom: 20px;
    padding: 20px;
}
.boxCart .info_content{
    margin-bottom: 20px;
}
.boxCart .info_content .title_line{
    position: relative;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #8f562a;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Josefin Sans';
    font-weight: 400;
}
.boxCart .info_content .title_line::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #f63c01;
}
.boxCart .info_content .info_detail p{
    border-bottom: 1px solid #e5eee5;
    padding: 10px 0;
}
.boxCart .info_content .info_detail p:last-child{
    border-bottom: none;
}
.boxCart .info_content .info_detail p span{
    width: 200px;
    display: inline-block;
}
.boxCart .content .c1{
    color: #f9a51c;
    text-transform: uppercase;
}
.cartField label{
    width:150px;
    font-weight: normal;
    float:left;
    padding-right: 25px;
}
.cartField label span{
    color:#cccc;
}
.cartField .colRight{
    width:-webkit-calc(100% - 150px);
    width:-moz-calc(100% - 150px);
    width:-o-calc(100% - 150px);
    width:calc(100% - 150px);
    float:right;
}
.cartField input[type="text"],
.cartField select,
.cartField textarea{
    width:100%;
    height:40px;
    border:solid 1px #838383;
    padding-left: 15px;
    background-color: #1b1b1b;
}
.cartField textarea{
    height: 100px;
    resize: none;
}
.cartField .boxRadio{
    margin-bottom: 25px;
    padding-left: 20px;
    position: relative;
}
.cartField .boxRadio input{
    position: absolute;
    left: 0;
    top: 0;
}
.labelz{
    font-weight: bold;
    width:initial;
    float:none;
    padding:0;
    margin:0;
    font-size: 16px;
    line-height: 24px;
}
.cartField .boxRadio p{
    padding:0;
}
.cartField .optionCart input{
    display: none;
}
.cartField .optionCart {
    background: #222222;
    padding: 14px 50px;
    position: relative;
    cursor: pointer;
}
.cartField .optionCart:before{
    content: "";
    position: absolute;
    width:20px;
    height:20px;
    border:solid 1px #666666;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cartField .optionCart:after{
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 23px;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #51aa1b;
}
.cartField .optionCart.active:after{
    opacity: 1;
    visibility: initial;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.cartField .optionCart span:before{
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 28px;
}
.cartField .btnCart{
    width:100%;
}
.boxRadio{
    padding-left: 30px;
    position: relative;
    margin-bottom: 25px;
    cursor: pointer;
}
.boxRadio p{
    padding: 0;
}
.boxRadio label{
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}
.boxRadio input[type="radio"]{
    display: none;
}
.boxRadio:before{
    content: "";
    width:20px;
    height:20px;
    position: absolute;
    left: 0;
    top: 0;
    border:solid 1px #cccc;
    border-radius: 100%;
}
.boxRadio.active:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #666666;
    border-radius: 100%;
    left: 5px;
    top: 5px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
div#tableCart {
    margin-bottom: 30px;
}

div#tableCart .content{
    padding: 20px;
}
div#tableCart .content table{
    width: 100%;
    vertical-align: top;
}
div#tableCart .content table tr{
    vertical-align: top;
}
div#tableCart .content table tr td{
    width: 60%;
    padding: 0 5px;
}
div#tableCart .content table tr td:nth-child(1), div#tableCart .content table tr td:nth-child(3){
    width: 20%;
    padding: 0;
}
div#tableCart .content table tr td .i-attr{
    font-size: 13px;
}
div#tableCart .content table tr td .i-attr p:first-child{
    color: #666666;
}
div#tableCart .title_tabe{
    font-size: 20px;
    text-transform: uppercase;
    color: #cccccc;
    border-bottom: 1px solid #cccc;
    padding-bottom: 5px;
}
div#tableCart .productname{
    padding: 5px 0;
}
#tableCart .totalPrice {
    margin-top: 0;
}
#tableCart .totalPrice p{
    text-align: right;
    font-size: 12px;
    color: #999999;
}
#tableCart .coupon{
    margin-bottom: 0;
    padding: 20px;
    border-top: 1px solid #ddd;
}
#tableCart .coupon .freeship_i{
    text-align: right;
}
#tableCart .coupon .freeship_i i{
    font-size: 18px;
    color: #9e784c;
    margin-right: 5px;
}
/*================================STEP 4========================*/
.boxSuccess {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    padding: 20px;
    background-color: #f0f0f0;
}
.boxSuccess .wrap{
    max-width: 580px;
    margin: 0 auto;
}
.boxSuccess .txt1 {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.boxSuccess .txt2{
    font-size: 15px;
    line-height: 23px;
    max-width: 450px;
    margin: auto;
    margin-bottom: 10px;
}
.boxSuccess .code{
    margin-bottom: 25px;
}
.boxSuccess .txt3 strong, .boxSuccess .txt3 strong a{
    color: #f63c01;
}

.boxSuccess .code .to {
    font-size: 20px;
    line-height: 30px;
    background: #fff;
    padding: 15px 37px;
    text-align: center;
    color: #333333;
}
.boxSuccess .code .co {
    background: #f63c01;
    font-size: 40px;
    line-height: 50px;
    color: #ffff;
    text-transform: uppercase;
    text-align: center;
    padding: 9px 10px;
}
.boxSuccess .code .co span{
    display: block;
    color:#fff;
    font-size: 14px;
    line-height: 22px;
}
.boxSuccess .txt3 p{
    padding:0;
}
.boxSuccess .txt3  p span{
    color:#d10000;
}
.backHome a {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #cccc;
    padding: 8px 15px;
    text-transform: uppercase;
    border: 1px solid #838383;
}
.backHome a:hover{
    background: #333333;
}
.backHome a span{
    padding-left: 25px;
    position: relative;
}
.backHome a span:before{
    content: "\f122";
    font-family: fontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
}
/*===========================STEP 4==================================*/
.form-step23 p{
    padding:0;
}
.form-step23 p strong{
    font-size: 16px;
    line-height: 24px;
}
.backHome {
    text-align: center;
}
.addtocart{
    width: 100%;
    margin-bottom: 20px;
}
.addtocart tr{
    border-bottom: 1px solid #e5e5e5;
}
.addtocart tr:last-child{
    border-bottom: none;
}
.addtocart tr td{
    padding:15px;
    width: 20%;
}
.addtocart tr td:nth-child(1){
    width: 40%;
}
.addtocart thead tr td{
    color: #000;
    padding: 14px 15px;
}
.addtocart tfoot tr td{
    padding: 20px 15px;
}
.addtocart tr td .img{
    width: 70px;
    float: left;
}
.addtocart tr td .ifo{
    float: left;
    padding-left: 10px;
}
.addtocart tr td .t-title{
    margin-bottom: 5px;
    max-width: 200px;
}
.addtocart tr td .t-id{
    font-size: 13px;
    color: #999999;
}
.addtocart tr td .t-bold{
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color:#8f562a;
}
.addtocart tr td .red{
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color:#8f562a;
}
.addtocart tr td .nor{
    color:#999999;
    text-decoration: line-through;
    float: left;
    margin-right: 5px;
}
.addtocart tr td .sale{
    color: #f60000;
}
.addtocart tr td select{
    width: 60px;
    height: 30px;
    text-align: center;
    padding-left: 10px;
}
.addtocart tr td .t-close{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}
.addtocart tr td .t-close .fa{
    font-size: 20px;
    line-height: 30px;
}
.addtocart tr td .t-close:hover{
    color: #f60000;
}
.addtocart tr td .quantity{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addtocart tr td .quantity button,
.addtocart tr td .quantity input{
    width: 30px;
    height: 30px;
    border: solid 1px #e5e5e5;
    text-align: center;
    background: transparent;
    background-color: #fff;
}
.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;
    background-color: #fff;
}
.addtocart tr td .quantity input{
    width:40px;
    border-radius: 0;
}
.div_button{
}
.div_button.df{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.div_button .btn{
    height: auto;
    font-size: 14px;
    line-height: 25px;
    padding: 9px 25px;
    outline: 0 !important;
    text-transform: uppercase;
    background: #d80000;
    border: 1px solid #d80000;
    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;
    width: auto;
    min-width: 160px;
    margin-right: 20px;
}
.div_button .btn:last-child{
    margin-right: 0;
}
.div_button .btn.button{
    background: #eeeeee;
    border-color: #eeeeee;
    color: #333333;
}
.div_button .btn:hover{
    background: #222222;
    color: #ffffff;
}
.div_button .btn span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.div_button .btn.v1 span{
    padding-left: 25px;
    position: relative;
}
.div_button .btn.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%);
}
/*==================================================*/
.info_general{
    margin-bottom: 30px;
    border: 1px solid #ddd;
    /* padding: 15px; */
}
.info_general .table_info{
    border-bottom: 1px solid #ddd;
}
.info_general .freeship_i{
    padding: 30px 0;
}
.info_general .g_vat{
    font-size: 12px;
    color: #999999;
}
.info_general .freeship_i i{
    font-size: 18px;
    color: #8f562a;
    margin-right: 5px;
}
.info_general .info_content {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
.info_general .info_content:last-child{
    border-bottom: none;
}
.info_general .bg_color{

}
.info_general .info_title{
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}
.info_general .info_title .edit_pro{
    float: right;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    position: relative;
    margin-top: -6px;
    text-transform: capitalize;
}
/* .info_general .info_title::before, .info_general .info_title::after{
    content: '';
    width: 15px;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    bottom: -1px;
} */
.info_general .info_title::before{
    left: -15px;
}
.info_general .info_title::after{
    right: -15px;
}
.info_general .row_info{
    padding:8px 15px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 0;
}
.info_general .row_info.remober_bd{
    border-bottom: none;
}
.info_general .row_info .mgg{
    border: 1px solid #f63c01;
    padding: 3px 10px 3px 3px;
    font-size: 13px;
    display: inline-block;
}
.info_general .row_info .mgg span{
    color: #8f562a;
    text-transform: uppercase;
}
.info_general .row_info:nth-child(3){
    border-bottom: none;
}
.info_general .row_info .row_left{
    float: left;
}
.info_general .row_info .row_right{
    float: right;
    color: #8f562a;
}
.info_general .total_price{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #9e784c;
}
.info_general  .color_promotion{
    color: #9e784c;
}
/*========================================================*/
.box-form{
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    background: #fef4f3;
}
.box-form .box-form-title{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
}
.box-form .box-form-title a{
    font-weight: normal;
    color: #9e784c;
}
.box-form .box-form-title a:hover{
    text-decoration: underline;
}
.box-form_1 .linkNotRegis{
    display: block;
    text-align: center;
    background: #9e784c;
    padding: 9px 10px;
    border: solid 1px #9e784c;
    text-transform: uppercase;
    color:#ffffff;
    border-radius: 4px;
    width: 100%;
}
.box-form_1 .linkNotRegis.btn{
    width: 100%;
    background-color: #f63c01;
    border: 1px solid #f63c01;
}
.box-form_1 .linkNotRegis:hover {
    background: #ffffff;
    color: #9e784c;
}
.box-form .input-group input{
    height: 40px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}
.box-form .input-group .input-group-btn{
  
}
.box-form .input-group .input-group-btn button{
    height: 40px;
    border: 1px solid #9e784c;
    background: #9e784c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    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;
    border-radius: 4px;
}
.box-form .input-group .input-group-btn button:hover{
    background: #ffffff;
    color: #9e784c;
}
.box-form .input-group .input-group-btn button span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.box-form .txtNot{
    font-size: 13px;
    line-height: 21px;
    color:#777777;
    margin-top: 10px;
}

/*======================================================*/
.wrap_box_login{
    padding: 10px ;
}
.wrap_box_login.border-bottom{
}
.box_login{
    /* max-width: 570px; */
    margin: 0 auto;
}
.soc .box_login {
    max-width: 620px;
}
.box_login.rowLeft_200{
    /* max-width: 600px; */
}
.box_login .row_input{
    margin-bottom: 10px;
}
.box_login .row_input:last-child{
    margin-bottom: 0;
}
.box_login .ad_content .row_input:last-child{
    margin-bottom: 10px;
}
.box_login .row_input .row_left{
    width: 170px;
    padding-right: 15px;
    float: left;
    text-align: right;
}

.box_login .row_input .row_left label{
    margin-top: 5px;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
}
.box_login .row_input .row_left label span{
    color: #ff0000;
}
.box_login .row_input .row_right{
    padding-left: 175px;
}

.box_login .row_input .form-control{
    height: 40px;
    border-radius: 0;
    border: 1px solid #dddddd;
    box-shadow: none;
}
.box_login .row_input textarea.form-control{
    height: 90px;
    resize: none;
}
.note_required_2{
    text-align: right;
    margin-bottom: 5px;
}
.note_required_2 span{
    color: #ff0000;
}
.box_login .row_input .form-control:focus{
    border-color: #c0c0c0;
    outline: 0;
}
.box_login .row_input .txt-input{
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    padding-right: 10px;
}
.box_login .row_input .grid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 -5px;
}
.box_login .row_input .grid .col{
    width: 33.333333%;
    padding: 0 5px;
}
.box_login button.btn{
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 25px;
    padding: 10px 15px;
    min-width: 170px;
    outline: 0 !important;
    text-transform: uppercase;
    background: #f63c01;
    border: 1px solid #f63c01;
    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;
}
.box_login button.btn.button{
    background: #eeeeee;
    border-color: #eeeeee;
    color: #333333;
}
.box_login button.btn:hover{
    background: #ffffff;
    color: #f63c01;
}
.box_login button.btn span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.box_login .div_right{
    text-align: right;
}
.box_login .ad_title{
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 50px;
    background-color: #eeeeee;
    margin-bottom: 10px;
    position: relative;
}
.box_login .ad_title input{
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 99;
    height: 22px;
    width: 22px;
    opacity: 0;
}
.box_login .ad_title:before{
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 30px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    /* display: none; */
}
.box_login .ad_title:after{
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #666666;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: '';
    text-align: center;
    font-size: 10px;
    line-height: 18px;
    font-family: FontAwesome;
    color: #ff0000;
}
.box_login .active .ad_title:after{
    content: '\f00c';
}
.box_login .ad_content{
    display: none;
}
.box_login.rowLeft_200 .ad_content .row_input .row_left {
    width: 150px;
}
.box_login.rowLeft_200 .ad_content .row_input .row_right{
    padding-left: 150px;
}
.address_delivery{
    margin-top: 30px;
}

.check_login_cart ul li{
    margin-bottom: 8px;
}
.check_login_cart ul li label{
    margin: 0;
    font-weight: normal;
    position: relative;
    /* padding-left: 25px; */
}
.check_login_cart ul li label label{
    position: absolute!important;
    left: 0;
}
.show_login_id{
    position: relative;
}
.show_login_id > div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.show_login_id > div.active{
    position: relative;
    opacity: 1;
    visibility: visible;
}
.margin_left{
    margin-left: 150px;
}
.loginSocial{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.loginSocial .txt_social{
    margin-right: 10px;
}
.loginSocial .login_social {
    overflow: hidden;
}
.login_social > div.div_or{
    vertical-align: middle;
    margin: 0 10px;
}
.login_social .link_login{
    display: inline-block;
    margin-right: 10px;
}
/*========================*/
.box_login.rowLeft_200 .row_input .row_left{
    width: 220px;
}
.box_login.rowLeft_200 .row_input .row_right{
    padding-left: 220px;
}
.box_login.rowLeft_100 .row_input .row_left{
    width: 100px;
}
.box_login.rowLeft_100 .row_input .row_right{
    padding-left: 100px;
}
/*========================================================*/
.table_info table tr{

}
.table_info table tr td{
    padding: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.table_info table tr td:last-child{
    text-align: right;
}
.table_info table tr td .img{
    width: 60px;
    height: 60px;
}
.table_info table{
    width: 100%;
}
.table_info table thead tr td{
    text-align: left;
}
.table_info table tbody tr td:first-child{
    padding-right: 0;
    width: 70px;
}
.table_info table tbody tr td:nth-child(2){
    text-align: left;
}
.table_info table tbody tr td .t-id{
    color: #666666;
    font-size: 13px;
    line-height: 20px;
}
/*================================================*/
.info_general .wraspMethod{
    padding: 0 0px;
}
.info_general .wraspMethod .radio{
    margin-bottom: 15px;
    margin-top: 0;
}
.info_general .wraspMethod .radio:last-child{
    margin-bottom: 0;
}
.info_general .wraspMethod .radio .lbb{
    min-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.info_general .wraspMethod .radio .lbb input{
    pointer-events: none;
    margin-left: 0;
}
.info_general .wraspMethod .radio p{
    padding: 0;
}
.info_general .wraspMethod .radio .content{
    display: none;
    padding: 20px;
    font-size: 14px;
}
.info_general .wraspMethod .radio .content .item{
    margin-bottom: 20px;
}
.info_general .wraspMethod .radio .content .item:last-child{
    margin-bottom: 0;
}
.info_general .wraspMethod .radio .content .item span{
    /* color: #8f562a; */
}
.info_general .wraspMethod .radio label a{
    text-transform: initial;
    text-decoration: underline;
}
.info_general .radioChild{
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative;
}
.info_general .radioChild .cont{
    padding:10px 20px;
    background: #f5f5f5;
}
.info_general .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;
}
/*===========================================================*/
.box_success {
    background-repeat:no-repeat;
    background-position: center;
    text-align: center;
    background-color: #fef4f3;
}
.box_success .wrap{
    max-width: 470px;
    padding: 25px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 60px;
}
.box_success .s_title{
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Josefin Sans';
    font-weight: 400;
}
.box_success .t1{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.box_success .text1{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.box_success .text1 span{
    display:block;
}
.box_success .text2{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
}
.box_success .text2 p{
    padding:0
}
.box_success .block{
    margin-bottom: 10px;
    text-align: center;
    background: #f63c01;
}
.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 #f63c01;
}
.box_success .block.block1 span{
    color:#f63c01;
}
.box_success .block.block2{
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
    color: #ffffff;
    margin-bottom: 10px;
}
.box_success .block.block2 .id{
    font-size: 40px;
    line-height: 50px;
}
.box_success .link{
    margin-bottom: 15px; 
    background: none;  
}
.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 #ddd;
    background:#ffffff;
    border-radius: 4px;
    padding: 8px 10px;
}
.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: #f63c01;
    background-color: #f63c01;
    color: #fff;
}
.box_success .link a.v2{

}
.box_success .link a.v2:hover{
}
.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;
}
.input-group{
    width: 100%;
}
.box_login .row_input .txt-input{
    width: 50px;
}
.breadcrumb{
    border-top: 1px solid #ddd;
}
/*  */
div#tableCart{
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 30px;
}
div#tableCart .title{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;

    padding: 10px 15px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: solid 1px #ddd;
}
div#tableCart table {
    width: 100%;
}
div#tableCart table thead, div#tableCart table tbody{
    background-color: #fff;
}
div#tableCart .title > span{
    text-transform: initial;
    position: relative;
}

div#tableCart table thead tr{
    border-bottom: 1px dotted #ddd;
}
div#tableCart table thead tr th {
    padding: 10px;
    text-align: center;
    font-weight: 600;
    text-align: left;
}
#tableCart .quantity{
    position: relative;
    width: 60px;
}
#tableCart .quantity input{
    height: 30px;
    width: 100%;
    border: 1px solid #ddd;
    text-align: center;
    padding-right: 26px;
}
#tableCart .quantity button{
    border: none;
    background-color: transparent;
    font-size: 10px;
    height: 15px;
    width: 30px;
    padding: 0;
    text-align: center;
    line-height: 25px;
    position: absolute;
    right: 0;

}
#tableCart .quantity button i{
    line-height: 13px;
}
#tableCart .quantity .btn-down{
    bottom: 0;
}
#tableCart .quantity .btn-up{
    top: 0;
    border-bottom: none;
}
div#tableCart table tbody tr{
    border-bottom: 1px dotted #ddd;
}
div#tableCart table tbody tr:last-child{
    border-bottom: none;
}
div#tableCart table tbody tr td:not(:nth-child(1)){
    text-align: center;
}
div#tableCart table tbody tr td:nth-child(1){
    width: 35%;
}
div#tableCart table tbody tr td{
    padding:15px 10px;
    border-top:none;
    border-right:none;
}
div#tableCart .img {
    margin-right: 10px;
    width: 60px;
    height: 60px;
    float: left;
}
div#tableCart .img a{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
}
div#tableCart .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    transform: translate(-50%, -50%);
}

div#tableCart .tend {
    overflow: hidden;
}
div#tableCart .tend h3{
    font-weight: initial;
    line-height: initial;
    max-width: 95px;
}
div#tableCart .tend a{
    display: block;
    font-size: 12px;
    line-height: 18px;
}
div#tableCart .tend p{
    color: #666666;
    font-size: 13px;
}
div#tableCart .product_color{
    width:125px;
    height:36px;
    border:solid 1px #cfcfcf;
}
div#tableCart .product_size{
    width:80px;
    height:36px;
    border:solid 1px #cfcfcf;
}
div#tableCart .product_quantity{
    width:65px;
    height:36px;
    border:solid 1px #cfcfcf;
    text-align: center;
}
div#tableCart .price_simple{
    font-size: 12px;
    text-align: center;
}
div#tableCart .price_simple span{
    display: block;
}
div#tableCart .price_nor{
    color:#999999;
    font-size: 12px;
    text-decoration: line-through;
}
div#tableCart .price_total{
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
}
div#tableCart .price_total span{
    display: block;
}
div#tableCart tfoot{
    border-top: 1px solid #ddd;
}
div#tableCart tfoot tr td {
    padding: 20px 30px 30px 30px;
}
.tableInfo {
    padding: 10px 15px;
    background: #ffffff;
    border: solid 1px #d5d5d5;
    max-width: 370px;
    width: 100%;
}
.tableInfo label{
    font-weight: 400;
}
.tableInfo p{
    padding: 0;
    padding-left: 30px;
    color:#666666;
    position: relative;
    margin-bottom: 5px;
}
.tableInfo .v1:before{
    content: "\f0a4";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tableInfo .v2:before{
    content: "\f095";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: #666666;
}
.totalPrice_mb {
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}

.totalPrice_mb .tbpri{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.totalPrice_mb .tbpri:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.totalPrice_mb .tbpri .num_pri{
    font-size: 16px;
    line-height: 25px;
}
.totalPrice_mb .tbpri .priceTotle{
    font-size: 20px;
    line-height: 30px;
}
.totalPrice{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 5px;
}
.totalPrice span{
    color:#f63c01;
    float: right;
}
.tableButton .btnCart {
    background: #ededed;
    border: none;
    display: inline-block;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border:solid 1px #ededed;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 14px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #f63c01;
    color: #f63c01;
    font-weight: 600;
}
.tableButton .btnCart span{
    padding-left: 10px;
    position: relative;
    display: inline-block;
}

.tableButton .btnCart span::before{
    content: '\f0d9';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #555555;
    font-size: 16px;
    font-weight: bold;
}
.tableButton .btnCart:hover span::before{
    color: #fff;
}
/* .tableButton .btnCart::after{
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.tableButton .btnCart:hover::after{
    background: #f63c01;
    width: 100%;
    opacity: 1;
} */
.tableButton .btnCart:hover{
    color: #ffff;
    border-color: #f63c01;
    background-color: #f63c01;
}
.tableButton .btnCart.blood{
    background: #f63c01;
    border-color: #f63c01;
    color:#ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    min-width: 350px;
}
.tableButton .btnCart.blood span{
    padding-left: 0;
    padding-left: 25px;
}
.tableButton .btnCart.blood span::before{
    content: '\f07a';
    left: initial;
    left:  0;
    color: #fff;
    background-color: #f63c01;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.tableButton .btnCart.blood:hover span::before, .tableButton .btnCart.blood:hover{
    color:#f63c01;
    background: #ffffff;
}
.tableButton .btnCart.blood:hover::after{
    background: #ffffff;
    width: 100%;
    opacity: 1;
}
.tableButton .btnCart span:before{
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 54%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #f63c01;
    font-size: 13px;
}
.cartField label{
    width:120px;
    font-weight: normal;
    float:left;
    padding-right: 25px;
    font-size: 13px;
}
.cartField label span{
    color: #f63c01;
}
/* begin infoPrice  */
.infoPrice{
    padding-left: 100px;
}
.infoPrice .formGift{
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
}
.infoPrice .formGift .txt{
    font-weight: 600;
    margin-bottom: 10px;
}
.infoPrice .formGift .group-col{
    display: flex;
}
.infoPrice .formGift .group-col input{
    width: calc(100% - 70px);
    height: 40px;
    padding: 0 10px;
    border: none;
    border-radius: 5px;
}
.infoPrice .formGift .group-col button{
    width: 70px;
    background-color: #f63c01;
    color: #fff;
    height: 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
    border: 1px solid #f63c01;
}
.infoPrice .formGift .group-col button:hover{
    background-color: #fff;
    color: #f63c01;
}
/* end infoPrice */
/* 
 */

/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
    .address_delivery, .invoice{
        padding-left: 0;
    }
    .breadcrumb{
        display: none;
    }
    .mainHead{
        border-bottom: 1px solid #ddd;
    }
    .wrapCont{
        padding: 30px 0;
    }
    .boxSuccess .txt1{
        font-size: 24px;
    }
    .boxSuccess .code .to{
        font-size: 15px;
        padding: 15px 10px;
    }
    .form-buy .fb-content p{
        margin-bottom: 20px;
    }
    .boxSuccess{
        padding: 20px 10px;
    }
    .couponCode {
        padding-left: 15px;
        padding-top: 115px;
    }
    .couponCode:before {
        top: 10px;
        left:50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .pay{
        display: block;
    }
    table.addtocart2.res{
        text-align: left;
      
    }
    table.addtocart2.res thead {
        display: none;
    }
    table.addtocart2.res tbody tr {
        display: block;
        padding: 10px;
        padding-bottom: 25px;
        margin-bottom: 20px;
        border-bottom: solid 1px #838383;
    }
    table.addtocart2.res tbody tr:last-child{
        margin-bottom: 0;

    }
    table.addtocart2.res tbody tr td{
        display: block;
        border: none;
        padding: 0;
        padding-left: 100px;
        position: relative;
        margin-bottom: 10px;
    }

    #tableCart .coupon .totalPrice ul li{
        justify-content: flex-start;
    }
    table.addtocart2.res tbody tr td.be.mg:before{
        margin-right: 20px;
    }
    table.addtocart2.res tbody tr td.be:before{
        content: attr(data-cont) " : ";
        color:#cccccc;
        font-weight: normal;
    }
    table.addtocart2.res .btnclear {
        position: absolute;
        bottom: 70px;
        right: 10px;
    }
    table.addtocart2.res .img {
        position: absolute;
        left: 5px;
        top: 5px;
        width: 80px;
    }
    table.addtocart2.res .img img{
    }
    table.addtocart2.res tbody tr td .i-title a{
        font-size: 14px;
        line-height: 22px;
        font-weight: bold;
    }
    table.addtocart2.res2 tbody tr td{
        padding: 10px;
    }
    .choose-quantity{
        margin: 0;
        display: inline-block;
    }
    .choose-quantity .quantity{
        margin: 0;
    }

    .coupon{
        flex-direction: column-reverse;
    }
    .coupon .infoShip{
        width: 100%;
    }
    .formPoint{
        display: block;
        margin-bottom: 20px;
    }
    .formPoint .designForm{
        margin-right: 0;
    }
    .formPoint .designForm .form{
        width:100%;
    }
    .divButton .btnCart{
        width:100%;
        margin-bottom: 10px;
    }
    .form-login .wrap_formLogin {
        background-image: none;
        padding-left: 0;
    }
    .ftitle{
        padding-left: 0;
    }
 
    .login_social .ls_button {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .form-buy .fb-button button.btn{
        width:100%;
    }
    .login_social .ls_text {
        position: initial;
        display: block;
        margin-bottom: 15px;
    }
    .login_social .ls_button {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0;
    }
    .form-buy .fb-content {
        min-height: initial;
        padding-left: 0px;
        background: none;
    }
    .fb-content .tableButton {
        margin-top: 0px;
    }
    .login_social{
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .boxSuccess .code{
        font-size: 45px;
        line-height: 55px;
    }
    .style_step ul li {
        width: 46px;
        margin-right: 40px;
    }
    .totalPrice {
        width: 100%;
    }
    .infoShip p,  .infoShip p a{
        color: #fff;
    }
    .style_step{
        margin-top: 0;
        width: 300px;
        margin-bottom: 30px;
    }
    .style_step ul li{
        margin: 0 20px;
    }

    .addtocart thead tr td,
    .addtocart thead tr{
        display: none;
    }
    .addtocart thead tr td ~ td{
        display: none;
    }
    .addtocart tr td .ifo{
        float: none;
    }
    .addtocart tr td:nth-child(1){
        width: 100%;
    }
    .addtocart tr td .red{
        float: left;
        margin-right: 10px;
        color: #333333;
    }
    .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-bottom: 30px;
        position: relative;
    }
    .addtocart tbody tr td{
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .addtocart tbody tr td:first-child,
    .addtocart tbody tr td:last-child{
        margin-bottom: 0;
    }
    .addtocart .img{
        position: absolute;
        top: 15px;
        left: 15px;
    }
    .addtocart tr td .quantity{
        justify-content: flex-start;
    }
    .addtocart .btn{
        width: 100%;
        margin-bottom: 10px;
    }
    .addtocart .fr{
        float: none;
    }
    .addtocart tr td .t-close{
        position: absolute;
        bottom: 5px;
        left: 93px;
    }
    .link_success{
        display: block;
    }
    .link_success .btn{
        width: 100%;
        margin: 0;
    }
    .box-form .linkNotRegis{
        background: #dddddd;
        border-color: #dddddd;
        color:#333333;
    }
    .info_cart .wrap{

       
    }
}
@media all and (max-width: 768px){
    .style_step ul li{
        margin: 0 10px;
    }
    .style_step ul li .text{
        font-size: 12px;
        line-height: 20px;
    }
    .div_button.df{
        display: block;
    }
    .div_button .btn{
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .box_login .row_input .row_left{
        text-align: left;
        width: 100%;
    }
    .box_login .row_input .row_right{
        padding-left: 0;
    }

    .loginSocial .row_input{
        float: none;
    }
    .box_login.rowLeft_200 .row_input .row_left{
        width: 100%;
        float: none;
    }
    .box_login.rowLeft_200 .row_input .row_right{
        padding-left: 0;
    }
    .div_button{
        display: block;
    }
    .box_login .row_input .grid{
        display: block;
    }
    .box_login .row_input .grid .col{
        width: 100%;
        margin-bottom: 10px;
    }
    .box_success .block.block2 .id{
        font-size: 30px;
        line-height: 40px;
    }
    .loginSocial{
        display: block;
        text-align: left;
    }
    .loginSocial .txt_social{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .box_success .link .grid{
        display: block;
    }
    .box_success .link .grid .col{
        width: 100%;
        margin-bottom: 10px;
    }
    .box_success .s_title{
        font-size: 20px;
        line-height: 36px;
    }
    div#tableCart table thead tr th:nth-child(4),    div#tableCart table thead tr th:nth-child(5), div#tableCart table tbody tr td:nth-child(4), div#tableCart table tbody tr td:nth-child(5){
        display: none;
    }
    .infoPrice {
        padding-left: 0;
    }
    div#tableCart table tbody tr td:nth-child(1){
        width: 48%;
        padding-left: 20px;
        padding-right: 0;
    }
    div#tableCart tfoot tr td{
        padding: 20px;
    }
    .tableButton .btnCart.blood{
        min-width: auto;
    }
    .info_general .info_content{
        padding: 10px;
    }
    .box_login .ad_title{
        padding: 10px 30px 10px 50px;
        font-size: 14px;
    }
}
@media all and (max-width: 770px){
    .style_step ul li .text{
        font-size: 14px;
    }
    .style_step ul{
        justify-content: space-between;
    }
    .style_step ul li{
        width: auto;
        margin-right: 5px;
    }
    
}
@media all and (max-width: 767px){
    .divButton .fl, .divButton .fr {
        float: none;
    }
}
@media all and (max-width: 460px){
    .tableButton .btnCart.blood{
        width: 100%;
    }
    .backHome a{
        width: 100%;
    }
    .form-login{
        padding: 15px 5px;
    }
    .infoShip p a{
        display: block;
    }
    table.addtocart2.res tbody tr td{
        padding-left: 85px;
    }
    .couponCode button{
        font-size: 12px;
        line-height: 20px;
    }
    .boxSuccess .code{
        font-size: 35px;
        line-height: 45px;
    }
    .coupon{
        padding: 10px;
    }
    .totalPrice .l{
        width: 135px;
    }
    .totalPrice .p,
    .totalPrice .l{
        line-height: 21px;
        text-align: left;
    }
    .totalPrice .l.v{
        font-size: 18px;
        line-height: 26px;
    }
    .formPoint .designForm{
        padding: 10px;
    }
    .cartField label{
        width: 100%;
        float: none;
    }
    .cartField .colRight{
        width: 100%;
    }
}
@media all and (max-width: 360px){
    .totalPrice .p,
    .totalPrice .l{
        line-height: 20px;
    }

    .style_step ul li{
        /* margin-right: 20px; */
    }
}