.boxWrapCart > .title {
    font-size: 25px;
    line-height: 33px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/*===================================================*/
.style_step {
    margin-bottom: 40px;
}

.style_step ul {
    text-align: center;
}

.style_step ul li {
    display: inline-block;
    margin: 0 40px;
    position: relative;
}

.style_step ul li ~ li:before{
    font-family: FontAwesome;
    content: "\f105";
    font-size: 20px;
    color: #999999;
    position: absolute;
    left: -40px;
    top: 12px   
}
.style_step ul li .number {
    display: block;
    margin: 0 auto;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 25px;
    line-height: 42px;
    color: #333333;
    border: 1px solid #333333;
    background-color: transparent;
    position: relative;
    font-weight: bold;
    z-index: 3;
    margin-bottom: 10px;
}

.style_step ul li .txt {
    font-size: 15px;
    line-height: 18px;
    color: #666666
}

.style_step ul li.active .number {
    background: #0397d5;
    border-color: #0397d5;
    color: #ffffff;
}
.addtocart {
    width: 100%;
    background: #ffffff;
}

.addtocart tr td {
    padding: 10px 15px;
    text-align: center;
}
.addtocart tbody tr td:first-child, .addtocart tbody tr td:nth-child(2) {
    text-align: left;
}
.addtocart thead tr td {
    background: #f7f7f7;
    padding: 13px 15px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
}
.addtocart tbody tr {
    border-bottom: 1px solid #e5e5e5;
}
.addtocart tfoot tr td {
    padding: 20px 15px;
    text-align: center;
}

.addtocart tr td .img {
    width: 60px;
}
.addtocart tr td .t-title {
    font-weight: 600
}
.addtocart tr td .red {
    font-size: 15px;
    line-height: 28px;
    color: #ec1c24;
    font-weight: 700;
}

.addtocart tr td .t-bold {
    font-weight: bold;
}

.quantity {
    position: relative;
    width: 80px;
}

.quantity input {
    width: 64px;
    height: 40px;
    text-align: center;
    border: solid 1px #eaeaea;
}

/*.quantity .group-button {
    width: 30px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border: solid 1px #eaeaea;
    border-left: none;
}

.quantity .group-button button {
    background: #ffffff;
    border: none;
    width: 100%;
    height: 19px;
    font-size: 8px;
    line-height: 16px;
    color: #333333;
}

.quantity .group-button button.btn-up {
    border-bottom: solid 1px #eaeaea;
}

.addtocart tr td .nor {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
    text-decoration: line-through;
}*/

.addtocart tr td .t-close {
    display: block;
    text-align: center;
    color: #666666;
}

.addtocart tr td .t-close .fa {
    font-size: 30px;
    line-height: 32px;
}

.addtocart tr td .t-close:hover {
    color: #f60000;
}

.div_button button.btn {
    height: auto;
    padding: 12px 25px;
    outline: 0 !important;
    text-transform: uppercase;
    background: #FFFFFF;
    border: 1px solid #0397d6;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #0397d6;
    -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;
    font-weight: bold;
    width: auto;
    min-width: 210px;
}
.div_button button.btn:hover, .div_button button.button-cart {
    border-color: #0397d6;
    background: #0397d6;
    color: #ffffff;
}
.div_button button.button-cart:hover {
    border-color: #ffb10a;
    background: #ffb10a;
}
.div_button button.btn span {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

/*.div_button button.btn.v1 span {
    padding-left: 25px;
    position: relative;
}

.div_button button.btn.v1 span:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}*/

.div_button button.button {
    margin-left: 10px;
}
.div_button button.button.v1 {
    margin-left: 0;
    height: 45px;
    background-color: #ffb109;
    border: none;
    color: #FFFFFF
}
.div_button button.button.v1:hover, .div_button button.button.v2 {
    background-color: #0397d6
}
.div_button button.button.v2:hover {
    background-color: #ffb109;
}
.div_button button.button.v3 span {
    padding-left: 25px;
    position: relative;
}
.div_button button.button.v3 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%);
    color: #FFFFFF
}
.calcPrice {
    background: #f7f7f7;
    padding: 0 10px;
    margin-bottom: 30px;
}

.calcPrice .des {
    padding: 25px 15px;
    position: relative;
    float: left;
    width: 100%;
    max-width: 460px;
}

.calcPrice .txt {
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
}
.calcPrice .txt:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f00c";
    line-height: 21px;
    color: #bebebe;
    margin-right: 10px;
}
.calcPrice .txt:last-child:before {
    content: '\f095'
}
.calcPrice .txt a {    
    color: #0397d6;
    position: relative;
}
.calcPrice .txt a:hover {
    color: #333333
}
.calcPrice .txt span {
    font-size: 20px;
    color: #c6000c;
}

.totalPrice {
    float: right;
    padding: 25px 15px;
}

.totalPrice.v {
    float: none;
}

.totalPrice ul li.bb {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.totalPrice .p {
    float: left;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700
}

.totalPrice .p:after {
    content: " :";
}

.totalPrice .l {
    float: right;
    text-align: right;
    font-size: 16px;
    font-weight: 300;
}

.totalPrice .l.v {
    font-size: 22px;
    line-height: 22px;
    color: #ec1c24;
    font-weight: 700;
    padding-left: 50px
}
.info_general {
    margin-bottom: 30px;
    background: #ffffff;
}

.bg_color {
    background: #f7f7f7;
}
.bor {
    border: 1px solid #e1e1e1
}
.step2_2 .bor {
    border-top: none;
}
.info_general .info_title {
    font-size: 20px;
    line-height: 22px;
    padding: 14px 20px;    
    text-transform: uppercase;
    font-weight: bold;
}
.title-order{
    border: 1px solid #e1e1e1;
    border-bottom: none;
}
.info_general .row_info {
    padding: 15px 20px 20px;
    background-color: #f2f2f2;    
}
.step2_2 .info_general .row_info .row_info_ct {
    float: right;
    width: 300px
}
.info_general .row_info_ct > div {
    margin-bottom: 10px;
    position: relative;
}
.info_general .row_info_ct > div:before {
    content: ':';
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #333333;
}
.info_general .row_info_ct > div:last-child {
    border-top: 1px solid #d9d9d9;
    margin-bottom: 0;
    padding-top: 15px;
}
.info_general .row_info_ct > div:last-child:before {
    top: 68%
}
.info_general .row_info .row_left {
    float: left;
}

.info_general .row_info .row_right {
    float: right;
}

.info_general .total_price {
    font-size: 18px;
    font-weight: bold;
    color: #ee3024;
}

.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: #046aa8;
    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;
    -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: #046aa8;
    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: #046aa8;
    padding: 9px 10px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 5px;
}

.box-form .linkNotRegis:hover {
    background: #f47721;
}

.info_general .table_info table tr {
    border-top: 1px solid #e5e5e5;
}

.info_general .table_info table tr td {
    padding: 10px 10px 10px 0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.info_general .table_info table thead td {    
    text-transform: uppercase;
}
.info_general .table_info table tr td:last-child {
    text-align: right;
    padding-right: 0
}
.info_general .table_info table tr td .red {
    color: #ec1c24
}

.info_general .table_info table tr td .img {
    width: 50px;
}
.info_general .table_info table {
    width: 100%;
}

.info_general .table_info table thead tr td {
    text-align: left;
}

.info_general .table_info table thead tr td:nth-child(2) {
    text-align: center;
}

.info_general .table_info table tbody tr td:first-child {
    padding-left: 0;
    width: 50px;
}

.info_general .table_info table tbody tr td:nth-child(2) {
    text-align: left;
}

.info_general .table_info table tbody tr td .t-id {
    color: #666666;
    font-size: 13px;
    line-height: 20px;
}
.info_general .info_content {
    padding: 10px 20px 0;
}
.step2_1 .info_general .info_content {
    padding: 15px 30px;
    position: relative;
}
.step3 .info_general .info_content {
    padding: 5px 20px;
    font-size: 15px;
    line-height: 24px
}
.order-detail .info_content {
    padding: 0;
}
.step2_1 .info_content .info_title {
    padding: 12px 0;
    border-bottom: 1px solid #d4d4d4
}

.wrap_box_login {
    padding: 15px 0;
}
.wrap_box_login.soc {
    border: 1px solid #d2d2d2;
    padding: 20px;
}
.wrap_box_login.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box_login.rowLeft_200 {
    max-width: 600px;
}

.box_login .row_input {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.box_login .row_input i {
    position: absolute;
    top:  50%;
    left: 12px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999999
}
.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: 150px;
    padding-right: 15px;
    float: left;
}

.box_login .row_input .row_left label {
    margin-top: 5px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
}

.box_login .row_input .row_left label span {
    color: #ff0000;
}

.box_login .row_input .row_right {
    padding-left: 155px;
}

.box_login .row_input .form-control {
    height: 40px;
    border-radius: 0;
    border: 1px solid #d2d2d2;    
}
.step2_1 .box_login .row_input .form-control {
    height: 45px;
    border: none;
    border-top: 1px solid #cccccc;
    padding-left: 35px;
    box-shadow: none;
}
.box_login .row_input .checkbox {
    margin: 20px 0;
}
.box_login .row_input textarea.form-control {
    height: 140px;
    resize: none;
}

.box_login .row_input .form-control:focus {
    border-color: #c0c0c0;
    outline: 0;
}

.box_login button.btn {
    float: left;
    width: 48%;
    height: auto;
    font-size: 14px;
    line-height: 25px;
    padding: 10px 15px;    
    font-weight: bold;
    outline: 0 !important;
    text-transform: uppercase;
    background: #0397d5;
    border: none;
    color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -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-yellow {
    margin-left: 4%
}
.box_login button.btn.button {
    background: #eeeeee;
    border-color: #eeeeee;
    color: #333333;
}

.box_login button.btn:hover, .box_login button.btn-yellow {
    border-color: #ffb109;
    background: #ffb109;
    color: #ffffff;
}
.box_login button.btn-yellow:hover {
    border-color: #0397d5;
    background: #0397d5;
}
.info_general.bor .box_login button.btn-yellow {
    margin-left: 0;
    margin-top: 70px;
    width: 190px
}
.box_login button.btn span {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.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;
}

.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 {
    max-width: 430px;
    margin: auto;
}
.loginSocial .row_input {
    width: 100px;
    float: left;
    margin-right: 10px;
    padding-top: 10px;
}

.loginSocial .login_social {
    overflow: hidden;
}

.login_social > div.div_or {
    vertical-align: middle;
    margin: 0 10px;
}

.login_social .link_login {
    display: block;    
}
.login_social .login_facebook {
    margin-bottom: 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;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 50px;
    background: #f7f7f7;
    margin-bottom: 10px;
    position: relative;
}

.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%);
}

.box_login .ad_title:after {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #666666;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: '';
    text-align: center;
    font-size: 10px;
    line-height: 18px;
    font-family: FontAwesome;
    color: #ff0000;
}

.box_login .active .ad_title:after {
    content: '\f00c';
}

.box_login .ad_content {
    display: none;
}

.info_general .addtocart {
    margin-top: 20px;
}

.info_general .addtocart .fl_mr {
    float: left;
    margin-right: 10px;
}

.info_general .wraspMethod {
    line-height: 25px
}

.info_general .wraspMethod .radio {
    margin: 10px 0 20px 0; 
}

.info_general .wraspMethod .radio label {
    display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    font-size: 16px;
    line-height: 25px;
    min-height: 25px;
    font-weight: bold;    
}
.info_general .wraspMethod p {
    padding-top: 0
}
/* Hide the browser's default radio button */
.info_general .wraspMethod .radio label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #333333;
  -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
  border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.info_general .wraspMethod .radio label input:checked ~ .checkmark {
  background-color: transparent;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.info_general .wraspMethod .radio label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.info_general .wraspMethod .radio label .checkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
     -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
  border-radius: 50%;
    background-color: #333333;
}
.info_general .wraspMethod .content {
    padding-left: 30px
}
.table_info {
    border: 1px solid #e5e5e5;
    border-top: none;
    border-bottom: none;
    padding: 0 20px
}

.table_info .t-title {
    font-weight: 600
}

.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;
}
.step3 .att:after {
    display: inline-block;
    width: 6px;
    text-align: center;
    content: ':';
}
/*=================================================================*/
.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 {
    margin-bottom: 25px;
    background: #f7f7f7;
    min-height: 320px;
    padding: 30px;
}
.box_success .box_content {
    max-width: 580px;
    margin: auto;
}
.box_success .s_title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700
}

.box_success .text1 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
}
.box_success .text2 {
    font-size: 15px;
    line-height: 30px;
}
.box_success .color_bold {
    color: #0397d6;
}

.box_success .block.block1 span {
    color: #f47721;
}

.box_success .block.block1 {
    padding: 21px 20px;
    background: #ffffff;
    font-size: 20px;
    line-height: 22px;
}

.box_success .block.block2 {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
    color: #ffffff;
    background: #ffb109;
    margin-bottom: 20px;
}

.box_success .block.block2 .id {
    font-size: 40px;
    line-height: 50px;
}

.boxFinish {
    padding: 20px;
    background-color: #f3f3f3;
    margin-bottom: 25px;
}

.boxFinish .tit {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #cecece;
}
.stepfinish ul li {
    line-height: 24px
}
.stepfinish .red {
    color: #ec1c24;
    text-transform: uppercase;
}
/*.stepfinish .att {
    width: 215px;
    float: left;
    font-weight: bold;
}

.stepfinish .ats {
    overflow: hidden;
    padding-left: 15px;
}*/
.stepfinish .att:after  {
    display: inline-block;
    width: 6px;
    text-align: center;
    content: ':'
}
.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: #046aa8;
    border: 1px solid #164a99;
    color: #FFFFFF;
    font-weight: 500;
    text-transform: none;
}

.box_success .buttons .btn-order {
    background-color: #FFFFFF;
    border-color: #046aa8;
    color: #046aa8;
    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: FontAwesome;
    font-size: 14px;
}

.box_success .buttons .btn-order span:before {
    content: '\f15c';
    color: #046aa8;
}

.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: 421px) {
    .calcPrice .txt a {
        display: inline-block;
        margin-left: 25px;
        padding-left: 25px;            
    }
    .calcPrice .txt a:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '|';
        width: 1px;
        height: 12px;
        color: #bebebe;
        background-color: 1px solid #cfcfcf;
    }
}
@media all and (min-width: 768px) {
    .step2_1 .info_general .info-fa {
        padding-left: 170px
    }
    .step2_1 .info_general .info-fa.bor {
        padding-left: 180px
    }
    .step2_1 .info_general .info-fa:before {
        position: absolute;
        top: 50%;
        left: 60px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: FontAwesome;
        font-size: 120px;
        content: '\f007';
        color: #c8c8c8;
    }
    .step2_1 .info_general.bor .info-fa:before {
        content: '\f07a';
        left: 35px
    }
}
@media all and (min-width: 992px) {
    .info_cart.step2_1 .info_general {
        min-height: 439px;
        margin: 0;
    }
}
@media all and (max-width: 991px) {
    .style_step {
        margin-bottom: 30px;
    }
    .style_step ul li .number {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 21px
    }
    .addtocart tr td .t-close .fa {
        font-size: 24px;
        line-height: 28px;
    }
    .box_success {
        padding: 20px 25px;
        background-image: none;
    }   

    .box-form:last-child {
        margin-bottom: 30px;
    }

    .box_success .s_title {
        font-size: 24px;
        line-height: 30px;
    }   
    .box_success .block.block1 {   
        padding: 18px 20px;     
        font-size: 16px;
    }
}

@media all and (max-width: 768px) {
    .style_step ul li {
        margin: 0 25px;
    }
    .style_step ul li .txt {
        display: none;
    }
    .style_step ul li ~ li:before {
        left: -30px
    }
    .addtocart thead tr td,
    .addtocart thead tr {
        display: block;
    }

    .addtocart thead tr td ~ td {
        display: none;
    }

    .addtocart tbody tr,
    .addtocart tbody tr td {
        display: block;
    }    
    .addtocart thead tr td {
        text-align: left;
    }

    .addtocart tbody tr {
        padding: 5px 0 5px 90px;
        position: relative;
    }

    .addtocart tbody tr td {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        text-align: left;
    }

    .addtocart tbody tr td:last-child {
        margin-bottom: 0;
    }

    .addtocart .img {
        position: absolute;
        top: 50%;
        left: 15px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .addtocart tbody tr td:nth-child(3) {
        display: none;
    }
    .totalPrice {
        float: left;
        width: 100%;
        padding: 25px 10px 0
    }
    .totalPrice .l.v {
        float:left;
        text-align: left;
    }
    .calcPrice .des {
        padding: 25px 10px
    }
    .div_button button.btn:not(.v3) {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .div_button .fl, .div_button .fr {
        float: none;
    }

    .addtocart tr td .t-bold:before,.addtocart tr td .quantity:before {
        content: attr(data-cont);
        display: inline-block;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        margin-right: 2px
    }
    .quantity {
        width: auto;
    }
    .addtocart tr td .t-bold > span:before {
        content: ':';
        display: inline-block;
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
        color: #333333;
        margin: 0 5px 0 1px;
    }

    .addtocart tr td .t-close {
        position: absolute;
        bottom: 20px;
        right: 0;
        z-index: 2;
    }
    .step2_1 .info_general .info_content {
            padding: 10px 20px 15px;
    }    
    .box_login {
        max-width: 100%;
    }

    .box_login .row_input .row_left {
        text-align: left;
    }

    .box_login .row_input .row_right {
        padding-left: 0;
    }
    .loginSocial .row_input {
        float: none;
        width: 100%;
        padding-top: 0
    }

    .box_login.rowLeft_200 .row_input .row_left {
        width: 100%;
        float: none;
    }

    .box_login.rowLeft_200 .row_input .row_right {
        padding-left: 0;
    }
    .info_general.bor .box_login button.btn-yellow {
        margin-top: 20px;
    }
    .step2_2 .wrap_box_login {
        padding: 10px 0
    }
    .box_success .block.block2 .id {
        font-size: 25px;
        line-height: 33px;
    }
}
@media all and (max-width: 540px) {
    .info_general .table_info table tr td:last-child {
        width: 90px!important
    }
    .div_button .fl, .div_button .fr {
        float: none;
    }
    .div_button button.button {
        margin-left: 0
    }
}
@media all and (max-width: 420px) {    
    .calcPrice .txt a {
        display: block;
        padding-left: 23px;
    }
    .box_success .buttons {
        display: block;
    }
    .box_success .buttons .button-web {
        width: 100%;
        margin-bottom: 10px;
    }

    .box_success .buttons .btn-back {
        margin-left: 1%
    }    
}
@media all and (max-width: 400px) {
    .style_step ul li {
        margin: 0 12px;
    }
    .style_step ul li ~ li:before {
        left: -18px;
    }
}    
@media all and (max-width: 360px) {
    .info_general .info_title {
        font-size: 18px
    }    
    .info_general .table_info table thead tr td:not(:first-child) {
        display: none;
    }
    .info_general .table_info table tbody tr {
        display: block;
        padding: 5px 0 5px 80px;
        position: relative;
    }
    .info_general .table_info table tbody tr td, .info_general .table_info table tr td:last-child {
        display: block;
        width: 100%!important;
        padding: 0;
        margin-bottom: 10px;
        text-align: left!important;
    }
    .info_general .table_info table tbody tr td .img {
        position: absolute;
        top: 50%;
        left: 15px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .info_general .table_info table tbody tr td:before {
        content: attr(data-cont);
        display: inline-block;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        margin-right: 2px;
    }    
    .info_general .table_info table tbody tr td>span:before {
        content: ':';
        display: inline-block;
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
        color: #333333;
        margin: 0 5px 0 1px;
    }
    .step2_2 .info_general .row_info .row_info_ct {
        width: 100%
    }
    .box_success {
        padding: 15px 20px;
    }

    .box_success .s_title {
        font-size: 30px;
        line-height: 40px;
    }

    .box_success .block.block2 {
        font-size: 14px;
        line-height: 22px;
    }
}
@media all and (max-width: 360px) {
    .totalPrice .l.v {
        float: right;
        padding-left: 15px
    }
    .info_general .info_title {
        font-size: 16px
    }
}