.allprice {}
.style_step {
    max-width: 580px;
    display: block;
    margin:0 auto;
    margin-bottom: 30px;
}
.style_step ul{
    text-align: center;
}
.style_step ul li {
    position: relative;
    width: 25%;
    float: left;
    padding: 0;
}
.style_step ul li ~ li:after {
    position: absolute;
    font-family: fontawesome;
    content: '\f105';
    top: 15px;
    left: 0px;
    font-size: 20px;
    line-height: 20px;
    color: #999999;
}
.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: 25px;
    line-height: 33px;
    margin-bottom: 5px;
    padding-top: 5px;
    border: solid 2px #cccccc;
}
.style_step ul li .text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    display: block;
    color:#666666;
}
.style_step ul li.active .number {
    background: #ffffff;
    border-color: #ed3f46;
    color:#ed3f46;
}
/*=================================STEP 1==========================================*/
div#tableCart table {
    width: 100%;
    margin-bottom: 20px;
}
div#tableCart table thead tr th {
    text-transform: uppercase;
    background: #f0f0f0;
    padding: 13px 20px;
    font-weight: bold;
    text-align: center;
}
div#tableCart table tbody tr td:not(:nth-child(1)){
    text-align: center;
}
div#tableCart table tbody tr td{
    padding:25px 20px;
    border:solid 1px #f0f0f0;
    border-top:none;
    border-right:none;
}
div#tableCart table tbody tr td:last-child{
    border-right:solid 1px #f0f0f0;
}
div#tableCart .img {
    margin-right: 15px;
    max-width: 60px;
    float: left;
}
div#tableCart .img img{
	
}
div#tableCart .tend {
    overflow: hidden;
    margin-top: 10px;
}
div#tableCart .tend h3{
    font-weight: initial;
    line-height: initial;
}
div#tableCart .tend a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color:#666666;
}
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-weight: bold;
    color:#666666;
}
div#tableCart .price_total{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color:#ff0000;
}
div#tableCart tfoot tr td {
    background: #EDEDED;
    padding: 15px;
}
.tableInfo {
    padding: 10px 15px;
    background: #ffffff;
    border: solid 1px #d5d5d5;
    width:300px;
}
.tableInfo p{
    padding: 0;
    padding-left: 30px;
    color:#666666;
    position: relative;
    margin-bottom: 5px;
}
.tableInfo p:before{
    content: "\f046";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.totalPrice{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}
.totalPrice span{
    color:#f00;
}
.tableButton .btnCart {
    background: #373737;
    display: inline-block;
    text-transform: uppercase; 
    font-weight: 600;
    padding: 8px 30px;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    color: #ffffff;
    border:solid 1px #373737;
    text-align: center;
}
.tableButton .btnCart:hover{
    background: #ffffff;
    color:#373737;
}
.tableButton .btn_cancel{
    background: #fff;
    color: #333;
    border:1px solid #333;
}
.tableButton .btn_cancel:hover{
    color: #333;
}
.tableButton .btnCart.blood{
    background: #ed3f46;
    border-color: #ed3f46;
    color:#ffffff;
}
.tableButton .btnCart.blood:hover{
    background: #ffffff;
    color:#ed3f46;
}
.tableButton .btnCart span{
    padding-left: 20px;
    position: relative;
}
.tableButton .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: #f5f5f5;
}
.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: #ffffff;
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    -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 .tableButton button,
.form-login .tableButton a{
    width:100%;
}
#account{
    background: url(../images/icon-lock.png) no-repeat 7px 50% #ffffff;
}
#password{
    background: url(../images/icon-key.png) no-repeat 7px 50% #ffffff;
}
.login_social{
    padding: 14px 19px;
    border: 1px solid #f5f5f5;
    display: table;
    width: 100%;
}
.login_social .ls_text {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    white-space: nowrap;
    padding-right: 40px;
}
.login_social .ls_button{
    position: relative;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}
.login_social .ls_button a {
    display: block;
    font-weight: bold;
    color: #fff;
    background: #3b5a9b;
    border:solid 2px #3b5a9b;
    padding: 12px;
    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;
    text-align: center;
}
.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%);
}
.login_social .ls_button.ls_google a{
    border-color:#bb1604;
    color: #fff;
    background: #bb1604;
}
.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: none;
    border:solid 1px #e5e5e5;
}
.form-step2 .ftitle {
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    padding: 5px 0;
}
.form-buy .fb-content{
    padding-left: 140px;
    min-height: 233px;
    margin-bottom: 10px;
    background: url("../images/icon_gio_hang.png") no-repeat 0 0;
    -webkit-background-size: 120px 118px;
    background-size: 120px 118px;
}
.fb-content .tableButton {
    margin-top: 50px;
}
/*================================STEP 3========================*/
.form-step23 #tableCart{
    margin-bottom: 30px;
}
.boxCart{
    border:solid 1px #dddddd;
    margin-bottom: 30px;
}
.boxCart .title {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    background: #e1e1e1;
    padding: 13px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.boxCart .content{
    padding:20px;
}
.cartField label{
    width:150px;
    font-weight: normal;
    float:left;
    padding-right: 25px;
}
.cartField label span{
    color:#ff620c;
}
.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 textarea{
    width:100%;
    height:40px;
    border:solid 1px #dddddd;
    padding-left: 15px;
}
.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;
}
.cartField .boxRadio label{
    font-weight: bold;
    width:initial;
    float:none;
    padding:0;
    margin:0;
}
.cartField .boxRadio p{
    padding:0;
}
.cartField .optionCart input{
    display: none;
}
.cartField .optionCart {
    background: #eeeeee;
    padding: 14px 50px;
    position: relative;
    cursor: pointer;
}
.cartField .optionCart:before{
    content: "";
    position: absolute;
    width:20px;
    height:20px;
    background: #ffffff;
    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;
}
.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 #666666;
    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 {
    max-width: 670px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}
.boxSuccess .txt1{
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.boxSuccess .txt2{
    font-size: 16xp;
    line-height: 24px;
    margin-bottom: 10px;
}
.boxSuccess .code {
    font-size: 55px;
    line-height: 63px;
    font-weight: bold;
    color: #ffffff;
    background: #dd3c7f;
    display: inline-block;
    padding: 8px 37px;
    margin-bottom: 20px;
}
.boxSuccess .txt3{
    margin-bottom: 35px;
}
.boxSuccess .txt3 p{
    padding:0;
}
.boxSuccess .txt3  p span{
    color:#d10000;
}
/*===========================STEP 4==================================*/
.form-step23 p{
    padding:0;
}
.form-step23 p strong{
    font-size: 16px;
    line-height: 24px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
	.style_step ul li .text{
		display: none;
	}
	.style_step ul li {
		min-width: 90px;
	}
	div#tableCart table thead{
		display: none;
	}
	div#tableCart table tbody tr{
		border:solid 1px #f0f0f0;
		border-bottom:none;
		display: block;
		padding: 25px;
		position: relative;
		padding-left: 140px;
	}
	div#tableCart table tbody tr:last-child{
		border-bottom:solid 1px #f0f0f0;
	}
	div#tableCart table tbody tr td{
		border:none;
		padding:0;
		display: block;
	}
	div#tableCart table tbody tr td:not(:nth-child(1)){
		text-align: left;
	}
	div#tableCart table tbody tr td{
		margin-bottom: 5px;
	}
	div#tableCart .tend{
		margin-top: 0;
	}
	div#tableCart .tend a{
	    font-size: 16px;
        line-height: 18px;
        white-space: normal;
	}
	div#tableCart .img{
		max-width:110px;
		position: absolute;
		left: 25px;
		top: 25px;
	}
	div#tableCart .product_size {
		width: 125px;
	}
	div#tableCart .product_quantity{
		width: 125px;
	}
	div#tableCart .del {
		position: absolute;
		top: 25px;
		right: 25px;
	}
	div#tableCart .price-simple{
		font-size: 14px;
		line-height: 24px;
		display: inline-block;
	}
	div#tableCart .price-total{
		display: inline-block;
	}
	.tableButton .fl,
	.tableButton .fr{
		float:none;
	}
	.tableButton .btnCart{
		width:100%;
		display: block;
		margin-bottom: 10px;
	}
	.style_step ul li ~ li:after{
		content: initial;
	}
	.form-login .wrap_formLogin {
		background-image: none;
		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 {
		display: block;
		margin-bottom: 10px;
	}
	.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;
	}
	.grid-button .col {
		width: 100%;
	}
}

@media all and (max-width: 460px){
	.style_step ul li {
		min-width: 75px;
	}
	
	.cartField label {
		width: 100%;
		float: none;
	}
	.cartField .colRight {
		width: 100%;
		float: none;
	}
	.boxSuccess .code {
		font-size: 30px;
		line-height: 38px;
	}
}