.style_step {
    max-width: 480px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.style_step ul{
    text-align: center;
}
.style_step ul li {
    position: relative;
    width: 33.333333%;
    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 1px #333333;
}
.style_step ul li .text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    display: block;
    color:#666666;
    text-transform: uppercase;
}
.style_step ul li.active .number {
    background: #333333;
    color: #ffffff;
}
/*==========================================================*/
table.addtocart2{
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
table.addtocart2 thead tr td {
    padding: 5px;
    color: #333333;
    font-weight: 600;
    padding: 20px;
    background: #f6f6f6;
    text-transform: uppercase;
}
table.addtocart2 tbody tr td{
    padding:15px;
    border-bottom:solid 1px rgba(0,0,0,0.1);
}
table.addtocart2 thead tr td:first-child,
table.addtocart2 tbody tr td:first-child{
    text-align: left;
}
table.addtocart2 thead tr td:last-child,
table.addtocart2 tbody tr td:last-child{
    border-right: none;
}
table.addtocart2 .i-img{
    width: 80px;
    height: 80px;
    position: relative;
    float: left;
    margin-right: 15px;
}
table.addtocart2 .i-img img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 95%;
    max-height: 95%;
}
table.addtocart2 .i-title{
    overflow: hidden;
    margin-bottom: 5px;
}
table.addtocart2 .i-title a{
    display: block;
    font-weight: bold;
}
table.addtocart2 .i-caption{
    overflow: hidden;
}
table.addtocart2 .i-code{font-size: 13px;line-height: 21px;color: #666666;}
table.addtocart2 .i-sl span{
    font-weight: bold;
    color:#ffffff;
    background: #ae805d;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 5px;
}
table.addtocart2 .quantity {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
table.addtocart2 .quantity a{
    width: 40px;
    height: 40px;
    background: transparent;
    border:none;
    display: block;
    position: relative;
    cursor: pointer;
}
table.addtocart2 .quantity input{
    width: 45px;
    height: 40px;
    text-align: center;
    border:none;
    border: solid 1px #c3c3c3;
    background: #ffffff;
    margin: 0 10px;
}
table.addtocart2 .color{
    color: #ed1c24;
}
.tableToCartInfo{
    padding: 30px 35px;
    background: #f6f6f6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.tableToCartInfo.v2{
    padding: 0;
    justify-content: flex-end;
    margin-bottom: 0;
}
.tableToCartInfo.v2 .cartInfo {
    padding: 25px 15px;
}
.cartInfo ul li{
    margin-bottom: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cartInfo ul li.b{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 2px rgba(0,0,0,0.1);
}
.cartInfo .at{
    margin-right: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
}
.cartInfo .as{
    width: 150px;
    text-align: right;
    font-size: 18px;
    line-height: 26px;
}
.cartInfo .as.s{
    color: #ed1c24;
    font-weight: bold;
    font-size: 20px;
}
.formPoint .designForm{
    margin-right: 20px;
    width: 400px;
}
.formPoint .designForm .txt {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    padding-left: 30px;
    position: relative;
}
.formPoint .designForm .txt:before{
    content: "\f02c";
    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;
}
.formPoint .designForm .form{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.formPoint .designForm button{
    width: 110px;
    height:40px;
    background: #444444;
    font-weight: bold;
    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: #ed1c24;
}
.formPoint .designForm input{
    flex-basis: -webkit-calc(100% - 70px);
    flex-basis: -moz-calc(100% - 70px);
    flex-basis: -o-calc(100% - 70px);
    flex-basis: calc(100% - 70px);
    height:40px;
    padding-left: 10px;
    border: solid 1px #dddddd;
}
.formPoint .designForm .txt2 span{
    font-weight: bold;
    color:#e40000;
}







.tableButton .btnCart {
    background: transparent;
    border: solid 2px #3e4519;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 30px;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    text-align: center;
}
.tableButton.fluid .btnCart{
    width: 100%;
    margin-bottom: 10px;
}
.tableButton .btnCart:hover{
    background: #3e4519;
    color: #ffffff;
}
.tableButton .btnCart.ok{
    background: #ed1c24;
    border-color: #ed1c24;
    color:#ffffff;
}
.tableButton .btnCart.ok:hover{
    background: #ffffff;
    color: #ed1c24;
}
.tableButton .btnCart.del{
    background: #ffffff;
    color:#888888;
}
.tableButton .btnCart.del:hover{
    background: #888888;
    color:#ffffff;
}
.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%);
}
/*=============================================*/
.boxCart{
    background: #ffffff;
    margin-bottom: 30px;
}
.boxCart.v2{
    background: none;
    border:solid 2px #3e4519;
}
.boxCart .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    background: #f7f7f7;
    padding: 18px 20px;
}
.boxCart .content{
    padding: 20px;
    border:solid 1px #f7f7f7;
}
.boxCart .form-group > label{
    width: 150px;
    font-weight: normal;
    color:#666666;
    float: left;
}
.boxCart .form-group .colRight{
    overflow: hidden;
}
.boxCart input, .boxCart select,
.boxCart textarea{
    border-radius:0;
    width: 100%;
    height:40px;
    border:solid 1px #d1d1d1;
    padding-left: 15px;
}
.boxCart textarea{
    height: 100px;
    resize: none;
}
.boxCart .ad_title{
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 50px;
    background: #f7f7f7;
    margin-bottom: 10px;
    position: relative;
}
.boxCart .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%);
}
.boxCart .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;
}
.boxCart .active .ad_title:after{
    content: '\f00c';
}
.boxCart .ad_content{
    display: none;
}
.boxRadio{
    padding-left: 30px;
    position: relative;
    margin-bottom: 25px;
    cursor: pointer;
}
.boxRadio p{
    padding: 0;
    color:#666666;
}
.boxRadio label{
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    text-transform: uppercase;
    float: none;
    width: 100%;
    color:#333333;
}
.boxRadio input[type="radio"]{
    display: none;
}
.boxRadio:before{
    content: "";
    width:20px;
    height:20px;
    position: absolute;
    left: 0;
    top: 3px;
    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: 8px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/*================================================*/
.productCart{
    padding-left: 75px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: solid 1px rgba(0,0,0,0.15);
}
.productCart .img{
    position: absolute;
    width: 65px;
    top: 0;
    left: 0;
}
.productCart .caption{
    overflow: hidden;
}
.productCart .tend{
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.productCart .code{
    color:#666666;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 5px;
}
.productCart .sl{
    margin-bottom: 5px;
}
.productCart .sl span{
    font-weight: bold;
    color:#ffffff;
    background: #ae805d;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 5px;
}
.productCart .sll{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
}
.productCart .price{
}
.productCart .price span{
    color: #ed1c24;
    font-weight: bold;
}
/*==================================================*/
.styleSuccess{
    padding: 100px 50px 130px;
    border:solid 2px #3e4519;
    margin-bottom: 30px;
}
.styleSuccess .t1{
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.styleSuccess .t2{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.styleSuccess .t2.mb{
    margin-bottom: 10px;
}
.styleSuccess .t3{
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #ed1c24;
    text-align: center;
    margin-bottom: 15px;
}
.styleSuccess .t4{
    text-align: center;
}
.styleSuccess .t4 span{
    color:#ae805d;
}
.cartTableHome a{
    display: inline-block;
    width:100%;
    max-width: 200px;
    padding:9px 10px;
    text-transform: uppercase;
    border: solid 2px #3e4519;
}
.cartTableHome a:hover{
    background: #ed1c24;
    color: #ffffff;
    border-color: #ed1c24;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
    table.addtocart2{
        text-align: left;
    }
    table.addtocart2 thead {
        display: none;
    }
    table.addtocart2 tbody tr {
        display: block;
        border-bottom: solid 2px #e5e5e5;
        padding: 15px 0;
        padding-right: 35px;
        position: relative;
    }
    table.addtocart2 tbody tr:last-child{
        border-bottom: none;
    }
    table.addtocart2 tbody tr td{
        display: block;
        border: none;
        padding: 0;
        padding-left: 90px;
        position: relative;
        margin-bottom: 10px;
    }
    table.addtocart2 tbody tr td.be:before{
        content: attr(data-cont);
        font-size: 12px;
        line-height: 20px;
        font-weight: normal;
        margin-right: 5px;
    }
    table.addtocart2 .i-img {
        position: absolute;
        left: 0px;
        top: 15px;
        width: 75px;
        height: 75px;
    }
    table.addtocart2 .quantity{
        justify-content: flex-start;
    }
    table.addtocart2 tbody tr td:last-child{
        position: initial;
    }
    table.addtocart2 .btnclear {
        position: absolute;
        top: 12px;
        right: 0;
    }
}

@media all and (max-width: 991px){
    .tableButton .fl,
    .tableButton .fr{
        float: none;
    }
    .tableButton .btnCart{
        width: 100%;
        margin-bottom: 10px;
    }
    .cartInfo .at{
        font-size: 14px;
        line-height: 22px;
        margin-right: 10px;
    }
    .cartInfo .as.s{
        font-size: 18px;
        line-height: 26px;
    }
    .tableToCartInfo{
        display: block;
        padding: 25px 20px;
    }
    .formPoint .designForm{
        width: 100%;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 520px){
    .boxCart{
        padding: 30px 20px;
    }
    .boxCart label{
        width: 100%;
        float: none;
    }
    .styleSuccess{
        padding: 35px 20px;
    }
    .styleSuccess .t1{
        font-size: 30px;
        line-height: 40px;
    }
    .style_step ul li .text{
        display: none;
    }
}

@media all and (max-width: 420px){
    .cartInfo .as.s {
        font-size: 16px;
        line-height: 24px;
    }
}