.wrapIinfoAc{
    padding: 30px 0 40px;
}
.boxInfoTitleAc{
    text-align: center;
    background-color: #eeeeee;
    padding: 30px 20px;
}
.boxInfoTitleAc h2{
    text-transform: uppercase;
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
}
.boxInfoTitleAc .phoneAc{
    text-transform: uppercase;
}
.boxInfoTitleAc .phoneAc a{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.boxInfoTitleAc .wrapper{
    position: relative;
}
.boxInfoTitleAc .editAc{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}
.boxInfoTitleAc .editAc a{
    display: inline-block;
    border: 1px solid #000000;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
    padding: 5px 10px;
}
.boxInfoTitleAc .editAc a:hover{
    background-color: #000000;
    color: #fff;
}
.subAccout{
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.subAccout .title {
    padding: 10px 25px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #f6f6f6;

}
.subAccout .content {
    padding: 10px 0;
}
.subAccout .content li{
    display: block;
}
.subAccout .content li a{
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
}
.subAccout .content li.current a, .subAccout .content li:hover a{
    color: #d01f6f;
}

/* infoAcoount */
.infoAcoount{

}
.infoAcoount .boxItem{
    margin-bottom: 20px;

}
.infoAcoount .boxItem .boxTitle{
    display: flex;
    justify-content: space-between;
    background-color: #ebebeb;
    align-items: center;
    align-content: center;
    padding: 10px 30px;
}
.infoAcoount .boxItem .boxTitle h2{
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 400;
}
.infoAcoount .boxItem .boxContent{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    padding: 20px 20px 30px;
}
.infoAcoount .lstSho table{
    width: 100%;
}
.infoAcoount .lstSho table thead tr{
    border-bottom: 1px solid #000000;
}
.infoAcoount .lstSho table thead th{
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
}
.infoAcoount .lstSho table tbody tr{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.infoAcoount .lstSho table tbody td{
    padding: 15px 0;
    font-size: 14px;
    line-height: 22px;
}
.infoAcoount .lstSho table tbody td:first-child a{
    font-weight: bold;
}
.infoAcoount .lstSho table tbody td:last-child a{
    text-decoration: underline;
}
.infoAcoount .lstSho table tbody td:last-child{
    text-align: right;
}
.infoAcoount .lstSho table tbody tr:last-child {
    /* border-bottom: none; */
}
.infoAcoount .lstSho table tfoot td{
    padding: 20px 0 10px;
    text-align: right;
}
.infoAcoount .lstSho table tfoot td a{
    text-transform: uppercase;
    font-weight: bold;

}
.infoAcoount .lstSho .yellow{
    color: #d01f6f;
}
.infoAcoount .boxContent .itemInfo li{
    display: block;
    margin-bottom: 10px;
}
.infoAcoount .boxContent .itemInfo li:last-child{
    margin-bottom: 0;
}
.infoAcoount .boxContent .itemInfo li span{
    display: inline-block;
    width: 115px;
}
.infoAcoount .boxContent .itemadress{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: space-between;
}
.infoAcoount .boxContent .itemadress:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.infoAcoount .boxContent .itemadress .info1{
    font-weight: 600;
}
.infoAcoount .boxContent .itemadress .info1 span{
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 10px;
}
.infoAcoount .boxContent .itemadress .info1 span.active{
    border-color: #d01f6f;
    font-weight: 400;
    color: #d01f6f;
}
.infoAcoount .boxContent .itemadress .colL > a{
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
/*  */
.infoAcoount .boxContent .addAdressItem {
    margin-top: 30px;
}
.infoAcoount .boxContent .addAdressItem a{
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    display: inline;
    background-color: #333333;
    padding: 10px 30px;
    color: #fff;
    display: inline-block;
}
.infoAcoount .boxContent .addAdressItem a:hover{
    background-color: #d01f6f;
}
.infoAcoount .boxContent .fmrAccount{
    font-size: 16px;
    line-height: 24px;
}
.infoAcoount .boxContent .fmrAccount .nameEmail{
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.infoAcoount .boxContent .fmrAccount .formAccount .form-group{
    margin-bottom: 15px;
}
.infoAcoount .boxContent .fmrAccount .formAccount label{
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
}
.infoAcoount .boxContent label span{
    display: inline-block;
    margin-left: 5px;
}
.infoAcoount .boxContent .fmrAccount .formAccount input, .infoAcoount .boxContent .fmrAccount .formAccount select{
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 10px;
}
.infoAcoount .boxContent .fmrAccount .formAccount .checkou{
    position: relative;
    margin-bottom: 30px;
    margin-top: 10px;
}
.containerL {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containerL input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0!important;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
}

/* On mouse-over, add a grey background color */
.containerL:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerL input:checked ~ .checkmark {
    background-color: #d01f6f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerL input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerL .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.infoAcoount .boxContent .fmrAccount .formAccount .checkou label{
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.infoAcoount .boxContent .btnSumit{
    display: flex;
}
.infoAcoount .boxContent .btnSumit button{
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    background-color: #fff;
    padding: 10px 40px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.infoAcoount .boxContent .btnSumit button:hover{
    background-color: #333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
}
.infoAcoount .boxContent .btnSumit .btnSave{
    margin-right: 20px;
}
.infoAcoount .boxContent .btnSumit .btnSave button{
    background-color: #333333;
    color: #fff;
}
.infoAcoount .boxContent .btnSumit .btnSave button:hover{
    background-color: #d01f6f;
    border: 1px solid #d01f6f;
}
.infoAcoount .boxContent .chanePass{
    margin-bottom: 30px;
    margin-top: 10px;
}
.infoAcoount .boxContent .chanePass .titleChange{
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
.infoAcoount .boxContent .chanePass .titleChange::before{
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #e1e1e1;
    background-color: #e1e1e1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.infoAcoount .boxContent .chanePass.active .titleChange::before{
    background-color: #d01f6f;
}
.infoAcoount .boxContent .chanePass .titleChange::after{
    content: "\f00c";
    position: absolute;
    top: 50%;
    left: 5px;
    font-size: 10px;
    transform: translateY(-50%);
    color: #fff;
    font-family: fontAwesome;
    opacity: 0;
    visibility: hidden;
}
.infoAcoount .boxContent .chanePass.active .titleChange::after{
    opacity: 1;
    visibility: initial;
}
.infoAcoount .boxContent .chanePass .contentChange{
    display: none;
    padding-top: 10px;
}
/* .infoAcoount .boxItem  */
.infoAcoount .lstOrder{
    margin-bottom: 30px;
}
.infoAcoount .lstOrder .itemOd{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: space-between;
}
.infoAcoount .lstOrder .itemOd1{
    align-items: flex-end;
}
.infoAcoount .lstOrder .itemOd1  .infoROrder .viewOr a{
    text-decoration: none;
}
.infoAcoount .lstOrder .itemOd .nameDate{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 27px;
}

.infoAcoount .lstOrder .yellow{
    color: #d01f6f;
}
.infoAcoount .lstOrder .infoROrder .total{
    font-size: 20px;
    font-weight: bold;
}
.infoAcoount .lstOrder .infoROrder .total span:first-child{
    opacity: 0.8;
}
.infoAcoount .lstOrder .infoROrder .total span:last-child{
    font-size: 22px;
    line-height: 34px;
}
.infoAcoount .lstOrder .infoROrder .viewOr{
    text-align: right;
    font-size: 13px;
}
.infoAcoount .lstOrder .infoROrder .viewOr a{
    text-decoration: underline;
}
.boxAllTil{
    margin-bottom: 20px;
}
table.addtocart2 tr td .img{
    text-align: center;
    background-color: #fafafa;
}
table.addtocart2 tr td .img img{
    mix-blend-mode: darken;
}
.infoAcoount .lstInfoSDP{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: 25px;
}
.infoAcoount .lstInfoSDP .itemCol{
    width: 50%;
    padding: 0 10px;
}
.infoAcoount .lstInfoSDP .itemColInfo{
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
}
.infoAcoount .lstInfoSDP .itemCol .title{
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
    padding: 10px 15px;
    background-color: #f6f6f6;
}
.infoAcoount .lstInfoSDP .itemCol .content{
    padding: 10px 15px;
    height: calc(100% - 34px);
    font-size: 15px;
}
.infoAcoount .lstInfoSDP .itemCol .content .name{
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
}
.infoAcoount .lstInfoSDP .itemCol .content .yellow{
    color: #d01f6f;
}

/*  */
.boxWishlist table.addtocart2 tbody tr td .i-title{
    max-width: 290px;
}
.boxWishlist table.addtocart2 tbody tr td .stock{
    font-weight: 16px;
    line-height: 24px;
    font-weight: bold;
}
.boxWishlist table.addtocart2 tbody tr td .nostock{
    font-weight: 500;
    opacity: 0.7;
}
.boxWishlist table.addtocart2 tbody tr td .addCa a{
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #d01f6f;
    padding: 10px 15px;
}
.boxWishlist table.addtocart2 tr td .img{
    background-color: #fff;
}

/*  */

.boxAllPMBd{
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.boxAllPMBd .boxAllTil{
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
    padding: 10px 15px;
    background-color: #f6f6f6;
    margin-bottom: 0;
}
.boxAllPMBd .boxAllConte{
    padding: 20px ;
}
.boxAllPMBd .addtocart1{
    width: 100%;
}
.boxAllPMBd .lstProtable{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.boxAllPMBd .lstProtable:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.boxAllPMBd .lstProtable .productLeft{
    display: flex;
}
.boxAllPMBd .lstProtable .productLeft .img{
    width: 105px;
    height: 105px;
    position: relative;
    background-color: #f6f6f6;
}
.boxAllPMBd .lstProtable .productLeft .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}
.boxAllPMBd .lstProtable .productLeft .ifo{
    width: calc(100% - 105px);
    padding-left: 20px;
}
.boxAllPMBd .lstProtable .productLeft .i-title{
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.boxAllPMBd .lstProtable .productLeft .i-title strong{
    color: #d01f6f;
}
.boxAllPMBd .lstProtable .productLeft .i-options{
    display: flex;
    flex-wrap: wrap;
}
.boxAllPMBd .lstProtable .productLeft .i-options .i-color{
    margin-right: 10px;
}
.boxAllPMBd .lstProtable .productLeft .i-options .i-quality{
    width: 100%;
}

.boxAllPMBd .lstProtable .priceRight .i-price-sale{
    font-size: 16px;
    line-height: 24px;
    color: #d01f6f;
}

/*  */
.boxbtnPage{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}
.boxbtnPage a, .boxbtnPage button{
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    border: 1px solid #333333;
    padding: 10px 30px;
    display: inline-block;
}
.boxbtnPage .btnSave{
    margin-right: 20px;
}
.boxbtnPage a:hover{
    background-color: #333333;
    color: #ffff;
}
.boxbtnPage button{
    background-color: #333333;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.boxbtnPage button:hover{
    background-color: #d01f6f;
    border: 1px solid #d01f6f;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/*  */

.boxPointOr{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    line-height: 23px;
}
.boxPointOr .leftPoint{
    width: 60%;
}
.boxPointOr .leftPoint .numberPoint{
    font-size: 40px;
    line-height: 65px;
    font-weight: bold;
    padding-left: 60px;
    background-image: url('../images/coin.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px 40px;
}
.boxPointOr .rightPoint{
    width: 40%;
    text-align: left;
}
.boxPointOr .rightPoint > div{
    margin-bottom: 5px;
}
.boxPointOr .rightPoint .linkHis a{
    text-decoration: underline;
}

/*  */
.boxGift{

}
.boxGift .itemGift{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333333;
    font-size: 15px;
    line-height: 23px;
}
.boxGift .itemGift:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.boxGift .itemGift .thumbName{
    display: flex;
    align-items: center;
    align-content: center;
}
.boxGift .itemGift .thumbName .thumb{
    width: 100px;
    height: 100px;
    position: relative;
    background-color: #f6f6f6;
}
.boxGift .itemGift .thumbName .thumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.boxGift .itemGift .thumbName .name{
    width: calc(100% - 100px);
    padding-left: 20px;
}
.boxGift .itemGift .pointD{
    font-weight: bold;
}
.boxGift .itemGift .changeGift a{
    display: inline-block;
    border: 1px solid #333333;
    text-transform: uppercase;
    padding: 5px 20px;
}
.boxGift .itemGift .changeGift a:hover{
    background-color: #333333;
    color: #fff;
}

/*  */
.tablePoint{
    margin-bottom: 20px;
}
.tablePoint table{
    width: 100%;
    margin-bottom: 20px;
}
.tablePoint table tr{
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.tablePoint table tr th{
    text-transform: uppercase;
    padding: 9px 10px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
}
.tablePoint table tr th:last-child{
    text-align: right;
}
.tablePoint table tr td:last-child{
    text-align: right;
}
.tablePoint table tr td{
    padding: 15px;
    border-bottom: solid 1px #dddddd;
    vertical-align: top;
}
.tablePoint table tr td.progressing {
    color:#d01f6f;
}
.tablePoint table tr td:nth-child(1){
    font-weight: bold;
    color:#d01f6f;
    font-size: 15px;
}
.tablePoint table tr.minus td:nth-child(1){
    color:#333333;
}
/*  */
.boxlikePro{

}
.boxlikePro .itemLike{
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333333;
    font-size: 15px;
    line-height: 23px;
}
.boxlikePro .itemLike:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.boxlikePro .itemLike .thumbName{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 60%;
}
.boxlikePro .itemLike .thumbName .removePro{
    width: 20px;
    margin-right: 10px;
}
.boxlikePro .itemLike .thumbName .thumb{
    width: 100px;
    height: 100px;
    position: relative;
    background-color: #f6f6f6;
}
.boxlikePro .itemLike .thumbName .thumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.boxlikePro .itemLike .thumbName .decs{
    width: calc(100% - 130px);
    padding-left: 20px;
}
.boxlikePro .itemLike .thumbName .price{
    font-size: 17px;
    line-height: 25px;
    font-weight: bold;
}
.boxlikePro .itemLike .statusD{
    width: 20%;
}
.boxlikePro .itemLike .statusC{
    color: #d01f6f;
}
.boxlikePro .itemLike .statusH{
    color: #999999;
}
.boxlikePro .itemLike .bookPro{
    width: 20%;
    text-align: right;
}
.boxlikePro .itemLike .bookPro a{
    display: inline-block;
    background-color: #333333;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
}
.boxlikePro .itemLike .bookPro a:hover{
    background-color: #d01f6f;

}

/*  */
.orderManager .statusBar{
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 25px;
    margin-bottom: 15px;
}
.orderManager .statusBar ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.orderManager .statusBar ul:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: #eeeeee;
}
.orderManager .statusBar ul li {
    padding-top: 20px;
    width: 20%;
    font-size: 13px;
    line-height: 21px;
    color: #666666;
    letter-spacing: -0.7px;
    position: relative;
}
.orderManager .statusBar ul li:last-child{
    text-align: right;
}
.orderManager .statusBar ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #ffffff;
    border: solid 5px #e21e70;
    position: absolute;
    top: -5px;
    left: 0;
    display: none;
}
.orderManager .statusBar ul li.active:before{
    display: block;
    background: #e21e70;
}
.orderManager .statusBar ul li ~ li.active:before{
    background: #ffffff;
}
.orderManager .statusBar ul li ~ li:after{
    content: "";
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    margin-left: 2px;
    position: absolute;
    height: 10px;
    background: #e21e70;
    display: none;
    z-index: 2;
}
.orderManager .statusBar ul li ~ li.active:after{
    display: block;
}
.orderManager .statusBar ul li:last-child:before{
    left:initial;
    right:0;
}
.orderManager .statusBar ul li:last-child:after{
    width: 200%;
    margin-left: -17px;
}
@media screen and (max-width: 1200px) {
    .subAccout .content li a{
        font-size: 16px;
        line-height: 24px;
    }
    .boxWishlist table.addtocart2 tbody tr td .i-title{
        max-width: 240px;
    }
}
@media screen and (max-width: 991px) {
    .infoAcoount .boxContent .btnSumit button{
        font-size: 16px;
        line-height: 24px;
    }
    .subAccout{
        margin-bottom: 20px;
        position: relative;
        padding: 0;
    }
    .subAccout .mc-menu{
        padding: 10px 20px;
        position: relative;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        text-align: left;
        border: 1px solid #000000;
    }
    .subAccout .mc-menu::before{
        content: "\f078";
        font-family: FontAwesome;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 14px;
        font-weight: 400;
    }
    .subAccout .content{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 11;
        background-color: #ebebeb;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        border-top: 1px solid #ebebeb;
    }
    .subAccout .content li a{
        padding: 10px 25px;
    }
    .subAccout.active .content{
        opacity: 1;
        visibility: initial;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    /*  */
    .infoAcoount{
        font-size: 14px;
        line-height: 22px;
    }
    .infoAcoount .boxItem .boxTitle{
        padding: 10px 20px;
    }
    .infoAcoount .boxItem .boxContent{
        padding: 20px;
    }
    .boxInfoTitleAc h2{
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .boxInfoTitleAc .editAc{
        position: static;
        transform: initial;
    }
}
@media screen and (max-width: 767px) {
    .infoAcoount .boxContent .itemadress{
        display: block;
    }
    .infoAcoount .boxContent .itemadress .colL:first-child{
        margin-bottom: 10px;
    }
    .infoAcoount .boxContent .itemadress .colL:last-child{

    }
    .infoAcoount .boxContent .itemadress .colL > a:first-child{
        margin-left: 0;
    }
    .infoAcoount .boxContent .itemadress .info1{
        display: flex;
        flex-flow: wrap-reverse;
        align-items: center;
        margin-bottom: 10px;
    }
    .infoAcoount .boxContent .itemadress .info1 span{
        margin-left: 0;
        width: auto;
        margin-left: 10px;

    }
    .infoAcoount .lstSho table thead{
        display: none;
    }
    .infoAcoount .lstSho table, .infoAcoount .lstSho table tbody, .infoAcoount .lstSho table tr, .infoAcoount .lstSho table td{
        display: block;
    }
    .infoAcoount .lstSho table tr{
        padding: 10px 0;
    }
    .infoAcoount .lstSho table tbody td{

        position: relative;
        padding: 5px 0;
        padding-left: 120px;
    }
    .infoAcoount .lstSho table tbody td::before{
        content: attr(data-title);
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        font-weight: bold;
    }
    .infoAcoount .lstSho table tbody td:last-child{
        text-align: left;
    }
    .infoAcoount .lstSho table tfoot{
        display: block;
    }
    .infoAcoount .lstSho table tfoot tr{
        padding: 0;
    }
    .infoAcoount .lstSho table tfoot td{
        width: 100%;
        padding: 20px 0 0px;
    }
    /* 
     */
    .infoAcoount .boxContent .btnSumit{
        display: block;
    }
    .infoAcoount .boxContent .btnSumit .btnSave{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .infoAcoount .boxContent .btnSumit button{
        width: 100%;
    }
    /*  */
    .infoAcoount .lstOrder .itemOd{
        display: block;
    }
    .infoAcoount .lstOrder .infoLOrder{
        display: block;
    }
    .infoAcoount .lstOrder .itemOd .nameDate{
        font-size: 16px;
        line-height: 24px;
    }
    .infoAcoount .lstInfoSDP .itemCol{
        width: 100%;
        margin-bottom: 20px;
    }
    .infoAcoount .lstInfoSDP .itemCol:last-child{
        margin-bottom: 0;
    }
    .boxWishlist table.addtocart2 tbody tr{
        padding-left: 0;
    }
    .boxWishlist table.addtocart2 tbody tr td{
        position: relative;
        padding-left: 30px;
    }
    .boxWishlist table.addtocart2 tbody tr td:first-child{
        padding-left: 125px;
        padding-bottom: 15px;
    }
    .boxWishlist table.addtocart2 tbody tr td:nth-child(3){
        width: 100%;
    }
    .boxWishlist table.addtocart2 tbody tr td .addCa a{
        display: block;
        text-align: center;
    }
    .boxWishlist table.addtocart2 tr td .ifo{
        float: none;
    }
    .boxWishlist table.addtocart2 tbody tr td .i-title{
        height: auto;
    }
    /*  */
    .boxPointOr{
        display: block;
    }
    .boxPointOr .leftPoint{
        width: 100%;
        margin-bottom: 10px;
    }
    .boxPointOr .rightPoint{
        width: 100%;
    }
    /*  */
    .boxGift .itemGift{
        display: block;
        position: relative;
        padding-left: 120px;
        min-height: 120px;
        font-size: 14px;
        line-height: 22px;
    }
    .boxGift .itemGift > div{
        margin-bottom: 5px;
    }
    .boxGift .itemGift > div:last-child{
        margin-bottom: 0;
    }
    .boxGift .itemGift .thumbName .thumb{
        position: absolute;
        left: 0;
        top: 5px;
    }
    .boxGift .itemGift .thumbName .name{
        width: 100%;
        padding-left: 0;
    }
    /*  */
    .boxlikePro .itemLike{
        display: block;
        position: relative;
        padding-left: 130px;
        min-height: 100px;
        font-size: 14px;
        line-height: 22px;
    }
    .boxlikePro .itemLike > div{
        margin-bottom: 5px;

    }
    .boxlikePro .itemLike .thumbName .removePro{
        position: absolute;
        left: 0;
        top: 35px;
    }
    .boxlikePro .itemLike .thumbName, .boxlikePro .itemLike .statusD, .boxlikePro .itemLike .bookPro,.boxlikePro .itemLike .thumbName .decs{
        width: 100%;
        text-align: left;
        padding-left: 0;
    }
    .boxlikePro .itemLike > div:last-child{
        margin-bottom: 0;
    }
    .boxlikePro .itemLike .thumbName .thumb{
        position: absolute;
        left: 30px;
        top: 5px;
        width: 80px;
        height: 80px;
    }
    .boxlikePro .itemLike .thumbName .name{
        width: 100%;
        padding-left: 0;
    }
    .boxlikePro .itemLike .thumbName .price{
        font-size: 16px;
        line-height: 24px;
    }
    /*  */
    .boxAllPMBd .lstProtable{
        display: block;
        padding-left: 115px;
        min-height: 100px;
        position: relative;
    }
    .boxAllPMBd .lstProtable .productLeft .img{
        position: absolute;
        left: 0;
        top: 5px;
        width: 100px;
        height: 100px;
    }
    .boxAllPMBd .lstProtable .productLeft .ifo{
        width: 100%;
        padding-left: 0;
    }
    .boxAllPMBd .lstProtable .productLeft .i-title{
        font-size: 14px;
        line-height: 22px;
    }
    .boxAllPMBd .lstProtable .productLeft{
        margin-bottom: 5px;
    }
    .boxbtnPage{
        display: block;
    }
    .boxbtnPage .btnSave{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .boxbtnPage a, .boxbtnPage button{
        display: block;
        width: 100%;
        text-align: center;
    }
    /*  */
    .tablePoint{
        border-top: solid 1px rgba(0,0,0,0.15);
    }
    .tablePoint table tr{
        display: block;
        border-bottom: none;
    }
    .tablePoint table tr td:last-child{
        text-align: left;
    }
    .tablePoint table tr ~ tr{
        padding: 10px;
        border-bottom:solid 1px rgba(0,0,0,0.15);
        border-top: none;
        position: relative;
        padding-left: 120px;
    }
    .tablePoint table tr th{
        display: none;
        text-transform: uppercase;
    }
    .tablePoint table tr th:nth-child(5){
        display: block;
    }
    .tablePoint table tr td{
        display: block;
        padding: 0;
        border:none;
        margin-bottom: 5px;
        position: relative;
    }
    .tablePoint table tr td:before{
        content: attr(data-content)": ";
        color:#333333;
        position: absolute;
        top: 0;
        left: -110px;
        text-transform: uppercase;
        font-weight: 400;
    }
    /*  */
    .orderManager .statusBar ul li{
        display: none;
        width: 100%;
    }
    .orderManager .statusBar ul li.active-last{
        display: block;
    }
    .orderManager .statusBar ul li ~ li:after{
        left: 0;
    }
    .orderManager .statusBar ul li:last-child:after{
        margin-left: 0;
        width: 100%;
    }
    .orderManager .statusBar ul li:last-child:before{
        right:initial;
        left: 0;
    }
    .orderManager .statusBar ul li:last-child{
        text-align: left;
    }
}