
.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 #193560;
    background-color: #193560;
    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 #ddd;
}
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 #ddd;
}
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: #193560;
    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: #193560;
    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 #ddd;
    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: #193560;
    font-size: 100px;
    line-height: 100%;
}
.couponCode .txt {
    text-transform: uppercase;
    color: #193560;
    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: #193560;
}
.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: #193560;
    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: #193560;
}
.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:#193560;
    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: #193560;
    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: #193560;
    color: #fff;
}
.divButton .btnCart.active:hover{
    background-color: #193560;
    color: #fff;
}
.divButton .btnCart.del{
    background: #193560;
    border-color: #e5e5e5;
    color: #fff;
}
.divButton .btnCart.del:hover{
    background: #193560;
    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/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 #ddd;
    -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/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===========*/

.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: #193560;
}
.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 #ddd;
    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;
}

/*================================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: #193560;
}

.boxSuccess .code .to {
    font-size: 20px;
    line-height: 30px;
    background: #fff;
    padding: 15px 37px;
    text-align: center;
    color: #333333;
}
.boxSuccess .code .co {
    background: #193560;
    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 #ddd;
}
.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%);
}
/*==================================================*/


/*========================================================*/
.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: #193560;
    border: 1px solid #193560;
}
.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: 8px 15px;
    min-width: 170px;
    outline: 0 !important;
    text-transform: uppercase;
    background: #193560;
    border: 1px solid #193560;
    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: #193560;
}
.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-weight: bold;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.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 rgba(0,0,0,0.1);
    top: 50%;
    left: 0px;
    -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;
}
.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;
}
/*================================================*/

/*===========================================================*/
.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: #193560;
}
.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 #193560;
}
.box_success .block.block1 span{
    color:#193560;
}
.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: #193560;
    background-color: #193560;
    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{

}
/*  */


.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;
}
.totalPrice_mb .tbpri:last-child{
    border-top: 1px solid #ddd;
    padding-bottom: 10px;
}
.totalPrice_mb .tbpri .num_pri{
    font-size: 16px;
    line-height: 25px;
}
.totalPrice_mb .tbpri .priceTotle{
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
    color: #e00000;
    font-weight: bold;
}
.totalPrice{
    font-size: 18px;
    line-height: 26px;
	font-weight: bold;
    margin-bottom: 25px;
    margin-top: 5px;
}
.totalPrice span{
	color:#193560;
	float: right;
}
.tableButton .btnCart {
    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 #193560;
    color: #193560;
    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: #193560;
    width: 100%;
    opacity: 1;
} */
.tableButton .btnCart:hover{
    color: #ffff;
    border-color: #193560;
    background-color: #193560;
}
.tableButton .btnCart.blood{
    background: #193560;
    border-color: #193560;
	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: #193560;
    -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:#193560;
    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: #193560;
	font-size: 13px;
}
.cartField label{
    width:120px;
    font-weight: normal;
    float:left;
	padding-right: 25px;
	font-size: 13px;
}
.cartField label span{
	color: #193560;
}
/* 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: #193560;
    color: #fff;
    height: 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
    border: 1px solid #193560;
}
.infoPrice .formGift .group-col button:hover{
    background-color: #fff;
    color: #193560;
}
/* end infoPrice */
/* cart page 1 */
.vhtabcartall{
    margin-bottom: 20px;
}
.flexTotalCart{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.flexTotalCart .wrapTotal{
    max-width: 270px;
    width: 100%;
}
.flexTotalCart .priceTotal{
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flexTotalCart .priceTotal .txt{
    width: 70px;
    font-weight: bold;
}
.flexTotalCart .priceTotal .price{
    text-align: right;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: bold;
}
.btnTotal .vhbtnpayment{
    margin-bottom: 10px;
}
.vhbtnpayment a{
    display: block;
    background-color: #523594;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    border: none;
    text-transform: uppercase;
}
.vhbtnpayment a:hover{
    background-color: #b61034;
}
.btnSell a{
    display: block;
    background-color: #e6e6e6;
    text-align: center;
    padding: 10px 20px;
    font-weight: bold;
    border: 1px solid #e6e6e6;
}
.btnSell a:hover{
    background-color: #000000;
    border: 1px solid #000000;
    color: #fff;
}

/* style table */
.vhtabcartall table{
    width: 100%;
}
.vhtabcartall table, .vhtabcartall table thead, .vhtabcartall table tbody{
    display: block;
}
.vhtabcartall table tr{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
}
.vhtabcartall table thead tr{
    margin-bottom: 0;
}
.vhtabcartall table thead th{
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Merriweather', serif;
}
.vhtabcartall table thead th:nth-child(1){
    padding-left: 0;
}
.vhtabcartall table tbody tr{
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 10px;
}
.vhtabcartall table tbody td{
    padding: 15px 20px;
}
.vhtabcartall table td:nth-child(1), .vhtabcartall table th:nth-child(1){
    width: 45%;
}
.vhtabcartall table td:nth-child(2), .vhtabcartall table th:nth-child(2){
    width: 19%;
}
.vhtabcartall table td:nth-child(3), .vhtabcartall table th:nth-child(3){
    width: 24%;
}
.vhtabcartall table td:nth-child(4), .vhtabcartall table th:nth-child(4){
    width: 12%;
}
.vhtabcartall .quantity{
    max-width: 170px;
}
.vhtabcartall table td .i-ponsi{
    position: relative;
    padding-left: 30px;
}
.vhtabcartall table td .i-ponsi .i-deleted{
    position: absolute;
    left: 0;
    top: 25px;
    width: 20px;
}
.vhtabcartall table td .i-product{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.vhtabcartall table td .i-product .p-thumb {
    width: 100px;
}
.vhtabcartall table td .i-product .img{
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.vhtabcartall table td .i-product .img a{
    display: block;
    width: 100%;
    text-align: center;
    height: 100%;
}
.vhtabcartall table td .i-product .img img{
    max-width: 100%;
    max-height: 100%;
}
.vhtabcartall table td .i-product .p-decs{
    width: calc(100% - 100px);
    padding-left: 10px;
}
.vhtabcartall table td .i-product .i-title, .vhtabcartall table td .i-product .i-title h3{
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
}
.vhtabcartall table td .i-tool > div{
    margin-bottom: 5px;
}
.vhtabcartall table td .i-file{
    font-size: 13px;
    line-height: 21px;
}
.vhtabcartall table td .i-file a{
    color: #000000;
}
.vhtabcartall table td .i-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-weight: 700;
    font-family: 'Merriweather', serif;
}
.vhtabcartall table td .i-price > div{
    margin-bottom: 5px;
}
.vhtabcartall table td .i-total{
    font-family: 'Merriweather', serif;
}
.vhtabcartall table td .price_odd{
    text-decoration: line-through;
    margin-right: 10px;
}
.vhtabcartall table td .price_simple{
    color: #cc0000;
}

.vhtabcartall table td .icon{
    display: inline-block;
    width: 20px;
    height: 20px
}
/* style page 2 */
.vhbackPage{
    padding: 15px 0;
    background-color: #eff6ff;
}
.vhbackPage a{
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Merriweather', serif;
}
.vhbackPage a span{
    padding-left: 25px;
    display: inline-block;
    position: relative;
}
.vhbackPage a span::before{
    content: '\e929';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    font-family: 'icomoon' !important;
    font-size: 9px;
    font-weight: bold;
}
.grcartlv{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -60px;
}
.grcartlv > div{
    padding: 0 60px;
}
.grcartlv .coll{
    width: 560px;
    border-right: 1px solid #e9f1fa;
}
.grcartlv .colr{
    width: calc(100% - 560px);
}
.vhmargin{
    margin-bottom: 20px;
}
.vhmarginss{
    padding-bottom: 10px;
}
.vhmargin .vhbtnpayment{
    margin-bottom: 15px;
}
.vhnotepayment{
    text-align: center;
}
.info_general .info_title{
    margin-bottom: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid #000000;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #573f80;
    font-family: 'Merriweather', serif;
}
.vhforminfocart{
    /* padding-top: 20px */
}
.vhinnews input, .vhinnews select, .vhinnews textarea{
    width: 100%;
    height: 50px;
    padding: 0 12px;
    border: 1px solid rgba(0,0,0,0.1);
}
.vhinnews textarea{
    padding: 10px;
    height: 100px;
}
.collapse{

}
.wraspMethod .radio{
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wraspMethod .noborder{
    border-bottom: none;
}
.wraspMethodbd .radio{
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.wraspMethod .radio .content{
    display: none;
}
.wraspMethod .radio .lbb > input{
    display: none;
}
.wraspMethod .radio label{
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.wraspMethod .radio label .name{
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    font-weight: 600;
}
.wraspMethod .radio label .adress{
    color: #666666;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
}
.wraspMethod .radio label .phone{
    color: #666666;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid #523594;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:not(:checked) + label::before{
    border: 1px solid rgba(0, 0, 0, 0.1);
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after{
    content: '';
    width: 10px;
    height: 10px;
    background: #523594;
    position: absolute;
    top: 6px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
/*  */
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #e1e1e1;
}
[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after{
    content: '';
    width: 18px;
    height: 18px;
    background: #193560;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.vhtablepayment{
    margin-bottom: 20px;
}
.vhtablepayment table{
    width: 100%;
}
.vhtablepayment table tr{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.vhtablepayment table tr td{
    padding: 20px 0px;
}
.vhtablepaymentres table tr:nth-child(1) td{
    padding-top: 0;
}
.vhtablepayment table tr td:nth-child(2){
    width: 130px;
    font-weight: bold;
    text-align: right;
}
.vhtablepayment table .i-quantity .quanti{
    display: block;
    margin-right: 3px;
}
.vhtablepayment table .i-quantity{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-family: 'Merriweather', serif;
    font-weight: bold;
}
.vhtablepayment table .i-quantity .total{
    color: #cc0000;
    margin-left: 5px;
}
.vhtablepayment table td .i-product{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;

}
.vhtablepayment table td .i-product .img {
    width: 80px;
    height: 80px;
    background-color: #fff;
}
.vhtablepayment table td .i-product .img a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.vhtablepayment table td .i-product .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}
.vhtablepayment table td .i-product .tend{
    width: calc(100% - 80px);
    padding-left: 20px;
}
.vhtablepayment table td .i-product .tend h3{
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 5px;
}
.vhtablepayment table td .i-product .i-tool{
    color: #999999;
    font-size: 13px;
    line-height: 21px;
}
.vhSumTotal .priceTotal{
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.vhSumTotal .priceTotal .txt{
    width: 130px;
    font-weight: bold;
}
.vhSumTotal .priceTotal .price{
    width: calc(100% - 130px);
    text-align: right
}
.vhSumTotal .priceTotal .sumPrice{
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: bold;
}

/*  */
.vhsuccess .grsucc{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -40px;
}
.vhsuccess .grsucc > div{
    padding: 0 40px;
}
.vhsuccess .grsucc .lcol{
    width: calc(50% - 40px);
}
.vhsuccess .grsucc .rcol{
    width: calc(50% + 40px);
}
.vhsuccess .thumbsucc img{
    width: 100%;
}
.vhinfosuccess > div{
    margin-bottom: 15px;
    text-align: left;
}
.vhinfosuccess .grlinksucc{
    max-width: 370px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.vhinfosuccess .grlinksucc .col{
    width: calc(50% - 5px);
    margin-right: 10px;
}
.vhinfosuccess .grlinksucc .col:last-child{
    margin-right: 0;
}
.vhinfosuccess .titleSucc{
    margin-bottom: 10px;
}
.vhinfosuccess .titleSucc, .vhinfosuccess .titleSucc h1{
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: #573f80; 
    font-weight: 400;
}

.vhinfosuccess .contsucc{
    margin-bottom: 15px;
}
.vhinfosuccess .linkSucc a{
    display: block;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 22px;
    border: none;
    text-align: center;
    font-weight: 400;
    background-color: #eeeeee;
    border-radius: 3px;
}
.vhinfosuccess .linkSucc.v2 a{
    background-color: #573f80;
    color: #fff;
}
.vhinfosuccess .linkSucc a:hover{
    background-color: #573f80;
    color: #fff;
}
.vhinfosuccess .linkSucc.v2 a:hover{
    background-color: #b61034;
    color: #fff;
}
.colorAll{
    color: #000000;
}


/*  */
.loginhasacc .showpoplogres{
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
}
.loginhasacc .showpoplogres a{
    text-decoration: underline;
}
.loginhasacc .showpoplogres::before{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    background: #fff;
}
.loginhasacc .showpoplogres.active::before{
    border: 1px solid #000000;
}
.loginhasacc .showpoplogres.active::after{
    content: '';
    width: 10px;
    height: 10px;
    background: #000000;
    position: absolute;
    top: 7px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
}
.loginhasacc .shpoplogin::after{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/*  */
.vhbtnsell{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.vhbtnsell .colr{
    width: calc(100% - 460px);
}
.vhbtnsell .colr{
    width: 460px;
}
.btncancel a, .btncancel button{
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Merriweather', serif;
    background-color: transparent;
    border: none;
}
.btncancel a span, .btncancel button span{
    padding-left: 25px;
    display: inline-block;
    position: relative;
}
.btncancel a span::before, .btncancel button span::before{
    content: '\e929';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    font-family: 'icomoon' !important;
    font-size: 9px;
    font-weight: bold;
}
.btncancel a:hover, .btncancel button:hover{
    color: #00a9e4;
}
.btnblack a, .btnblack button{
    padding: 10px 30px;
    display: inline-block;
    text-align: center;
    border: none;
    background-color: #523594;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.btnblack a:hover, .btnblack button:hover{
    background-color: #b61034;
}
.btnblackfull a, .btnblackfull button{
    width: 100%;
}
.vhtotalsell{
    margin-bottom: 10px;
}
.vhtotalsell .jusend{

    width: 100%;
}
.vhtotalsell .vhrow{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.vhtotalsell .resrow{
    padding-top: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.vhtotalsell .vhrow .row_right{
    font-weight: 700;
}
.vhtotalsell .vhrow .total_price{
    font-size: 18px;
    line-height: 27px;
}
.vhformcodekm{
    margin-bottom: 15px;
}
.vhformcodekm label{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.vhformcodekm label strong{
    font-family: 'Merriweather', serif;
}
.vhformcodekm label span{
    color: #999999;
    font-style: italic;
}
.vhformcodekm .grformcodekm{
    display: flex;
    align-content: center;
    align-items: center;
}
.grformcodekm input{
    width: calc(100% - 110px);
    border: none;
    height: 40px;
    margin-right: 10px;
    padding: 0 15px;
    background-color: #eeeeee;
}
.grformcodekm button{
    width: 100px;
    height: 40px;
    text-align: center;
    background-color: #06a7de;
    border: none;
    color: #fff;
    text-transform: uppercase;
}
.grformcodekm button:hover{
    background-color: #b61034;
}

/* ========thecartmm========== */
.thecartmm{
    height: 100%;
    padding: 30px 0px;
    position: relative;
}
.thecartmm .mmwrap{
    max-width: 430px;
    padding-right: 30px;
}
/* ========thecartmm========== */

/* ===========thecartnn============ */
.thecartnn{
    padding: 30px 0 30px;
}
/* ===========thecartnn============ */
/* ===========vhinnews=========== */
.vhinnews{
    position: relative;
    margin-bottom: 0px;
    margin-bottom: 12px;
}
.vhmarginm .vhinnews{
    
}
.vhinnews .berequi{
    display: block;
    position: absolute;
    color: #999999;
    left: 12px;
    top: 15px;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 13px;
}
.vhinnews .berequi{
    opacity: 1;
    top: 3px;
}
.vhinnews input, .vhinnews select, .vhinnews textarea{
    padding-top: 19px;
}
.vhrowflex{
    margin: 0 -5px;
}
.vhrowflex > div{
    padding: 0 5px;
}
/* ===========vhinnews=========== */
.div-choose {
    background: #f6f6f6;
    padding: 10px 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}
.div-choose .choose-label {
    font-size: 14px;
    margin-bottom: 0;
    display: block;
    cursor: pointer;
    font-weight: 400;
}
.div-choose .choose-label input{
    margin-right: 10px;
    top: 3px;
    width: 15px;
    height: 15px;
    position: relative;
}
.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;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1200px){
    .box_login.rowLeft_200 .row_input .row_left{
        width: 160px;
    }
    .box_login.rowLeft_200 .row_input .row_right{
        padding-left: 160px;
    }
    .grcartlv{
        margin: 0 -15px;
    }
    .grcartlv > div{
        padding: 0 15px;
    }
    .grcartlv .coll{
        width: 470px;
    }
    .grcartlv .colr{
        width: calc(100% - 470px);
    }
    .thecartmm .mmwrap{
        max-width: 100%;
        padding-right: 0;
    }
}
@media all and (max-width: 991px){
    .thecartmm .mmwrap{
        padding-right: 20px;
    }
    .vhinfosuccess .linkSucc a{
        padding: 8px 5px;
        font-size: 13px;
        line-height: 21px;
    }
    .vhtabcartall table tbody td, .vhtabcartall table thead th{
        padding: 15px 10px;
    }
    .address_delivery, .invoice{
        padding-left: 0;
    }
    .breadcrumb{
        display: none;
    }
    .mainHead{
        border-bottom: 1px solid #ddd;
    }

    .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 #ddd;
    }
    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;
    }
    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;
    }   

    .vhinfosuccess .titleSuc, .vhinfosuccess .titleSucc h1{
        font-size: 22px;
        line-height: 34px;
    }

    .vhsuccess .grsucc{
        margin: 0 -15px;
    }
    .vhsuccess .grsucc > div{
        padding: 0 15px;
    }
    .vhsuccess .grsucc .lcol{
        width: calc(50% - 15px);
    }
    .vhsuccess .grsucc .rcol{
        width: calc(50% - 15px);
    }
    .grcartlv{
        flex-direction: column-reverse;
    }
    .grcartlv .coll{
        width: 100%;
    }
    .grcartlv .colr{
        width: 100%;
    }
    .thecartnn{
        padding: 25px 0 0;
    }
}
@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;
    }

    .infoPrice {
        padding-left: 0;
    }

    .tableButton .btnCart.blood{
        min-width: auto;
    }
}
@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){
    .vhsuccess .grsucc .lcol{
        width: 100%;
    }
    .vhsuccess .grsucc .rcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .vhsuccess .grsucc{
        flex-direction: column-reverse;
    }

    .thecartmm::before{
        display: none;
    }
    .thecartmm .mmwrap{
        max-width: 100%;
        padding-right: 0;
    }
    .divButton .fl, .divButton .fr {
        float: none;
    }
    .vhtabcartall .titletabMb {
        padding: 10px 20px;
        color: #fff;
        font-weight: bold;
        background-color: #193560;
    }
    .vhtabcartall table thead{
        display: none;
    }
    .vhtabcartall table, .vhtabcartall table tbody, .vhtabcartall table tr, .vhtabcartall table td{
        display: block;
    }  
    .vhtabcartall table tbody td:nth-child(1){
        width: 100%;
    } 
     .vhtabcartall table tbody td:nth-child(2), .vhtabcartall table tbody td:nth-child(3), .vhtabcartall table tbody td:nth-child(4), .vhtabcartall table tbody td:nth-child(5){
        width: 100%;
        display: none;
    }
    .vhtabcartall table tbody td:last-child{
        padding: 0;
    }
    .vhtabcartall table td .i-tool{
        display: flex;
        flex-wrap: wrap;
    }
    .vhtabcartall table td .i-tool > div{
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .vhtabcartall table td .i-tool .i-file{
        width: 100%;
    }
    .vhtabcartall table td .i-product{
        align-content: flex-start;
        align-items: flex-start;
    }
    .vhtabcartall table td .i-product .i-title{
        margin-bottom: 8px;
    }
    .vhtabcartall table td .i-product .i-info > div{
        margin-bottom: 10px;
    }
    .vhtabcartall table td .i-product .i-info > div:last-child{
        margin-bottom: 0;
        margin-top: 12px;
    }
    .vhtabcartall table tbody td .i-price{
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }
    .flexTotalCart .wrapTotal{
        max-width: 100%;
    }
    .grcartlv .colR{
        border-left: none;
    }
    .grcartlv > div{
        width: 100%;
    }
    .vhinnews{
        margin-bottom: 10px;
    }
    .vhtablepayment table .i-quantity{
        justify-content: flex-start;
    }
    .vhtablepayment table td .i-product .i-title{
        width: 100%;
        padding-left: 0;
    }
    /*  */
    .vhinfosuccess{
        flex-direction: column-reverse;
    }
    .vhinfosuccess > div{
        width: 100%;
    }
    .vhinfosuccess .contsucc p{
        padding: 2px 0;
    }
    .vhbtnsell{
        flex-direction: column-reverse;
    }
    .vhbtnsell > div{
        width: 100%;
        margin-bottom: 25px;
    }
    .vhbtnsell .colr{
        width: 100%;
    }
    .vhbtnsell > div:nth-child(1){
        margin-bottom: 0;
    }
    .btncancel{
        text-align: center;
    }
    .btncancel a, .btncancel button{
        width: 100%;
        text-align: center;
    }
    .grcartlv{
        flex-direction: column-reverse;
    }

    .thecartmm{   
        margin: 0 -15px;
        padding: 0 15px;
    }

    .infogenmobi .grtitlemb{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding: 15px 15px 5px 15px;
        margin: 0 -15px;
    }
    .infogenmobi .grtitlemb > div{
        margin-bottom: 10px;
    }
    .infogenmobi .grtitlemb .infoordmb{
        display: flex;
        align-content: center;
        align-items: center;
    }
    .infogenmobi .grtitlemb .infoordmb .img{
        width: 15px;
        margin-right: 10px;
    }
    .infogenmobi .grtitlemb .infoordmb .txt {
        display: inline-block;
        padding-right: 15px;
        position: relative;
    }
    .infogenmobi .grtitlemb .infoordmb .txt::before{
        content: "\f107";
        font-family: fontAwesome;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #999999;
    }
    .infogenmobi.active .grtitlemb .infoordmb .txt::before{
        content: "\f106";
    }
    .infogenmobi .grtitlemb .pricemb{
        font-size: 15px;
        line-height: 23px;
        font-weight: bold;
    }
    .infogenmobi .grcontmb{

        padding: 15px 0;
    }


}
@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; */
    }
}