
.menuMember{
    margin-bottom: 35px;
}
.menuMember ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menuMember ul li{
    margin: 0 30px;
}
.menuMember ul li:first-child{
    margin-left: 0;
}
.menuMember ul li:last-child{
    margin-right: 0;
}
.menuMember ul li a{
    display: block;
    color:#1a1919;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
}
.menuMember ul li.current a{
    color: #e3598d;
}
.menuMember ul li a:before{
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 100%;
    border-bottom: solid 1px #e3598d;
}
.menuMember ul li.current a:before{
    left: 40px;
}
.menuMember ul li a span {
    padding: 4px 0px;
    padding-left: 40px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 25px;
}
.menuMember ul li.v1 a span{
    background-image: url('../images/i-sigin.svg');
}
.menuMember ul li.v2 a span{
    background-image: url('../images/i-user.svg');
}
.menuMember ul li.v3 a span{
    background-image: url('../images/i-lock.svg');
}
.menuMember ul li.v4 a span{
    background-image: url('../images/i-manager.svg');
}

.menuMember ul li.v1.current a span{
    background-image: url('../images/i-sigin1.svg');
}
.menuMember ul li.v2.current a span{
    background-image: url('../images/i-user1.svg');
}
.menuMember ul li.v3.current a span{
    background-image: url('../images/i-lock1.svg');
}
.menuMember ul li.v4.current a span{
    background-image: url('../images/i-manager1.svg');
}
/*================================================*/
.boxAccount{
    padding: 30px 60px;
    background: #f5f5f5;
}
.boxAccount .wrap{
    max-width: 490px;
    margin: 0 auto;
}
.boxAccount .wrapS{
    max-width: 370px;
    margin: 0 auto;
}
.boxAccount .row{
    margin-left: -30px;
    margin-right: -30px;
}
.boxAccount .row *[class^="col-"]{
    padding-left: 30px;
    padding-right: 30px;
}
.boxAccount label, .boxMember label{
    font-size: 13px;
    min-height: 21px;
    display: block;
    font-weight: 400;
}
.boxAccount label span{
    color:#ff0000;
}
.boxAccount input[type="text"],
.boxAccount input[type="password"],
.boxAccount select{
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: solid 1px #d4d4d4;
}
.boxAccount input[type="text"]:focus, .boxAccount input[type="password"]:focus, .boxAccount select:focus{
    box-shadow: 0 0 0px 1px rgba(4,120,50,0.3);
}
.boxAccount .faline {
    position: relative;
}
.boxAccount .faline::before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-family: fontAwesome;
    color: #999999;
}
.boxAccount .faline input{
    padding: 0 10px 0 40px;
}
.boxAccount .grid{
    margin: 0 -5px;
}
.boxAccount .grid:after{
    content: "";
    display: block;
    clear: both;
}
.boxAccount .grid .col{
    width: 33.333333%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}
.boxAccount .checkbox label{
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
}
.boxAccount .checkbox.res label a{
    text-decoration: underline;
}
.boxAccount .txtAttend{
    font-style: italic;
    font-size: 13px;
    line-height: 21px;
}
.boxAccount .txtAttend span{
    color:#ee3024;
}
.boxAccount button{
    width: 100%;
    height: 45px;
    text-transform: uppercase;
    background: #e3598d;
    color: #fff;
    border: solid 1px #e3598d;
    max-width: 305px;
    margin: 0 auto;
    font-size: 13px;
}
.boxAccount button:hover{
    background: #fff;;
    color: #e3598d;
}
.boxAccount .resBtn{
    max-width: 100%;
}
.boxAccount .txtSocial{
    margin-bottom: 10px;
}
.boxAccount .linkSocial a{
    display: inline-block;
    margin-bottom: 10px;
}
.input-group-img{
    width: 1%;
    white-space: nowrap;
    padding-left: 0px;
    display: table-cell;
    vertical-align: middle;
}
.input-group-img img{
    max-width: inherit;
    max-height: 40px;
}
/*===================================================================*/
.boxMember .row{
    margin-left: -25px;
    margin-right: -25px;
}
.boxMember .row>*[class^="col-"]{
    padding-left: 25px;
    padding-right: 25px;
}
.boxMember{
    padding: 25px 30px;
    background: #f5f5f5;
}
.boxMember form{
    max-width: 970px;
    margin: 0 auto;
}
.boxMember label span{
    color:#ee3024;
}
.boxMember input[type="text"],
.boxMember input[type="password"],
.boxMember select{
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border:solid 1px #d4d4d4;
    font-size: 13px;
    line-height: 21px;
}
.boxMember .grid{
    margin: 0 -5px;
}
.boxMember .grid:after{
    content: "";
    display: block;
    clear: both;
}
.boxMember .grid .col{
    width: 33.333333%;
    float: left;
    padding: 0 5px;
    margin-bottom: 14.7px;
}
.boxMember .grid.v1 .col{
    width: 100%;
}
.boxMember .checkbox label{
    font-weight: normal;
}
.boxMember .checkbox label a{
    font-weight: bold;
    text-decoration: underline;
}
.boxMember .txtAttend{
    font-style: italic;
}
.boxMember .txtAttend span{
    color:#ee3024;
}
.boxMember button{
    width: 100%;
    height: 45px;
    text-transform: uppercase;
    color: #fff;
    border: solid 1px #e3598d;
    background-color: #e3598d;
    font-size: 13px;
}
.boxMember button:hover{
    background: #fff;
    color: #e3598d;
}
.boxMember button.design-btn-web{
    margin-top: 15px;
}
.boxMember a.forgetPass {
    display: inline-block;
    font-size: 15px;
    line-height: 23px;
    background: #ffffff;
    width: 200px;
    text-align: center;
    padding: 10px 10px;
    border-radius: 5px;
    border: solid 1px #ec3c00;
    margin-left: 30px;
}
.boxMember a.forgetPass:hover{
    background: #ec3c00;
    color: #ffffff;
}
.boxMember .txtSocial{
    margin-bottom: 10px;
}
.boxMember .linkSocial a{
    display: inline-block;
    margin-bottom: 10px;
}
.boxMember .changeAvatar{
    width: 100%;
    max-width: 160px;
    margin-bottom: 15px;
}
.boxMember .changeAvatar .img{
    border-radius: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.boxMember .changeAvatar .img img{
    width: 100%;
}
.boxMember .changeAvatar a{
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 10px;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    border: solid 1px #888888;
    background-color: #888888;
}
.boxMember .changeAvatar a:hover{
    background: #e3598d;
    border-color: #e3598d;
    color: #fff;
}
.boxMember .wrapMax{
    max-width: 370px;
    margin:0 auto;
}

.boxMember .faline {
    position: relative;
    display: block;
    box-sizing: border-box;
}
.boxMember .faline::before{
    position: absolute;
    top: 10px;
    right: 15px;
    font-family: fontAwesome;
    color: #999999;
    pointer-events: none;
    line-height: 20px;
}
.boxMember .faline input{
    padding: 0 40px 0 10px;
}
/*=======================================================*/
.vhformss{
    margin-bottom: 25px;
}
.vhformss .gridS{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    align-items: center;
    align-content: center;
}
.vhformss .gridS > div{
    padding: 0 5px;
}
.vhformss .gridS .col1{
    width:135px;
}
.vhformss .gridS .col2{
    width: 245px;
}
.vhformss .gridS .col3{
    width: 125px;
}
.vhformss select{
    width: 100%;
    height: 40px;
    border: solid 1px #d6d6d6;
    background-color: #fff;
    color:#666666;
    margin-right: 10px;
    padding-left: 10px;
}
.vhformss input.date{
    width: 100%;
    height: 40px;
    color:#666666;
    border: solid 1px #d6d6d6;
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: center right 13px;
    margin-right: 10px;
    padding-left: 10px;
}
.vhformss input.idorder{
    width:230px;
    height: 40px;
    border: solid 1px #d6d6d6;
    background: #ffffff;
    color:#666666;
    margin-right: 10px;
    float:left;
    padding-left: 10px;
}
.vhformss button{
    width: 100%;
    display: block;
    height: 40px;
    padding: 8px 0px;
    position: relative;
    font-size: 13px;
    background-color: #e3598d;
    color: #ffffff;
}
.vhformss button span{
    position: relative;
    /* padding-left: 25px; */
}
.vhformss button span:before{
    /* content: "\f002"; */
    font-family: fontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 26px;
}
.tableManager{
    width:100%;
    margin-bottom: 20px;
    background: #ffffff;
    border: solid 1px rgba(0,0,0,0.1);
}
.tableManager thead tr th {
    padding: 11px 20px;
    background: #e3598d;
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;
    font-size: 13px;
    line-height: 21px;
}
.tableManager tbody tr td{
    padding:10px 15px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    font-size: 13px;
    line-height: 21px;
}
.tableManager tbody tr td:nth-child(2),
.tableManager tbody tr td:nth-child(5){
    white-space: nowrap;
}
.tableManager tbody tr td:nth-child(3){
    max-width: 385px;
}
.tableManager .grOneL{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.tableManager .code{

}
.tableManager .code a{
    display: inline-block;
}
.tableManager .code a:hover{
    text-decoration: underline;
}
.tableManager .red{
    color:#ee3024;
}
.tableManager .blue{
    color:#0084cb;
}
.tableManager .green{
    color:#009840;
}
.tableManager .Orange{
    color: #f47721;
}

.tableManager button {
    float: right;
    text-transform: uppercase;
    background: #666666;
    color: #ffffff;
    border: none;
    width: 50px;
    height: 30px;
    padding:0;
    font-size: 13px;
}
.tableManager button:hover{
    background: #000000;
    color: #fff;
}
.boxManagerTitle{
    padding: 15px 20px;
    text-align: center;
    background: #f5f5f5;
}
.boxManagerTitle .code{
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.boxManagerTitle .code span{
    /* color: #e11e25; */
}
.boxManagerTitle .txt{
    font-size: 12px;
    line-height: 20px;
    color: #888888;
}
.statusBar{
    background: #e5e5e5;
    padding: 30px 25px;
    margin-bottom: 30px;
}
.statusBar ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    position: relative;
    max-width: 870px;
    margin: 0 auto;
}
.statusBar ul:before{
    content: "";
    position: absolute;
    top: 0;
    left: calc((100% / 5) / 2);
    right: calc((100% / 5) / 2);
    height: 10px;
    background: #ffffff;
}
.statusBar ul li {
    padding-top: 25px;
    width: 20%;
    font-size: 13px;
    line-height: 19px;
    color: #666666;
    letter-spacing: -0.7px;
    position: relative;
}
.statusBar ul li:last-child{
    text-align: right;
}
.statusBar ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #ffffff;
    border: solid 4px #bbbbbb;
    position: absolute;
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
}
.statusBar ul li.active:before{
    border-color: #e3598d;
}
.statusBar ul li ~ li.active:before{
    background: #ffffff;
}
.statusBar ul li ~ li:after{
    content: "";
    top: 0;
    bottom: 0;
    left: -50%;
    width: 100%;
    margin-left: 2px;
    position: absolute;
    height: 10px;
    background: #e3598d;
    display: none;
    z-index: 2;
}
.statusBar ul li ~ li.active:after{
    display: block;
}
.statusBar ul li span{
    display: block;
    text-align: center;
}
/*============================================================*/
.pointDashbroad{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px 30px;
    background: #f5f5f5;
    margin-bottom: 20px;
}
.pointDashbroad .listPoint ul li{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.pointDashbroad .listPoint .a{
    width:180px;
}
.pointDashbroad .listPoint .s{
    font-size: 18px;
    line-height: 26px;
    color:#666666;
    font-weight: bold;
}
.pointDashbroad .listPoint .s.c{
    color: #d80000;
}
.pointDashbroad .totalPoint{
    max-width: 260px;
    width: 100%;
}
.pointDashbroad .totalPoint .txt{
    margin-bottom: 10px;
}
.pointDashbroad .totalPoint .point {
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
    background: #d80000;
    padding: 11px 25px;
    color: #ffffff;
    border-radius: 4px;
}
.pointDashbroad .totalPoint .point span{
    padding-left: 35px;
    position: relative;
}
.pointDashbroad .totalPoint .point span:before{
    content: "\f1c0";
    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;
}
.pointDashbroad .intro a{
    display: block;
}
.pointDashbroad .intro a span {
    padding-left: 20px;
    position: relative;
    display: block;
}
.pointDashbroad .intro a span:before{
    content: "\f02d";
    font-family: fontAwesome;
    position: absolute;
    left:0;
    top: 0;
    color: #d80000;
}
.tablePoint{
    position: relative;
    padding: 30px;
    background: #f5f5f5;
}
.nav-tabs{
    border-bottom: none;
    margin-bottom: 30px;
}
.nav-tabs:after{
    content: "";
    display: block;
    clear: both;
}
.nav-tabs>li {
    margin: 0;
    margin-right: 10px;
}
.nav-tabs>li>a {
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 20px;
    margin: 0;
    background: #888888;
    border-radius: 4px;
    display: block;
}
.nav-tabs>li>a:hover{
    color:#333333;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
    background: #d80000;
    color: #ffffff;
}
.mc-navtab {
    background: #d80000;
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 20px;
    position: relative;
    display: none;
    margin-bottom: 10px;
    cursor: pointer;
}
.mc-navtab:before{
    content: "\f0d7";
    font-family: fontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.info_general{
    margin-bottom: 20px;
    background: #ffffff;
}
.info_general .bg_color{
    background: #f2f2f2;
}
.info_general .info_title{
    font-size: 15px;
    line-height: 23px;
    padding: 10px 15px;
    border: 1px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
    background-color: #f8f8f8;
}
.info_general .info_content{
    border: 1px solid #e5e5e5;
    border-top: 0;
}
.stepfinish{
    padding: 20px;
}
.stepfinish .boxFinish:last-child{
    margin-bottom: 20px;
}
.boxFinish{
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 19px;
}
.boxFinish .tit{
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    color: #000000;
}
.boxFinish .tit:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width:60px;
    border-bottom: solid 1px #cacaca;
}
.stepfinish ul li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #eeeeee;
}
.stepfinish ul li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.stepfinish .att {
    width: 215px;
    float: left;
}
.stepfinish .ats {
    overflow: hidden;
    padding-left: 15px;
}
.info_general .row_info {
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    font-size: 13px;
    line-height: 21px;
}
.info_general .row_info>div{
    margin-bottom: 5px;
}
.info_general .row_info .row_left{
    float: left;
}
.info_general .row_info .row_right{
    float: right;
}
.info_general .total_price{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #e3598d;
}
.info_general .table_info table{
    width: 100%;
}
.info_general .table_info table tr{
    border: 1px solid rgba(0,0,0,0.1);
}
.info_general .table_info table tr:nth-child(1){
    border-top: none;
}
.info_general .table_info table tr td{
    padding: 10px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
}
.info_general .table_info table thead tr td{
    text-align: left;
}
.info_general .table_info table thead tr td:last-child, .info_general .table_info table tr td:last-child{
    text-align: right;
}
.info_general .table_info table thead tr td:nth-child(2), .info_general .table_info table tbody tr td:nth-child(2){
    text-align: center;
}
.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;
}
.info_general .table_info table tbody tr td .t-title{
    max-height: 40px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
}
.info_general .table_info table tbody tr td .t-title a{
    display:block;
    color: #5283e0;
}
.info_general .table_info table tbody tr td .t-id{
    color: #666666;
    font-size: 12px;
    line-height: 19px;
}
.addtocart{
    margin-top:20px;
}
.addtocart button.btn-web{
    width: 170px;
    height: 45px;
    text-transform: uppercase;
    color: #fff;
    background-color: #e3598d;
    border: solid 1px #e3598d;
    margin-right: 10px;
    font-size: 13px;
    line-height: 21px;
}
.addtocart button.btn-web:hover{
    background: #fff;
    color: #e3598d;
}
.addtocart .btn-design{
    display: inline-block;
    background: #f6f6f6;
    border:none;
    line-height: 45px;
    padding: 0 15px;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    border: solid 1px #f6f6f6;
}
.addtocart .btn-design:hover{
    background: #e3598d;
    border-color: #e3598d;
    color: #fff;
}
.addtocart .flcen{
    margin-right: 15px;
}
.addtocart .flcen:last-child{
    margin-right: 0;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
    .boxAccount{
        padding: 15px;
    }
    .boxMember{
        padding: 20px 15px 30px 15px;
    }
    .boxMember .changeAvatar{
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .vhformss select, 
    .vhformss input.idorder,
    .vhformss input.date,
    .vhformss button{
        width:100%;
        margin-bottom: 10px;
    }
    .tableManager thead{
        display: none;
    }
    .tableManager tbody tr{
        display: block;
        padding:10px;
        /* padding-left: 135px; */
        border-bottom:solid 1px rgba(0,0,0,0.25);
        position: relative;
    }
    .tableManager tbody tr:last-child{
        border-bottom: none
    }
    /* .tableManager tbody tr:before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width:120px;
        background: #364759;
    } */
    .tableManager tbody tr td{
        display: flex;
        flex-wrap: wrap;
        padding:0;
        border-bottom: none;
        margin-bottom: 5px;
        position: relative;
    }
    .tableManager tbody tr td:before{
        content: attr(data-cont) ":";
        /* position: absolute; */
        /* left: -136px;
        top: 0; */
        /* width:110px; */
        font-size: 13px;
        line-height: 22px;
        text-align: right;
        color: #333333;
        margin-right: 5px;
    }
    .tableManager tbody tr td:first-child:before{
        margin-right: 0px;
        content: '';
    }
    .tableManager .red,
    .tableManager button{
        float:none;
        display: inline-block;
        /* margin-top: 5px; */
    }
    .tableManager .red{
        margin-right: 40px;
    }
    .boxMember .tableManager button{
        width:70px;
    }
    .pointDashbroad{
        display: block;
        padding: 20px;
    }
    .pointDashbroad .totalPoint{
        margin-bottom: 10px;
    }
    .tablePoint{
        padding: 20px;
    }
    .mc-navtab {
        display: block;
    }
    .nav-tabs{
        background: #ffffff;
        position: absolute;
        left: 20px;
        right: 20px;
        top: 60px;
        z-index: 1;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
        display: none;
    }
    .tablePoint.active .nav-tabs{
        display: block;
    }
    .nav-tabs>li{
        float:none;
        margin: 0;
    }
    .nav-tabs>li>a{
        background: #ffffff;
        color:#333333;
    }
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
        background: inherit;
        color: #ff9900;
        border: none;
    }
    .boxManagerTitle{
        margin-bottom: 30px;
    }
    .vhformss{
        margin-bottom: 10px;
    }
    .tableManager .code a{
        font-size: 15px;
        line-height: 23px;
        color: #ee3024;
    }
    .tableManager .grOneL{
        padding-right: 80px;
    }
    .tableManager .grOneL button{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
    }
    .boxManagerTitle .code{
        font-size: 17px;
        line-height: 27px;
    }
    .stepfinish{
        padding: 20px 15px;
    }
}

@media all and (max-width: 768px){
    .boxAccount .grid .col{
        width: 100%;
    }
    .boxMember .grid .col{
        width: 100%;
    }
    .boxMember button{
        width: 100%;
    }
    .boxMember a.forgetPass{
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        display: block;
    }
    .stepfinish .att{
        width: 100%;
        float: none;
    }
    .stepfinish .ats{
        padding-left: 0;
    }
    .addtocart{
        justify-content: center;
    }
}

@media all and (max-width: 767px){

    .vhformss .gridS .col1{
        width: 100%;
    }
    .vhformss .gridS .col2{
        width: 100%;
    }
    .vhformss .gridS .col3{
        width: 100%;
    }
    .tableManager tbody tr td:nth-child(3){
        display: none;
    }
    .addtocart.vhflex{
        margin: 0 -5px;
        margin-top:5px;
    }
    .addtocart.vhflex .flcen{
        margin: 0;
        padding: 0 5px;
        width: 50%;
    }
    .addtocart button.btn-web,
    .addtocart .btn-design{
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .info_general .table_info table tr td{
        font-size: 12px;
    }
    .addtocart.vhflex .flcen{
        width: 100%;
    }
}

@media all and (max-width: 400px){
    .addtocart .fl{
        float: none;
    }
    .addtocart button.btn-web,
    .addtocart .btn-design{
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
}
@media all and (max-width: 359px){
    .addtocart button.btn-web, .addtocart .btn-design{
        font-size: 10px;
        height: 38px;
        line-height: 38px;
    }
}