/*=======================STEPS============================*/
.step-indicator {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
          min-height: 71px;
}
.step {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
  z-index: 1;  
}
.step-indicator .step-icon {
  height: 25px;
  width: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ebebeb;
  text-align: center;
  position: relative;
  font-size: 15px;
  line-height: 25px;  
}
.step.active .step-icon {
  background-color: #0076be;    
  color: #fff;
}
.step .txt {
    text-align: center;
    position: absolute;
    bottom: -45px;    
    font-size: 12px;
    line-height: 18px;
    color: #888888;
    white-space: nowrap;
}
.step.step1 .txt {
    left: 0;
    text-align: left;
}
.step.step2 .txt, .step.step3 .txt {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.step.step4 .txt {
    right: 0;
    text-align: right;
}
.indicator-line {
  width: 100%;
  height: 5px;
  background: #ebebeb;
  -webkit-box-flex: 1;
          flex: 1;
}
.indicator-line.active {
  background: #0076be;
}
/*=======================CART STEP 1============================*/
.result-cart {
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;    
}
.result-cart:before {
    position: relative;
    top: 3px;
    display: inline-block;
    content: '';
    width: 22px;
    height: 20px;
    margin-right: 10px;
    background: url(../images/icon/shopingcart-icon.svg) 0 center/contain no-repeat;   
    -moz-filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(500%) contrast(0.8);
    -webkit-filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(500%) contrast(0.8);
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(500%) contrast(0.8);
}
.result-cart b {
    color: #f10000
}
.addtocart {
    width: 100%;
    background: #ffffff;    
    border-bottom: 1px solid #ededed;
}
.table_cart .addtocart {
    margin-bottom: 20px
}
.addtocart tr {
    border: 1px solid #ededed;
    border-bottom: none;
}
.addtocart tr td {
    padding: 10px 15px;
}
.addtocart thead tr td {
    border-bottom: 1px dotted #e9e9e9;
    padding: 15px;
    font-weight: 700;    
}
.addtocart tfoot tr td {
    padding: 20px 15px;
}
.addtocart tr td .img {
    width: 60px;
}
.addtocart tr td .t-id {
    font-size: 13px;
    color: #666666;
}
.quantity {
    position: relative;
    width: 76px;
    margin: auto;
    text-align: left;
}
.quantity input {
    width: 48px;
    height: 32px;
    text-align: center;
    border: solid 1px #e9e9e9;
}
.quantity .group-button {
    width: 28px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    border: solid 1px #e9e9e9;
    border-left: none;
}
.quantity .group-button button {
    background: #ffffff;
    border: none;
    width: 100%;
    height: 15px;
    font-size: 8px;
    line-height: 15px;
}
.quantity .group-button button.btn-up {
    border-bottom: solid 1px #eaeaea;
}
.addtocart tr td .c-price, .addtocart tr td .t-bold {    
    white-space: nowrap; 
}
.addtocart tr td .c-price {
    font-size: 14px;
}
.addtocart tr td .nor {
    font-size: 13px;
    text-decoration: line-through;
    color: #999999;    
}
.addtocart tr td .t-close {
    display: block;  
    color: #888888;
}
.vnt-cart .calcPrice {
    background: #f8f8f8;
    padding: 0;
    margin: 0!important
}
.calcPrice .des {
    padding: 22px 15px;
    position: relative;
    float: left;
    width: 100%;
    max-width: 460px;
    font-size: 14px;
    line-height: 35px;
}
.calcPrice .des b {
    font-size: 16px;
    color: #e50000;
}
.calcPrice .des:before {    
    display: inline-block;
    font-family: "Font Awesome 5 Free";font-weight: 900;
    font-size: 16px;
    line-height: 35px;    
    content: '\f2a0';
    margin-right: 10px;
}
.totalPrice {
    float: right;
    padding: 22px 15px;    
    line-height: 35px;
    text-transform: uppercase;
}
.totalPrice .p {
    float: left;
    font-size: 16px;
}
.totalPrice .total_price {
    float: right;
    text-align: right;
    font-size: 20px;
    color: #f10000;
    font-weight: 500;
    padding-left: 55px;
}
.div_button {
    padding-top: 10px;
}
.div_button .button-w {    
    color: #FFFFFF;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.div_button .button-w:before {
    -ms-transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}
.div_button .button-back, .div_button .cBuy {    
    background-color: #e1e1e1;
    color: #333333!important
}
.link-back .button-back {
    background-color: #fff200!important
}
.boxRequest .button-w {
    min-width: 170px;
    max-width: 100%;
    padding: 10px 30px;
}
/*-------------INFO ORDER--------------*/
.style-step ul{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;justify-content:center}
.style-step li{display:inline-block;margin:0 5px;position:relative;min-width:112px}
.style-step .number{display:block;margin:0 auto;width:40px;height:40px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;font-size:20px;line-height:40px;color:#FFF;background-color:#e5e5e5;position:relative;font-weight:700;z-index:3;margin-bottom:10px}
.style-step .txt{display:block;font-size:13px;line-height:15px}
.style-step li.active .number{background-color:#0076be}
.vnt-cart .boxTitle {
    margin: 45px 0;
}
.vnt-cart .title {
    font-size: 24px;
    line-height: 30px;
    color: #0076be;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}
.vnt-cart .title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 2px;
    content: '';
    background-color: #cccccc;
}
.info_general {    
    background: #ffffff;
    margin-bottom: 30px;
}
.info_general .bg_color {
    background: #f1f1f1;
}

.info_general .info_title {
    font-weight: 700;
    font-size: 18px;    
    padding: 12px 15px;
    background-color: #f2f2f2;
    border: 1px solid #dddddd;
    text-transform: uppercase;
}
.info_general .info_title span {
    text-transform: none;
}
.info_general .row_info { 
    padding: 15px 15px 10px;   
    line-height: 26px;
    border: 1px solid #dddddd;
    border-top: none;
}
.info_general .row_info > div {
    margin-bottom: 5px;    
}
.info_general .row_info > div:last-child .row_left {
    line-height: 30px;
}
.info_general .row_info .row_right {
    font-size: 16px;
    text-align: right;
}
.info_general .in-price {
    font-size: 15px;
}
.info_general .total_price {
    font-size: 20px;
    line-height: 30px;
    color: #d61f26;
}
.info_general .color_promotion {
    color: #ea0101;
}
.box-form {
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    background: #f0f0f0;
}

.box-form .box-form-title {
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.box-form .box-form-title a {
    font-size: 13px;
    font-weight: normal;
    color: #f47721;
}

.box-form .core {
    padding-top: 10px;
}

.box-form .box-form-title a:hover {
    text-decoration: underline;
}

.box-form .input-group input {
    height: 40px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.box-form .input-group .input-group-btn {
    padding-left: 10px;
}

.box-form .input-group .input-group-btn button {
    height: 40px;
    background: #000000;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box-form .input-group .input-group-btn button:hover {
    -webkit-box-shadow: inset 0 0 3px #ffffff;
    -moz-box-shadow: inset 0 0 3px #ffffff;
    box-shadow: inset 0 0 3px #ffffff;
}

.box-form .input-group .input-group-btn button span {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.box-form .link-login a {
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding: 9px;
    border: none;
    background: #000000;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box-form .link-login a:hover {
    -webkit-box-shadow: inset 0 0 3px #ffffff;
    -moz-box-shadow: inset 0 0 3px #ffffff;
    box-shadow: inset 0 0 3px #ffffff;
}

.box-form .text {
    margin-top: 3px;
}

.box-form .linkNotRegis {
    display: block;
    text-align: center;
    font-weight: bold;
    background: #000000;
    padding: 9px 10px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 5px;
}

.box-form .linkNotRegis:hover {
    background: #f47721;
}
.info_general .table_info table tr {
    border: 1px solid #e0e0e0;
    border-bottom-style: dashed;
    border-top: none;
}
.info_general .table_info table tr td {
    padding: 10px 15px;
    text-align: center;
    line-height: 20px;    
}  
.info_general .table_info table tr td .img {
    width: 60px;
    height: 60px;
    text-align: center;
}
.info_general .table_info table tr td .img img {
    max-height: 100%
}
.info_general .table_info table thead tr td {
    font-weight: 500;
}
.info_general .table_info table tbody tr td:first-child {
    padding-right: 0;
    width: 70px;
}
.info_general .table_info table tbody tr td:nth-child(2) {
    text-align: left;
    width: 35%;
}
.info_general .table_info.v2 table tbody tr td:nth-child(2) {
    text-align: left;
    width: 60%;
}
.info_general .table_info table tbody tr td .t-title {
    font-weight: 500;
}
.info_general .table_info table tbody tr td .t-id {
    color: #666666;
    font-size: 13px;
    line-height: 20px;
}
.table_info table thead tr td:first-child, .info_cart .table_info table thead tr td:last-child {
    text-align: left;
}
.info_general .info_content {
    border: 1px solid #e5e5e5;
    border-top: 0;    
}
/*---------VOUCHER------------*/
.calcPrice.lv1 {
    padding: 0 5px 25px;
    border: 1px solid #dddddd;
    border-top: none;
}
.calcPrice .row_370 {
    margin-left: auto;
    text-align: left;
    margin-bottom: 10px;
}
.cart_voucher {
    padding: 25px 15px 10px;
}
.cart_voucher .lb {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px
}
.cart_voucher .form-control {
    height: 40px;
    border: none;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    border: 1px solid #d7d7d7;
}
.cart_voucher .button-w {
    min-width: 100%;
    padding: 8px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.cart_voucher .input-group-img {
    width: 70px;
    padding-left: 10px;
}
.calcPrice.lv1 .row_370 .row_info {
    border: none;
}
.info_general .row_info .row_left {
    font-size: 14px;
}
.calcPrice .row_370 .row_info > div:nth-last-child(2) {
    padding-bottom: 5px
}
.calcPrice .row_370 .row_info > div:last-child {
    padding-top: 10px;
    margin-bottom: 15px;
    border-top: 1px solid #dfdfdf;
}
.link_other_choice {
    display: inline-block;
    line-height: 23px;
    color: #0076be;
    font-weight: 700;
    padding: 10px 25px; 
    margin-left: 25px;  
    border: 1px solid #0076be;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.link_other_choice:hover {
    background-color: #f7941d;
    border-color: #f7941d;
    color: #FFFFFF
}
.link_other_choice span {
    display: inline-block;
    padding-left: 15px;
    position: relative;
}
.link_other_choice:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";font-weight: 900;
    content: '\f0d9';  
}
.link-back {
    padding-top: 10px;
}
.text-right .button-cart {
    min-width: 370px;
    max-width: 100%;
    padding: 10px 30px;
}
.text-right .button-cart span {
    display: inline-block;
    padding-left: 35px;
    position: relative;
}
.text-right .button-cart span:before {
    font-family: "Font Awesome 5 Free";font-weight: 700;
    position: absolute;
    left: 0;
    top: 42%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    content: '\f07a';
}
.wrap_box_login {
    padding: 30px 20px 20px;
}
.wrap_box_login.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}
.box_login {
    max-width: 570px;
    margin: 0 auto;
}
.soc .box_login {
    max-width: 620px;
}
.box_login.rowLeft_200 {
    max-width: 500px;
}
.row_370 {
    max-width: 370px;
}
.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.rowLeft_200 .row_input .row_left {
    width: 220px;
}
.box_login .row_input .row_left label {
    margin-top: 8px;
    font-weight: 400;
}
.box_login .row_input .row_left label span {
    color: #ff0000;
}
.box_login .row_input .row_right {
    padding-left: 175px;
}
.box_login.rowLeft_200 .row_input .row_right {
    padding-left: 220px;
}
.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: 100px;
    resize: none;
}
.box_login .row_input .form-control:focus {
    border-color: #c0c0c0;
    outline: 0;
}
.box_login .button-w {
    width: 100%;    
}
.box_login .div_right {
    text-align: right;
}
.address_delivery {
    margin-top: 30px;
}
.check_login_cart ul li {
    margin-bottom: 8px;
}
.check_login_cart ul li label {
    margin: 0;
    font-weight: normal;
}
.show_login_id {
    position: relative;
    margin-top: 20px;
}
.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 .row_input {
    width: 190px;
    float: left;
    margin-right: 10px;
    padding-top: 10px;
}
.loginSocial .login_social {
    overflow: hidden;
}

.login_social > div {
    margin-bottom: 10px;
}

.login_social > div.div_or {
    vertical-align: middle;
    margin: 0 10px;
}

.login_social .link_login {
    display: inline-block;
    margin-right: 10px;
}

ul.method li {
    margin-bottom: 5px;
    text-align: justify;
}

ul.method li label {
    margin: 5px 0;
}

ul.method li .padding-left {
    padding-left: 20px;
    font-size: 14px;
    line-height: 22px;
}

ul.method li .color_bold {
    font-weight: bold;
    color: #149c45;
}

ul.method li .color_red {
    color: #eb3131;
}

.box_login .ad_title {
    cursor: pointer;
    line-height: 20px;
    padding: 15px 50px;
    background: #eeeeee;
    margin-bottom: 10px;
    position: relative;
}
.box_login .ad_title:before {
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: "Font Awesome 5 Free";font-weight: 900;
    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%);
}
.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%);   
    text-align: center;
    font-size: 20px;
    line-height: 18px;
    font-family: 'icofont';
    content: '';    
    color: #000000;
}
.box_login .active .ad_title:after {
    content: '\eed8';
}
.box_login .ad_content {
    display: none;
}
.info_general .addtocart .fl_mr {
    float: left;
    margin-right: 10px;
}
.info_general .wraspMethod {
    padding: 10px 20px;
}
.info_general .wraspMethod .radio {
    margin-bottom: 25px;
}
.info_general .wraspMethod .radio label {
    font-weight: bold;
}
.info_general .wraspMethod .checkmark {
    top: -1px;
}
/*---------TABLE INFO--------*/
.table_info {
    max-width: 100%;
    overflow: auto;
    font-size: 14px;
}
.table_info table {
    width: 100%;
    min-width: 570px;
    border-collapse: collapse;
}
.table_info .t-id {
    font-size: 12px !important;
}
.sex-item {
    display: inline-block;
    line-height: 25px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 500;
}
.sex-item input {
    position: relative;
    margin-right: 3px;
    top: 2px;
}
/*=============ORDER FINISHED==============*/
.info_finish {
    margin-bottom: 15px;
}

.info_finish .if_title {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #00a650;
    position: relative;
}

.info_finish .if_title:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 60px;
    height: 3px;
    background: #00a650;
}

.info_finish .if_content .if_row {
    padding: 8px 0;
    border-bottom: 1px solid #eeeeee;
}

.info_finish .if_content .if_row:last-child {
    border-bottom: 0;
}

.info_finish .if_content .if_row .if_row_left {
    float: left;
    width: 200px;
    padding-right: 15px;
    font-weight: bold;
}

.info_finish .if_content .if_row .if_row_right {
    padding-left: 200px;
}
.box_success .box_content {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
}
.box_success .col2 {
    text-align: center;
}
.box_success .s_title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}
.box_success .text1 {
    font-size: 14px;
    line-height: 22px;
}
.box_success .text1.t1 {
    margin-bottom: 20px;
}
.box_success .text2 {
    font-size: 20px;
    line-height: 22px;
    padding: 20px 15px;
    background-color: #f3f3f3
}
.box_success .text3 {
    font-size: 15px;
}
.box_success .block {
    color: #ffffff;
    background: #0076be;
    padding: 10px 20px;
    margin-bottom: 25px;
}
.box_success .block .id {
    font-size: 40px;
    line-height: 45px;
    font-weight: 800;
}
.stepfinish {
    padding: 20px;
}
.boxFinish ~ .boxFinish {
    margin-top: 20px;
}
.boxFinish .tit {
    line-height: 24px;
    color: #0076be;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px; 
    position: relative;  
}
.boxFinish .tit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58px;
    border-bottom: solid 3px #046aa8;
}
.stepfinish ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ededed;
}
.stepfinish ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.stepfinish .att {
    width: 200px;
    flex-shrink: 0;
    font-weight: bold;
    margin-right: 10px;
}
.stepfinish .ats {
    width: 100%;
    overflow: hidden;
    padding-left: 15px;
}
.box_success .buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}
.box_success .buttons span {
	position:relative;
	z-index:1;
    padding-left: 20px;
}
.box_success .buttons .button-web:before, .box_success .buttons .button-web span:after {
    display: none;
}
.box_success .buttons .button-web {
    min-width: 180px;
    padding: 0 10px;
    background-color: #000000;
    border: 1px solid #164a99;
    color: #FFFFFF;
    font-weight: 500;
    text-transform: none;
}
.box_success .buttons .btn-order {
    background-color: #FFFFFF;
    border-color: #000000;
    color: #000000;
    margin-right: 10px;
}
.box_success .buttons .button-web span:before {
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";font-weight: 900;
    font-size: 14px;
}
.box_success .buttons .btn-order span:before {
    content: '\f15c';
    color: #000000;
}
.box_success .buttons .btn-back span:before {
    content: '\f01e';
    color: #FFFFFFF;
}
.box_success .buttons .button-web:hover {
    background-color: #f47721;
    border-color: #f47721;
    color: #FFFFFF;
}
.box_success .buttons .button-web:hover span:before {
    color: #FFFFFF;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (min-width: 320px) {
    .info_general .row_info .row_left {
        float: left;    
    }
    .info_general .row_info .row_right {
        float: right;
    }
}
@media all and (min-width: 420px) {
    .div_button button.button-cart.v2 {
        min-width: 370px
    }
}
@media all and (min-width: 541px) {
    .table_cart .div_button, .boxRequest .div_button {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .table_cart .div_button {
        flex-direction: row-reverse;
    }    
    .boxRequest .div_button {
        padding: 10px 5px;
    }
    .div_button .button-back {
        margin-left: 15px;
    }
}
@media all and (min-width: 768px) {
    .step-indicator {
        position: relative;
        margin-top: -42px;
    }
    .addtocart thead td:nth-child(n+2), .addtocart tr td:nth-child(n+3) {
        text-align: center;
    }
    .addtocart tr td:last-child {
        border-right: 1px solid #dddddd;
    }
    .totalPrice .total_price {        
        padding-right: 50px
    }
}
@media all and (min-width: 992px) {
    .addtocart tr td:nth-child(n+3) {
        width: 15%;
    }
    .addtocart tr td:last-child {
        width: 10%;
    }
    .boxFixed.fixed {
        width: calc(50% - 30px);
    }
    .box_success .grid {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    .box_success .col1 {
        width: 67.289719%;
        flex-shrink: 0
    }
    .box_success .col2 {
        width: 32.710291%;
        padding-right: 70px
    }
}
@media all and (min-width: 1200px) {
    .boxFixed.fixed {
        width: calc(1200px - (1200px * 0.5) - 30px);
        right: calc((100% - 1170px)/2);
    }
}
@media all and (max-width: 991px) { 
    .vnt-cart .boxTitle {
        margin: 40px 0 25px;
    }   
    .info_general {
        margin-bottom: 20px
    }
    .wrap_box_login {
        padding: 20px 20px 15px;
    }
    .quantity {
        margin: 0;
    }
    .table_info table {
        min-width: 100%
    }
    .box-form:last-child {
        margin-bottom: 30px;
    }
    .box_success .s_title {
        font-size: 24px;
        line-height: 30px;
    }
    .box_success .text2 {
        font-size: 18px;
    }
}
@media all and (max-width: 767px) {
    .result-cart {
        margin-bottom: 0;
        padding: 10px 15px;
        background-color: #f5f5f5;
        border: 1px solid #ededed;
        border-bottom: none;
    }
    .show_login_id {
        margin-top: 0;
    }
    .addtocart thead tr td,
    .addtocart thead tr {
        display: block;
    }
    .addtocart tbody tr:last-child {
        border-bottom: none;
    }
    .addtocart thead, .addtocart tr td .t-close span, .calcPrice .des {
        display: none;
    }
    .addtocart tbody tr,
    .addtocart tbody tr td {
        display: block;
    }
    .addtocart tfoot tr,
    .addtocart tfoot tr td {
        display: block;
        padding: 0;
    }
    .addtocart tbody tr {
        padding: 10px 0 5px 95px;
        position: relative;
    }
    .addtocart tbody tr td ~ td {
        width: 100%!important;
        padding: 0!important;
        margin-bottom: 8px!important;
        text-align: left!important;
    }
    .addtocart tbody tr td:first-child, .addtocart tbody tr td:nth-child(3),.addtocart tbody tr td:last-child {
        padding: 0;
    }

    .addtocart .img {
        position: absolute;
        top: 15px;
        left: 15px;
    }
    .addtocart tr td .t-title {
        padding-right: 25px
    }
    .addtocart .c-price,
    .addtocart .nor {
        display: none;
    }
    .totalPrice .total_price {
        padding-left: 15px
    }
    .addtocart button.btn {
        width: 100%;
        margin-bottom: 15px;
    }

    .addtocart .fr {
        float: none;
    }
    .addtocart tr td .t-bold:before {
        content: attr(data-cont);
        display: inline-block;
        font-size: 14px;
        line-height: 30px;
        color: #333333;
    }

    .addtocart tr td .t-bold > span:before {
        content: ':';
        display: inline-block;
        font-weight: 300;
        font-size: 14px;
        line-height: 30px;
        color: #333333;
        margin-right: 5px;
    }

    .addtocart tr td .t-close {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 2;
    }
    .addtocart tr td .t-close i:before {
        content: '\f057'
    }    
    .totalPrice {
        float: left;
        width: 100%;
        padding: 22px 15px;
    }    
    .box_login {
        max-width: 100%;
    }
    .box_login .row_input .row_left {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
        padding-right: 0;
    }
    .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;
    }
    .box_success .block.block2 .id {
        font-size: 25px;
        line-height: 33px;
    }
}   
@media all and (max-width: 540px) {
    .stepfinish .att {
        width: 100px;
    }
    .div_button .button-w {
        width: 100%;
        min-width: 100%;
    }
    .div_button .button-w ~ .button-w {        
        margin-top: 15px;
    }
    .boxRequest .div_button {
        padding: 5px 0;
    }
}
@media all and (max-width: 480px) {        
    .step-indicator {        
        min-height: 25px;
        margin-top: 0;
    }
    .boxManagerTitle .items {
        margin: 0;
    }
    .step-indicator .txt {
        display: none;
    }
}
@media all and (max-width: 420px) {
    .calcPrice.lv1 {
        padding: 0 20px 25px;
    }    
    .box_success .s_title {
        font-size: 5.5vw;
        line-height: 7vw;
    } 
    .stepfinish .ats {
        padding: 0;
        overflow: visible;
    }
}
@media all and (max-width: 360px) {    
    .stepfinish ul li {
        display: block;
    }
    .stepfinish .att {
        width: 100%;
    }        
    .link_other_choice {
        padding: 10px;
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .div_button .button-w {
        padding: 10px;
    }
}